v1.6.0
What's Changed
π₯ Breaking Changes
- Ref Element: Change border attribute to standalone by @JesmoDev in #714
- Prefix interface types with UUI by @JesmoDev in #716
π New Features
- export font family in variable by @loivsen in #627
- Accept input type search by @bjarnef in #635
- Update essential icons to use lucide by @nielslyngsoe in #629
- uui-swatch: ability to overwrite displayed color with a css custom prop by @nielslyngsoe in #649
- Feature/popover container firefox polyfill by @JesmoDev in #628
- uui-popover-container: set popover attribute automatically by @JesmoDev in #664
- uui-menu-item: add flatten css var to hide chevron column by @JesmoDev in #665
- uui card block type by @loivsen in #689
- Feature: User Card Avatar image by @madsrasmussen in #690
- Remove border of uui-input-lock when slotted to uui-input by @loivsen in #692
- uui-box: append new css custom property to overwrite header padding by @nielslyngsoe in #719
- feat: uui-ref-node should have href and target properties by @JesmoDev in #715
- uui-tab-group does not support having a gap between tabs by @JesmoDev in #712
- Inline-button-create: Add href by @JesmoDev in #720
π Bug Fixes
- uui-textarea: autoheight not working correctly by @loivsen in #636
- Don't hide placeholder text on focus by @bjarnef in #624
- Align uui-select with other inputs by @iOvergaard in #658
- fix: uui-dropzone should set the 'accept' attribute by @loivsen in #662
- uui-popover-container: disable the focusout close listener by @JesmoDev in #663
- Ensure defineElement is used instead of customElement by @vsilvar in #685
- fix: padding fixes for uui-combobox by @enkelmedia in #670
- fix: uui-combobox should correctly handle the active item by @JesmoDev in #682
- fix: uui-combobox click to close by adding toggle by @enkelmedia in #671
- fix: reference uui-card-block-type by @iOvergaard in #694
- fix: direct imports are not allowed by @iOvergaard in #703
- uui-textarea: Use css var for text by @JesmoDev in #718
- uui-popover-container scroll event does not work when nested by @JesmoDev in #713
- uui-ref: Use css var for text by @JesmoDev in #717
- Fix modal close animation by @JesmoDev in #702
- set display to block on uui-tab-group by @julczka in #722
- Fix incorrect add icon by @julczka in #727
- fix(uui-tab-group): async tabs are not calculated correctly and have memory leaks by @JesmoDev in #726
π Documentation
- Added missing bracket to uui-radio story by @lauraneto in #630
- Updated contributing link in pull request template by @lauraneto in #631
- correct uui-box example by @nielslyngsoe in #686
π¦ Dependencies
- build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.1 by @dependabot in #620
- build(deps-dev): bump @web/dev-server-esbuild from 0.4.1 to 0.4.3 by @dependabot in #622
- build(deps-dev): bump github-markdown-css from 5.2.0 to 5.3.0 by @dependabot in #621
- build(deps): bump storybook to 7.5.2 by @iOvergaard in #644
- build(deps-dev): bump @web/test-runner-playwright from 0.10.1 to 0.11.0 by @dependabot in #646
- build(deps-dev): bump postcss-custom-properties from 13.3.0 to 13.3.2 by @dependabot in #647
- build(deps): bump actions/github-script from 6 to 7 by @dependabot in #657
- build(deps-dev): bump eslint-plugin-lit-a11y from 4.1.0 to 4.1.1 by @dependabot in #660
- build(deps-dev): bump eslint-plugin-wc from 1.5.0 to 2.0.4 by @dependabot in #673
- build(deps-dev): bump vite from 4.4.9 to 5.0.4 by @dependabot in #681
- build(deps): bump chromaui/action from 1 to 10 by @dependabot in #679
- build(deps-dev): bump rollup-plugin-import-css from 3.3.1 to 3.3.5 by @dependabot in #680
- build(deps-dev): bump vite from 5.0.4 to 5.0.5 by @dependabot in #684
- build(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in #709
- build(deps-dev): bump vite from 5.0.5 to 5.0.12 by @dependabot in #710
π A11Y
- correct green colors for A11Y by @nielslyngsoe in #648
Other Changes
- Feature/use popover container by @JesmoDev in #674
- Adjust components to new icon set by @nielslyngsoe in #675
- Adds header-actions slot to uui-box by @nathanwoulfe in #676
- Bugfix/tab group by @JesmoDev in #677
β οΈ Changes made since the RC
- set display to block on uui-tab-group by @julczka in #722
- Fix incorrect add icon by @julczka in #727
- fix(uui-tab-group): async tabs are not calculated correctly and have memory leaks by @JesmoDev in #726
New Contributors
- @lauraneto made their first contribution in #630
- @vsilvar made their first contribution in #685
- @enkelmedia made their first contribution in #670
Full Changelog: v1.5.0...v1.6.0