Releases: umbraco/Umbraco.UI
Releases · umbraco/Umbraco.UI
v1.9.0-rc.0
What's Changed
🚀 New Features
- Feat: Readonly state for uui-select by @madsrasmussen in #822
- Feat: Readonly state for uui-slider by @madsrasmussen in #823
- Feat: Readonly state for boolean inputs (Checkbox & Toggle) by @madsrasmussen in #824
- Feat: Readonly state for uui-range-slider by @madsrasmussen in #828
- Feat: Readonly state for uui-ref by @madsrasmussen in #830
- Feat: Readonly state for uui-radio & uui-radio-group by @madsrasmussen in #825
- feat: add
rel
property to relevant elements to override default behavior by @AndyLongShout in #814 - Feat: Readonly state for uui-combobox by @madsrasmussen in #829
- feat: dropzone should support folder upload by @loivsen in #841
- feat(uui-color-picker): allow the value to be empty by @loivsen in #842
🐛 Bug Fixes
- fix(uui-form-validation-message): default renderer does not support raw HTML by @loivsen in #835
- bug: Prevent UUIToggle from shrinking when the label contains a long string by @JesmoDev in #826
- bug(uui-select): Use css vars for background and text color by @JesmoDev in #827
- fix(uui-input-lock): the
UUIInputLockEvent
is not exported by @loivsen in #836 - fix: label does not render if there are empty text nodes inside the default slot by @iOvergaard in #844
📄 Documentation
- docs(uui-card-block-type): add descriptions for slots by @iOvergaard in #834
📦 Dependencies
- build(deps-dev): bump chromatic from 11.0.0 to 11.5.4 by @dependabot in #819
- build(deps-dev): bump github-markdown-css from 5.5.1 to 5.6.1 by @dependabot in #820
- build(deps-dev): bump npm-check-updates from 16.10.16 to 16.14.20 by @dependabot in #832
- build(deps-dev): bump glob from 8.1.0 to 10.4.3 by @dependabot in #840
New Contributors
- @AndyLongShout made their first contribution in #814
Full Changelog: v1.8.2...v1.9.0-rc.0
v1.8.2
What's Changed
🚀 New Features
- Feature: Input Lock Event & Media Card Name by @loivsen in #806
- feat(uui-slider): Hide label property + fix error for floating point numbers by @JasonElkin in #813
🐛 Bug Fixes
- fix: Hide the native input for boolean elements in firefox by @loivsen in #808
- fix(uui-menu-item): prevent overflow when not hovered by @iOvergaard in #816
📄 Documentation
- Fix wrong close tag in code samples for
uui-color-swatch
element by @greystate in #811
📦 Dependencies
- build(deps-dev): bump @babel/core from 7.23.9 to 7.24.7 by @dependabot in #809
- build(deps-dev): bump esbuild from 0.20.0 to 0.21.5 by @dependabot in #810
- build(deps-dev): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #793
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #812
- build(deps-dev): bump ws from 6.2.2 to 6.2.3 by @dependabot in #815
New Contributors
- @greystate made their first contribution in #811
- @JasonElkin made their first contribution in #813
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
🐛 Bug Fixes
- Fix: Accept 'for' as a direct element reference by @nielslyngsoe in #802
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
💥 Breaking Changes
- FormControlMixin refactor for types safety and default values by @nielslyngsoe in #745
🚀 New Features
- style adjustment of More symbol by @nielslyngsoe in #763
- feat: 💄 add custom properties for menu item by @julczka in #773
- feat: 💄 add more custom properties to uui-box by @julczka in #772
- feat(uui-button): add transition property by @julczka in #771
- feat: menu items hide actions by @JesmoDev in #796
- no cursor default on active + clean up vars by @nielslyngsoe in #790
- feat(uui-menu-item): focus method for menu-item by @nielslyngsoe in #789
- feat: Align FormControl implementation with latest from Backoffice Validation by @nielslyngsoe in #788
🐛 Bug Fixes
- fix: inherit font weight for uui-menu-item by @julczka in #778
- fix: add custom property for menu border radius by @julczka in #779
- fix: Update uui-box.element.ts to support border color changeability by @TheRealArtonn in #780
- fix(uui-dialog): Remove native dialog background by @JesmoDev in #781
- fix(uui-button): 🚑 add back missing animation by @julczka in #782
- fix: modal css vars by @JesmoDev in #784
- fix: Dont show a link when no href is supplied by @JesmoDev in #797
📦 Dependencies
- build(deps-dev): bump vite-tsconfig-paths from 4.3.1 to 4.3.2 by @dependabot in #761
- build(deps-dev): bump postcss-advanced-variables from 3.0.1 to 4.0.0 by @dependabot in #762
- build(deps-dev): bump @lerna-lite/exec from 3.3.0 to 3.3.1 by @dependabot in #760
- build(deps-dev): bump vite from 5.0.12 to 5.0.13 by @dependabot in #770
- build(deps-dev): bump express from 4.18.2 to 4.19.2 by @dependabot in #765
- build(deps-dev): bump postcss-load-config from 5.0.2 to 5.0.3 by @dependabot in #766
- build(deps-dev): bump postcss-custom-properties from 13.3.4 to 13.3.6 by @dependabot in #775
Other Changes
- make focus/blur/select work async by @nielslyngsoe in #754
- Add custom properties to uui-tag by @TheRealArtonn in #791
New Contributors
- @TheRealArtonn made their first contribution in #780
Full Changelog: v1.7.2...v1.8.0
v1.8.0-rc.3
v1.8.0-rc.2
What's Changed
🐛 Bug Fixes
- fix(uui-dialog): Remove native dialog background by @JesmoDev in #781
- fix(uui-button): 🚑 add back missing animation by @julczka in #782
Full Changelog: v1.8.0-rc.1...v1.8.0-rc.2
v1.8.0-rc.1
What's Changed
🐛 Bug Fixes
- fix: inherit font weight for uui-menu-item by @julczka in #778
- fix: add custom property for menu border radius by @julczka in #779
- fix: Update uui-box.element.ts to support border color changeability by @TheRealArtonn in #780
📦 Dependencies
- build(deps-dev): bump postcss-custom-properties from 13.3.4 to 13.3.6 by @dependabot in #775
New Contributors
- @TheRealArtonn made their first contribution in #780
Full Changelog: v1.8.0-rc.0...v1.8.0-rc.1
v1.8.0-rc.0
What's Changed
💥 Breaking Changes
- FormControlMixin refactor for types safety and default values by @nielslyngsoe in #745
🚀 New Features
- style adjustment of More symbol by @nielslyngsoe in #763
- feat: 💄 add custom properties for menu item by @julczka in #773
- feat: 💄 add more custom properties to uui-box by @julczka in #772
- feat(uui-button): add transition property by @julczka in #771
📦 Dependencies
- build(deps-dev): bump vite-tsconfig-paths from 4.3.1 to 4.3.2 by @dependabot in #761
- build(deps-dev): bump postcss-advanced-variables from 3.0.1 to 4.0.0 by @dependabot in #762
- build(deps-dev): bump @lerna-lite/exec from 3.3.0 to 3.3.1 by @dependabot in #760
- build(deps-dev): bump vite from 5.0.12 to 5.0.13 by @dependabot in #770
- build(deps-dev): bump express from 4.18.2 to 4.19.2 by @dependabot in #765
- build(deps-dev): bump postcss-load-config from 5.0.2 to 5.0.3 by @dependabot in #766
Other Changes
- make focus/blur/select work async by @nielslyngsoe in #754
Full Changelog: v1.7.2...v1.8.0-rc.0
v1.7.2
What's Changed
🐛 Bug Fixes
- fix(uui-css): Lato is loaded twice by @iOvergaard in #757
- fix(uui-textarea): Don't hide placeholder text on focus by @bjarnef in #751
- fix(uui-tab-group): Unable to remove tab by @JesmoDev in #753
📦 Dependencies
- build(deps-dev): bump postcss from 8.4.34 to 8.4.36 by @dependabot in #755
- build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.2.0 by @dependabot in #756
- build(deps): bump chromaui/action from 10 to 11 by @dependabot in #743
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 by @dependabot in #742
- build(deps-dev): bump @types/chai from 4.3.5 to 4.3.12 by @dependabot in #747
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
🐛 Bug Fixes
- fix(uui-button): conditionally render aria-label by @iOvergaard in 9f4d928
- fix: export elements for UMD bundle by @iOvergaard in 4e7a3cb
Full Changelog: v1.7.0...v1.7.1