@stenajs-webui/calendar
Advanced tools
Changelog
1.0.0-beta.3
Use custom comparator to use useArraySet with objects.
Changelog
1.0.0-beta.2
Changelog
1.0.0-beta.1
Changelog
1.0.0-beta.0
A table component with support for sorting, selecting rows, custom cell renderers, support for grid navigation, etc.
Can be used with Redux state, or internal state.
Changelog
1.0.0-alpha.2
onKeyDown
was not receiving enter or escape. All other calls were also disabled when onMove
was set. This has
changed. onKeyDown
now always receives all key down events.
Changelog
1.0.0-alpha.1
TextInput
have been updated according to design system.Changelog
1.0.0-alpha.0
core
components.These components have new implementations, built with HTML and CSS modules.
RadioButton
no longer extends value/onChange interface. Instead, it is a normal HTML input field with type radio
.color
and textColor
have been removed, and type
has been added.StandardTextInput
has been renamed to TextInput
.focusOnMount
prop removed. Use autoFocus
instead.selectAllOnMount
no longer autofocuses field. Add autoFocus
as well.variant
prop instead.calendarTheme
prop which is passed to the calendar.Changelog
0.0.51
^5.2.5
to ^5.3.9
.fsevents
dependency to lower CPU usage on macOS.Changelog
0.0.49
draggable
.StandardTextInput
.GroupedMultiSelect
, add group heading font family styling.BaseModal
now has draggable
prop and can be used by setting DRAGGABLE_HANDLE_CLASSNAME
as className on your drag
handle.^5.2.5
to ^5.3.9
.fsevents
dependency to lower CPU usage on macOS.