Skip to content

Commit b7efeca

Browse files
committed
v1.13.0-rc.2
1 parent 6b92f23 commit b7efeca

File tree

171 files changed

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

+985
-627
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.13.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.13.0-rc.1...v1.13.0-rc.2) (2025-03-14)
7+
8+
### Bug Fixes
9+
10+
- ensure `renderSlots()` return correctly tagged unsafe html ([6a1366e](https://github.com/umbraco/Umbraco.UI/commit/6a1366e439870ad60d39ce8f387a3f8530ed1ba7))
11+
- long media name hides the thumbnail ([#1042](https://github.com/umbraco/Umbraco.UI/issues/1042)) ([f049b67](https://github.com/umbraco/Umbraco.UI/commit/f049b674f626e47926a0efbce0fec4b2e1265a00))
12+
- Make disabled menu item button more clear ([#1034](https://github.com/umbraco/Umbraco.UI/issues/1034)) ([a7177be](https://github.com/umbraco/Umbraco.UI/commit/a7177bee01932062c2118fc7cd4d81c9b71326fd))
13+
- Remove extra margin on ref-node ([#1037](https://github.com/umbraco/Umbraco.UI/issues/1037)) ([#1038](https://github.com/umbraco/Umbraco.UI/issues/1038)) ([5718632](https://github.com/umbraco/Umbraco.UI/commit/57186329f83727439555c59b110e1deb4a980381))
14+
- **uui-card:** text overflow when user name is too long ([#1036](https://github.com/umbraco/Umbraco.UI/issues/1036)) ([e18d793](https://github.com/umbraco/Umbraco.UI/commit/e18d793772f7fb6af9b3ba8b8690f31854780b19))
15+
616
# [1.13.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.13.0-rc.0...v1.13.0-rc.1) (2025-03-06)
717

818
**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,7 +1,7 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "1.13.0-rc.1",
4+
"version": "1.13.0-rc.2",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

0 commit comments

Comments
 (0)