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
fullstack
anduniversal-redux
branches (they will be moved to another repository for future reference); - created
redux-ssr
branch to replaceuniversal-redux
; - changed root directory structure (
src
->src-example
,src-clean
->src
and placed internal scripts inprivate
folder); - redesigned home page.
v0.7.0
master
Compare to the previous version
- Replaced
transparent
state byopaque
onBlock
component (5894f81); - Fixed object rest destructuring props (#87 and #99);
- Upgraded webpack to
v2
, thanks to @steven-haddix (#91); - Removed useless
react-router-scroll
dependency, thanks to @kybarg (#92); - Made it possible to set
PUBLIC_PATH
on build so the project can run on url paths other than root (#97); - Made git to see
yarn.lock
as 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
takeEvery
on 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
dist
andwebpack-assets.json
from versioning; - Added a
heroku-postbuild
npm script to automatically create the build files (which were removed from git) when deploying to Heroku; - And v0.4.0-redux.