Skip to content

Commit 414ce88

Browse files
committed
v1.11.0
1 parent 9cd02f6 commit 414ce88

File tree

169 files changed

+972
-617
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

+972
-617
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.11.0](https://github.com/umbraco/Umbraco.UI/compare/v1.10.1...v1.11.0) (2024-10-14)
7+
8+
### Bug Fixes
9+
10+
- **uui-slider:** Ensure track step dots are in center on track ([#919](https://github.com/umbraco/Umbraco.UI/issues/919)) ([9cd02f6](https://github.com/umbraco/Umbraco.UI/commit/9cd02f634b144674543a1497b2ac53952d89d90c))
11+
- **UUIFormControlMixin:** dont call setAttribute in the constructor ([#931](https://github.com/umbraco/Umbraco.UI/issues/931)) ([a7ca074](https://github.com/umbraco/Umbraco.UI/commit/a7ca074953759dc8a276bc80d57573b304f02582))
12+
13+
### Features
14+
15+
- :bulb: add readonly property ([6baf2ab](https://github.com/umbraco/Umbraco.UI/commit/6baf2ab7270f8e5e342dbe7bd9c2d7ee08b61772))
16+
- **uui-color-picker:** Add readonly for color picker component ([#933](https://github.com/umbraco/Umbraco.UI/issues/933)) ([871b7dd](https://github.com/umbraco/Umbraco.UI/commit/871b7dd8ece9dae40f799aa820c2cc47da57f982))
17+
- **uui-color-swatches:** Add readonly to color swatches component ([#932](https://github.com/umbraco/Umbraco.UI/issues/932)) ([e35daff](https://github.com/umbraco/Umbraco.UI/commit/e35dafffb00a11cee4b15ec3b3a5e6f744ebbd06))
18+
619
## [1.10.1](https://github.com/umbraco/Umbraco.UI/compare/v1.10.0...v1.10.1) (2024-10-09)
720

821
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "1.10.1",
4+
"version": "1.11.0",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

0 commit comments

Comments
 (0)