diff --git a/.changeset/fair-cows-type.md b/.changeset/fair-cows-type.md deleted file mode 100644 index efb21480a7..0000000000 --- a/.changeset/fair-cows-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": patch ---- - -Fixed positioning issue of the Tooltip and the Toggletip components. Improved styling of the Toggletip's backdrop element. diff --git a/.changeset/happy-glasses-work.md b/.changeset/happy-glasses-work.md deleted file mode 100644 index d3bf39139c..0000000000 --- a/.changeset/happy-glasses-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added a `hideLabel` prop to the ImageInput component (defaulting to `true` to match the existing behavior) and added an `optionalLabel` prop to indicate to users whether the input is required. diff --git a/.changeset/two-horses-fold.md b/.changeset/two-horses-fold.md deleted file mode 100644 index 2c4afdb1ff..0000000000 --- a/.changeset/two-horses-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Use the country code instead of the phone prefix as the value of the PhoneNumberInput component's country code select. This is an implementation detail, but might require changes to unit tests that query the country code select. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 315e5c7609..43ec21d46e 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @sumup/circuit-ui +## 8.14.0 + +### Minor Changes + +- [#2721](https://github.com/sumup-oss/circuit-ui/pull/2721) [`01e5589`](https://github.com/sumup-oss/circuit-ui/commit/01e55897982ca1ff0bc941a27542e27d96eed9c6) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a `hideLabel` prop to the ImageInput component (defaulting to `true` to match the existing behavior) and added an `optionalLabel` prop to indicate to users whether the input is required. + +- [#2586](https://github.com/sumup-oss/circuit-ui/pull/2586) [`708c52e`](https://github.com/sumup-oss/circuit-ui/commit/708c52e2ab922350cffe84c7bd60019d136a63da) Thanks [@roma-claudio](https://github.com/roma-claudio)! - Use the country code instead of the phone prefix as the value of the PhoneNumberInput component's country code select. This is an implementation detail, but might require changes to unit tests that query the country code select. + +### Patch Changes + +- [#2720](https://github.com/sumup-oss/circuit-ui/pull/2720) [`7fce1de`](https://github.com/sumup-oss/circuit-ui/commit/7fce1debd283f7970ba1a6d5270457cc6ab8ba1d) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed positioning issue of the Tooltip and the Toggletip components. Improved styling of the Toggletip's backdrop element. + ## 8.13.2 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 018e95250a..f6a9a3fde5 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "8.13.2", + "version": "8.14.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",