v1.5.0
What's Changed
๐ Notable Changes
๐ New Features
- Feature/priority navigation by @JesmoDev in #573
- uui-tab: horizontal padding by @loivsen in #579
- uui-textarea: font size and auto-height optimisations by @loivsen in #597
- Set aria-hidden if no label has been set by @bjarnef in #612
- uui-color-picker: Add HSV as accepted color format by @bjarnef in #610
๐ Bug Fixes
- uui-input: auto-width do not render correctly by @loivsen in #578
- Bugfix/modal missing close event by @JesmoDev in #598
- uui-tabs: library cannot be used because of import paths by @JesmoDev in #608
- Remove Microsoft Edge "Reveal" icon from password field by @BatJan in #595
- fixing imports for UUI-Tab + story for href property by @nielslyngsoe in #614
๐ Documentation
- #599 Fix : Incorrect links from readme to components in Storybook by @LiliM4 in #603
- Updated the required Node and NPM versions in the "How to get started" section of CONTRIBUTING.md by @OwainJ in #611
- Specific control types in storybook controls by @bjarnef in #537
๐ Internal
- Remove whitespace before semicolon when generating new package by @bjarnef in #607
- Implement eslint rules to move style prop in the bottom of the class by @nielslyngsoe in #615
- Add support for GitHub Codespaces by @warrenbuckley in #609
๐ฆ Dependencies
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.6.0 by @dependabot in #571
- build(deps-dev): bump rollup from 3.26.3 to 3.29.1 by @dependabot in #572
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #567
- update storybook version to 7.4.5 by @loivsen in #592
- build(deps-dev): bump postcss from 8.4.26 to 8.4.31 by @dependabot in #596
- build(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by @dependabot in #574
- build(deps-dev): bump @babel/core from 7.22.9 to 7.23.0 by @dependabot in #606
- build(deps-dev): bump eslint-import-resolver-typescript from 3.5.5 to 3.6.1 by @dependabot in #605
- build(deps-dev): bump eslint-plugin-lit from 1.8.3 to 1.9.1 by @dependabot in #613
- build(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #616
Other Changes
- Disable elements when color picker is disabled by @bjarnef in #591
- Toggle color picker popover clicking preview button by @bjarnef in #589
- Feature/range slider update by @loivsen in #569
New Contributors
Full Changelog: v1.4.0...v1.5.0