Skip to content

v10.0.0

Compare
Choose a tag to compare
@Gnito Gnito released this 11 Jul 19:11
· 191 commits to main since this release
9fe10d0

Changes v10.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
  • Custom media queries file need to be imported in all the files, that use them.

Read more from PR: sharetribe/ftw-daily#1531

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