Skip to content

Latest commit

 

History

History
1837 lines (865 loc) · 94.6 KB

CHANGELOG.md

File metadata and controls

1837 lines (865 loc) · 94.6 KB

Changelog

2.19.1 (2025-01-07)

Bug Fixes

  • number-input: support empty initialization (5315ccc)

2.19.0 (2024-12-13)

Bug Fixes

  • infra: use correct npm tokens in ci (fb0ae42)
  • number-input: always cast emitted modelValue to number (#316) (9a9f2a0)

Features

2.18.0 (2024-06-10)

Features

  • sidebar: add className when sidebar is resizing (#314) (a1be54a)

2.17.0 (2024-03-11)

Features

  • infra: deploy storybook using github pages (#296) (db186d2)

2.16.1 (2024-02-12)

Bug Fixes

  • number-input: emit number value instead of string (#280) (2e3a0af)

2.16.0 (2024-02-09)

Bug Fixes

  • keyboard-shortcut: allow overwriting text color of shortcut (491859f)

Features

  • app-menu-item: render a-keyboard-shortcut if 'shortcut' prop is provided (9779877)
  • keyboard-shortcut: export type Shortcut (4fa4dc2)
  • tailwind: remove kbd styles from tailwind base layer (e89e594)

2.15.0 (2024-02-08)

Bug Fixes

  • button, switcher: remove hover styles for pressed/checked state (#259) (1b766f9)

Features

  • keyboard-shortcut: add component Al 2134 (#271) (7e35a17)

2.14.2 (2024-01-30)

Bug Fixes

  • button: size prop type to allow for icon size sm/other (#260) (8690501)
  • tooltips: correct width inside small relative container (#261) (3e4db21)

2.14.1 (2024-01-29)

Bug Fixes

2.14.0 (2024-01-26)

Features

  • number-input: add new stepper events and props Al 5312 (#252) (50fe234)

2.13.0 (2024-01-18)

Features

2.12.0 (2023-12-12)

Features

  • tooltip: add tooltip component Al 2049 (#218) (259bff8)

2.11.0 (2023-12-12)

Features

2.10.0 (2023-12-06)

Features

2.9.1 (2023-12-01)

Bug Fixes

  • switcher: padding around switcher options (#207) (f30df7e)

2.9.0 (2023-11-21)

Features

  • toggle: add mixed state support Al 5094 (#186) (d4cd34d)

2.8.1 (2023-11-15)

Bug Fixes

2.8.0 (2023-11-15)

Features

2.7.2 (2023-11-13)

Bug Fixes

2.7.1 (2023-11-10)

Bug Fixes

  • textinput: remove quotes from CSS classes (8a5d7e1)

2.7.0 (2023-11-07)

Features

2.6.6 (2023-11-06)

Bug Fixes

  • combobox: selecting from filtered list Al 5164 (#168) (e2fead7)

2.6.5 (2023-10-23)

Bug Fixes

2.6.4 (2023-10-13)

Bug Fixes

2.6.3 (2023-10-04)

Bug Fixes

  • inputs: remove hover styles in focused state (#122) (6dd82c1)

2.6.2 (2023-08-28)

Bug Fixes

  • types: don't rely on tsconfig.json#paths in declaration (#87) (8b4881a)

2.6.1 (2023-08-23)

Bug Fixes

2.6.0 (2023-08-23)

Features

2.5.4 (2023-08-23)

Bug Fixes

2.5.3 (2023-08-17)

Bug Fixes

  • types: broaden ColorCircle's color prop type (#80) (1c6bbf6)

2.5.2 (2023-08-17)

Bug Fixes

  • types: include json files in declaration + rename color type (#79) (6877d81)

2.5.1 (2023-08-14)

Bug Fixes

  • tailwind: include colorMap.json in tailwind folder (#71) (6e23ea1)

2.5.0 (2023-08-11)

Bug Fixes

  • types: use correct tsconfig path option for dts plugin (c647d03)
  • types: use rootDir when generating declaration (ba10766)

Features

  • colors: expose @archilogic/honeycomb/colors entrypoint (dbbe6cf)
  • types: emit component types with vue-tsc (e6499c4)

2.4.2 (2023-08-09)

Bug Fixes

2.4.1 (2023-08-09)

Bug Fixes

2.4.0 (2023-07-27)

Features

  • color-circle: add support for a border color (#47) (fdb4844)

2.3.1 (2023-07-25)

Bug Fixes

  • infra: Use local workflow for CodeCommit backup (#35) (9b7e036)

2.3.0 (2023-07-19)

Features

2.2.0 (2023-07-17)

Bug Fixes

  • listbox+combobox: render options panel outside of scrollable container AL-4547 (654675e)

Features

  • infra: Switch to using AWS CodeCommit for repository backup (#15) (cc7c560)

2.1.3 (2023-06-30)

Bug Fixes

  • dialog: click inside panel not close dialog (007e2e9)

2.1.2 (2023-06-29)

Bug Fixes

  • textinput: only pass css attrs to hidden div (#331) (81dea60)

2.1.1 (2023-06-28)

Bug Fixes

  • dialog, panel: fix vertical overflow (#330) (a535a4b)

2.1.0 (2023-06-27)

Features

  • popup, combobox: combobox popup Al 4431 (#329) (46d7891)

2.0.6 (2023-06-07)

Bug Fixes

  • combobox: move multiselect tags inside the input container Al 4127 (#302) (44b454b)

2.0.5 (2023-05-25)

Bug Fixes

  • infra: add typechecking for vue files (#294) (62f5a8f)

2.0.4 (2023-05-22)

Bug Fixes

2.0.3 (2023-05-08)

Bug Fixes

2.0.2 (2023-04-28)

Bug Fixes

  • panel: remove empty space if no title, add stories (#277) (4d17f44)

2.0.1 (2023-04-28)

Bug Fixes

  • combobox: disabled multiselect (0e18ff2)

2.0.0 (2023-04-20)

Bug Fixes

  • app-menu-item: add role "menuitem" for links (#268) (79d2ca1)

  • inputs: change default placeholders (#263) (ed27909)

  • toasts: emit dismiss event after transition (#259) (4479e00)

  • types: use separate tsconfig for declaration (#267) (eefa3ca)

  • feat(menu) remove menu and menu-item components (#264) (af23a22), closes #264

  • feat(icons)!: set aria-hidden, remove label prop (#255) (ec77e8b), closes #255

Features

  • address-input: remove (#235) (9b1d5d9)
  • app-menu: support links (#266) (b6b6658)
  • change package name, make public (#244) (58cc02b)
  • dialog, panel: add panel component, refactor dialog slots to use panel (#269) (65c8b10)
  • icons: remove deprecated icons (13f3f13)
  • nav-item: remove deprecated badge prop, slot (8ac390b)
  • popup and popup-button components (#273) (1ab1e2a)
  • remove deprecated component aliases (ff7c399)
  • rename props al-3723 (#257) (2363864)
  • select: remove deprecated select component (fcdff62)
  • tag: remove deprecated variant prop (e9a7e91)
  • useMultiSelect: remove last param (#258) (f57d575)

BREAKING CHANGES

  • removed a-menu component.

  • app-menu: * a-app-menu-item emits@select event instead of requiring activate-callback prop

  • a-app-menu-item new props: href, shortcut

  • docs improvements

  • toasts: removed message prop, open prop default value change to true, the component emits @dismiss event after the fade-away transition is finished

  • rename boolean props, e.g. isOpen -> open affected components: AppMenu: (slot props)isOpen -> open AppMenuButton: isOpen -> open, showPressed -> pressed AppMenuMultiButton: isMenuOpen -> open, isPressed -> pressed Menu: opened -> open Dialog: verticalAlignment -> position

  • fix(logo-button): aria-label value

  • useMultiSelect: removed last argument of useMultiSelect composable.

  • a-icon's label prop is removed. The component no longer has aria-label attribute set by default. Instead, it is aria-hidden. You can set an accessible label manually on the a-icon or it's parent component when appropriate.

Note: some tests that relied on icon's aria label might need updating after this change.

  • remove deprecated component aliases. Use the following component names instead:
  • AListboxOption -> AOption
  • AListboxOptionGroup -> AOptionGroup
  • ABadge -> ACounter
  • AChip -> AStatus
  • icons: remove deprecated icons:
  • size "other" : Area', 'Draw', 'DrawLocked', 'Length', 'Offline', 'Processing', 'Redo', 'Undo'
  • size "md": 'Direction'
  • tag: remove a-tag "variant" prop ("square" and "round"). The previous default round variant style is applied to all a-tags.
  • nav-item: remove deprecated badge prop andbadge slot from a-nav-item. Use new counter prop and/or extra slot instead.
  • select: remove deprecated <a-select> component. Use <a-listbox> or <a-combobox> instead.
  • package name update, publish to public npm registry
  • address-input: remove a-address-input component and related google maps types and api key. Equivalent component has been previously added to @archilogic/app-kit private package

2.0.0-beta.18 (2023-04-20)

Bug Fixes

  • infra: use correct key for node-version-file (#275) (7fe0331)

Features

  • app-menu: add a group title component (#271) (04d52de)
  • infra: support more node versions in package.json#engines (ba7d2d1)

1.36.1 (2023-04-27)

Bug Fixes

  • combobox: disabled multiselect (0e18ff2)

1.36.0 (2023-04-19)

Bug Fixes

  • infra: use correct key for node-version-file (#275) (7fe0331)

Features

  • infra: support more node versions in package.json#engines (ba7d2d1)

2.0.0-beta.17 (2023-04-19)

Features

2.0.0-beta.16 (2023-04-06)

Features

  • dialog, panel: add panel component, refactor dialog slots to use panel (#269) (65c8b10)

2.0.0-beta.15 (2023-03-29)

  • feat(menu) remove menu and menu-item components (#264) (af23a22), closes #264

BREAKING CHANGES

  • removed a-menu component.

2.0.0-beta.14 (2023-03-29)

Bug Fixes

  • app-menu-item: add role "menuitem" for links (#268) (79d2ca1)

2.0.0-beta.13 (2023-03-27)

Bug Fixes

  • types: use separate tsconfig for declaration (#267) (eefa3ca)

2.0.0-beta.12 (2023-03-22)

Features

BREAKING CHANGES

  • app-menu: * a-app-menu-item emits@select event instead of requiring activate-callback prop

  • a-app-menu-item new props: href, shortcut

  • docs improvements

2.0.0-beta.11 (2023-03-22)

Features

  • combobox, listbox: show color circle for options and selected value (#262) (cb80703)

2.0.0-beta.10 (2023-03-13)

Bug Fixes

2.0.0-beta.9 (2023-03-09)

Bug Fixes

  • infra: fix git credentials in semantic-release workflow (#260) (714ae8c)
  • nav-sidebar: add height property (#253) (7f6739e)

Features

  • disclosure: use the open prop not only on component initialization (cae528f)

1.35.0 (2023-04-12)

Features

  • app-menu: add a group title component (#271) (04d52de)

1.34.0 (2023-03-10)

Features

  • combobox, listbox: show color circle for options and selected value (#262) (cb80703)

1.33.2 (2023-03-07)

Bug Fixes

  • infra: fix git credentials in semantic-release workflow (#260) (714ae8c)

1.33.1 (2023-02-21)

Bug Fixes

1.33.0 (2023-02-21)

Features

  • disclosure: use the open prop not only on component initialization (cae528f)

2.0.0-beta.8 (2023-03-03)

Bug Fixes

  • toasts: emit dismiss event after transition (#259) (4479e00)

BREAKING CHANGES

  • toasts: removed message prop, open prop default value change to true, the component emits @dismiss event after the fade-away transition is finished

2.0.0-beta.7 (2023-02-28)

Features

BREAKING CHANGES

  • rename boolean props, e.g. isOpen -> open affected components: AppMenu: (slot props)isOpen -> open AppMenuButton: isOpen -> open, showPressed -> pressed AppMenuMultiButton: isMenuOpen -> open, isPressed -> pressed Menu: opened -> open Dialog: verticalAlignment -> position

  • fix(logo-button): aria-label value

  • useMultiSelect: removed last argument of useMultiSelect composable.

2.0.0-beta.6 (2023-02-27)

  • feat(icons)!: set aria-hidden, remove label prop (#255) (ec77e8b), closes #255

BREAKING CHANGES

  • a-icon's label prop is removed. The component no longer has aria-label attribute set by default. Instead, it is aria-hidden. You can set an accessible label manually on the a-icon or it's parent component when appropriate.

Note: some tests that relied on icon's aria label might need updating after this change.

2.0.0-beta.5 (2023-02-15)

Bug Fixes

  • button: aria-label generation (#250) (9d2d395)
  • button: hover, active styles for link buttons (#248) (0a1c89e)

Features

  • button, logo: button size auto, icon prop change, logo-button component al-2237 (#249) (98b79ea)
  • nav: heading prop for navItem, docs cleanup (#251) (6c03556)
  • text-input: show character counter if maxlength is set al-3432 (#247) (20eca3a)

1.32.0 (2023-02-15)

Features

  • nav: heading prop for navItem, docs cleanup (#251) (6c03556)

1.31.1 (2023-02-13)

Bug Fixes

1.31.0 (2023-02-09)

Features

  • button, logo: button size auto, icon prop change, logo-button component al-2237 (#249) (98b79ea)

1.30.1 (2023-02-07)

Bug Fixes

  • button: hover, active styles for link buttons (#248) (0a1c89e)

1.30.0 (2023-02-01)

Features

  • text-input: show character counter if maxlength is set al-3432 (#247) (20eca3a)

2.0.0-beta.4 (2023-01-20)

Features

  • icons: remove deprecated icons (13f3f13)
  • nav-item: remove deprecated badge prop, slot (8ac390b)
  • remove deprecated component aliases (ff7c399)
  • select: remove deprecated select component (fcdff62)
  • tag: remove deprecated variant prop (e9a7e91)

BREAKING CHANGES

  • remove deprecated component aliases. Use the following component names instead:
  • AListboxOption -> AOption
  • AListboxOptionGroup -> AOptionGroup
  • ABadge -> ACounter
  • AChip -> AStatus
  • icons: remove deprecated icons:
  • size "other" : Area', 'Draw', 'DrawLocked', 'Length', 'Offline', 'Processing', 'Redo', 'Undo'
  • size "md": 'Direction'
  • tag: remove a-tag "variant" prop ("square" and "round"). The previous default round variant style is applied to all a-tags.
  • nav-item: remove deprecated badge prop andbadge slot from a-nav-item. Use new counter prop and/or extra slot instead.
  • select: remove deprecated <a-select> component. Use <a-listbox> or <a-combobox> instead.

2.0.0-beta.3 (2023-01-19)

Features

BREAKING CHANGES

  • package name update, publish to public npm registry

2.0.0-beta.2 (2023-01-19)

Bug Fixes

  • app-menu: add scrolling, improve max-height and positioning (#238) (b0a6412)
  • app-menu: properly disable AppMenuMultiButton (f9cbd0f)
  • label-container: more flexible styling for row alignment (#236) (86bd1b6)

1.29.4 (2023-01-03)

Bug Fixes

  • app-menu: properly disable AppMenuMultiButton (f9cbd0f)

1.29.3 (2022-12-22)

Bug Fixes

  • app-menu: add scrolling, improve max-height and positioning (#238) (b0a6412)

1.29.2 (2022-12-16)

Bug Fixes

  • label-container: more flexible styling for row alignment (#236) (86bd1b6)

2.0.0-beta.1 (2022-12-14)

Features

BREAKING CHANGES

  • address-input: remove a-address-input component and related google maps types and api key. Equivalent component has been previously added to @archilogic/app-kit private package

1.29.1 (2022-12-06)

Bug Fixes

  • add overflow to footer slot in the NavSidebar component (#234) (f61d6a6)

1.29.0 (2022-12-06)

Features

  • app-menu: add multi-button (1cc4cdc)

1.28.0 (2022-12-05)

Features

  • add additional-content slot for NavSidebar component (#231) (11a6836)

1.27.0 (2022-11-24)

Bug Fixes

Features

1.26.1 (2022-11-23)

Bug Fixes

1.26.0 (2022-11-17)

Features

1.25.1 (2022-11-16)

Bug Fixes

  • text-input: textarea shadow div invisible (#222) (49d0ee4)

1.25.0 (2022-11-14)

Features

1.24.1 (2022-11-09)

Bug Fixes

  • inputs: input number v-model, subtle placeholder (#219) (448c776)

1.24.0 (2022-11-08)

Features

  • number-input: add number input with custom steppers (#217) (f94bd79)

1.23.0 (2022-11-04)

Features

  • label-container, input-group: AL-1910 (#215) (84bc771)

1.22.0 (2022-11-01)

Features

1.21.2 (2022-10-19)

Bug Fixes

  • reactive isCollapsed prop for nav sidebar (#212) (5fe2f37)

1.21.1 (2022-10-18)

Bug Fixes

1.21.0 (2022-10-17)

Features

  • colors, color-circle, tag: AL 2783 3/3 (#213) (e508339)

1.20.1 (2022-10-14)

Bug Fixes

1.20.0 (2022-10-14)

Features

1.19.0 (2022-10-14)

Features

  • counter: rename Badge to Counter AL-2783 1/3 (#209) (2a8fece)

1.18.0 (2022-10-13)

Features

  • icons: add Bin icon AL-2964 (9b762c1)

1.17.0 (2022-10-11)

Features

1.16.0 (2022-10-10)

Features

  • combobox: emit '@update:query', add backend search example (01c8442)

1.15.0 (2022-10-10)

Features

1.14.0 (2022-10-05)

Features

  • icons: rename Direction to Move size 'md' (#204) (9b2f7f1)

1.13.1 (2022-10-04)

Bug Fixes

  • select combobox input value on click (#202) (f67e527)

1.13.0 (2022-09-28)

Features

  • combobox, listbox: render options inline (#201) (f7cda67)

1.12.1 (2022-09-19)

Bug Fixes

1.12.0 (2022-09-16)

Features

1.11.1 (2022-09-09)

Bug Fixes

1.11.0 (2022-09-06)

Features

1.10.0 (2022-09-01)

Features

1.9.0 (2022-08-24)

Features

  • tag, color-circle: add new components (ae0eaf2)

1.8.2 (2022-08-18)

Bug Fixes

1.8.1 (2022-08-17)

Bug Fixes

  • listbox: fix option layout to avoid breaking change (#186) (e812ffd)

1.8.0 (2022-08-16)

Features

  • vertical alignment options for dialogs (1e0c031)

1.7.0 (2022-08-12)

Features

  • combobox: single-select combobox, a-option Al 2358 AL-2521 (#183) (f93487e)

1.6.1 (2022-08-03)

Bug Fixes

1.6.0 (2022-08-01)

Features

1.5.2 (2022-07-29)

Bug Fixes

1.5.1 (2022-07-28)

Bug Fixes

  • app-menu: small width on narrow screen (#178) (327dbdf)

1.5.0 (2022-07-28)

Bug Fixes

Features

  • add new primary variant for Bagde component (#176) (2a48a94)

1.4.0 (2022-07-25)

Features

  • create and export typescript definitions (#175) (9627894)

1.3.6 (2022-07-15)

Bug Fixes

  • sidebar: resizing handle for scrollable sidebar (#173) (a93ffa5)

1.3.5 (2022-07-15)

Bug Fixes

  • app-menu: reposition submenu Al 2470 (#171) (a712136)

1.3.4 (2022-07-14)

Bug Fixes

  • checkbox: align checkbox to top and fix inherit attrs (#172) (2aa6c0a)

1.3.3 (2022-07-13)

Bug Fixes

1.3.2 (2022-07-12)

Bug Fixes

  • text-input: multiline wrap without spaces (#169) (293ab41)

1.3.1 (2022-07-05)

Bug Fixes

  • select: make multiple select grow vertically (#168) (75f07df)

1.3.0 (2022-07-04)

Features

  • listbox: add a-listbox-option-group and refactor listbox-option (#167) (d18b30f)

1.2.6 (2022-06-30)

Bug Fixes

1.2.5 (2022-06-28)

Bug Fixes

  • table-header: add aria-sort and sortable prop (#165) (c4324f7)

1.2.4 (2022-06-28)

Bug Fixes

  • disclosure: truncate summary text (167df0f)

1.2.3 (2022-06-28)

Bug Fixes

1.2.2 (2022-06-27)

Bug Fixes

  • clean up declared dependencies and bump headlessui/vue (#160) (33fc827)

1.2.1 (2022-06-27)

Bug Fixes

  • use ellipsis character instead of triple dots (213ec88)

1.2.0 (2022-06-27)

Features

1.1.0 (2022-06-24)

Features

1.0.1 (2022-06-10)

Bug Fixes

1.0.0 (2022-06-09)

Bug Fixes

  • app-menu: reposition submenu if does not fit (#145) (71d95eb)

Features

  • configure semantic-release and rename package(#147) (95778df)

BREAKING CHANGES

  • name change to `@archilogic/ui-components. Update your dependencies list and package imports, as well as tailwind preset path.

0.5.16 (2022-06-03)

Bug Fixes

  • dialog: be able to align a dialog action to the left AL-2107 (b6e8ddc)

0.5.15 (2022-06-01)

Features

  • select: the dropdown always has the width of the input (a.k.a. trigger button) AL-2254 (48091ad)
  • shared style for keyboard input element kbd AL-2236 (e3fb899)

Bug Fixes

  • arrow-key: assign tabZeroElement on mount (1d1d583)
  • table: add scroll-margin-top (56ca1fa)

0.5.14 (2022-05-25)

Bug Fixes

0.5.13 (2022-05-25)

Bug Fixes

0.5.12 (2022-05-24)

Bug Fixes

  • multiSelect, table, checkbox: play nicely together (#135) (be3d3b2)

0.5.11 (2022-05-23)

Features

0.5.10 (2022-05-23)

Bug Fixes

  • app-menu: close submenu on arrow left even for disabled item (#130) (39c26c8)
  • table: scrolling example (#132) (a7c8560)
  • useMultiSelect: allow not clear on click (#133) (3ad3f32)

0.5.9 (2022-05-12)

Features

  • arrow-key-focus: skip element w/o tabindex (#129) (b5ec5a3)

Bug Fixes

0.5.8 (2022-05-11)

Features

0.5.7 (2022-05-10)

Features

Bug Fixes

  • app-menu: fix submenu bugs and hover behavior (#125) (4c45bcb)
  • dialog: be able to use an a-select inside an a-dialog AL-2011 (1c34ed8)

0.5.6 (2022-05-05)

Bug Fixes

0.5.5 (2022-05-02)

Bug Fixes

  • app-menu: update doc + don't trigger callback twice (be67252)

0.5.4 (2022-04-29)

Features

  • menu: Al 2132 menuitem checkbox, disabled state (#121) (53f22ba)

0.5.3 (2022-04-29)

Features

  • app-menu: new menu component for application menus al 1025 (#120) (28c1943)

0.5.2 (2022-04-25)

Bug Fixes

0.5.1 (2022-04-22)

Features

  • icons: drawing icons AL-2013 (3633bc4)

0.5.0 (2022-04-20)

⚠ BREAKING CHANGES

    • to get the fonts loaded, the consumer now should import '@archilogic-com/ui-components-next/tailwind/index.css'. This will also include the main tailwind import, so your app does not need to import tailwindcss separately.
  • base (global) styles are now included as opt-in plugin.
  • fix(tailwind): move font imports to index.css

  • feat(typography): add jetBrains font and 'code' utility class

  • feat(tailwind): make base styles optional

  • feat(tailwind): add base body styles

  • select: a-select default size is now sm to be consistent with a-text-input. Please add prop size="md" to your inputs if previously relied on the default value being md.

Features

  • dialog: Dialog without actions footer section AL-2015 (edd3691)
  • fonts and global styles (#111) (869bb4b)
  • icons: Al 1827 icons updates (#110) (ce9247a)

Bug Fixes

0.4.1 (2022-04-14)

Features

  • icons: new Processing and Offline icons AL-2089 (5824588)

0.4.0 (2022-04-12)

⚠ BREAKING CHANGES

  • the input is now default size 'sm'. If you didn't specify the size for the 'md' inputs they will become 'sm'.

Features

  • menu: allow to keep the menu trigger button pressed while menu is open AL-2075 (af8c6bb)

  • feat(text-input): make sm default size Al 2050 (#104) (f234b10), closes #104

0.3.22 (2022-04-08)

Bug Fixes

0.3.21 (2022-04-07)

Features

  • tailwind: add component classes, refactor global styles and fix disabled button hover (#101) (cade04b)

Bug Fixes

0.3.20 (2022-03-31)

Features

  • button: new pressed state AL-2042 (8434427)

Bug Fixes

  • button: disabled/loading button color (4a1e011)

0.3.19 (2022-03-31)

Features

  • icon: new OpenPadlock icon AL-2051 (55ca53c)

0.3.18 (2022-03-30)

Features

  • typography: add body aliases for 400 weight (#96) (44494e3)

Bug Fixes

  • text-input: allow undefined value (#95) (e6ee454)

0.3.17 (2022-03-29)

Features

  • table: enable opt-out for truncate class (#91) (274c5fe)

0.3.16 (2022-03-29)

Features

  • icons: new icons for Editor's header toolbar AL-2009 (35fdd6b)

Bug Fixes

  • button: don't let buttons get squeezed by flexbox layouts (1529eac)
  • table header z-index (#89) (d3a6643)

0.3.15 (2022-03-25)

Features

  • text-input: add multiline type (textarea) (#87) (a656253)

Bug Fixes

  • no margins on outermost component DOM element (300a621)

0.3.14 (2022-03-24)

Features

0.3.13 (2022-03-18)

Features

Bug Fixes

  • avatar (#84) (93de963)
  • input: text color of disabled input in Safari browser (698f512)

0.3.12 (2022-03-10)

Bug Fixes

  • avatar: export component (74f58d9)

0.3.11 (2022-03-10)

Features

0.3.10 (2022-03-08)

Features

  • typography: 2 additional heading sizes (d84d63c)

0.3.9 (2022-03-08)

Bug Fixes

  • menu: vertically and horizontally center the menu trigger button (a25a2a9)

0.3.8 (2022-03-07)

Features

  • select: new Select and SelectOption components AL-1761 (60df074)

0.3.7 (2022-03-02)

Bug Fixes

  • button: replace transparent colors (#71) (107a769)
  • docs: title for Menu component (5aedfed)
  • tab: do not use Tab component (#69) (e73b515)

0.3.6 (2022-02-25)

Features

  • menu: new Menu component (7c4d4fa)

0.3.5 (2022-02-22)

Features

  • focus-border styles and checkbox docs improvements (#65) (5904de1)
  • tabs, hr: tab button component and hr styles (#68) (cd00cd5)
  • text input: Al 1554 (#66) (a571520)

0.3.4 (2022-02-11)

Features

  • disclosure: new Disclosure component (78858e2)

Bug Fixes

  • emit the close event after the transition duration is over (2277767)
  • remove headless exports (#64) (c48de16)

0.3.3 (2022-02-10)

Features

  • nav-sidebar: add collapsible prop (#59) (0144b1c)

Bug Fixes

0.3.2 (2022-02-09)

0.3.1 (2022-02-07)

Bug Fixes

  • link: remove padding and refactor outline and underline styles (#57) (f6ef9a4)
  • small mistake in buttons docs (4877e1d)

0.3.0 (2022-02-01)

⚠ BREAKING CHANGES

  • slot actions renamed to action (singular)

  • docs improvement

Bug Fixes

0.2.9 (2022-01-28)

Features

0.2.8 (2022-01-27)

Bug Fixes

0.2.7 (2022-01-25)

Bug Fixes

0.2.6 (2022-01-24)

Features

Bug Fixes

  • dialog: close prop (#49) (e40afc0)
  • navItem: add active state and scoped slot for badge (#48) (3f5eeb7)

0.2.5 (2022-01-24)

Features

Bug Fixes

0.2.4 (2022-01-19)

Features

  • badge prop/slot for NavItem AL-1745 (02938db)
  • bump dependencies AL-1638 (99c41cc)
  • dialog: new dialog styles (#44) al-1637 (cd1b026)
  • new Badge component AL-1745 (da17694)

0.2.3 (2022-01-14)

Bug Fixes

  • table: allow toggling table row programmatically (#42) (82a139b)

0.2.2 (2021-12-21)

Features

  • arrow-key-focusable: allow left/right key navigation (#39) (dba1931)
  • dialog: add dialog component AL-1551 (#38) (6c007a2)
  • multiSelect: add afterSelect callback AL-1546 (#40) (6bcecf3)

Bug Fixes

  • table: update selected row bg color on hover AL-1550 (#37) (e841b8a)

0.2.1 (2021-12-17)

Features

  • nav: a-nav-item component and a-nav-sidebar fixes Al 1611 (#36) (54298c9)
  • nav-sidebar: create nav sidebar and story (#35) (62cdd35)
  • sidebar: add resizable prop AL 1436 (#34) (0e3ce0d)

0.2.0 (2021-12-01)

⚠ BREAKING CHANGES

  • each composable is exported as a named export

  • docs(storybook): move intro docs to storybook

  • docs(storybook): sort story sections

  • docs(button): add router-link docs

  • docs(button): fix link to vue-router docs

  • docs(guide): update global registration example

  • fix(bundle): named exports for each composable

  • update storybook docs Al 1416 (#32) (b8fcd10)

0.1.4 (2021-11-29)

Features

  • tailwind: add focus-shadow and focus-outline classes Al 1395 (#31) (cf6f2f7)

Bug Fixes

  • table: prevent text selection on shift (#29) (4945b26)

0.1.3 (2021-11-24)

Features

  • arrowKeyFocusable, table: add arrowKey navigation (#28) (d784937)

0.1.2 (2021-11-24)

Features

  • Dialog,Menu,Popover,Listbox: export headless (0570539)

0.1.1 (2021-11-19)

Features

  • icons: add new icons and refactor docs (#27) (864bc8f)
  • multiSelect: add multi select Al 1341 (#26) (55afe51)

0.1.0 (2021-11-18)

⚠ BREAKING CHANGES

  • table: a-table-cell no longer has a header prop. Use a-table-header instead.

fix: styling fixes feat: nested rows and sorting indicators docs: stories test: expandable table-row and table-cell

Features

  • table: nested rows, docs, other improvements (#22) (8c2f3fa)

0.0.7 (2021-11-10)

Features

  • skeleton: skeletons (Al 1381) and tailwind jit mode (#23) (27af6a9)
  • spinner: add spinner component (Al 1380) (#21) (abc0040)

Bug Fixes

0.0.6 (2021-11-02)

Features

Bug Fixes

  • topbar: secondary topbar buttons (#19) (efd3b43)

0.0.5 (2021-10-27)

Features

Bug Fixes

  • icons: reactive dynamic component name (#17) (e985b6a)

0.0.4 (2021-10-25)

Features

Bug Fixes

  • vite: fix file extention for es module build (2bef724)

0.0.3 (2021-10-22)

Features

  • icons: icons (#14) Al 1036 (c700afe)
  • logo: add logo component and docs (#11) AL-1185 (4b31535)
  • tabs: export headless-ui tabs components (#9) (2d4d70b)
  • typography: include inter font and add docs (#8) Al 1248 (d6b39c2)

Bug Fixes

0.0.2 (2021-10-08)

Features

  • button: buttons various states (#7) Al 1024 (19d97db)

0.0.1 (2021-10-05)

0.0.0 (2021-10-04)