Skip to content

Commit 2ecc805

Browse files
committed
v1.4.0-rc.1
1 parent b15132e commit 2ecc805

File tree

163 files changed

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

+934
-587
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.1](https://github.com/umbraco/Umbraco.UI/compare/v1.4.0-rc.0...v1.4.0-rc.1) (2023-08-10)
7+
8+
### Bug Fixes
9+
10+
- add ifDefined() to remove attributes if not defined ([22c002a](https://github.com/umbraco/Umbraco.UI/commit/22c002aa9df751f3ea5769d04866a4566b16b4bc))
11+
- **uui-input:** inputmode property renamed to inputMode to follow its inherited property ([03487b0](https://github.com/umbraco/Umbraco.UI/commit/03487b0f4122743f2bbf3bdc64adeb03a789c03a))
12+
- **uui-input:** messages should be string not boolean ([bdabb80](https://github.com/umbraco/Umbraco.UI/commit/bdabb8037fc9b94ab273e0e485f0b2d505669dc8))
13+
- **uui-input:** treat autoWidth as bool attribute ([85528e9](https://github.com/umbraco/Umbraco.UI/commit/85528e91b144e0f84585bd072de73a01f4e2dc22))
14+
- **uui-input:** validators should convert to string ([09a6e27](https://github.com/umbraco/Umbraco.UI/commit/09a6e27b9d9e52e8568d81e3dbd242712e78265f))
15+
16+
### Features
17+
18+
- **uui-button:** content align css variable ([#548](https://github.com/umbraco/Umbraco.UI/issues/548)) ([04554e8](https://github.com/umbraco/Umbraco.UI/commit/04554e89b16b9df9b5b8282fc91204aeea294a6a))
19+
- **uui-input:** autofocus and inputmode ([#549](https://github.com/umbraco/Umbraco.UI/issues/549)) ([c1d52f8](https://github.com/umbraco/Umbraco.UI/commit/c1d52f8617b01421cec8ff56495409c0cb9164ec))
20+
621
# [1.4.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.3.0...v1.4.0-rc.0) (2023-07-18)
722

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

0 commit comments

Comments
 (0)