Skip to content

Latest commit

 

History

History
260 lines (127 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

260 lines (127 loc) · 11.6 KB

1.10.0 (2022-05-24)

Features

  • table: add null density (47d1d05)

1.9.1 (2022-01-12)

Bug Fixes

  • input: input component will not error when using icon and default slot (4187735)

1.9.0 (2021-12-15)

Features

1.8.0 (2021-12-09)

Features

  • plugin: add extendIcons plugin option (773f271)

1.7.3 (2021-11-09)

Bug Fixes

  • select: accept Boolean, Object, Array, Function, Date value type (6028b23)

1.7.2 (2021-10-12)

Bug Fixes

1.7.1 (2021-09-27)

Bug Fixes

1.7.0 (2021-09-26)

Bug Fixes

  • modal: remove modal content overflow-hidden (4492d3d)

Features

  • input: add suffix and prefix slots (948efac)

1.6.0 (2021-09-02)

Bug Fixes

  • tabs: improve TabsItem activate state bar position (1cd4652)
  • tailwindcss: replace lightBlue with sky to remove migration warning (1d28c01)
  • texttarea: able to set textarea height by class (6ef3292)

Features

  • avatar: able to pass slot to Avatar component (f5538d0)
  • modal: add padded props (b0cd360)

1.5.2 (2021-08-24)

Bug Fixes

  • checkbox: remove trailing space (467c748)
  • toggle: add flex-grow class to slot (77d7765)

1.5.1 (2021-08-24)

Bug Fixes

  • toggle: add flex-none to prevent button to collapse (ee944fc)
  • toggle/checkbox/radio: remove button margin when default slot is not used (86e8dc9)

1.5.0 (2021-08-23)

Features

  • toggle: add centered and reversed props (c3cd549)

1.4.0 (2021-08-22)

Bug Fixes

  • checkbox: add transition-colors class (20994cf)
  • checkbox: adjust size and fix hover style on dark mode (71e66d4)
  • radio: improve alignment and radio size (9e75954)
  • radio and checkbox: use invisible class instead of opacity-0 to hide checked mark (8a916e8)

Features

  • checkbox: add mixed prop (725206c)

1.3.3 (2021-08-16)

Bug Fixes

  • table: fix header density spacer (f0d9c8e)
  • table-cell: check nested parent for props (a4ffa72)

1.3.2 (2021-07-24)

Bug Fixes

  • collapse: remove extra whitespace (d5bef6e)
  • transition: unify transition classes (4d60d70)

1.3.1 (2021-05-07)

Bug Fixes

  • badge: props color validation (7924360)
  • color: add all colors to badge and tag (ed3ced1)

1.3.0 (2021-05-05)

Features

  • color: add cyan color (51bb503)
  • segmented-control: add SegmentedControl and SegmentedControlItem component (2aee9b4)

1.2.1 (2021-04-27)

Bug Fixes

  • collapse: wait for transition to finish to remove overflow (5b68b91)

1.2.0 (2021-04-22)

Bug Fixes

  • modal: classes line length (9c31370)
  • modal: remove extra white space (293fe61)
  • popover: add display property (c7ba2bd)

Features

  • modal: add dismissButton prop (c6b76fe)
  • paragraph: add paragraph component (390195f)

1.1.0 (2021-04-15)

Bug Fixes

  • button: add active state class (809be64)
  • button: align icon position when using loading prop (5f60504)
  • modal: fix modal position on small devices (313d300)

Features

  • button: add color prop for default variant (6543d78)
  • button: improve loading state and add busy prop (e9c7b11)
  • link: add target _blank and rel noopener with external property (1425952)
  • popover: add background opacity for mobile devices (aaf8de1)

1.0.8 (2021-03-02)

Bug Fixes

  • components: don't use capitalized component tag name (8ef0d68)

1.0.7 (2021-02-21)

Bug Fixes

  • toast: remove container padding to avoid ghost element (8a2b822)
  • toast: remove extra easing class (99048d8)

1.0.6 (2021-02-01)

Bug Fixes

  • icon: align icon for button and popover-item (10c4a4b)

1.0.5 (2021-02-01)

Bug Fixes

  • table: use scrollable by default (c747673)

1.0.4 (2021-01-31)

Bug Fixes

  • icon: remove aria-labelledby (34f14f8)
  • icon and table: icon is inline-block by default (bc108bf)
  • link: remove inline-block class (85580c2)
  • link: use inline-flex for link external (dc8799e)
  • transition: improve move-class timing duration (3ed6da1)

1.0.3 (2021-01-26)

Bug Fixes

  • lint: add global lint command (e8f0a28)
  • package: add src/tailwind-preset.js to package files (c5c93f5)
  • package: remove [secure] dependencies (1ef64c2)

1.0.2 (2021-01-26)

Bug Fixes

  • release: update semantic-release npm publish (f84cb86)

1.0.1 (2021-01-26)

Bug Fixes

1.0.0 (2021-01-25)

Bug Fixes

Features