Skip to content

Commit 0c51717

Browse files
committed
v1.3.0-rc.1
1 parent aeabe1b commit 0c51717

File tree

163 files changed

+930
-587
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

+930
-587
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.3.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.3.0-rc.0...v1.3.0-rc.1) (2023-05-25)
7+
8+
### Bug Fixes
9+
10+
- change jsdoc to allow the web-component-analyzer to output correct information ([0c18bdc](https://github.com/umbraco/Umbraco.UI/commit/0c18bdc4296ffa6d18b18141b122def410936a09))
11+
- Make color slider disabled state consistent with disabled color area ([#489](https://github.com/umbraco/Umbraco.UI/issues/489)) ([209bb02](https://github.com/umbraco/Umbraco.UI/commit/209bb02b44994f98de6401ed9451da2182f846c2))
12+
- not possible to drag&drop file with multiple dots ([#487](https://github.com/umbraco/Umbraco.UI/issues/487)) ([f9c6343](https://github.com/umbraco/Umbraco.UI/commit/f9c634308f35e2008d4554100766d65515810858))
13+
- store the final value of any custom properties ([d4a200b](https://github.com/umbraco/Umbraco.UI/commit/d4a200b9d2b537b9bab5054248122cff856aef44))
14+
- **uui-color-area:** dragging the mouse do not select a color ([#486](https://github.com/umbraco/Umbraco.UI/issues/486)) ([8bc217c](https://github.com/umbraco/Umbraco.UI/commit/8bc217c25454dcde2faa9b94a54607d69bdcb073))
15+
616
# [1.3.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.2.1...v1.3.0-rc.0) (2023-05-15)
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.3.0-rc.0",
3+
"version": "1.3.0-rc.1",
44
"npmClient": "npm",
55
"useWorkspaces": true,
66
"command": {

0 commit comments

Comments
 (0)