Releases: umbraco/Umbraco.UI
Releases · umbraco/Umbraco.UI
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
v1.5.0-rc.1
What's Changed
🚀 New Features
- 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
- Visually hidden component by @bjarnef in #593
🐛 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
- 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
- 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
- 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
New Contributors
Full Changelog: v1.5.0-rc.0...v1.5.0-rc.1
v1.5.0-rc.0
What's Changed
🙌 Notable Changes
🚀 New Features
🏠 Internal
- 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
Full Changelog: v1.4.0...v1.5.0-rc.0
v1.4.0
What's Changed
🚀 New Features
- added default styling to a tag by @JesmoDev in #514
- uui-button: change contrast for borders and colors by @JesmoDev in #515
- select mode for highlight by @loivsen in #522
- uui-input: Add support for auto-width by @loivsen in #526
- uui-box: add a property to control the headline variant by @Digipex in #521
- uui-input: autofocus and inputmode by @loivsen in #549
- uui-button: content align css variable by @JesmoDev in #548
- dialog guideline by @nielslyngsoe in #558
- Add href to cards by @JesmoDev in #554
- default slot + story by @nielslyngsoe in #568
🐛 Bug Fixes
- Modal backdrop z-index by @JesmoDev in #511
- #443 fix : Button text color hover not taking effect by @LiliM4 in #520
- uui-color: add better support for touch screens by @iOvergaard in #532
- fixed an issue caused by autowidth by @loivsen in #557
- correct requestUpdate call by @nielslyngsoe in #563
📄 Documentation
- Typo in story for uui-loader-bar by @HamDerAndrew in #525
- docs(storybook): add icon slot example for uui-tab element (#356) by @marchjorth in #519
- Upgrade storybook version by @bkclerke in #538
🏠 Internal
- build(deps-dev): bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 by @dependabot in #507
- build(deps-dev): bump eslint from 8.41.0 to 8.45.0 by @dependabot in #529
- build(deps-dev): bump vite from 4.3.5 to 4.4.4 by @dependabot in #530
- build(deps-dev): bump rollup from 3.21.6 to 3.26.3 by @dependabot in #531
- Update npm dependencies by @iOvergaard in #534
- build(deps-dev): bump chromatic from 6.19.9 to 6.20.0 by @dependabot in #539
- build(deps-dev): bump @storybook/web-components from 7.1.0 to 7.1.1 by @dependabot in #542
- build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by @dependabot in #543
- build(deps-dev): bump postcss-custom-properties from 13.2.1 to 13.3.0 by @dependabot in #544
- build(deps-dev): bump @storybook/web-components from 7.1.1 to 7.2.1 by @dependabot in #546
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.2.1 by @dependabot in #547
- build(deps-dev): bump @storybook from 7.1.0 to 7.2.2 by @iOvergaard in #550
New Contributors
- @LiliM4 made their first contribution in #520
- @HamDerAndrew made their first contribution in #525
- @marchjorth made their first contribution in #519
- @Digipex made their first contribution in #521
Full Changelog: v1.3.0...v1.4.0
v1.4.0-rc.2
What's Changed
🚀 New Features
- dialog guideline by @nielslyngsoe in #558
- Add href to cards by @JesmoDev in #554
- default slot + story by @nielslyngsoe in #568
🐛 Bug Fixes
- fixed an issue caused by autowidth by @loivsen in #557
- correct requestUpdate call by @nielslyngsoe in #563
Full Changelog: v1.4.0-rc.1...v1.4.0-rc.2
v1.4.0-rc.1
What's Changed Since v1.4.0-rc.0
🚀 New Features
- uui-input: autofocus and inputmode by @loivsen in #549
- uui-button: content align css variable by @JesmoDev in #548
📄 Documentation
🏠 Internal
- build(deps-dev): bump chromatic from 6.19.9 to 6.20.0 by @dependabot in #539
- build(deps-dev): bump @storybook/web-components from 7.1.0 to 7.1.1 by @dependabot in #542
- build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by @dependabot in #543
- build(deps-dev): bump postcss-custom-properties from 13.2.1 to 13.3.0 by @dependabot in #544
- build(deps-dev): bump @storybook/web-components from 7.1.1 to 7.2.1 by @dependabot in #546
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.2.1 by @dependabot in #547
- build(deps-dev): bump @storybook from 7.1.0 to 7.2.2 by @iOvergaard in #550
Full Changelog: v1.4.0-rc.0...v1.4.0-rc.1
v1.4.0-rc.0
What's Changed
🚀 New Features
- added default styling to a tag by @JesmoDev in #514
- uui-button: change contrast for borders and colors by @JesmoDev in #515
- select mode for highlight by @loivsen in #522
- uui-input: Add support for auto-width by @loivsen in #526
- uui-box: add a property to control the headline variant by @Digipex in #521
🐛 Bug Fixes
- Modal backdrop z-index by @JesmoDev in #511
- #443 fix : Button text color hover not taking effect by @LiliM4 in #520
- uui-color: add better support for touch screens by @iOvergaard in #532
📄 Documentation
- Typo in story for uui-loader-bar by @HamDerAndrew in #525
- docs(storybook): add icon slot example for uui-tab element (#356) by @marchjorth in #519
🏠 Internal
- build(deps-dev): bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 by @dependabot in #507
- build(deps-dev): bump eslint from 8.41.0 to 8.45.0 by @dependabot in #529
- build(deps-dev): bump vite from 4.3.5 to 4.4.4 by @dependabot in #530
- build(deps-dev): bump rollup from 3.21.6 to 3.26.3 by @dependabot in #531
- Update npm dependencies by @iOvergaard in #534
New Contributors
- @LiliM4 made their first contribution in #520
- @HamDerAndrew made their first contribution in #525
- @marchjorth made their first contribution in #519
- @Digipex made their first contribution in #521
Full Changelog: v1.3.0...v1.4.0-rc.0
v1.3.0
Note
Some events have changed name and/or behavior and you may need to be aware of this for advanced use cases.
Read more how to migrate to 1.3.0.
What's Changed
🙌 Notable Changes
- feat: change events to align with native browser behavior by @nielslyngsoe in #476
- build: add support for Node.js 18 by @iOvergaard in #479
🚀 New Features
🐛 Bug Fixes
- fix: uui-file-dropzone does not export its event classes by @iOvergaard in #477
- fix: uui-file-dropzone does not follow the inferred interface for dropped files by @iOvergaard in #478
- fix(uui-ref-list): fit within width of given enviroment by @nielslyngsoe in #473
- fix: keydown events are prevented from bubbling in uui-table-cell by @iOvergaard in #480
- Fix dragging in color area and sync value by @bjarnef in #486
- fix: not possible to drag&drop file with multiple dots by @iOvergaard in #487
- Make color slider disabled state consistent with disabled color area by @bjarnef in #489
- fix: correct import paths by @nielslyngsoe in #496
- fix: rename 'unselect' event to 'deselect' by @nielslyngsoe in #497
Other Changes
- build: upgrade storybook to v7 by @julczka in #468
- Update story for color swatches by @bjarnef in #488
- docs: storybook readme addon is not showing the readme content by @iOvergaard in #498
- docs: storybook color props by @iOvergaard in #500
Full Changelog: v1.2.1...v1.3.0
v1.3.0-rc.1
What's Changed Since v1.3.0-rc.0
🐛 Bug Fixes
- Fix dragging in color area and sync value by @bjarnef in #486
- fix: not possible to drag&drop file with multiple dots by @iOvergaard in #487
- Make color slider disabled state consistent with disabled color area by @bjarnef in #489
- fix: correct import paths by @nielslyngsoe in #496
- fix: rename 'unselect' event to 'deselect' by @nielslyngsoe in #497
Other Changes
- Update story for color swatches by @bjarnef in #488
- fix: storybook readme addon is not showing the readme content by @iOvergaard in #498
- docs: storybook color props by @iOvergaard in #500
Full Changelog: v1.3.0-rc.0...v1.3.0-rc.1
v1.3.0-rc.0
What's Changed
Note
Some events have changed name and/or behavior and you may need to be aware of this for advanced use cases.
Read more about the changes here.
🙌 Notable
- feat: change events to align with native browser behavior by @nielslyngsoe in #476
- build: add support for Node.js 18 by @iOvergaard in #479
🚀 New Features
🐛 Bug Fixes
- fix: uui-file-dropzone does not export its event classes by @iOvergaard in #477
- fix: uui-file-dropzone does not follow the inferred interface for dropped files by @iOvergaard in #478
- fix(uui-ref-list): fit within width of given enviroment by @nielslyngsoe in #473
- fix: keydown events are prevented from bubbling in uui-table-cell by @iOvergaard in #480
Other Changes
Full Changelog: v1.2.0...v1.3.0-rc.0