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-scroll: prevent links when movement has occured

11 May 12:59
Compare
Choose a tag to compare

core-scroll: margin and cursor

11 May 11:40
Compare
Choose a tag to compare
  • Include margin when calculating item coordinates
  • Only show grab cursor when scrolling is available

coreTogge: Only handle closing on open popups

08 May 19:10
Compare
Choose a tag to compare

coreScroll: Friction option and resize listener

08 May 14:03
Compare
Choose a tag to compare

coreTabs: Remove tabindex on tabpanels

05 May 17:28
Compare
Choose a tag to compare
  • Aria 1.1 states tabpanels should have tabindex="0", but testing shows this is experienced as a unfamiliar pattern, so we remove it for now

Bugfixes

05 May 17:25
Compare
Choose a tag to compare
  • Correctly return Array of elements on all vanilla components
  • Allow adjacent DOM inside JSX components to remain unchanged

Make coreTabs able to re-use panels

30 Apr 12:49
Compare
Choose a tag to compare
  • coreTabs can all now link to the same panel element, for DOM re-usage

coreTabs supporting custom DOM structure

27 Apr 11:46
Compare
Choose a tag to compare

coreDialog add support for IE9

13 Apr 11:10
Compare
Choose a tag to compare

Fix dispatchEvent to avoid infinite loops

13 Apr 10:29
Compare
Choose a tag to compare
  • Fix infinite loop caused by preventing a custom event, and calling it again before initial event bubbling has finished
  • Affects coreToggle