Skip to content

Commit 5d4eefc

Browse files
committed
v1.6.0-rc.2
1 parent 1e9c6d4 commit 5d4eefc

File tree

169 files changed

+968
-609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+968
-609
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.1...v1.6.0-rc.2) (2023-12-14)
7+
8+
### Bug Fixes
9+
10+
- Ensure defineElement is used instead of customElement ([#685](https://github.com/umbraco/Umbraco.UI/issues/685)) ([8e3aea1](https://github.com/umbraco/Umbraco.UI/commit/8e3aea1476a594b9f611fbddd1cdd172bcdb2e43))
11+
- padding fixes for uui-combobox ([#670](https://github.com/umbraco/Umbraco.UI/issues/670)) ([985bfaf](https://github.com/umbraco/Umbraco.UI/commit/985bfafe2f7c112a05a81832a0cff5a58ecd5e1c))
12+
- tab group styling of dropdown ([#677](https://github.com/umbraco/Umbraco.UI/issues/677)) ([cb0414e](https://github.com/umbraco/Umbraco.UI/commit/cb0414e060a04cb3cde393eadedc001ebbd723aa))
13+
- uui-combobox click to close by adding toggle ([#671](https://github.com/umbraco/Umbraco.UI/issues/671)) ([236c73b](https://github.com/umbraco/Umbraco.UI/commit/236c73ba2afa3708355aa86a046ede5ee78666c2))
14+
- uui-combobox should correctly handle the active item ([#682](https://github.com/umbraco/Umbraco.UI/issues/682)) ([a438b03](https://github.com/umbraco/Umbraco.UI/commit/a438b03b2814e593c35c6519873b259d4e0b6782))
15+
616
# [1.6.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.0...v1.6.0-rc.1) (2023-11-22)
717

818
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.6.0-rc.1",
3+
"version": "1.6.0-rc.2",
44
"npmClient": "npm",
55
"useWorkspaces": true,
66
"command": {

0 commit comments

Comments
 (0)