react-boilerplate v3.6.0 Release Notes

Release Date: 2018-06-21 // almost 6 years ago
  • ๐Ÿ†• News

    ๐Ÿš€ Major version updates are finally here! It's been awhile, but we're a small team that's been pushing this for awhile. Thanks to several users' PRs, we were able to cherry-pick a lot from the dev branch to push this release out. We decided because of the amount of dependencies that needed to be updated- we would overshoot some of the changes made on the dev branch and just grab the most pressing ones.

    Next steps for us will be revisiting the dev branch, revisiting outstanding PRs and RFCs (like Immutable), and also plugging away at a create-react-app spinoff for react-boilerplate.

    Main

    • โฌ†๏ธ Upgrade Webpack to v4 (@julienben @stern-shawn)
      • Syntax / function changes (mode, optimization, etc.)
      • Remove webpack loader syntax from main app
      • Better SVG handling
    • โฌ†๏ธ Upgrade Redux to v4 (@gretzky)
    • โฌ†๏ธ Upgrade React to v16 (@blling @gretzky)
    • โฌ†๏ธ Upgrade Enzyme to v3 (@blling @gretzky)
      • Add in new Adapter, as required
      • Minor Jest config tweaks to include new Enzyme setup config
    • ๐Ÿ’… Upgrade styled-components to v3 (@julienben)
      • Reconfigure Jest snapshot testing for styled-components (@gretzky)
    • โž• Added support for node v9, v8 (@julienben)
      • Removed support for node v6
    • โž• Add Prettier (@julienben)
    • โฌ†๏ธ Upgrade ESLint to v4 (@julienben)
    • โž• Add stylelint and stylelint config (@julienben)

    โšก๏ธ Other Updates

    • โž• Add --fix flag to eslint command (@shobhitchittora)
    • ๐Ÿ”Œ Correct babel plugin order (@petrhanak)
    • โž• Add missing import PropTypes to component generators (@GoldAnna)
    • โœ‚ Remove unnecessary onRejected() from FontFaceObserver (@akarve)
    • ๐Ÿ“š Include "Setting Up Your Editor" in documentation (@mjbvz)
    • โž• Add login / authentication flow example into documentation (@tinavanschelt)
    • ๐Ÿ“š More detailed redux-saga usage documentation (@acharlop)
    • ๐Ÿ›  Fix ejection error of done sagas (@outdooricon)