Skip to content

Releases: MEDIGO/laika-react

v1.1.3

17 May 14:41
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

RELEASE NOTES:

  • Update packages with dependabot
  • Bundle development & production versions

v0.1.5

14 Jan 13:36
2642b64
Compare
Choose a tag to compare

This release changes wrapping the component from a

to a React.Fragment to prevent styling issues.

v0.1.4 - first working version

18 Oct 11:41
8328bb0
Compare
Choose a tag to compare

This is the first working version published to npm.