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-progress: new component
v4.2.7 4.2.7
core-toggle: bugfix popup closing iOS
Added fix for iOS to close core-toggle with {popup: true}
- also on "non-clickable" elements
See more in #138
core-dialog: bugfix for Microsoft Edge
transitionend
can bubble to document, this caused issues in Microsoft Edge
core-scroll revert 120 and add documentation
@nrk/core-scroll
also triggers nativescroll
event, this is now documented- This makes settings introduced in #120 redundant :)
Bugfix: Core dialog
z-index
limit for the backdrop at 2000000000 to avoid overflowing z-index caused by browser extensions. More info at: https://techjunkie.com/maximum-z-index-value
Bugfix: Core scroll
Support elements that needs mousedown. <input>
, <textarea>
etc. now works inside core-scroll
Bugfixes core-toggle + core-datepicker
core-datepicker
: language settings now also works in Reactcore-toggle
: Fixed automatically collapsing<select>
incore-toggle
popups
core-scroll: adjust throttle speed
It is now possible to adjust the throttling speed on the scroll.change
event. This can be done by passing in a third parameter to core-scroll with e.g.: { scrollMs: 100}
core-dialog + core-datepicker uu fixes
@nrk/core-dialog
: now respectsevent.defaultPrevented
when trying to close with ESC@nrk/core-datepicker
: spells out full date in grid with screen readers@nrk/core-datepicker
: removed unneededaria-disabled
@nrk/core-datepicker
: autofocuses current date in grid
core-toggle autofocus + core-input ajax.beforeSend
@nrk/core-toggle
: Added support for[autofocus]
attribute in content@nrk/core-toggle
: Added support foraria-controls
for more flexible markup@nrk/core-input
: Addedinput.ajax.beforeSend
event to support customized ajax requests