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
Fixed error with core-dialog
Fixed #63 and also an issue where core-dialog jsx version did not update with correct props.
core-datepicker disabled + core-input ajax
core-datepicker
now has an eventdatepicker.render
letting you enable/disable specific datescore-input
now hasoptions.ajax
and the eventinput.ajax
to ease communication with APIs
Dynamic JSX event handlers and strict dialog
- All JSX components now support changing event listeners also on re-render
core-dialog
now has astrict
parameter, disabling ESC and click-on-background to close
core-toggle: ESC closes popup toggles
v1.3.10 1.3.10
Bugfix: core-tabs tabs.toggle event
- Fixed issue where
tabs.toggle
event was not triggering when switching to first tab
Bugfix: core-tabs JSX initial open
- A provided
open
index to core-tabs (<Tabs open="1"
) is now also respected on initial render
Bugfix: event.preventDefault for IE
- IE incorrectly reported
event.defaultPrevented
, makingevent.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
- 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
v1.3.5 1.3.5
core-scroll: also initialize on window load
v1.3.4 1.3.4