Arc Versions Save

React starter kit based on Atomic Design

v1.0.0

6 years ago

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 and universal-redux branches (they will be moved to another repository for future reference);
  • created redux-ssr branch to replace universal-redux;
  • changed root directory structure (src -> src-example, src-clean -> src and placed internal scripts in private folder);
  • redesigned home page.

v0.7.0

7 years ago

master

Compare to the previous version

  • Replaced transparent state by opaque on Block component (5894f810c5c9dd63e4e6b2be1575e354e3d755ea);
  • 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

  • Handled cases when script wasn't loaded in social sagas (#79 and #98).

universal-redux

Compare to the previous version

  • Fixed public folder not being public in dev mode, thanks to @0xsven (#109).

fullstack

Compare to the previous version

v0.6.0

7 years ago

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 (c8412b30c147f0999e441fcb74c6ebb5cb153a87);
  • Changed takeEvery on status sagas (c09300e63df9396be7641bb44c3ba50cdb5792b8);
  • Removed sinon dependency;
  • Added test/actionsMock.js.

universal-redux

fullstack

v0.5.0-fullstack

7 years ago

v0.5.0-universal-redux

7 years ago

v0.5.0-redux

7 years ago
  • Updated status store sagas;
  • Added modal store;
  • Added social store;
  • Added LoginModal component;
  • Added UserButton component;
  • Added ConfirmModal component/container;
  • Added entities store with normalizr middleware;
  • And v0.5.0.

v0.5.0

7 years ago
  • Now the project follows the all-contributors specification;
  • Updated Heading component (see #39);
  • Updated Tooltip component (see #40 and #44);
  • Added collapsed state to IconButton;
  • Added Modal component (see #42);
  • Added arc-theme.

v0.4.0-fullstack

7 years ago

v0.4.0-universal-redux

7 years ago
  • Removed dist and webpack-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.

v0.4.0-redux

7 years ago
  • Added generic container and store to the boilerplate so you can use them as a blueprint to create a new one;
  • Split store (#24);
  • Sagas are now simpler (#29);
  • And v0.4.0.