Releases: umbraco/Umbraco.UI
Releases · umbraco/Umbraco.UI
v1.14.0
What's Changed
🚀 New Features
- feat: Specific input mode similar to input type by @bjarnef in #1021
- Allow color gradient in color swatch by @bjarnef in #1074
- feat: adds localization to uui-pagination by @NguyenThuyLan in #1069
- Advanced color slider story by @bjarnef in #1076
- uui-input-lock: Only focus input when unlocked by @nielslyngsoe in #1096
🐛 Bug Fixes
- fixes the color-picker-handles placement, after selecting a preset value by @Welander1994 in #1063
- Gave host "color" to make sure things like text in date picker are aligned with theme, as well as giving it a a color scheme option by @MrHutmat in #1056
- fix: 'uui-ref' spacing is different when readonly is enabled by @nielslyngsoe in #1064
- UUI-Label: always red asterix by @nielslyngsoe in #1066
- fix: uui-avatar does not support non-latin characters by @NguyenThuyLan in #1067
- fix: color picker dark theme by @MrHutmat in #1057
- Remove outline from modals by @nielslyngsoe in #1086
- Fix selection on click in color area by @bjarnef in #1075
- fix: Text character length validation should be more helpful by @NguyenThuyLan in #1060
- fix(uui-color-picker): alpha should default to 100 if there is no color string by @Welander1994 in #1061
- Fix prepending icons and vertical alignment by @nielslyngsoe in #1104
- Fix:
uui-card-media
: flex-direction of "content" by @leekelleher in #1105 - use firstUpdated for label feedback by @nielslyngsoe in #1107
- Color variables are not written correctly in the output CSS by @iOvergaard in #1111
- fix: Set height for input prepend/append slots by @nielslyngsoe in #1113
- fix: uses postcss-import to ensure asset paths are correct by @iOvergaard in #1117
- Fix line-height uui-button.element.ts by @alevak09 in #1114
- Don't render swatches in color picker for empty array by @bjarnef in #1116
📄 Documentation
🏠 Internal
- build(storybook): Oryx cannot build because of missing imports by @iOvergaard in #1100
📦 Dependencies
- build(deps-dev): bump eslint from 9.7.0 to 9.22.0 by @dependabot in #1047
- build(deps-dev): bump @types/chai from 4.3.12 to 5.2.0 by @dependabot in #1046
- build(deps-dev): bump rollup-plugin-esbuild from 6.1.1 to 6.2.1 by @dependabot in #1045
- build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.1 by @dependabot in #1049
- build(deps-dev): bump rollup from 4.27.2 to 4.37.0 by @dependabot in #1050
- build(deps-dev): bump vite from 6.2.0 to 6.2.3 by @dependabot in #1053
- build(deps): bump koa from 2.15.3 to 2.16.1 by @dependabot in #1068
- build(deps-dev): bump vite from 6.2.3 to 6.2.6 by @dependabot in #1070
- build(deps-dev): bump tar-fs from 3.0.6 to 3.0.8 by @dependabot in #1058
- build(deps-dev): bump eslint-plugin-wc from 2.1.0 to 3.0.0 by @dependabot in #1051
- build(deps-dev): bump postcss-custom-properties from 13.3.6 to 14.0.4 by @dependabot in #1059
- build(deps-dev): bump rollup from 4.37.0 to 4.40.0 by @dependabot in #1072
- build(deps-dev): bump vite from 6.2.6 to 6.3.4 by @dependabot in #1085
- build(deps-dev): bump @types/chai from 5.2.0 to 5.2.2 by @dependabot in #1090
- build(deps-dev): bump globals from 15.8.0 to 16.0.0 by @dependabot in #1092
- build(deps-dev): bump esbuild from 0.25.1 to 0.25.4 by @dependabot in #1091
- build(deps-dev): bump autoprefixer from 10.4.17 to 10.4.21 by @dependabot in #1093
- build(deps-dev): bump @eslint/js from 9.24.0 to 9.26.0 by @dependabot in #1094
- build(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by @dependabot in #1095
- build(deps-dev): bump husky from 9.1.1 to 9.1.7 by @dependabot in #1103
- build(deps-dev): bump eslint-plugin-wc from 3.0.0 to 3.0.1 by @dependabot in #1108
- build(deps-dev): bump eslint-plugin-lit from 2.0.0 to 2.1.1 by @dependabot in #1109
- build(deps-dev): bump tar-fs from 3.0.8 to 3.0.9 by @dependabot in #1122
New Contributors
- @Welander1994 made their first contribution in #1063
- @MrHutmat made their first contribution in #1056
Full Changelog: v1.13.0...v1.14.0
v1.14.0-rc.4
What's Changed Since RC.3
🐛 Bug Fixes
- fix: uses postcss-import to ensure asset paths are correct by @iOvergaard in #1117
Full Changelog: v1.14.0-rc.3...v1.14.0-rc.4
v1.14.0-rc.3
What's Changed Since RC.2
🐛 Bug Fixes
- fix: Set height for input prepend/append slots by @nielslyngsoe in #1113
Full Changelog: v1.14.0-rc.2...v1.14.0-rc.3
v1.14.0-rc.2
What's Changed Since RC.1
🐛 Bug Fixes
- Color variables are not written correctly in the output CSS by @iOvergaard in #1111
Full Changelog: v1.14.0-rc.1...v1.14.0-rc.2
v1.14.0-rc.1
What's Changed Since RC.0
🐛 Bug Fixes
- Fix prepending icons and vertical alignment by @nielslyngsoe in #1104
- Fix:
uui-card-media
: flex-direction of "content" by @leekelleher in #1105 - use firstUpdated for label feedback by @nielslyngsoe in #1107
🏠 Internal
- build(storybook): Oryx cannot build because of missing imports by @iOvergaard in #1100
Full Changelog: v1.14.0-rc.0...v1.14.0-rc.1
v1.14.0-rc.0
What's Changed
🚀 New Features
- feat: Specific input mode similar to input type by @bjarnef in #1021
- Allow color gradient in color swatch by @bjarnef in #1074
- feat: adds localization to uui-pagination by @NguyenThuyLan in #1069
- Advanced color slider story by @bjarnef in #1076
- uui-input-lock: Only focus input when unlocked by @nielslyngsoe in #1096
🐛 Bug Fixes
- fixes the color-picker-handles placement, after selecting a preset value by @Welander1994 in #1063
- Gave host "color" to make sure things like text in date picker are aligned with theme, as well as giving it a a color scheme option by @MrHutmat in #1056
- fix: 'uui-ref' spacing is different when readonly is enabled by @nielslyngsoe in #1064
- UUI-Label: always red asterix by @nielslyngsoe in #1066
- fix: uui-avatar does not support non-latin characters by @NguyenThuyLan in #1067
- fix: color picker dark theme by @MrHutmat in #1057
- Remove outline from modals by @nielslyngsoe in #1086
- Fix selection on click in color area by @bjarnef in #1075
- fix: Text character length validation should be more helpful by @NguyenThuyLan in #1060
- fix(uui-color-picker): alpha should default to 100 if there is no color string by @Welander1994 in #1061
📄 Documentation
📦 Dependencies
- build(deps-dev): bump eslint from 9.7.0 to 9.22.0 by @dependabot in #1047
- build(deps-dev): bump @types/chai from 4.3.12 to 5.2.0 by @dependabot in #1046
- build(deps-dev): bump rollup-plugin-esbuild from 6.1.1 to 6.2.1 by @dependabot in #1045
- build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.1 by @dependabot in #1049
- build(deps-dev): bump rollup from 4.27.2 to 4.37.0 by @dependabot in #1050
- build(deps-dev): bump vite from 6.2.0 to 6.2.3 by @dependabot in #1053
- build(deps): bump koa from 2.15.3 to 2.16.1 by @dependabot in #1068
- build(deps-dev): bump vite from 6.2.3 to 6.2.6 by @dependabot in #1070
- build(deps-dev): bump tar-fs from 3.0.6 to 3.0.8 by @dependabot in #1058
- build(deps-dev): bump eslint-plugin-wc from 2.1.0 to 3.0.0 by @dependabot in #1051
- build(deps-dev): bump postcss-custom-properties from 13.3.6 to 14.0.4 by @dependabot in #1059
- build(deps-dev): bump rollup from 4.37.0 to 4.40.0 by @dependabot in #1072
- build(deps-dev): bump vite from 6.2.6 to 6.3.4 by @dependabot in #1085
- build(deps-dev): bump @types/chai from 5.2.0 to 5.2.2 by @dependabot in #1090
- build(deps-dev): bump globals from 15.8.0 to 16.0.0 by @dependabot in #1092
- build(deps-dev): bump esbuild from 0.25.1 to 0.25.4 by @dependabot in #1091
- build(deps-dev): bump autoprefixer from 10.4.17 to 10.4.21 by @dependabot in #1093
- build(deps-dev): bump @eslint/js from 9.24.0 to 9.26.0 by @dependabot in #1094
- build(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by @dependabot in #1095
New Contributors
- @Welander1994 made their first contribution in #1063
- @MrHutmat made their first contribution in #1056
Full Changelog: v1.13.0...v1.14.0-rc.0
v1.13.0
What's Changed
🙌 Notable Changes
- feat: Adds uui-button-copy-text by @warrenbuckley in #985
🚀 New Features
- Improvement: Set Font size 14, as we do in Backoffice by @nielslyngsoe in #995
- Feature: correct open size of block type card + media card adjustments by @nielslyngsoe in #994
- Chore: add Mouse test util + update tests by @madsrasmussen in #975
- fix: apply border radius to input, select, and textarea by @madsrasmussen in #1030
- Rename id from slider to toggle by @bjarnef in #1019
- Feat: allow for late coming options in combobox by @nielslyngsoe in #1011
- feat: New color 'invalid' by @nielslyngsoe in #1009
🐛 Bug Fixes
- Fix: center align icons by @madsrasmussen in #972
- Fix: remove bold from ref name by @madsrasmussen in #973
- Fix reference to TouchEvent which is not defined in Firefox by @kiasyn in #1001
- fix: SVG Icons zero size on Safari by @jonnymuir in #1024
- Fix: lower table cell height to take up less space by @madsrasmussen in #1014
- Fix: Readonly ref node padding by @madsrasmussen in #1015
- Fix vertical alignment uui-symbol-expand.element.ts by @alevak09 in #1010
- More Symbol inheriting current color by @nielslyngsoe in #1025
- Fix: Remove extra margin on ref-node by @madsrasmussen in #1037
- Hotfix: Remove extra margin on ref-node (#1037) by @nielslyngsoe in #1038
- fix: long media name hides the thumbnail by @NguyenThuyLan in #1042
- fix: vertical center align icon when used in text by @nielslyngsoe in #1041
- fix: ensure
renderSlots()
return correctly tagged unsafe html by @iOvergaard in #1044 - fix(uui-card): text overflow when user name is too long by @NguyenThuyLan in #1036
- hotfix: make fallback select border by @nielslyngsoe in #1048
📄 Documentation
- Fix typo in Tabs Right Align story by @bjarnef in #988
- Remove input type
wha
from story by @bjarnef in #1020
📦 Dependencies
- build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 by @dependabot in #1013
- build(deps-dev): bump esbuild from 0.25.0 to 0.25.1 by @dependabot in #1043
🌈 A11Y
- fix: accessibility problem with more button on tablist by @jonnymuir in #1029
- fix: Make disabled menu item button more clear by @NguyenThuyLan in #1034
New Contributors
- @kiasyn made their first contribution in #1001
- @jonnymuir made their first contribution in #1029
- @alevak09 made their first contribution in #1010
- @NguyenThuyLan made their first contribution in #1042
Full Changelog: v1.12.2...v1.13.0
v1.13.0-rc.2
What's Changed
🐛 Bug Fixes
- Fix: Remove extra margin on ref-node by @madsrasmussen in #1037
- Hotfix: Remove extra margin on ref-node (#1037) by @nielslyngsoe in #1038
- fix: long media name hides the thumbnail by @NguyenThuyLan in #1042
- fix: vertical center align icon when used in text by @nielslyngsoe in #1041
- fix: ensure
renderSlots()
return correctly tagged unsafe html by @iOvergaard in #1044 - fix(uui-card): text overflow when user name is too long by @NguyenThuyLan in #1036
📦 Dependencies
- build(deps-dev): bump esbuild from 0.25.0 to 0.25.1 by @dependabot in #1043
🌈 A11Y
- fix: Make disabled menu item button more clear by @NguyenThuyLan in #1034
New Contributors
- @NguyenThuyLan made their first contribution in #1042
Full Changelog: v1.13.0-rc.1...v1.13.0-rc.2
v1.13.0-rc.1
What's Changed Since RC.0
There was a problem installing the uui package due to a missing relationship with a new package added:
- build(deps): add dependency between packages uui and uui-button-copy-text by @iOvergaard in c8df5cb
Full Changelog: v1.13.0-rc.0...v1.13.0-rc.1
v1.13.0-rc.0
What's Changed
🙌 Notable Changes
- feat: Adds uui-button-copy-text by @warrenbuckley in #985
🚀 New Features
- Improvement: Set Font size 14, as we do in Backoffice by @nielslyngsoe in #995
- Feature: correct open size of block type card + media card adjustments by @nielslyngsoe in #994
- Chore: add Mouse test util + update tests by @madsrasmussen in #975
- fix: apply border radius to input, select, and textarea by @madsrasmussen in #1030
- Rename id from slider to toggle by @bjarnef in #1019
- Feat: allow for late coming options in combobox by @nielslyngsoe in #1011
- feat: New color 'invalid' by @nielslyngsoe in #1009
🐛 Bug Fixes
- Fix: center align icons by @madsrasmussen in #972
- Fix: remove bold from ref name by @madsrasmussen in #973
- Fix reference to TouchEvent which is not defined in Firefox by @kiasyn in #1001
- fix: SVG Icons zero size on Safari by @jonnymuir in #1024
- Fix: lower table cell height to take up less space by @madsrasmussen in #1014
- Fix: Readonly ref node padding by @madsrasmussen in #1015
- Fix vertical alignment uui-symbol-expand.element.ts by @alevak09 in #1010
- More Symbol inheriting current color by @nielslyngsoe in #1025
📄 Documentation
- Fix typo in Tabs Right Align story by @bjarnef in #988
- Remove input type
wha
from story by @bjarnef in #1020
📦 Dependencies
- build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 by @dependabot in #1013
🌈 A11Y
- fix: accessibility problem with more button on tablist by @jonnymuir in #1029
New Contributors
- @kiasyn made their first contribution in #1001
- @jonnymuir made their first contribution in #1029
- @alevak09 made their first contribution in #1010
Full Changelog: v1.12.2...v1.13.0-rc.0