This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Releases: nrkno/core-components
Releases · nrkno/core-components
core-scroll: fixes and items selector
Fix issues with React SSR
- Fixes React hydration issues with server-side rendering. See #261
core-progress: set default type on init
- Sets default type to
linear
on initialization
Mock HTMLElement in Node
- Mocks HTMLElement globally so components can be used in NodeJS without errors
Remove JSX directory
- Removes unwanted
jsx
directory from released files breaking React imports
Fix React event handlers
- Fixes all event handlers to cater for event propagation in React
Custom Elements!
- All Core Components rewritten to use CustomElements
See migration guide →
Patch: core-input react fixes
v5.5.6 Patch core-input
core-dialog: fix to find focusable elements
- Patch: better detect focusable elements inside a
@nrk/core-dialog
core-dialog: JSX modal mode without warning
- Patch:
@nrk/core-dialog
now does not give a warning when used withmodal
in React