|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23) |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +- Dont show a link when no href is supplied ([#797](https://github.com/umbraco/Umbraco.UI/issues/797)) ([658b6a6](https://github.com/umbraco/Umbraco.UI/commit/658b6a685e026fa4f7d201cc00a5ed2eb718f9ab)) |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | +- Add custom properties to uui-tag ([#791](https://github.com/umbraco/Umbraco.UI/issues/791)) ([46fde86](https://github.com/umbraco/Umbraco.UI/commit/46fde86c6f2e783e6ddd0c49b0e5a6688808df89)) |
| 15 | +- Align FormControl implementation with latest from Backoffice Validation ([#788](https://github.com/umbraco/Umbraco.UI/issues/788)) ([0edfd0c](https://github.com/umbraco/Umbraco.UI/commit/0edfd0c4acfe29e7d108db83308baea8618d30b0)) |
| 16 | +- focus method for menu-item ([#789](https://github.com/umbraco/Umbraco.UI/issues/789)) ([86062ae](https://github.com/umbraco/Umbraco.UI/commit/86062ae020841b145edd81977a62728301e2d570)) |
| 17 | +- menu items hide actions ([#796](https://github.com/umbraco/Umbraco.UI/issues/796)) ([9f07ae6](https://github.com/umbraco/Umbraco.UI/commit/9f07ae6b98881dc048b2c90710aaca8a38502cd9)) |
| 18 | + |
| 19 | +# [1.8.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.2...v1.8.0-rc.3) (2024-04-16) |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +- modal css vars ([#784](https://github.com/umbraco/Umbraco.UI/issues/784)) ([145dbf0](https://github.com/umbraco/Umbraco.UI/commit/145dbf016eac5a5591a5470ebe327bd9a6ef3f3b)) |
| 24 | + |
| 25 | +# [1.8.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.1...v1.8.0-rc.2) (2024-04-15) |
| 26 | + |
| 27 | +### Bug Fixes |
| 28 | + |
| 29 | +- **uui-button:** :ambulance: add back missing animation ([#782](https://github.com/umbraco/Umbraco.UI/issues/782)) ([5a1fea7](https://github.com/umbraco/Umbraco.UI/commit/5a1fea7d84a01193ab1af479ae389411584dead2)) |
| 30 | +- **uui-dialog:** remove background ([#781](https://github.com/umbraco/Umbraco.UI/issues/781)) ([13fd470](https://github.com/umbraco/Umbraco.UI/commit/13fd470e233c51b0312ebde2ad77934108d15202)) |
| 31 | + |
| 32 | +# [1.8.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.0...v1.8.0-rc.1) (2024-04-11) |
| 33 | + |
| 34 | +### Bug Fixes |
| 35 | + |
| 36 | +- add custom property for menu border radius ([f6e0a94](https://github.com/umbraco/Umbraco.UI/commit/f6e0a9444eb982969ec70aeff773daa51f97cf8b)) |
| 37 | +- inherit font weight for uui-menu-item ([d1c59ad](https://github.com/umbraco/Umbraco.UI/commit/d1c59ad81d5bd2b893ab67795d83667440050fd4)) |
| 38 | +- Update uui-box.element.ts to support border color changeability ([455c1ca](https://github.com/umbraco/Umbraco.UI/commit/455c1caa9b96ecd43c07cd75a46abacb8e0af5c2)) |
| 39 | + |
| 40 | +# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05) |
| 41 | + |
| 42 | +### Bug Fixes |
| 43 | + |
| 44 | +- **uui-css:** do not import the lato font here as it means you cannot import only the custom properties without getting the font ([2b57abb](https://github.com/umbraco/Umbraco.UI/commit/2b57abbd1331092f02e05622db81862de587249e)) |
| 45 | +- **uui-css:** do not import the lato font here as it means you cannot import only the custom properties without getting the font ([ed8659c](https://github.com/umbraco/Umbraco.UI/commit/ed8659c707ecdce0507a3c22bec1af95e7523950)) |
| 46 | +- **uui-tab-group:** Unable to remove tab ([#753](https://github.com/umbraco/Umbraco.UI/issues/753)) ([2e24e27](https://github.com/umbraco/Umbraco.UI/commit/2e24e27317d20adea6572da07f8df39081ffe415)) |
| 47 | +- **uui-tab-group:** Unable to remove tab ([#753](https://github.com/umbraco/Umbraco.UI/issues/753)) ([07c0045](https://github.com/umbraco/Umbraco.UI/commit/07c00452ed9668799a9b4edef01103959e6c7d90)) |
| 48 | +- **uui-textarea:** Don't hide placeholder text on focus ([#751](https://github.com/umbraco/Umbraco.UI/issues/751)) ([d6cf94f](https://github.com/umbraco/Umbraco.UI/commit/d6cf94fa09499e3c5eb1400f331bf355aa49340a)) |
| 49 | +- **uui-textarea:** Don't hide placeholder text on focus ([#751](https://github.com/umbraco/Umbraco.UI/issues/751)) ([a90a510](https://github.com/umbraco/Umbraco.UI/commit/a90a510a01ce8a752167e5f455571e010c9cb9ed)) |
| 50 | + |
| 51 | +### Features |
| 52 | + |
| 53 | +- :lipstick: add custom properties for menu item ([#773](https://github.com/umbraco/Umbraco.UI/issues/773)) ([229b8da](https://github.com/umbraco/Umbraco.UI/commit/229b8da5cc8ae616e1442e2e11531461864bbe26)) |
| 54 | +- :lipstick: add more custom properties to uui-box ([#772](https://github.com/umbraco/Umbraco.UI/issues/772)) ([def0263](https://github.com/umbraco/Umbraco.UI/commit/def02631de128e0a45ef678b74f0bb4715d72ea9)) |
| 55 | +- FormControlMixin refactor for types safety and default values ([#745](https://github.com/umbraco/Umbraco.UI/issues/745)) ([37e473b](https://github.com/umbraco/Umbraco.UI/commit/37e473b004e35f69776617dba7787b0a4d64bd80)) |
| 56 | +- **uui-button:** add transition property ([#771](https://github.com/umbraco/Umbraco.UI/issues/771)) ([da9151a](https://github.com/umbraco/Umbraco.UI/commit/da9151af7381ddfd84f233789b364b6f66019885)) |
| 57 | + |
| 58 | +### BREAKING CHANGES |
| 59 | + |
| 60 | +- rename to UUIFormControlMixin |
| 61 | + |
| 62 | +- ValueType type |
| 63 | + |
| 64 | +- append the ValueType type on getDefaultValue method |
| 65 | + |
| 66 | +- refactor for typings and default value |
| 67 | + |
| 68 | +- declare \_runValidators method |
| 69 | + |
| 70 | +- undefined Default Value Type |
| 71 | + |
| 72 | +- corrections |
| 73 | + |
6 | 74 | ## [1.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)
|
7 | 75 |
|
8 | 76 | ### Bug Fixes
|
|
0 commit comments