Skip to content

v7.0.11

Compare
Choose a tag to compare
@aholachek aholachek released this 11 Jun 15:57
· 86 commits to master since this release

This release fixed a bug with flip-toolkit that prevented imports from working correctly, raising an error.

Under the hood, the release reorganized files and simplified the release process to make it easier to make changes in the future.

Instead of the dependency relationship being flip-toolkit --> react-flip-tookit, it is now react-flip-toolkit --> flip-toolkit which makes more sense. Originally, it was the other way around to try to make sure react-flip-toolkit was as small as possible. However, the size difference is negligible -- .4kb min/gzipped --and with tree-shaking should not be a problem.