Skip to content

Latest commit

 

History

History
457 lines (302 loc) · 20.6 KB

CHANGELOG.md

File metadata and controls

457 lines (302 loc) · 20.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.11.0 (2024-10-14)

Note: Version bump only for package @umbraco-ui/uui-button

1.10.0 (2024-09-16)

Note: Version bump only for package @umbraco-ui/uui-button

1.10.0-rc.0 (2024-09-10)

Bug Fixes

  • ensure that empty text nodes do not make the label mixin think it is non-empty (ec197fc)
  • revert the function to calculate if a default slot is empty (0f00e3e)

Features

  • add rel property to relevant elements to override default behavior (#814) (f1978e0)

1.9.0 (2024-07-25)

Note: Version bump only for package @umbraco-ui/uui-button

1.9.0-rc.1 (2024-07-11)

Bug Fixes

  • revert the function to calculate if a default slot is empty (cea165e)

1.9.0-rc.0 (2024-07-11)

Bug Fixes

  • ensure that empty text nodes do not make the label mixin think it is non-empty (b0461b6)

Features

  • add rel property to relevant elements to override default behavior (#814) (cf81c2d)

1.8.0 (2024-05-23)

Note: Version bump only for package @umbraco-ui/uui-button

1.8.0-rc.2 (2024-04-15)

Bug Fixes

  • uui-button: 🚑 add back missing animation (#782) (5a1fea7)

1.8.0-rc.0 (2024-04-05)

Features

  • FormControlMixin refactor for types safety and default values (#745) (37e473b)
  • uui-button: add transition property (#771) (da9151a)

BREAKING CHANGES

  • rename to UUIFormControlMixin

  • ValueType type

  • append the ValueType type on getDefaultValue method

  • refactor for typings and default value

  • declare _runValidators method

  • undefined Default Value Type

  • corrections

1.7.1 (2024-02-13)

Bug Fixes

  • uui-button: conditionally render aria-label (9f4d928)

1.7.0 (2024-02-13)

Note: Version bump only for package @umbraco-ui/uui-button

1.7.0-rc.0 (2024-02-06)

Note: Version bump only for package @umbraco-ui/uui-button

1.6.0 (2024-02-02)

Note: Version bump only for package @umbraco-ui/uui-button

1.6.0-rc.4 (2024-01-23)

Features

1.6.0-rc.3 (2023-12-15)

Note: Version bump only for package @umbraco-ui/uui-button

1.6.0-rc.2 (2023-12-14)

Note: Version bump only for package @umbraco-ui/uui-button

1.6.0-rc.1 (2023-11-22)

Note: Version bump only for package @umbraco-ui/uui-button

1.6.0-rc.0 (2023-11-08)

Note: Version bump only for package @umbraco-ui/uui-button

1.5.0 (2023-10-30)

Note: Version bump only for package @umbraco-ui/uui-button

1.5.0-rc.3 (2023-10-18)

Note: Version bump only for package @umbraco-ui/uui-button

1.5.0-rc.2 (2023-10-18)

Note: Version bump only for package @umbraco-ui/uui-button

1.5.0-rc.1 (2023-10-17)

Note: Version bump only for package @umbraco-ui/uui-button

1.5.0-rc.0 (2023-09-21)

Bug Fixes

  • Button text color hover not taking effect (#520) (e55274e)

Features

  • uui-button: content align css variable (#548) (24b2ac5)

1.4.0 (2023-09-21)

Note: Version bump only for package @umbraco-ui/uui-button

1.4.0-rc.2 (2023-09-07)

Note: Version bump only for package @umbraco-ui/uui-button

1.4.0-rc.1 (2023-08-10)

Features

  • uui-button: content align css variable (#548) (04554e8)

1.4.0-rc.0 (2023-07-18)

Bug Fixes

  • Button text color hover not taking effect (#520) (c2c6d62)

1.3.0 (2023-05-31)

Note: Version bump only for package @umbraco-ui/uui-button

1.3.0-rc.1 (2023-05-25)

Note: Version bump only for package @umbraco-ui/uui-button

1.3.0-rc.0 (2023-05-15)

Note: Version bump only for package @umbraco-ui/uui-button

1.2.1 (2023-04-20)

Note: Version bump only for package @umbraco-ui/uui-button

1.2.0 (2023-04-20)

Note: Version bump only for package @umbraco-ui/uui-button

1.2.0-rc.3 (2023-04-14)

Note: Version bump only for package @umbraco-ui/uui-button

1.2.0-rc.2 (2023-03-27)

Note: Version bump only for package @umbraco-ui/uui-button

1.2.0-rc.1 (2023-03-22)

Note: Version bump only for package @umbraco-ui/uui-button

1.2.0-rc.0 (2023-02-07)

Bug Fixes

  • Allow uui-button to fit in less tall contexts (#236) (8b7422f)

  • Change uui-button height to min-height and remove the height from button inside (#271) (d7cecac)

  • fixed padding and added multiline story (#277) (d264e73)

  • use form control mixin in uui-button (d8466d4)

  • uui-button: adjust success and failed state styling (#312) (7634d19)

  • vertical align content of UUI-Button anchor tag (#254) (319312c)

  • Release/0.1.1 (#190) (d91d346), closes #190 #188 #187 #189

Features

  • add demandCustomElement for all elements that require other uui-elements to render correctly (#172) (adb4f3b)
  • add href attribute to uui-button & uui-tab (9cda1f8)
  • added uui-combobox elements (205ceee)
  • build: update packages to esmodules and fix rollup import (0980022)
  • Button type removes null and adds undefined. (2239de9)

Reverts

BREAKING CHANGES

  • This should now be configured globally

  • internal: add more files to lerna ignore

  • Publish

  • update references

  • internal: use npm ci to counter Github Actions oddness

  • internal: try with unsafe-perm to counter differentiating OS'es

  • internal: downgrade Turbo to 1.1.5 to supposedly work with Github Actions

Co-authored-by: Niels Lyngsø [email protected]

1.1.0 (2023-01-11)

Features

  • build: update packages to esmodules and fix rollup import (0980022)

1.0.0 (2022-08-22)

Bug Fixes

  • uui-button: adjust success and failed state styling (#312) (7634d19)

1.0.0-rc.3 (2022-08-15)

Note: Version bump only for package @umbraco-ui/uui-button

1.0.0-rc.2 (2022-08-10)

Bug Fixes

  • Change uui-button height to min-height and remove the height from button inside (#271) (d7cecac)
  • fixed padding and added multiline story (#277) (d264e73)
  • vertical align content of UUI-Button anchor tag (#254) (319312c)

1.0.0-rc.1 (2022-06-28)

Bug Fixes

  • Allow uui-button to fit in less tall contexts (#236) (8b7422f)

1.0.0-rc.0 (2022-06-02)

Features

  • add href attribute to uui-button & uui-tab (9cda1f8)

1.0.0-alpha.0 (2022-06-01)

Note: Version bump only for package @umbraco-ui/uui-button

0.3.1 (2022-05-31)

Note: Version bump only for package @umbraco-ui/uui-button

0.3.0 (2022-05-04)

Bug Fixes

Features

  • added uui-combobox elements (205ceee)
  • Button type removes null and adds undefined. (2239de9)

BREAKING CHANGES

  • This should now be configured globally

  • internal: add more files to lerna ignore

  • Publish

  • update references

  • internal: use npm ci to counter Github Actions oddness

  • internal: try with unsafe-perm to counter differentiating OS'es

  • internal: downgrade Turbo to 1.1.5 to supposedly work with Github Actions

Co-authored-by: Niels Lyngsø [email protected]

0.2.1 (2022-04-01)

Note: Version bump only for package @umbraco-ui/uui-button

0.2.0 (2022-03-31)

Features

  • add demandCustomElement for all elements that require other uui-elements to render correctly (#172) (adb4f3b)