Skip to content

Releases: umbraco/Umbraco.UI

v1.3.0

31 May 08:21
v1.3.0
34df44e
Compare
Choose a tag to compare

Note
Some events have changed name and/or behavior and you may need to be aware of this for advanced use cases.
Read more how to migrate to 1.3.0.

What's Changed

🙌 Notable Changes

🚀 New Features

  • feat: add missing native attributes to uui-input and uui-textarea by @loivsen in #484

🐛 Bug Fixes

  • fix: uui-file-dropzone does not export its event classes by @iOvergaard in #477
  • fix: uui-file-dropzone does not follow the inferred interface for dropped files by @iOvergaard in #478
  • fix(uui-ref-list): fit within width of given enviroment by @nielslyngsoe in #473
  • fix: keydown events are prevented from bubbling in uui-table-cell by @iOvergaard in #480
  • Fix dragging in color area and sync value by @bjarnef in #486
  • fix: not possible to drag&drop file with multiple dots by @iOvergaard in #487
  • Make color slider disabled state consistent with disabled color area by @bjarnef in #489
  • fix: correct import paths by @nielslyngsoe in #496
  • fix: rename 'unselect' event to 'deselect' by @nielslyngsoe in #497

Other Changes

Full Changelog: v1.2.1...v1.3.0

v1.3.0-rc.1

25 May 08:36
v1.3.0-rc.1
0c51717
Compare
Choose a tag to compare
v1.3.0-rc.1 Pre-release
Pre-release

What's Changed Since v1.3.0-rc.0

🐛 Bug Fixes

Other Changes

Full Changelog: v1.3.0-rc.0...v1.3.0-rc.1

v1.3.0-rc.0

15 May 12:16
v1.3.0-rc.0
45c3824
Compare
Choose a tag to compare
v1.3.0-rc.0 Pre-release
Pre-release

What's Changed

Note
Some events have changed name and/or behavior and you may need to be aware of this for advanced use cases.
Read more about the changes here.

🙌 Notable

🚀 New Features

  • feat: add missing native attributes to uui-input and uui-textarea by @loivsen in #484

🐛 Bug Fixes

  • fix: uui-file-dropzone does not export its event classes by @iOvergaard in #477
  • fix: uui-file-dropzone does not follow the inferred interface for dropped files by @iOvergaard in #478
  • fix(uui-ref-list): fit within width of given enviroment by @nielslyngsoe in #473
  • fix: keydown events are prevented from bubbling in uui-table-cell by @iOvergaard in #480

Other Changes

Full Changelog: v1.2.0...v1.3.0-rc.0

v1.2.0

20 Apr 08:48
v1.2.0
92eab9c
Compare
Choose a tag to compare

Note
This release is called 1.2.1 on npm since 1.2.0 was accidentally published too soon.

What's Changed

🙌 Notable

🚀 New Features

  • uui-input-file => Only show add button when multiple or no file selected by @nathanwoulfe in #395
  • Add book-alt icon by @nathanwoulfe in #419
  • add disabled property to uui-combobox by @julczka in #434
  • uui-popover: added css custom property to overwrite z-index by @nielslyngsoe in #441
  • uui-color-swatches: color swatches changes form when showLabel is true by @loivsen in #427
  • uui-scroll-container now uses auto scroll and has an enforce scroll option by @loivsen in #448
  • adds min, max, and step property to the uui-input by @loivsen in #457

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]

v1.2.0-rc.3

14 Apr 07:45
v1.2.0-rc.3
ea5983f
Compare
Choose a tag to compare
v1.2.0-rc.3 Pre-release
Pre-release

What's Changed Since v1.2.0-rc.2

🚀 New Features

  • uui-scroll-container now uses auto scroll and has an enforce scroll option by @loivsen in #448

🐛 Bug Fixes

Full Changelog: v1.2.0-rc.2...v1.2.0-rc.3

v1.2.0-rc.2

28 Mar 06:44
v1.2.0-rc.2
b3217b0
Compare
Choose a tag to compare
v1.2.0-rc.2 Pre-release
Pre-release

What's Changed Since v1.2.0-rc.1

🚀 New Features

  • The UUI package now ships with a vscode-html-custom-data.json for experimental IntelliSense in Visual Studio Code

🐛 Bug Fixes

  • uui-modal: add size property to uui-modal-sidebar by @JesmoDev in #444

Full Changelog: v1.2.0-rc.1...v1.2.0-rc.2

v1.2.0-rc.1

22 Mar 12:20
v1.2.0-rc.1
c85fbce
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

What's Changed since v1.2.0-rc.0

🚀 New Features

Full Changelog: v1.2.0-rc.0...v1.2.0-rc.1

v1.2.0-rc.0

07 Feb 13:42
v1.2.0-rc.0
43f1b9a
Compare
Choose a tag to compare
v1.2.0-rc.0 Pre-release
Pre-release

What's Changed

🚀 New Features

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]

v1.1.0

11 Jan 10:00
@umbraco-ui/[email protected]
2c08ea8
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🐛 Bug Fixes

  • [Input lock] Bump opacity a bit, to pass color contrast accessibility check by @skttl in #351
  • Case insensitivity when using combobox-avatar by @Rockerby in #363
  • Have pagination render update by @Rockerby in #364
  • uui-input change aling-items to stretch by @julczka in #362
  • Combobox not working with async options by @JesmoDev in #387
  • Disabled input not displayed properly in Safari by @JesmoDev in #389
  • Sync disable state for uui-radio with uui-radio-group by @JesmoDev in #393

Other Changes

  • docs: Add cd to installation instruction before npm install by @hannakfoo in #354

New Contributors

Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]

v1.0.2

29 Sep 14:18
@umbraco-ui/[email protected]
be41090
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • uui-input-password sets spellcheck to false by @loivsen in #339

Other Changes

New Contributors

Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]