All Versions
19
Latest Version
Avg Release Cycle
63 days
Latest Release
1625 days ago

Changelog History
Page 1

  • v4.0.0 Changes

    April 18, 2019

    v4.0: "The One With Hooks (And Much More)" Edition

    React Boilerplate v4.0 is out and it's a doozy! Here are the highlights:

    • React has added many new features and it's time for React Boilerplate to embrace them.
      • We now use React.lazy and Suspense for component lazy-loading instead of an external library.
      • We've added useInjectSaga and useInjectReducer hooks to manage saga and reducer injection. They're integrated into the generators and thus become the new defaults. (Should you need them, the HOCs are still there.)
      • The generators don't support classes anymore. The PureComponent vs Component choice was replaced with an option to wrap your component inside React.memo.
    • After much deliberation, Immutable.js is finally gone. We've added Immer instead. With it, we can write very concise and readable reducers while sticking to native JavaScript data structures.
    • ๐Ÿš€ Following the release of React Hooks, it's become even clearer that react-testing-library is now the industry-standard for React DOM testing. Workarounds for the incompatibilities between enzyme and styled-components are gone and we can now write leaner and more meaningful tests.

    ๐Ÿ“š There are many more changes to our documentation, internals and general project setup. You can find a full changelog below.

    Huge thanks to @Mensae, @gretzky, @jwinn and everyone who helped review or submit PRs! If I've forgotten your contribution in the credits below, please let me know.

    ๐Ÿš€ We hope you enjoy this release and welcome any feedback, bug reports or feature suggestions you can send our way!

    Main

    • โœ‚ Remove Immutable.js in favor of Immer (@julienben, @robertaird)
    • โœ… Migrate from enzyme to react-testing-library (@Mensae)
      • New instructions for snapshot and behavior testing
    • Embracing Hooks (@julienben)
      • Add eslint-plugin-react-hooks
      • Migrate all class components to functions
      • Add useInjectSaga and useInjectReducer hooks
      • Remove generator options to extend Component or PureComponent. Replace with a React.memo option.
    • ๐Ÿ‘‰ Use React.lazy and Suspense instead of loadable-components to code-split and asynchronously load components (@julienben)

    ๐Ÿ“š Documentation updates

    โšก๏ธ Internals updates

    • Many dependency updates including: (@julienben)
      • react and react-dom (16.6 to 16.8.6)
      • react-redux (5 to 7) (@bumi001, @jwinn)
      • connected-react-router (4 to 6)
      • react-router-dom (4 to 5)
      • redux-saga (0.16 to 1)
      • sanitize.css (4 to 8)
    • Update default saga injection mode to DAEMON (@howardya)
    • โšก๏ธ Update generators to reflect all the stack changes
    • Migrate default Node version to lts/dubnium (@julienben)
    • Fix support for stylelint (@jwinn)
    • Fix setup script for Windows environments (@Mensae)
    • Generate passing tests for components/containers (@mjhost)
    • Rewrite generators code (@Mensae)
    • Complete rewrite or generate-templates-for-linting.js (@Mensae)
    • webpack.DefinePlugin => webpack.EnvironmentPlugin (@nshimiye)
    • New Webpack code splitting config (@julienben)
    • Remove process.noDeprecation = true (@spawnia)
    • Miscellaneous fixes (@ngtan)

    ๐Ÿšง Project maintenance

  • v3.7.0 Changes

    October 25, 2018

    ๐Ÿ†• News

    ๐Ÿš€ Welcome to a new React Boilerplate release with improvements aplenty, bug fixes and major dependency upgrades! Big thanks to @gretzky, @justingreenberg, @jwinn and everyone who helped review and submit PRs for this release!

    โฌ†๏ธ For existing projects, the only way to upgrade from 3.6.0 is to manually apply the changes from #2403 to your project. Please be careful when doing so as it isn't officially supported and could break things on your end.

    โšก๏ธ Next steps will include re-thinking immutability in the store (RFC @ #2092), re-organizing docs, saga improvements, smart bundling and plenty more. Please keep the PRs coming. And if you're up for it, remember that you can use the dev branch to test all the latest updates and report bugs!

    Main

    • ๐Ÿ’… Upgrades to Babel 7, React 16.6, ESLint 5, styled-components 4 (@julienben)
      • Config file and Babel plugin cleanup (@gretzky)
      • Fix extract-intl script for Babel 7 (@fanixk)
    • Webpack improvements
      • Removal of dll plugin (@gretzky)
      • Gzipping and better optimization config in prod (@gretzky)
      • react-app-polyfill for targeted IE support (@gretzky)
      • Switch from UglifyJS to Terser plugin (@robertaird)
      • Icons generated by webpack-pwa-manifest plugin (@Mensae)
    • Switch from Yarn back to npm (@julienben)
    • ๐Ÿ†• New documentation section for forks

    โšก๏ธ Other Updates

    • ๐Ÿ—„ Migration from deprecated react-router-redux to connected-react-router (@julienben)
    • Migration from react-loadable to loadable-components (@julienben)
    • ๐Ÿ‘ฏ Quick start - Clone to a named directory (@spawnia)
    • Scoped variables in i18n messages (@hatsuo)
    • ๐Ÿ‘• Use .prettierrc path relative to .eslintrc.js (@abeMedia)
    • ๐Ÿ›  Fixes to generators (@julienben, @hatsuo, @ngtan)
    • ๐Ÿ”Œ babel-plugin-lodash for easier import syntax (@julienben)
    • ๐Ÿ› Bug fix in setup script (@autechr3)

    ๐Ÿ“š Lots of additional documentation updates thanks to @doaboa, @cheickmec, @nicogreenarry, @sduquej, @diwakar-s-maurya.

  • v3.6.0 Changes

    June 21, 2018

    ๐Ÿ†• 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)
  • v3.5.0 Changes

    September 22, 2017

    ๐Ÿฑ The eagle has landed ๐ŸŽ‰

    As always, thank you to all of our awesome contributors, community and team members!!

    ๐Ÿ†• News

    ๐Ÿš€ So, a few things have changed in the JS ecosystem since the original release of React Boilerplate, and there was a discussion in #1776 around the it's future. TLDR; we had two incompatible PRs โ€” one for server-side rendering, and another for react-router v4. The community decided that we would keep our dependencies up to date (upgrade react-router) and establish a clear mission for React Boilerplate:

    ๐ŸŽ React Boilerplate is a rock-solid foundation for crafting large, high-performance enterprise-grade frontend web applications that have advanced/custom requirements.

    • Static output designed for CDN and edge caches
    • Extreme Developer Ergonomics
      • Parallelized Tests
      • DLL manifest in development for blazing rebuilds
      • Scaffolding tools
    • ๐Ÿ‘ Pre-baked i18n support
    • Low level tooling that gives developer complete control

    ๐Ÿ‘ท We may include SSR in a future version, but for now this is our focus... create-react-app and next.js are doing an awesome job and strongly recommend these projects for most use cases.

    ๐Ÿ’ฅ Breaking

    • โฌ†๏ธ Upgrade React Router to v4.x.x (@anuraaga, @Dattaya, et al)
      • Use React-Loadable for data lifecycle management
      • Refactor asyncInjectors: improve code splitting/saga management
      • For a complete overview of changes, please see #1746

    Main

    • โฌ†๏ธ Upgrade React to v15.6 (@g0ddish)
    • โฌ†๏ธ Upgrade Webpack and related dependencies to v3.x.x (@KarandikarMihir)
    • ๐Ÿ’… Upgrade styled-components to v2.x.x (@justingreenberg)
    • Replace babel-preset-hmre with vanilla Webpack HMR (@Dattaya)
    • ๐Ÿ”Œ Serve Dlls via add-asset-html-webpack-plugin (@skidding)
    • Migrate from React.PropTypes to prop-types (@dennybiasiolli)

    โšก๏ธ Other Updates

    • โž• Add Stateless Functions to Container generator (@outdooricon)
    • ๐Ÿ’… Change development sourcemap style (@samit4me)
    • ๐Ÿ“š Create new documentation for dependency updates (@gihrig)
    • โฌ‡๏ธ Downgrade sanitize.css (@Dattaya)
    • Enable rule react/no-array-index-key (@carloscuatin)
    • ๐Ÿ›  Fix Intl polyfill in language generator (@tmf)
    • ๐Ÿ– Handle 204 and 205 HTTP response (@williamdclt)
    • โšก๏ธ Icon updates and improvements (@samit4me)
    • Import only necessary components for RRv4 (@sorin-davidoi)
    • ๐Ÿ‘Œ Improve <List> component tests (@chaintng)
    • ๐Ÿ‘Œ Improve component tests in demo (@dennybiasiolli)
    • ๐Ÿ‘Œ Improve setup to recognize repo before clearing git (@Aftabnack)
    • ๐Ÿ— Make build output less verbose (@KarandikarMihir)
    • ๐Ÿšš Move onSubmitForm test into mapDispatchToProps test (@tomasfrancisco)
    • โšก๏ธ NPM script and dependency updates, many fixes (@gihrig)
    • โœ‚ Remove state update in componentWillUpdate (@mawi12345)
    • โœ‚ Remove unused Sinon dependency (@avdeev)
    • โœ‚ Remove route names from app/routes (@beardedtim)
    • ๐Ÿ”ง Rename store.js to configureStore.js to prevent conflict (@howardya)
    • Separate dev and prod middleware (@tomazy)
    • ๐Ÿ‘• Sort ESLint config in package.json (@bt)
    • ๐Ÿ‘Œ Support OpenType fonts with .otf file extension (@kachkaev)
    • Turn App into a functional component (@Dattaya)
    • ๐Ÿ’… Update FAQ for styles getting overridden (@samit4me)
    • โšก๏ธ Update the 'tagged template literals' link (@joncass)
    • ๐Ÿ‘‰ Use camelcase for reducer and saga key to match selector (@anuraaga)
    • โœ… Use correct selector names in tests (@Dattaya)
    • ๐Ÿ‘‰ Use local instance of shelljs (@KarandikarMihir)
    • โšก๏ธ Use optimized version of the RBP banner (@tomazy)
    • ๐Ÿ‘‰ Use relative path for manifest.json (@mrharel)

    ๐Ÿ“š Many fixes to documentation thanks to @Aftabnack, @auchenberg, @danielrob, @gregoralbrecht, @JonathanMerklin, @marciopuga, @NicholasAnthony, @Skaronator, and @vedatmahir

  • v3.4.0 Changes

    January 14, 2017

    ๐Ÿš€ An amazing release full of new goodies, just for you! Let's dive right into it...

    ๐Ÿ†• News

    ๐Ÿ›  Welcome @KarandikarMihir to the team! Karandikar has been all over the repo, providing fixes and features. Happy to have him on board to make react-boilerplate even better!

    โœ… Special thanks as always to @gihrig for diligently testing everything and keeping our dependencies up to date!

    Also, huge props to @samit4me and @Dattaya for being everywhere and fixing so many issues and of course to @KarandikarMihir for all his hard work.

    โœ… If you want to help us make react-boilerplate great, please use the dev branch, test all the things and report all the bugs!

    ๐Ÿ”„ Changelog

    Main

    • โœ… Switch to Jest for testing , massive thanks to @dmitriiabramov
    • โšก๏ธ Update to webpack 2 RC (includes switching from System.import to import()), thanks to @Dattaya
    • โž• Add progress bar while loading code splitted routes , thanks to @KarandikarMihir
    • โž• Add the "Hitchhikers Guide to react-boilerplate to the docs , massive thanks to @KarandikarMihir
    • โšก๏ธ Update all dependencies, as always huge thanks to @gihrig, our master of dependencies
    • ๐Ÿ‘• Enable import/first eslint rule and rewrite all imports, huge thanks to @KarandikarMihir
    • โž• Add Node v7 support and deprecate v4 support, thanks to @samit4me @MariusRumpf
    • Prevent i18n language duplication, thanks to @harijoe
    • โž• Add the webpack circular dependency plugin to avoid hard to debug errors, thanks to @haikyuu
    • ๐Ÿ”จ Refactor all selectors and generators with new naming convention, thanks to @Dattaya
    • โšก๏ธ Update generator templates, thanks to @virsaviya @jeremyadavis
    • โž• Add support for the --host parameter when running npm start, thanks to @ifedotov
    • โœ… Showcase reselects createStructuredSelector in the example, thanks to @Dattaya
    • โœ… Exclude test files from coverage report, thanks to @samit4me
    • ๐Ÿ‘• Lint the templates for the generators, thanks to @Dattaya
    • โœ… Huge improvement to DX testing a freshly cleaned project, thanks to @outdooricon

    โšก๏ธ Other Updates

    • โœ‚ Remove the webpack DedupePlugin as it leads to errors in production and is now included by default, thanks to @samit4me
    • โœ‚ Remove the npm run pagespeed command and all related dependencies and files, thanks to @mkhazov
    • Trigger a full page reload when HMR fails, thanks @kachkaev
    • Don't import all of lodash, thanks to @jwinn
    • ๐Ÿ‘Œ Improve .editconfig, thanks to @avdeev
    • ๐Ÿ‘Œ Improve the example components, thanks to @tomazy
    • ๐Ÿ›  Fix npm run clean not working as expected, thanks to @adjnor
    • ๐Ÿ›  Fix the i18n button not updating with new state, thanks to @adjnor
    • ๐Ÿ›  Fix console error when changing language, thanks to @samit4me
    • ๐Ÿ›  Fix default polyfill language, thanks to @web2style
    • ๐Ÿ›  Fix language generation, thanks to @chaintng
    • Switch to new webpack query syntax, thanks to @shrynx
    • โž• Add an Introductory document to help people get started, thanks to @KarandikarMihir
    • โž• Add security configuration recommendations for Nginx (.nginx.conf), thanks to @supergicko
    • โž• Add and fix lots to stuff in the documentation, thanks to @pavlin-policar, @samit4me @outdooricon @PierrickGT @nndung179 @outdooricon @kelsonic @jimmyheaddon
    • ๐Ÿ›  A wide variety of small fixes, thanks to @Dattaya @gihrig @outdooricon

    ๐Ÿ‘Œ Supporters

    ๐Ÿ‘ This release was made possible by Fullstack React and Serverless! Want to support us too? Click here!

  • v3.3.3 Changes

    November 07, 2016

    ๐Ÿ”„ Changelog

  • v3.3.2 Changes

    November 04, 2016

    ๐Ÿ›  fix(example): Fix i18n button not updating (#1187)

  • v3.3.1

    November 03, 2016
  • v3.3.0 Changes

    November 03, 2016

    ๐Ÿš€ This release directly contains the brainpower of 25 individual contributors, with many more chiming into discussions. Thank you so much for helping out, without you react-boilerplate wouldn't be as great as it is!

    ๐Ÿ”„ Changelog

    Main

    โšก๏ธ Other Updates

    ๐Ÿ†• News

    โœ… Welcome @chaintng and @sedubois to the team, they'll be around the repo closing issues and answering questions! Special thanks as always to @gihrig for diligently testing everything and keeping our dependencies up to date!

    โœ… If you want to help us make react-boilerplate great, please use the dev branch, test all the things and report all the bugs!

    ๐Ÿ‘Œ Supporters

    ๐Ÿ‘ This release was made possible by Fullstack React and Serverless! Want to support us too? Click here!

  • v3.2.1 Changes

    September 26, 2016

    ๐Ÿ”„ Changelog

    • โšก๏ธ Updated dependencies (thanks @gihrig!)
    • ๐Ÿ— Speed up travis builds (thanks @jstockwin!)
    • ๐Ÿ‘ท Test all current Node versions on CI (thanks @amilajack!)
    • โœ… Use babel-preset-latest to get all the ESNext goodies automatically (thanks @samit4me!)
    • ๐Ÿš‘ Hotfix eslint-config-airbnb (thanks @chaintng!)

    ๐Ÿ†• News

    โœ… Welcome @amilajack to the team, he'll be around the repo closing issues and answering questions! Special thanks as always to @gihrig for diligently testing everything and keeping our dependencies up to date!

    โœ… If you want to help us make react-boilerplate great, please use the dev branch, test all the things and report all the bugs!

    ๐Ÿ‘Œ Supporters

    ๐Ÿ‘ This release was made possible by React.js Program, Fullstack React and Serverless! Want to support us too? Click here!