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

Releases: nrkno/core-components

core-datepicker: better month and leap year handeling

26 Feb 14:36
Compare
Choose a tag to compare

core-toggle: skip aria-label for popups with no explainer text

25 Feb 10:00
Compare
Choose a tag to compare

core-input: auto open if focused on init, add onAjaxBeforeSend to JSX

21 Feb 12:24
Compare
Choose a tag to compare

core-input: Fix hasAttribute bug on keyboard events

08 Feb 09:46
Compare
Choose a tag to compare

core-tabs: JSX now accepts falsey React elements

05 Feb 09:19
Compare
Choose a tag to compare

core-input: avoid onFilter when using ajax parameter

28 Jan 13:19
Compare
Choose a tag to compare

core-progress: fix for setting value 0

24 Jan 08:05
Compare
Choose a tag to compare

core-toggle: support popup: true

04 Jan 14:25
Compare
Choose a tag to compare

core-toggle: Now with select-mode

18 Dec 15:01
Compare
Choose a tag to compare
  • @nrk/core-toggle has enhanced accessibility by using popup: String instead of popup: true
  • For instance: popup: 'Distriktsvelger'
  • New event: toggle.select allows you to listen for clicks on interactive elements inside a toggle
  • coreToggle(element, { value: String }) allows you to set HTML of toggle button (keeping screen reader hints in sync)

core-progress / core-dialog patches

12 Dec 09:57
Compare
Choose a tag to compare
  • @nrk/core-progress now behaves in IE even when changing max attribute
  • @nrk/core-dialog now bubles focus events from correct element also in Firefox and Safari