v9.0.0
Changes v9.0.0
This is a major release since it includes a major update to sharetribe-scripts aka our fork of
Create React App.It includes major update to Webpack (v4 > v5) and PostCSS (v7 > v8). These caused
some advanced CSS syntax to be invalid - and therefore some changes must be done to CSS files.
- CSS Property Sets are deprecated and the related file is removed from the codebase
- The customMediaQueries.css file need to be imported into all the files, that use custom media queries.
Read more from PR: #1531
All the changes:
-
[change] sharetribe-scripts is updated to v6.0.0. This causes a new major release for FTW
templates. Because most of the CSS files need to be updated!
#1531 -
[change] ImageCarousel uses react-image-gallery. It renders all the images early on and supports
touch swipes. #1529 -
[fix] Fixing a small typo. #1518