Skip to content

Commit c09402f

Browse files
committed
Merge remote-tracking branch 'origin/v1/main' into v1/contrib
2 parents c8e8798 + 78ce6df commit c09402f

File tree

163 files changed

+1457
-795
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

+1457
-795
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.0](https://github.com/umbraco/Umbraco.UI/compare/v1.2.0-rc.3...v1.2.0) (2023-04-20)
7+
8+
### Features
9+
10+
- adds min, max, and step property to the uui-input ([#457](https://github.com/umbraco/Umbraco.UI/issues/457)) ([c8e8798](https://github.com/umbraco/Umbraco.UI/commit/c8e8798b3f961bdf57893c9b02d0b6bb10dcd252))
11+
12+
# [1.2.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.2.0-rc.2...v1.2.0-rc.3) (2023-04-14)
13+
14+
### Bug Fixes
15+
16+
- uui-range-slider overhaul ([#436](https://github.com/umbraco/Umbraco.UI/issues/436)) ([bc7a783](https://github.com/umbraco/Umbraco.UI/commit/bc7a783448a53cf330edd155efa68839c600174a))
17+
18+
### Features
19+
20+
- uui-scroll-container now uses auto scroll and has an enforce scroll option ([#448](https://github.com/umbraco/Umbraco.UI/issues/448)) ([44ce789](https://github.com/umbraco/Umbraco.UI/commit/44ce789b180ebe3812340a0189668031968ca5bd))
21+
622
# [1.2.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.2.0-rc.1...v1.2.0-rc.2) (2023-03-27)
723

824
### Features

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

0 commit comments

Comments
 (0)