Skip to content

Commit 49db769

Browse files
committed
Merge branch 'v1/contrib' into feature/no-implicit-lit
2 parents 487ba9e + f0bbf00 commit 49db769

File tree

192 files changed

+1972
-753
lines changed

Some content is hidden

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

192 files changed

+1972
-753
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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.6.1](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0...v1.6.1) (2024-02-06)
7+
8+
### Bug Fixes
9+
10+
- **uui-tab-group:** layout is causing issues due to missing `display: flex` ([#730](https://github.com/umbraco/Umbraco.UI/issues/730)) ([5818804](https://github.com/umbraco/Umbraco.UI/commit/58188040d30f872a6ee1c68f92879e3c0e3ac1b1))
11+
12+
# [1.6.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.4...v1.6.0) (2024-02-02)
13+
14+
### Bug Fixes
15+
16+
- :bug: swap add icon svg storing sor a correct one ([#727](https://github.com/umbraco/Umbraco.UI/issues/727)) ([9b64e2d](https://github.com/umbraco/Umbraco.UI/commit/9b64e2de1758067c029e28e73f31207485a21fa5))
17+
- uui-tab-group should have display set to block ([#722](https://github.com/umbraco/Umbraco.UI/issues/722)) ([ac5c2b1](https://github.com/umbraco/Umbraco.UI/commit/ac5c2b18b183fc8dcf9a9b2d641782db3f9215ad))
18+
- **uui-tab-group:** async tabs are not calculated correctly and have memory leaks ([#726](https://github.com/umbraco/Umbraco.UI/issues/726)) ([03c5cdc](https://github.com/umbraco/Umbraco.UI/commit/03c5cdc794b316ce290e7db27860ac8043681c7c))
19+
20+
# [1.6.0-rc.4](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.3...v1.6.0-rc.4) (2024-01-23)
21+
22+
### Bug Fixes
23+
24+
- direct imports are not allowed ([3b4b4dd](https://github.com/umbraco/Umbraco.UI/commit/3b4b4dd2ade9b531cde1d35e2808b96b485eb3c7))
25+
- use css var for text ([#717](https://github.com/umbraco/Umbraco.UI/issues/717)) ([278a6dd](https://github.com/umbraco/Umbraco.UI/commit/278a6ddac8556ee94a254aa2278654d4a264fde2))
26+
- use css var for text ([#718](https://github.com/umbraco/Umbraco.UI/issues/718)) ([f5ccaa4](https://github.com/umbraco/Umbraco.UI/commit/f5ccaa42c4e5b07bf89226b5de835fa529161840))
27+
- uui-popover container scroll event ([#713](https://github.com/umbraco/Umbraco.UI/issues/713)) ([656f181](https://github.com/umbraco/Umbraco.UI/commit/656f1811a1de862c7a7f6ca0221bf14e3532d53c))
28+
- uui-tab-group support for gap ([#712](https://github.com/umbraco/Umbraco.UI/issues/712)) ([2f07793](https://github.com/umbraco/Umbraco.UI/commit/2f07793d7a9293b35dcc221006fee7be8c5df79c))
29+
30+
### Features
31+
32+
- Inline-button-create support for HREF ([#720](https://github.com/umbraco/Umbraco.UI/issues/720)) ([7d8affd](https://github.com/umbraco/Umbraco.UI/commit/7d8affdcd7d68e3a68a06a1591084b61ac5fe068))
33+
- Prefix interface types with UUI ([#716](https://github.com/umbraco/Umbraco.UI/issues/716)) ([7cd20db](https://github.com/umbraco/Umbraco.UI/commit/7cd20dbcbef51fbee308798a90e3bb4c69dbf503))
34+
- uui-ref-node should have href and target properties ([#715](https://github.com/umbraco/Umbraco.UI/issues/715)) ([12feafb](https://github.com/umbraco/Umbraco.UI/commit/12feafbbef3f736623503d452332eef7a5dea073))
35+
636
# [1.6.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.2...v1.6.0-rc.3) (2023-12-15)
737

838
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ See the rest of [the scripts here](docs/SCRIPTS.md).
142142

143143
- 📥 Pull requests and 🌟 Stars are always welcome.
144144
- Read our [contributing guide](docs/CONTRIBUTING.md) to get started.
145-
- Please report bugs and feature requests in the [issue tracker](
145+
- Please report bugs and feature requests in the [issue tracker](https://github.com/umbraco/Umbraco.UI/issues)
146146
- The main branch is the latest development branch. Please make your pull requests against this branch: `v1/contrib`
147147
- You can see the latest features in the Storybook attached to this branch: [v1/contrib](https://delightful-beach-055ecb503-v1contrib.westeurope.azurestaticapps.net/)

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

0 commit comments

Comments
 (0)