Skip to content

Releases: mapcss/atomic-ui-react

1.0.0-beta.56

16 Jun 02:28

Choose a tag to compare

1.0.0-beta.56 Pre-release
Pre-release

1.0.0-beta.56 (2022-06-16)

Features

  • breadcrumb: change default rendering element, add docs (e233940)

1.0.0-beta.55

15 Jun 14:40

Choose a tag to compare

1.0.0-beta.55 Pre-release
Pre-release

1.0.0-beta.55 (2022-06-15)

Bug Fixes

  • tooltip: accept all attributes to props (c7bdfe7)

1.0.0-beta.54

15 Jun 08:59

Choose a tag to compare

1.0.0-beta.54 Pre-release
Pre-release

1.0.0-beta.54 (2022-06-15)

Bug Fixes

  • tab: to be forwardrefable components (d7bb20c)

1.0.0-beta.53

15 Jun 07:38

Choose a tag to compare

1.0.0-beta.53 Pre-release
Pre-release

1.0.0-beta.53 (2022-06-15)

Features

  • hooks: add useIsomorphicLayoutEffect hook that prevent to output warining on server (e70b773)
  • hooks: add useStateSet hook (01397ac)
  • switch: rename state set interface, onChangeChecked to onIsCheckedChange (178b1c0)
  • tab: add Tab components, what has default tag (e685608)

1.0.0-beta.52

08 Jun 05:16

Choose a tag to compare

1.0.0-beta.52 Pre-release
Pre-release

1.0.0-beta.52 (2022-06-08)

Features

  • hooks: add useEventListener hook that manage addEventListener safety (a7ad877)
  • hooks: add useTimeout hook that clear automatically on unmount (344b339)
  • tooltip: add Tooltip, TooltipContainer and TooltipTrigger components (e9c6cd8)

1.0.0-beta.51

07 Jun 06:14

Choose a tag to compare

1.0.0-beta.51 Pre-release
Pre-release

1.0.0-beta.51 (2022-06-07)

Bug Fixes

  • switch: remove duplicated AllHTMLAttributes types (dca0e06)

1.0.0-beta.50

07 Jun 03:22

Choose a tag to compare

1.0.0-beta.50 Pre-release
Pre-release

1.0.0-beta.50 (2022-06-07)

Bug Fixes

  • tooltip: export Tooltip component (897059c)

1.0.0-beta.49

06 Jun 09:35

Choose a tag to compare

1.0.0-beta.49 Pre-release
Pre-release

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 contexts field (326c659)
  • hooks: add useBind hook that bind argument to function (6878b7a)
  • hooks: add useCallable hooks that manage conditional callable function (aa49208)
  • hooks: add useLifecycle that provide callback hooks for lifecycle (4761532)
  • hooks: add useMergedRef that handle ref callback safety (7555a3c)
  • hooks: add useOutside hooks (c9795a7)
  • hooks: add 2nd arg of initialValue for usePrevious (0bf795d)
  • hooks: change hooks interface, remove use field (4ae3836)
  • menu: add basic menu components and hooks (995b170)
  • transition: change WithTransition props, add Transition component (acec0de)

1.0.0-beta.48

03 Jun 02:56

Choose a tag to compare

1.0.0-beta.48 Pre-release
Pre-release

1.0.0-beta.48 (2022-06-03)

Features

  • alert: change useAlert interface 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 useAttributesWithContext to useAttributesWith, change args interface (ff4cc54)
  • listbox: change listbox interface, remove ListboxProvider (6d0e85f)
  • switch: change useSwitch interface (b62fad0)
  • switch: change useSwitch interface, add onChangeIsChecked types (cefccd6)
  • switch: rename onValueChange to setIsChecked (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

29 May 02:04

Choose a tag to compare

1.0.0-beta.47 Pre-release
Pre-release

1.0.0-beta.47 (2022-05-29)

Features

  • add utility for equal function (56e0672)
  • alert_dialog: add onClose prop and Escape key bind as default (e1736a6)
  • alert_dialog: merge alert dialog and dialog, remove deplicated (ffe6f70)
  • alert: change WithAlert props types (5968397)
  • dialog: add dialog wedget (0567220)
  • disclosure: change props interface, add useDisclosureProvider hooks (0de0bb1)
  • hooks: add useDep hook that define custom equivalence function for deps (297fc52)
  • hooks: add usePrevious hooks that manage previous rendering value (e296576)
  • hooks: add useRangeCounter hook that manage cycle number (835b894)
  • hooks: add useUpdateEffect hooks that effect on re-render (5b6116c)
  • hooks: change return types of useIsFirstMount hook (a746059)
  • hooks: improve useId hooks to manage scoped prefix, improve performance (d26568d)
  • listbox: add listbox basic hooks and components (4c3a120)
  • switch: add use_attributes_with_context hooks and use it (5b01053)
  • switch: change Switch props interface (8ff91bc)