Releases: mapcss/atomic-ui-react
Releases · mapcss/atomic-ui-react
1.0.0-beta.56
1.0.0-beta.56 (2022-06-16)
Features
- breadcrumb: change default rendering element, add docs (e233940)
1.0.0-beta.55
1.0.0-beta.54
1.0.0-beta.53
1.0.0-beta.53 (2022-06-15)
Features
1.0.0-beta.52
1.0.0-beta.52 (2022-06-08)
Features
1.0.0-beta.51
1.0.0-beta.50
1.0.0-beta.49
1.0.0-beta.49 (2022-06-06)
Features
- accordion: change accordion interface,remove context from with components (bb55082)
- accordion: change context interface, props has
contextsfield (326c659) - hooks: add
useBindhook that bind argument to function (6878b7a) - hooks: add
useCallablehooks that manage conditional callable function (aa49208) - hooks: add
useLifecyclethat provide callback hooks for lifecycle (4761532) - hooks: add
useMergedRefthat handle ref callback safety (7555a3c) - hooks: add
useOutsidehooks (c9795a7) - hooks: add 2nd arg of initialValue for
usePrevious(0bf795d) - hooks: change hooks interface, remove
usefield (4ae3836) - menu: add basic menu components and hooks (995b170)
- transition: change
WithTransitionprops, addTransitioncomponent (acec0de)
1.0.0-beta.48
1.0.0-beta.48 (2022-06-03)
Features
- alert: change
useAlertinterface to accept all attributes with contexts (1d1ce5e) - dialog: change dialog interface, remove
DialogProvider(33f9237) - focus: add scroll into view if needed and use it (10d9676)
- focus: add to manage focus strategy (e5b0916)
- hooks: rename
useAttributesWithContexttouseAttributesWith, change args interface (ff4cc54) - listbox: change listbox interface, remove
ListboxProvider(6d0e85f) - switch: change
useSwitchinterface (b62fad0) - switch: change
useSwitchinterface, addonChangeIsCheckedtypes (cefccd6) - switch: rename
onValueChangetosetIsChecked(009805a) - tab: change hooks and with component interface (c2734cf)
- toolbar: change to attach onKeyDown to actual toolbar, change attributes props interface (ebc0e47)
- toolbar: use focus storategy to switch roving tab index or active descendant (83f8f18)
1.0.0-beta.47
1.0.0-beta.47 (2022-05-29)
Features
- add utility for equal function (56e0672)
- alert_dialog: add
onCloseprop andEscapekey bind as default (e1736a6) - alert_dialog: merge alert dialog and dialog, remove deplicated (ffe6f70)
- alert: change
WithAlertprops types (5968397) - dialog: add dialog wedget (0567220)
- disclosure: change props interface, add
useDisclosureProviderhooks (0de0bb1) - hooks: add
useDephook that define custom equivalence function fordeps(297fc52) - hooks: add
usePrevioushooks that manage previous rendering value (e296576) - hooks: add
useRangeCounterhook that manage cycle number (835b894) - hooks: add
useUpdateEffecthooks that effect on re-render (5b6116c) - hooks: change return types of
useIsFirstMounthook (a746059) - hooks: improve
useIdhooks to manage scoped prefix, improve performance (d26568d) - listbox: add listbox basic hooks and components (4c3a120)
- switch: add
use_attributes_with_contexthooks and use it (5b01053) - switch: change
Switchprops interface (8ff91bc)