Skip to content

Releases: diegohaz/arc

v0.4.0

16 Dec 01:53
Compare
Choose a tag to compare

No more pain when moving components 🎉

Atomic Design should not be a problem. If you don't know where to put a component when creating it, don't worry, now it's easy to move it later, just move it. Everything else should work 😃

image

How does it work? Learn more

Other changes

  • Added generic components to the boilerplate so you can use them as a blueprint to create a new one;
  • Added a babel-plugin to remove React's propTypes on the build file (#18);
  • Added Spinner component;
  • Added Tooltip component;
  • Removed the dist folder from versioning.

Bug fixes

  • Fixed some unknown props warning;
  • Fixed IconButton appearance on Firefox.

v0.3.3-universal-redux

22 Nov 03:47
Compare
Choose a tag to compare

v0.3.3-redux

22 Nov 03:45
Compare
Choose a tag to compare

v0.3.3-fullstack

22 Nov 03:48
Compare
Choose a tag to compare

v0.3.3

22 Nov 03:44
Compare
Choose a tag to compare
  • Added NotFoundPage (#9);
  • Moved injectGlobal from componentDidMount to outside of the component (#11);
  • Upgraded dependencies.

v0.3.2-universal-redux

27 Oct 04:17
Compare
Choose a tag to compare
  • Ensured SSL in production mode;
  • Added express service to better separate it from react stuff;
  • And v0.3.2-redux.

v0.3.2-redux

27 Oct 04:13
Compare
Choose a tag to compare

v0.3.2-fullstack

27 Oct 04:18
Compare
Choose a tag to compare

First version.

v0.3.2

27 Oct 04:12
Compare
Choose a tag to compare
  • Added cache busting (#7)

v0.3.1-universal-redux

24 Oct 13:42
Compare
Choose a tag to compare
  • First version