Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Releases: dclark27/react-library-template

Storybook 5, adding styling

09 Apr 15:29
deb64d8
Compare
Choose a tag to compare

Updating repo to incorporate latest storybook version and adding the ability to add custom styles using Tachyons

Removing tests from build folder

14 Dec 17:55
e9310c6
Compare
Choose a tag to compare

Tests were not being excluded from the build directory and were causing jest to fail after running a build.

0.2.0 - Removing dependencies, removing react-scripts

14 Dec 17:31
08d967c
Compare
Choose a tag to compare

This release removes the dependency on react-scripts due to conflicts with TypeScript and Storybook.

At the moment, react-scripts makes decisions about your TSConfig file that interfere with the library building portion of this project. Resolving that led to test issues that could not be resolved. This release removes react-scripts until both can work together.

Also

  • Removing bootstrap dependency
  • Updating scripts
  • Updating to storybook 4.1.1

Initial release!

07 Dec 21:24
72a763f
Compare
Choose a tag to compare
Merge pull request #3 from dclark27/adding_license

Adding license file