Skip to content

Releases: Minivera/react-vitae

Improved internal logic to reduce bundle size

06 Mar 21:09
Compare
Choose a tag to compare
  • 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

04 Jun 13:42
Compare
Choose a tag to compare
  • Cleaned up dependencies and fixed most of the security issues in the package.
  • Added codecov to add code coverage metrics
  • Updated TypeScript