1.1.9
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
-
Now all the configuration related to
rollup
andbabel
is being handled by https://github.com/formium/tsdx, which removed a lot of boilerplate in order to configurerollup
. -
husky
andlint-staged
are now in the root of the project, instead of being duplicated on theexample
app folder -
Added a better CI workflow which tests the package on multiple environments.