Skip to content

v0.4.0

Compare
Choose a tag to compare
@diegohaz diegohaz released this 16 Dec 01:53
· 255 commits to master since this release

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.