Skip to content

Commit a7da68a

Browse files
committed
Merge branch 'release/1.13.0' into v1/hotfix/make-fallback-select-border
2 parents 0ecc871 + b7efeca commit a7da68a

File tree

180 files changed

+1392
-998
lines changed

Some content is hidden

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

180 files changed

+1392
-998
lines changed

.storybook/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ const config: StorybookConfig = {
3131
options: {},
3232
},
3333

34-
docs: {
35-
autodocs: true,
36-
},
34+
docs: {},
3735
};
3836
export default config;

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,

package-lock.json

Lines changed: 646 additions & 644 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@
6363
"@chromatic-com/storybook": "3.2.5",
6464
"@eslint/compat": "^1.1.1",
6565
"@eslint/js": "^9.7.0",
66-
"@lerna-lite/cli": "3.12.1",
67-
"@lerna-lite/exec": "3.12.1",
68-
"@lerna-lite/publish": "3.12.1",
69-
"@lerna-lite/run": "3.12.1",
70-
"@lerna-lite/version": "3.12.1",
66+
"@lerna-lite/cli": "3.12.3",
67+
"@lerna-lite/exec": "3.12.3",
68+
"@lerna-lite/publish": "3.12.3",
69+
"@lerna-lite/run": "3.12.3",
70+
"@lerna-lite/version": "3.12.3",
7171
"@open-wc/testing": "4.0.0",
7272
"@rollup/plugin-node-resolve": "15.2.3",
73-
"@storybook/addon-a11y": "8.6.3",
74-
"@storybook/addon-essentials": "8.6.3",
75-
"@storybook/addon-links": "8.6.3",
76-
"@storybook/blocks": "8.6.3",
77-
"@storybook/manager-api": "8.6.3",
78-
"@storybook/preview-api": "8.6.3",
79-
"@storybook/test": "8.6.3",
80-
"@storybook/theming": "8.6.3",
81-
"@storybook/web-components": "8.6.3",
82-
"@storybook/web-components-vite": "8.6.3",
73+
"@storybook/addon-a11y": "8.6.4",
74+
"@storybook/addon-essentials": "8.6.4",
75+
"@storybook/addon-links": "8.6.4",
76+
"@storybook/blocks": "8.6.4",
77+
"@storybook/manager-api": "8.6.4",
78+
"@storybook/preview-api": "8.6.4",
79+
"@storybook/test": "8.6.4",
80+
"@storybook/theming": "8.6.4",
81+
"@storybook/web-components": "8.6.4",
82+
"@storybook/web-components-vite": "8.6.4",
8383
"@types/chai": "4.3.12",
8484
"@types/eslint__js": "8.42.3",
85-
"@types/mocha": "^10.0.7",
85+
"@types/mocha": "10.0.7",
8686
"@web/dev-server-esbuild": "0.4.3",
8787
"@web/test-runner": "0.19.0",
8888
"@web/test-runner-commands": "0.9.0",
@@ -91,7 +91,7 @@
9191
"babel-loader": "9.1.3",
9292
"chromatic": "11.27.0",
9393
"element-internals-polyfill": "1.3.10",
94-
"esbuild": "0.25.0",
94+
"esbuild": "0.25.1",
9595
"eslint": "9.7.0",
9696
"eslint-config-prettier": "9.1.0",
9797
"eslint-plugin-lit": "1.14.0",
@@ -129,7 +129,7 @@
129129
"rollup-plugin-import-css": "3.5.5",
130130
"rollup-plugin-minify-html-literals": "1.2.6",
131131
"rollup-plugin-postcss": "4.0.2",
132-
"storybook": "8.6.3",
132+
"storybook": "8.6.4",
133133
"tsc-files": "1.1.4",
134134
"turbo": "2.4.4",
135135
"typescript": "5.8.2",

packages/uui-action-bar/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
**Note:** Version bump only for package @umbraco-ui/uui-action-bar
9+
610
# [1.13.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.12.2...v1.13.0-rc.0) (2025-03-04)
711

812
### Features

packages/uui-action-bar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-action-bar",
3-
"version": "1.13.0-rc.0",
3+
"version": "1.13.0-rc.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,8 +30,8 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "1.13.0-rc.0",
34-
"@umbraco-ui/uui-button-group": "1.13.0-rc.0"
33+
"@umbraco-ui/uui-base": "1.13.0-rc.2",
34+
"@umbraco-ui/uui-button-group": "1.13.0-rc.2"
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",

packages/uui-avatar-group/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
**Note:** Version bump only for package @umbraco-ui/uui-avatar-group
9+
610
# [1.13.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.12.2...v1.13.0-rc.0) (2025-03-04)
711

812
**Note:** Version bump only for package @umbraco-ui/uui-avatar-group

packages/uui-avatar-group/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-avatar-group",
3-
"version": "1.13.0-rc.0",
3+
"version": "1.13.0-rc.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,8 +30,8 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-avatar": "1.13.0-rc.0",
34-
"@umbraco-ui/uui-base": "1.13.0-rc.0"
33+
"@umbraco-ui/uui-avatar": "1.13.0-rc.2",
34+
"@umbraco-ui/uui-base": "1.13.0-rc.2"
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",

packages/uui-avatar/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
**Note:** Version bump only for package @umbraco-ui/uui-avatar
9+
610
# [1.13.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.12.2...v1.13.0-rc.0) (2025-03-04)
711

812
**Note:** Version bump only for package @umbraco-ui/uui-avatar

0 commit comments

Comments
 (0)