-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update v9.0.0 from upstream #123
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(including CSS vars set to root element)
Correct imports for styles/marketplaceDefaults.css
Update sharetribe-scripts to CRA v4 and add vanilla CSS support
New release: v7.0.0
…9.0.0-from-upstream Conflicts: CHANGELOG.md package.json src/components/ActivityFeed/__snapshots__/ActivityFeed.test.js.snap src/components/Avatar/Avatar.css src/components/BookingTimeInfo/BookingTimeInfo.css src/components/BookingTimeInfo/BookingTimeInfo.js src/components/BookingTimeInfo/BookingTimeInfo.module.css src/components/ListingCard/__snapshots__/ListingCard.test.js.snap src/components/Logo/Logo.js src/components/Logo/Logo.module.css src/components/Page/Page.js src/components/SectionHero/__snapshots__/SectionHero.test.js.snap src/components/TimeRange/TimeRange.css src/components/Topbar/Topbar.module.css src/components/TopbarDesktop/__snapshots__/TopbarDesktop.test.js.snap src/containers/CheckoutPage/__snapshots__/CheckoutPage.test.js.snap src/containers/EditListingPage/__snapshots__/EditListingPage.test.js.snap src/containers/InboxPage/__snapshots__/InboxPage.test.js.snap src/containers/LandingPage/LandingPage.js src/forms/BookingDatesForm/BookingDatesForm.css src/forms/BookingDatesForm/BookingDatesForm.module.css src/forms/BookingTimeForm/BookingTimeForm.css src/forms/BookingTimeForm/BookingTimeForm.js src/forms/BookingTimeForm/EstimatedBreakdownMaybe.js src/forms/EditListingAvailabilityForm/EditListingAvailabilityForm.js src/forms/EditListingAvailabilityForm/EditListingAvailabilityForm.module.css src/forms/EditListingAvailabilityForm/ManageAvailabilityCalendar.js src/forms/EditListingAvailabilityForm/ManageAvailabilityCalendar.module.css src/forms/EditListingDescriptionForm/CustomCategorySelectFieldMaybe.js src/forms/EditListingDescriptionForm/EditListingDescriptionForm.css src/forms/EditListingDescriptionForm/__snapshots__/EditListingDescriptionForm.test.js.snap src/styles/propertySets.css yarn.lock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes v9.0.0
This major release renames all the CSS files. If you have made custom components or customized existing ones, you should read the related PR for more information.
Updates from upstream (FTW-daily v7.0.0)
[change] Update sharetribe-scripts (our fork of create-react-app) to v4.0.0.
In addition to changes that CRA@v4 brought along,
*.module.css
naming pattern for styles that use CSS Modules preprocessor.Read the PR from FTW-daily for more info: #1374