Skip to content

Commit c85fbce

Browse files
committed
v1.2.0-rc.1
1 parent 3cc38dc commit c85fbce

File tree

163 files changed

+1141
-797
lines changed

Some content is hidden

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

163 files changed

+1141
-797
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.2.0-rc.0...v1.2.0-rc.1) (2023-03-22)
7+
8+
### Features
9+
10+
- :bug: add disabled property to uui-combobox ([3c13b8b](https://github.com/umbraco/Umbraco.UI/commit/3c13b8b2dde4287e20f73cbec99582d0a1b2502c))
11+
- added css custom property to overwrite z-index ([#441](https://github.com/umbraco/Umbraco.UI/issues/441)) ([062891a](https://github.com/umbraco/Umbraco.UI/commit/062891a07dec81674f5e08f8b748c283e1d4a511))
12+
- **uui-color-swatches:** color swatches changes form when showLabel is true ([#427](https://github.com/umbraco/Umbraco.UI/issues/427)) ([b42a474](https://github.com/umbraco/Umbraco.UI/commit/b42a4741f86b69ed227cac096a5556b5ca9cd7b3))
13+
614
# 1.2.0-rc.0 (2023-02-07)
715

816
### 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.2.0-rc.0",
3+
"version": "1.2.0-rc.1",
44
"npmClient": "npm",
55
"useWorkspaces": true,
66
"command": {

0 commit comments

Comments
 (0)