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

Releases: nrkno/core-components

[email protected]: NodeIterator IE fix

14 Oct 11:43
Compare
Choose a tag to compare
  • Fixes an IE bug with NodeIterator where it requires extra arguments

[email protected]: CoreScoll -> CoreScroll

14 Oct 11:41
Compare
Choose a tag to compare
  • Fixes typo in class name CoreScoll to CoreScroll

[email protected]: Toggle and focus refinements

09 Sep 10:13
Compare
Choose a tag to compare
  • Prevent trigger happy focus restoration
  • Prevent falsy onDialogToggle-events
  • Try restoring focus when core-dialog is removed
  • Fix z-index when core-dialog is only child of

Fixes #333, #332, #330

Add forwardRef JSX prop

16 Aug 14:33
Compare
Choose a tag to compare
  • Adds the forwardRef prop to all components

[email protected]: New ajax error event

15 Aug 10:34
Compare
Choose a tag to compare
  • Adds new event suggest.ajax.error for handling errors on bad requests or other errors

[email protected]: backdrop attribute

13 Aug 12:38
Compare
Choose a tag to compare
  • Breaking change: remove confusing modal concept, replace with backdrop attribute
  • Backdrop attribute can be: true | false | ElementID (for custom backdrops or server side rendering)
  • Fixes Edge where custom-element polyfill and toggleAttribute polyfill did not play well together

[email protected]: day/month update fix

06 Aug 06:05
Compare
Choose a tag to compare
  • Day/month-names only rendered on first mount, this is now fixed

[email protected]: Fix for focus handeling React Portals

03 Jul 12:25
Compare
Choose a tag to compare

[email protected]: Ensure buttons do not submit forms

03 Jul 11:42
Compare
Choose a tag to compare
  • Added type="button" to core-datepicker buttons to ensure they do not submit forms

[email protected]: Fix React remount issue

02 Jul 09:15
Compare
Choose a tag to compare
  • Fix disappearing SVG when React mount › unmount › remount of <CoreProgress type="radial">