Releases: MEDIGO/laika-react
Releases · MEDIGO/laika-react
v2.0.0
🚀 Major Changes
- BREAKING: Dropped support for React 16 (now requires React 17+)
- BREAKING: Migrated from yarn to npm as the package manager
- BREAKING: Updated minimum Node.js requirements due to dependency updates
✨ New Features
- Added React 18 support with full compatibility
- Comprehensive test coverage (94% statement coverage)
- Added ESLint with modern flat configuration
- Integrated Cypress code coverage reporting
- Added new test files for complete API coverage
🔒 Security
- Resolved security vulnerabilities in outdated dependencies
- Updated to secure versions of all development tools
Full Changelog: https://github.com/MEDIGO/laika-react/commits/v2.0.0
v1.1.3
v1.1.1 attempt 2
Github workflows are not fun to work with. I can create new tags but I can't delete or change them via the website.
v1.1.1
v1.1.0
v1.0.0
v0.1.7
RELEASE NOTES:
- Update packages with dependabot
- Convert Laika to a functional component
- Expose getFeatureStatus function to allow running if/else statements instead of rendering components
v0.1.6-alpha.2
- Prevent setting Laika component state when the Laika component has unmounted
v0.1.6-alpha.1
RELEASE NOTES:
- Update packages with dependabot
- Bundle development & production versions
v0.1.5
This release changes wrapping the component from a
to a React.Fragment to prevent styling issues.