Skip to content

Releases: commitd/components

v8.2.1

23 Feb 16:30
469092a
Compare
Choose a tag to compare

8.2.1 (2023-02-23)

Bug Fixes

v8.2.0

30 Jan 14:10
ed146c3
Compare
Choose a tag to compare

8.2.0 (2023-01-30)

Bug Fixes

  • formcontrol: forwards css prop in FormControl to underlying component (c825d4c), closes #264
  • slider: allow slider to be used as a FormControl (57f7256), closes #266

Features

  • breadcrumbs: adds breadcrumbs components (2e091b6)
  • pagination: improves pagination behaviour (923458e), closes #316
  • toast: adds useToast hook (87ca830), closes #188

v8.1.5

12 Oct 08:37
2da5c13
Compare
Choose a tag to compare

8.1.5 (2022-10-12)

Bug Fixes

v8.1.4

04 Oct 16:54
0a3a2dd
Compare
Choose a tag to compare

8.1.4 (2022-10-04)

Bug Fixes

  • svg: fixes the bug in Svg props (e5d7645), closes #301

v8.1.3

28 Sep 21:35
3b61598
Compare
Choose a tag to compare

8.1.3 (2022-09-28)

Bug Fixes

v8.1.2

28 Sep 09:22
5f40e8b
Compare
Choose a tag to compare

8.1.2 (2022-09-28)

Bug Fixes

  • update ts and stitches version (a71bfd4)

v8.1.1

19 Sep 14:14
bbe8d38
Compare
Choose a tag to compare

8.1.1 (2022-09-19)

Bug Fixes

  • fix for colour page in storybook (1b579d9)

v8.1.0

19 Aug 13:38
c18590a
Compare
Choose a tag to compare

8.1.0 (2022-08-19)

Features

  • AspectRatio: add AspectRatio compoennt (b23161e)
  • changes layout sizes (bb391ed)
  • Image: adds Image component (4de9777)
  • layout: adds Inline and Stack components (2aa6934)

v8.0.0

08 Aug 16:23
61a2a69
Compare
Choose a tag to compare

8.0.0 (2022-08-08)

Bug Fixes

  • ContextMenu: updates ContextMenu for radix v1 (d8f0732), closes #286
  • Menu: updates Menu for radix v1 (00b700a), closes #286
  • Popover: updates Popover for radix v1 (282cb31), closes #286
  • Select: updates Select for radix v1 (983af25), closes #286

Features

  • hovercard: adds a new HoverCard component (26b13ee), closes #287

BREAKING CHANGES

  • Menu: Menu: Sub menus should now use MenuSub, MenuSubTrigger and MenuSubContent - removes MenuTriggerItem
  • ContextMenu: ContextMenu: Sub menus should now use ContextMenuSub, ContextMenuSubTrigger and ContextMenuSubContent - removes ContenxtMenuTriggerItem

v7.3.0

23 May 13:35
653b2d5
Compare
Choose a tag to compare

7.3.0 (2022-05-23)

Bug Fixes

  • improvements to toggle and toggle group (8ef2e44)

Features

  • adds initial toggle component (12ff7ad)
  • adds more icons and improves stories (e38c86a)
  • adds toggle group component (1a5b404)
  • dialog: improves behaviour of dialogs and provides more option (f51159b), closes #274
  • exported icon button styling to reduce code duplication (3125e2d)
  • input: adds limited support for invalid and valid pesudo-class (3818c72), closes #269
  • pull request feedback (c952a1a)