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
[email protected]: NodeIterator IE fix
- Fixes an IE bug with
NodeIterator
where it requires extra arguments
[email protected]: CoreScoll -> CoreScroll
- Fixes typo in class name
CoreScoll
toCoreScroll
[email protected]: Toggle and focus refinements
Add forwardRef JSX prop
- Adds the
forwardRef
prop to all components
[email protected]: New ajax error event
- Adds new event
suggest.ajax.error
for handling errors on bad requests or other errors
[email protected]: backdrop attribute
- Breaking change: remove confusing
modal
concept, replace withbackdrop
attribute - Backdrop attribute can be:
true
|false
|ElementID
(for custom backdrops or server side rendering) - Fixes Edge where
custom-element
polyfill andtoggleAttribute
polyfill did not play well together
[email protected]: day/month update fix
- Day/month-names only rendered on first mount, this is now fixed
[email protected]: Fix for focus handeling React Portals
v6.1.3 Patch core-dialog
[email protected]: Ensure buttons do not submit forms
- Added
type="button"
to core-datepicker buttons to ensure they do not submit forms
[email protected]: Fix React remount issue
- Fix disappearing SVG when React mount › unmount › remount of
<CoreProgress type="radial">