Releases: umbraco/Umbraco.UI
v1.2.0-rc.0
What's Changed
🚀 New Features
- uui-input-file => Only show add button when multiple or no file selected by @nathanwoulfe in #395
- Feature/color picker by @julczka & @bjarnef in #413
🐛 Bug Fixes
- uui-card-media does not render images correctly by @nathanwoulfe in #402
- fix: Add whitespace when appending/prepending icon in uui-input by @nathanwoulfe in #408
- Fix background color in uui-textarea by @JesmoDev in #410
- bugfix: radio-group initial value not working by @JesmoDev in #417
New Contributors
- @nathanwoulfe made their first contribution in #402
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]
v1.1.0
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
- @skttl made their first contribution in #351
- @hannakfoo made their first contribution in #354
- @Rockerby made their first contribution in #363
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v1.0.2
What's Changed
🚀 New Features
Other Changes
- docs: uui-button-inline-create is documented twice by @iOvergaard in #333
- Fix typo in Button Looks and Colors Story by @bkclerke in #335
New Contributors
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v1.0.1
What's Changed
🐛 Bug Fixes
- uui-combobox: add uui-popover as a requirement for uui-combobox by @iOvergaard
- uui-inline-button-create: fix for the border color on horizontal by @loivsen in #328
Other changes
- update Lit to 3.3.1 and TypeScript to 4.8.3 by @iOvergaard
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v1.0.0
First major release
This is the first major release of the Umbraco UI Library.
This version contains 71 custom Web Components with the uui namespace that can be used for your web project.
The component library is now considered feature-complete for the v1 roadmap, but more components will be added along the way while we build the next version of the backoffice for Umbraco CMS!
Take a look at the Security Policy to see what we support moving forward.
What's Changed since v0
💥 Breaking Changes
🚀 New Features
- uui-button & uui-tab href attribute by @nielslyngsoe in #220
- Feat: Adds looks and reworks colors on badge and tag by @JesmoDev in #243
- Form submits when clicking enter by @loivsen in #288
🐛 Bug Fixes
- fix: Small visual corrections by @JesmoDev in #212
- fix the color of the toast notification close button by @nielslyngsoe in #221
- Fix expand SVGs in safari by @nielslyngsoe in #232
- Allow uui-button to fit in less tall contexts by @nielslyngsoe in #236
- Stop using outline for selection border by @nielslyngsoe in #239
- fix: disable-child-interaction going over edges + other details by @nielslyngsoe in #251
- fix: vertical align content of UUI-Button anchor tag by @nielslyngsoe in #254
- Fix: uui-button-inline-create correction of margins for centering of the button by @nielslyngsoe in #255
- fix: change notification color primary to default by @julczka in #258
- Change
uui-buttonheight to min-height and remove the height frombuttoninside by @julczka in #271 - Bugfix/dispatching of events twice by @loivsen in #292
- Make popover work nicely in the button group by @julczka in #296
- Missing media card disabled footer and action button backgrounds by @JesmoDev in #300 (#295)
- Bugfix - UUI Radiobutton Circle is malformed on multiple lines by @warrenbuckley in #298
- uui-button: Fixes styling on success and failed state by @JesmoDev in #312
- fix focus issues on uui-combobox by @JesmoDev in #311
Other Changes
- Adding markdown link to npm image in readme files by @nielslyngsoe in #231
- Change weather to whether by @andiih in #229
- storybook uui-table documentation by @iOvergaard in #233
- Add missing color properties and documentation to storybook by @JesmoDev in #242
- Fix readme addon for bad implementation of dark mode by @JesmoDev in #247
- Fix uui-toast-notification story args by @julczka in #257
- Update uui-toast-notification docs by @julczka in #256
- Fix various issues of combobox and related by @nielslyngsoe in #276
- fixed padding and added multiline story by @loivsen in #277
- Feature/update storybook by @JesmoDev in #275
- Feature/submit on enter by @loivsen in #281
- Add labels to fix accessibility warnings by @iOvergaard in #289
- Missing custom icon for reference nodes in Storybook by @JesmoDev in #299 (#297)
- Improve uui-inline-button-create stories by @JesmoDev in #313
New Contributors
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v1.0.0-rc.3
What's Changed
🚀 New Features
- Make popover work nicely in the button group by @julczka in #296
- FIXES:#295 - Missing media card disabled footer and action button backgrounds by @JesmoDev in #300
- Bugfix - UUI Radiobutton Circle is malformed on multiple lines by @warrenbuckley in #298
Other Changes
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v1.0.0-rc.2
What's Changed
🚀 New Features
🐛 Bug Fixes
- Allow uui-button to fit in less tall contexts by @nielslyngsoe in #236
- Stop using outline for selection border by @nielslyngsoe in #239
- fix: disable-child-interaction going over edges + other details by @nielslyngsoe in #251
- fix: vertical align content of UUI-Button anchor tag by @nielslyngsoe in #254
- Fix: uui-button-inline-create correction of margins for centering of the button by @nielslyngsoe in #255
- fix: change notification color primary to default by @julczka in #258
- Change
uui-buttonheight to min-height and remove the height frombuttoninside by @julczka in #271 - Bugfix/dispatching of events twice by @loivsen in #292
Other Changes
- Fix uui-toast-notification story args by @julczka in #257
- Update uui-toast-notification docs by @julczka in #256
- Fix various issues of combobox and related by @nielslyngsoe in #276
- fixed padding and added multiline story by @loivsen in #277
- Feature/update storybook by @JesmoDev in #275
- Feature/submit on enter by @loivsen in #281
- Add labels to fix accessibility warnings by @iOvergaard in #289
- Feature/update storybook by @JesmoDev in #291
New Contributors
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v1.0.0-rc.1
What's Changed since 1.0.0-rc.0
🚀 New Features
🐛 Bug Fixes
- Small visual corrections by @JesmoDev in #212
- Fix the color of the toast notification close button by @nielslyngsoe in #221
- Fix expand SVGs in safari by @nielslyngsoe in #232
- Allow uui-button to fit in less tall contexts by @nielslyngsoe in #236
- Stop using outline for selection border by @nielslyngsoe in #239
- Disable-child-interaction going over edges + other details by @nielslyngsoe in #251
Other Changes
- Fix typos in documentation by @andiih in #229
- Add Storybook uui-table documentation by @iOvergaard in #233
- Add missing color properties and documentation to storybook by @JesmoDev in #242
- Fix readme addon for bad implementation of dark mode by @JesmoDev in #247
New Contributors
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v1.0.0-rc.0
Prerelease
This version contains 71 UUI web components that can be used for your web project.
This is the first release candidate of 1.0.0 which features a major rework of how CSS variables are used compared with the v0 beta.
The component library is now considered feature-complete for the v1 roadmap.
What's Changed Since v0
💥 Breaking Changes
🚀 New Features
- uui-button & uui-tab href attribute by @nielslyngsoe in #220
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]
v0.2.2
What's Changed
🐛 Bug Fixes
Full Changelog: https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]