Skip to content

Commit 45c3824

Browse files
committed
v1.3.0-rc.0
1 parent ff1c117 commit 45c3824

File tree

163 files changed

+982
-587
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

+982
-587
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.3.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.2.1...v1.3.0-rc.0) (2023-05-15)
7+
8+
### Bug Fixes
9+
10+
- avoid duplicating the code to accept files ([e209c16](https://github.com/umbraco/Umbraco.UI/commit/e209c168505252ad77b27d6ef97a15b78bb2516e))
11+
- check for support of partly supported `webkitGetAsEntry` ([74a629a](https://github.com/umbraco/Umbraco.UI/commit/74a629aca67f85a0fa7f4b02844ae87a2d2ed424))
12+
- ensure that accepted entries are returned with the File interface ([e75931d](https://github.com/umbraco/Umbraco.UI/commit/e75931d536aa99c4de656571c240803daacd6130))
13+
- SelectableMixin should not prevent bubbling of keydown event ([2460fab](https://github.com/umbraco/Umbraco.UI/commit/2460fabb7e861ee4a82727a4ac9ef623ccff7610))
14+
- **uui-file-dropzone:** export events needed externally ([4a8a377](https://github.com/umbraco/Umbraco.UI/commit/4a8a377244226a6f0f7ba8fe511db4ad46a85f9d))
15+
- **uui-ref-list:** fit within width of given enviroment ([#473](https://github.com/umbraco/Umbraco.UI/issues/473)) ([b49a238](https://github.com/umbraco/Umbraco.UI/commit/b49a238b82736439baa74644e67405d133270871))
16+
17+
### Features
18+
19+
- add missing native attributes to uui-input and uui-textarea ([#484](https://github.com/umbraco/Umbraco.UI/issues/484)) ([93adc81](https://github.com/umbraco/Umbraco.UI/commit/93adc81d6206a4bd03196c8f59b4eccb38bdf3aa))
20+
- change events to align with native browser behavior ([#476](https://github.com/umbraco/Umbraco.UI/issues/476)) ([814bdcc](https://github.com/umbraco/Umbraco.UI/commit/814bdcccebc541aed921e8c78ae91e5c96acacfb))
21+
622
## [1.2.1](https://github.com/umbraco/Umbraco.UI/compare/v1.2.0...v1.2.1) (2023-04-20)
723

824
**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,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.2.1",
3+
"version": "1.3.0-rc.0",
44
"npmClient": "npm",
55
"useWorkspaces": true,
66
"command": {

0 commit comments

Comments
 (0)