Skip to content

Commit 864afa6

Browse files
committed
v1.13.0-rc.0
1 parent 3c712ac commit 864afa6

File tree

171 files changed

+1056
-627
lines changed

Some content is hidden

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

171 files changed

+1056
-627
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.13.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.12.2...v1.13.0-rc.0) (2025-03-04)
7+
8+
### Bug Fixes
9+
10+
- add role attribute to tablist elements for accessibility ([3bb8802](https://github.com/umbraco/Umbraco.UI/commit/3bb88026716d23bffac9f9e4d341506861f05a5a))
11+
- apply border radius to input, select, and textarea ([57abde0](https://github.com/umbraco/Umbraco.UI/commit/57abde0749cb0d43320e0ae8ea8b1f3b45a7925b))
12+
- drag.ts lint errors ([0f9b0f3](https://github.com/umbraco/Umbraco.UI/commit/0f9b0f3db251e8168ba7733485e50dcae5a37c3a))
13+
- lower table cell height to take up less space ([dd1bb25](https://github.com/umbraco/Umbraco.UI/commit/dd1bb257c5cd583517e1925ae8c02fb98832920f))
14+
- reference to TouchEvent which is not defined in Firefox ([#1001](https://github.com/umbraco/Umbraco.UI/issues/1001)) ([338ca32](https://github.com/umbraco/Umbraco.UI/commit/338ca32b3f68e13699c815096ecd63b9d3d3211b))
15+
- set svg width to 100% on UUIconElement ([23ceec8](https://github.com/umbraco/Umbraco.UI/commit/23ceec87c67d30de18b33f2ded21e7726b74d459))
16+
- **uui-symbol-more:** inherit current color ([#1025](https://github.com/umbraco/Umbraco.UI/issues/1025)) ([b299735](https://github.com/umbraco/Umbraco.UI/commit/b2997357d6ae677b25a7d27f2fe901c6280ae0e9))
17+
- vertical aligment uui-symbol-expand.element.ts ([#1010](https://github.com/umbraco/Umbraco.UI/issues/1010)) ([fb6d48e](https://github.com/umbraco/Umbraco.UI/commit/fb6d48ea68d75719484df7e15d2186e9a403e21a))
18+
19+
### Features
20+
21+
- Adds uui-button-copy-text ([#985](https://github.com/umbraco/Umbraco.UI/issues/985)) ([7641286](https://github.com/umbraco/Umbraco.UI/commit/764128623c45727b68684bad5cb281283d90c985))
22+
- New color 'invalid' ([#1009](https://github.com/umbraco/Umbraco.UI/issues/1009)) ([cd24246](https://github.com/umbraco/Umbraco.UI/commit/cd24246fe6af0e245570d082357e8432b58b2302))
23+
624
## [1.12.2](https://github.com/umbraco/Umbraco.UI/compare/v1.12.1...v1.12.2) (2024-11-27)
725

826
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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.12.2",
4+
"version": "1.13.0-rc.0",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

0 commit comments

Comments
 (0)