Skip to content

Releases: MEDIGO/laika-react

v2.0.0

15 Oct 09:45
9118ad4

Choose a tag to compare

🚀 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

17 May 14:41

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.1 attempt 2

05 Nov 13:04
690a6d8

Choose a tag to compare

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

05 Nov 12:59
bc7a046

Choose a tag to compare

Changes

  • fixes the build to produce commonjs modules instead of ESModules and also fixes absolute paths which are not transpiled by TSC.

v1.1.0

03 Nov 11:03
d787a76

Choose a tag to compare

Added

  • Re-added Laika component. It can now use the context as well.
  • Added changelog.md.

v1.0.0

03 Nov 10:34
2c4fbd4

Choose a tag to compare

  • This release is a complete rewrite in TypeScript which replaces the Laika component with a hook that can also optionally read its values from a context.

Added

  • Context
  • useLaika hook

v0.1.7

21 Sep 14:10
9aa3250

Choose a tag to compare

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

16 Jan 10:46
5b43dfc

Choose a tag to compare

  • Prevent setting Laika component state when the Laika component has unmounted

v0.1.6-alpha.1

15 Jan 16:23
e668e94

Choose a tag to compare

RELEASE NOTES:

  • Update packages with dependabot
  • Bundle development & production versions

v0.1.5

14 Jan 13:36
2642b64

Choose a tag to compare

This release changes wrapping the component from a

to a React.Fragment to prevent styling issues.