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

Releases: nrkno/core-components

Fixed error with core-dialog

19 Jun 12:38
Compare
Choose a tag to compare

Fixed #63 and also an issue where core-dialog jsx version did not update with correct props.

core-datepicker disabled + core-input ajax

15 Jun 10:56
Compare
Choose a tag to compare
  • core-datepicker now has an event datepicker.render letting you enable/disable specific dates
  • core-input now has options.ajax and the event input.ajax to ease communication with APIs

Dynamic JSX event handlers and strict dialog

05 Jun 08:01
Compare
Choose a tag to compare
  • All JSX components now support changing event listeners also on re-render
  • core-dialog now has a strict parameter, disabling ESC and click-on-background to close

core-toggle: ESC closes popup toggles

01 Jun 11:10
Compare
Choose a tag to compare

Bugfix: core-tabs tabs.toggle event

01 Jun 11:08
Compare
Choose a tag to compare
  • Fixed issue where tabs.toggle event was not triggering when switching to first tab

Bugfix: core-tabs JSX initial open

29 May 16:14
Compare
Choose a tag to compare
  • A provided open index to core-tabs (<Tabs open="1") is now also respected on initial render

Bugfix: event.preventDefault for IE

17 May 09:48
Compare
Choose a tag to compare
  • IE incorrectly reported event.defaultPrevented, making event.preventDefault() useless
  • This is fixed by instead listening for return value of element.dispatchEvent
  • All components are patched

core-scroll: allow drag-drop on scrollbar

17 May 09:28
Compare
Choose a tag to compare
  • Mac will still show scrollbar while scrolling in core-scroll
  • Dragging and this caused core-scroll to animate back to initial position
  • This is now fixed in core-scroll 1.1.5

core-scroll: fix pixel bug in safari

14 May 13:19
Compare
Choose a tag to compare

core-scroll: also initialize on window load

14 May 12:59
Compare
Choose a tag to compare