Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: nrkno/core-components

core-scroll: fixes and items selector

28 Jun 09:02
Compare
Choose a tag to compare

Fix issues with React SSR

03 Jun 11:52
Compare
Choose a tag to compare
  • Fixes React hydration issues with server-side rendering. See #261

core-progress: set default type on init

03 Jun 11:50
Compare
Choose a tag to compare
  • Sets default type to linear on initialization

Mock HTMLElement in Node

23 May 09:57
Compare
Choose a tag to compare
  • Mocks HTMLElement globally so components can be used in NodeJS without errors

Remove JSX directory

23 May 08:39
Compare
Choose a tag to compare
  • Removes unwanted jsx directory from released files breaking React imports

Fix React event handlers

23 May 08:37
Compare
Choose a tag to compare
  • Fixes all event handlers to cater for event propagation in React

Custom Elements!

21 May 08:56
Compare
Choose a tag to compare

Patch: core-input react fixes

21 May 08:57
Compare
Choose a tag to compare
v5.5.6

Patch core-input

core-dialog: fix to find focusable elements

07 Apr 15:38
Compare
Choose a tag to compare
  • Patch: better detect focusable elements inside a @nrk/core-dialog

core-dialog: JSX modal mode without warning

07 Apr 15:37
Compare
Choose a tag to compare
  • Patch: @nrk/core-dialog now does not give a warning when used with modal in React