2.19.1 (2025-01-07)
- number-input: support empty initialization (5315ccc)
2.19.0 (2024-12-13)
- infra: use correct npm tokens in ci (fb0ae42)
- number-input: always cast emitted modelValue to number (#316) (9a9f2a0)
- update to vue 3.5 (e4a9293)
2.18.0 (2024-06-10)
2.17.0 (2024-03-11)
2.16.1 (2024-02-12)
2.16.0 (2024-02-09)
- keyboard-shortcut: allow overwriting text color of shortcut (491859f)
- 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)
2.14.2 (2024-01-30)
- 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)
- type errors (8b09664)
2.14.0 (2024-01-26)
2.13.0 (2024-01-18)
2.12.0 (2023-12-12)
2.11.0 (2023-12-12)
2.10.0 (2023-12-06)
2.9.1 (2023-12-01)
2.9.0 (2023-11-21)
2.8.1 (2023-11-15)
2.8.0 (2023-11-15)
2.7.2 (2023-11-13)
2.7.1 (2023-11-10)
- textinput: remove quotes from CSS classes (8a5d7e1)
2.7.0 (2023-11-07)
2.6.6 (2023-11-06)
2.6.5 (2023-10-23)
2.6.4 (2023-10-13)
2.6.3 (2023-10-04)
2.6.2 (2023-08-28)
2.6.1 (2023-08-23)
2.6.0 (2023-08-23)
2.5.4 (2023-08-23)
2.5.3 (2023-08-17)
2.5.2 (2023-08-17)
2.5.1 (2023-08-14)
2.5.0 (2023-08-11)
- types: use correct tsconfig path option for dts plugin (c647d03)
- types: use rootDir when generating declaration (ba10766)
- colors: expose @archilogic/honeycomb/colors entrypoint (dbbe6cf)
- types: emit component types with vue-tsc (e6499c4)
2.4.2 (2023-08-09)
2.4.1 (2023-08-09)
2.4.0 (2023-07-27)
2.3.1 (2023-07-25)
2.3.0 (2023-07-19)
2.2.0 (2023-07-17)
- listbox+combobox: render options panel outside of scrollable container AL-4547 (654675e)
2.1.3 (2023-06-30)
- dialog: click inside panel not close dialog (007e2e9)
2.1.2 (2023-06-29)
2.1.1 (2023-06-28)
2.1.0 (2023-06-27)
2.0.6 (2023-06-07)
2.0.5 (2023-05-25)
2.0.4 (2023-05-22)
2.0.3 (2023-05-08)
- deps: update tabbable (2a40ed0)
2.0.2 (2023-04-28)
2.0.1 (2023-04-28)
- combobox: disabled multiselect (0e18ff2)
2.0.0 (2023-04-20)
-
app-menu-item: add role "menuitem" for links (#268) (79d2ca1)
-
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
- 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)
-
removed a-menu component.
-
app-menu: *
a-app-menu-item
emits@select
event instead of requiringactivate-callback
prop -
a-app-menu-item
new props:href
,shortcut
-
docs improvements
-
toasts: removed
message
prop,open
prop default value change totrue
, 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
'slabel
prop is removed. The component no longer hasaria-label
attribute set by default. Instead, it isaria-hidden
. You can set an accessible label manually on thea-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 defaultround
variant style is applied to alla-tag
s. - nav-item: remove deprecated
badge
prop andbadge
slot from a-nav-item. Use newcounter
prop and/orextra
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)
- 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)
- combobox: disabled multiselect (0e18ff2)
1.36.0 (2023-04-19)
- infra: support more node versions in package.json#engines (ba7d2d1)
2.0.0-beta.17 (2023-04-19)
2.0.0-beta.16 (2023-04-06)
2.0.0-beta.15 (2023-03-29)
- removed a-menu component.
2.0.0-beta.14 (2023-03-29)
2.0.0-beta.13 (2023-03-27)
2.0.0-beta.12 (2023-03-22)
-
app-menu: *
a-app-menu-item
emits@select
event instead of requiringactivate-callback
prop -
a-app-menu-item
new props:href
,shortcut
-
docs improvements
2.0.0-beta.11 (2023-03-22)
2.0.0-beta.10 (2023-03-13)
2.0.0-beta.9 (2023-03-09)
- infra: fix git credentials in semantic-release workflow (#260) (714ae8c)
- nav-sidebar: add height property (#253) (7f6739e)
- disclosure: use the open prop not only on component initialization (cae528f)
1.35.0 (2023-04-12)
1.34.0 (2023-03-10)
1.33.2 (2023-03-07)
1.33.1 (2023-02-21)
1.33.0 (2023-02-21)
- disclosure: use the open prop not only on component initialization (cae528f)
2.0.0-beta.8 (2023-03-03)
- toasts: removed
message
prop,open
prop default value change totrue
, the component emits@dismiss
event after the fade-away transition is finished
2.0.0-beta.7 (2023-02-28)
-
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)
a-icon
'slabel
prop is removed. The component no longer hasaria-label
attribute set by default. Instead, it isaria-hidden
. You can set an accessible label manually on thea-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)
- button: aria-label generation (#250) (9d2d395)
- button: hover, active styles for link buttons (#248) (0a1c89e)
- 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)
1.31.1 (2023-02-13)
1.31.0 (2023-02-09)
1.30.1 (2023-02-07)
1.30.0 (2023-02-01)
2.0.0-beta.4 (2023-01-20)
- 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)
- 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 defaultround
variant style is applied to alla-tag
s. - nav-item: remove deprecated
badge
prop andbadge
slot from a-nav-item. Use newcounter
prop and/orextra
slot instead. - select: remove deprecated
<a-select>
component. Use<a-listbox>
or<a-combobox>
instead.
2.0.0-beta.3 (2023-01-19)
- package name update, publish to public npm registry
2.0.0-beta.2 (2023-01-19)
- 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)
- app-menu: properly disable AppMenuMultiButton (f9cbd0f)
1.29.3 (2022-12-22)
1.29.2 (2022-12-16)
2.0.0-beta.1 (2022-12-14)
- 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)
1.29.0 (2022-12-06)
- app-menu: add multi-button (1cc4cdc)
1.28.0 (2022-12-05)
1.27.0 (2022-11-24)
1.26.1 (2022-11-23)
1.26.0 (2022-11-17)
- new icons AL-2915 (0ba880d)
1.25.1 (2022-11-16)
1.25.0 (2022-11-14)
1.24.1 (2022-11-09)
1.24.0 (2022-11-08)
1.23.0 (2022-11-04)
1.22.0 (2022-11-01)
1.21.2 (2022-10-19)
1.21.1 (2022-10-18)
1.21.0 (2022-10-17)
1.20.1 (2022-10-14)
1.20.0 (2022-10-14)
1.19.0 (2022-10-14)
1.18.0 (2022-10-13)
- icons: add Bin icon AL-2964 (9b762c1)
1.17.0 (2022-10-11)
1.16.0 (2022-10-10)
1.15.0 (2022-10-10)
1.14.0 (2022-10-05)
1.13.1 (2022-10-04)
1.13.0 (2022-09-28)
1.12.1 (2022-09-19)
1.12.0 (2022-09-16)
1.11.1 (2022-09-09)
1.11.0 (2022-09-06)
1.10.0 (2022-09-01)
1.9.0 (2022-08-24)
- tag, color-circle: add new components (ae0eaf2)
1.8.2 (2022-08-18)
1.8.1 (2022-08-17)
1.8.0 (2022-08-16)
- vertical alignment options for dialogs (1e0c031)
1.7.0 (2022-08-12)
1.6.1 (2022-08-03)
1.6.0 (2022-08-01)
1.5.2 (2022-07-29)
1.5.1 (2022-07-28)
1.5.0 (2022-07-28)
1.4.0 (2022-07-25)
1.3.6 (2022-07-15)
1.3.5 (2022-07-15)
1.3.4 (2022-07-14)
1.3.3 (2022-07-13)
1.3.2 (2022-07-12)
1.3.1 (2022-07-05)
1.3.0 (2022-07-04)
1.2.6 (2022-06-30)
1.2.5 (2022-06-28)
1.2.4 (2022-06-28)
- disclosure: truncate summary text (167df0f)
1.2.3 (2022-06-28)
1.2.2 (2022-06-27)
1.2.1 (2022-06-27)
- use ellipsis character instead of triple dots (213ec88)
1.2.0 (2022-06-27)
1.1.0 (2022-06-24)
1.0.1 (2022-06-10)
1.0.0 (2022-06-09)
- 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)
- dialog: be able to align a dialog action to the left AL-2107 (b6e8ddc)
0.5.15 (2022-06-01)
- 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)
0.5.14 (2022-05-25)
0.5.13 (2022-05-25)
0.5.12 (2022-05-24)
0.5.11 (2022-05-23)
0.5.10 (2022-05-23)
- 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)
0.5.8 (2022-05-11)
- app-menu: optional menu button (#122) (c70d798)
- separator: create separator component (#127) (35d35b1)
0.5.7 (2022-05-10)
- app-menu: separator (93d7f21)
- 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)
0.5.5 (2022-05-02)
- app-menu: update doc + don't trigger callback twice (be67252)
0.5.4 (2022-04-29)
0.5.3 (2022-04-29)
0.5.2 (2022-04-25)
0.5.1 (2022-04-22)
- icons: drawing icons AL-2013 (3633bc4)
0.5.0 (2022-04-20)
-
- 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.
- 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
- 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 nowsm
to be consistent witha-text-input
. Please add propsize="md"
to your inputs if previously relied on the default value beingmd
.
- dialog: Dialog without actions footer section AL-2015 (edd3691)
- fonts and global styles (#111) (869bb4b)
- icons: Al 1827 icons updates (#110) (ce9247a)
0.4.1 (2022-04-14)
- icons: new Processing and Offline icons AL-2089 (5824588)
0.4.0 (2022-04-12)
- the input is now default size 'sm'. If you didn't specify the size for the 'md' inputs they will become 'sm'.
-
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)
0.3.21 (2022-04-07)
- tailwind: add component classes, refactor global styles and fix disabled button hover (#101) (cade04b)
0.3.20 (2022-03-31)
- button: new pressed state AL-2042 (8434427)
- button: disabled/loading button color (4a1e011)
0.3.19 (2022-03-31)
- icon: new OpenPadlock icon AL-2051 (55ca53c)
0.3.18 (2022-03-30)
0.3.17 (2022-03-29)
0.3.16 (2022-03-29)
- icons: new icons for Editor's header toolbar AL-2009 (35fdd6b)
- button: don't let buttons get squeezed by flexbox layouts (1529eac)
- table header z-index (#89) (d3a6643)
0.3.15 (2022-03-25)
- no margins on outermost component DOM element (300a621)
0.3.14 (2022-03-24)
0.3.13 (2022-03-18)
0.3.12 (2022-03-10)
- avatar: export component (74f58d9)
0.3.11 (2022-03-10)
- avatar (#76) (3352864)
- new chip component (#79) (714b5f4)
- provide size and variant for Select (#77) (3277c7d)
- sorting composable AL-1959 (bbccc2b)
0.3.10 (2022-03-08)
- typography: 2 additional heading sizes (d84d63c)
0.3.9 (2022-03-08)
- menu: vertically and horizontally center the menu trigger button (a25a2a9)
0.3.8 (2022-03-07)
- select: new Select and SelectOption components AL-1761 (60df074)
0.3.7 (2022-03-02)
- 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)
- menu: new Menu component (7c4d4fa)
0.3.5 (2022-02-22)
- 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)
- disclosure: new Disclosure component (78858e2)
- emit the close event after the transition duration is over (2277767)
- remove headless exports (#64) (c48de16)
0.3.3 (2022-02-10)
0.3.2 (2022-02-09)
0.3.1 (2022-02-07)
- link: remove padding and refactor outline and underline styles (#57) (f6ef9a4)
- small mistake in buttons docs (4877e1d)
0.3.0 (2022-02-01)
-
slot
actions
renamed toaction
(singular) -
docs improvement
0.2.9 (2022-01-28)
0.2.8 (2022-01-27)
0.2.7 (2022-01-25)
0.2.6 (2022-01-24)
- dialog: close prop (#49) (e40afc0)
- navItem: add active state and scoped slot for badge (#48) (3f5eeb7)
0.2.5 (2022-01-24)
- add test for esc (cb50ffc)
- dialog close prop (8fe3b65)
- improve dialog and tests (9fcfc4d)
- navItem: add active state and scoped slot for badge (#48) (3f5eeb7)
- remove moduleMapper (dc9e342)
- tests (fc0a924)
- tests (c580056)
- tests for the Dialog component (6bebebf)
0.2.4 (2022-01-19)
- 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)
0.2.2 (2021-12-21)
- 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)
0.2.1 (2021-12-17)
- 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)
-
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
0.1.4 (2021-11-29)
0.1.3 (2021-11-24)
0.1.2 (2021-11-24)
- Dialog,Menu,Popover,Listbox: export headless (0570539)
0.1.1 (2021-11-19)
- icons: add new icons and refactor docs (#27) (864bc8f)
- multiSelect: add multi select Al 1341 (#26) (55afe51)
0.1.0 (2021-11-18)
- table:
a-table-cell
no longer has aheader
prop. Usea-table-header
instead.
fix: styling fixes feat: nested rows and sorting indicators docs: stories test: expandable table-row and table-cell
0.0.7 (2021-11-10)
- skeleton: skeletons (Al 1381) and tailwind jit mode (#23) (27af6a9)
- spinner: add spinner component (Al 1380) (#21) (abc0040)
0.0.6 (2021-11-02)
0.0.5 (2021-10-27)
0.0.4 (2021-10-25)
- vite: fix file extention for es module build (2bef724)
0.0.3 (2021-10-22)
- 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)