Skip to content

1.1.9

Compare
Choose a tag to compare
@LauraBeatris LauraBeatris released this 23 Nov 12:17
· 46 commits to master since this release
7a03db7

New minor version #9

Bug Fix 🐛

The package was previously being bundled with react, resulting in two different instances of React on the same components tree. #4

Improved workflows and project structure

  1. Now all the configuration related to rollup and babel is being handled by https://github.com/formium/tsdx, which removed a lot of boilerplate in order to configure rollup.

  2. husky and lint-staged are now in the root of the project, instead of being duplicated on the example app folder

  3. Added a better CI workflow which tests the package on multiple environments.