@stenajs-webui/calendar
Advanced tools
Changelog
1.0.4
Collapsible
now has autoFocus
and innerRef
properties.PrimaryButton
now has an as
property to allow it to be rendered as an anchor instead of a button. This also
affects SecondaryButton
and FlatButton
.CollapsibleClickableContent
now passes its remaining properties to its Clickable
.@types/react-modal
has been bumped to allow setting an id
property to the modal element.Chip
close button negative margin of 1px removed.Checkbox
's :after pseudo element now uses box-sizing: content-box by default. This fixes an issue where in the case
where all pseudo elements globally is set to use something other than content-box, resulted in a too small checkmark.Space
now doesn't flex, making it keep its size in a flexbox context.ModalHeader
now uses the primary font.Changelog
1.0.3
All reducer factories have been updated to no longer accept reducerId. The reason for this is the new reducerIdGate higher order reducer.
Compose with reducerIdGate
to get same functionality, and use reducerIdGateAction
to create actions.
recordObjectReducer
and reducerIdGate
.Changelog
1.0.2
Changelog
1.0.1
edgeMode
, which defines how to behave when user tries to navigate outside of table.Changelog
1.0.0
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.