Releases: diegohaz/arc
Releases · diegohaz/arc
v1.0.0
A lot of things have been changed since the last version, which would make this changelog enormous. If your project is based on older versions of ARc, then it probably isn't worth migrating your whole code base. Only use it on new projects.
General changes:
- dropped support for
fullstackanduniversal-reduxbranches (they will be moved to another repository for future reference); - created
redux-ssrbranch to replaceuniversal-redux; - changed root directory structure (
src->src-example,src-clean->srcand placed internal scripts inprivatefolder); - redesigned home page.
v0.7.0
master
Compare to the previous version
- Replaced
transparentstate byopaqueonBlockcomponent (5894f81); - Fixed object rest destructuring props (#87 and #99);
- Upgraded webpack to
v2, thanks to @steven-haddix (#91); - Removed useless
react-router-scrolldependency, thanks to @kybarg (#92); - Made it possible to set
PUBLIC_PATHon build so the project can run on url paths other than root (#97); - Made git to see
yarn.lockas a binary file so merging will be easier, thanks to @osdevisnot (#102); - Fixed build script on Windows, thanks to @kybarg (#115).
redux
Compare to the previous version
universal-redux
Compare to the previous version
fullstack
v0.6.0
master
- Added Storybook (#51) 🎉;
- Made generic organism to look more like an organism (#54);
- Made App a stateless component;
- Added styled-theme and styled-tools libraries 💅;
- Added airbnb eslint config.
redux
- Updated Modal container (c8412b3);
- Changed
takeEveryon status sagas (c09300e); - Removed sinon dependency;
- Added test/actionsMock.js.
universal-redux
fullstack
v0.5.0-universal-redux
v0.5.0-redux
v0.5.0-fullstack
v0.5.0
v0.4.0-universal-redux
- Removed
distandwebpack-assets.jsonfrom versioning; - Added a
heroku-postbuildnpm script to automatically create the build files (which were removed from git) when deploying to Heroku; - And v0.4.0-redux.