26-August-2016
Update .eslintrc and .babelrc along with the React CDK update process.
Invalid Release.
26-August-2016
Update all the dependencies to the latest and change the dev environment slightly. Here are some key changes:
- Use FB's react-app babel preset.
- Use the latest airbnb's eslint config(v2.0.0) which some minor overrides.
30-August-2016
- Remove some unused code from the update generator.
30-August-2016
- Had to remove some unused files from .storybook directory from the generator.
30-August-2016
- Update
@kadira/storybook
to use version 2.x.x. - Add .npmrc with liking
@kadira
org to NPM's default registry. See: PR21.
- Add update generator since it's not publish to NPM earlier. See: PR
- Update react-storybook to version 1.19.0
Initial Release