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-input: remember limit
- patch:
@nrk/core-input
rememberslimit
until explicitly changed
core-input: remember limit
- patch:
@nrk/core-input
rememberslimit
until explicitly changed
core-input: fix limit bug
v5.5.1 5.5.1
core-input: add limit option
- Adds
limit: Number
option for setting maximum number of visible items
core-input: IE11 closing fix
@nrk/core-input
in IE11 now consistently close when the user selects an item
core-toggle: revert hidden attribute sniffing
- Was breaking a lot of stuff, must be major if launched later
core-dialog: modal option
- core-dialog now supports setting aria-modal to false
core-toggle: respect hidden attribute
- If hidden attribute is present and no aria-expanded, core-toggle respects the hidden attribute
core-datepicker: support external inputs
- Before, external buttons could control a core-datepicker by adding
data-core-datepicker="{ID}"
- Now, also external inputs can control core-datepicker by adding
data-core-datepicker="{ID}"
core-dialog: Fix IE11 close dialog issue
- Fix bug where IE11 occasionally did not close dialogs nested inside other dialogs due to missing repaint