Skip to content

Commit 1387a53

Browse files
committed
v1.4.0-rc.0
1 parent 2342f5a commit 1387a53

File tree

163 files changed

+937
-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

+937
-587
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.4.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.3.0...v1.4.0-rc.0) (2023-07-18)
7+
8+
### Bug Fixes
9+
10+
- all codepaths should return a value ([45f7132](https://github.com/umbraco/Umbraco.UI/commit/45f713257ead014c57a094a7e789490e43102862))
11+
- allow TouchEvents to be read for move() function ([2342f5a](https://github.com/umbraco/Umbraco.UI/commit/2342f5a17542ef1ff4730ecf0490c3541aaf0ef7))
12+
- Button text color hover not taking effect ([#520](https://github.com/umbraco/Umbraco.UI/issues/520)) ([c2c6d62](https://github.com/umbraco/Umbraco.UI/commit/c2c6d6209aaf5b879532087fb0c50c69f3c1b717))
13+
- check that coordinates are actual numbers before proceeding with syncing values ([f6ce0f6](https://github.com/umbraco/Umbraco.UI/commit/f6ce0f65371fa2b999dddc16f448a7d80e100fbd))
14+
15+
### Features
16+
17+
- **uui-box:** add a property to control the headline variant ([#521](https://github.com/umbraco/Umbraco.UI/issues/521)) ([6fd4d85](https://github.com/umbraco/Umbraco.UI/commit/6fd4d85199f523ea1ecfe7a42472290cc96d5421))
18+
- **uui-input:** Add support for auto-width ([#526](https://github.com/umbraco/Umbraco.UI/issues/526)) ([1800cf8](https://github.com/umbraco/Umbraco.UI/commit/1800cf85beb16607d28690bf0a3df0ee990f86b0))
19+
620
# [1.3.0](https://github.com/umbraco/Umbraco.UI/compare/v1.3.0-rc.1...v1.3.0) (2023-05-31)
721

822
**Note:** Version bump only for package uui-monorepo

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

0 commit comments

Comments
 (0)