Releases: Minivera/react-vitae
Releases · Minivera/react-vitae
Improved internal logic to reduce bundle size
- Improved the internal logic to make use of more generic functions, which reduced the overall quantity of code.
- Improved the types to make the components and hocs more usable.
- Removed the tests files from the build directory.
- Changed the hooks so they never return undefined values, will throw an error if the provider is missing isntead.
Full Changelog: v1.0.5...v1.0.6
Cleanup and security update
- Cleaned up dependencies and fixed most of the security issues in the package.
- Added codecov to add code coverage metrics
- Updated TypeScript