Skip to content
Compare
Choose a tag to compare
@connor-baer connor-baer released this 15 Oct 16:08
· 221 commits to main since this release
db7cac5

Minor Changes

  • #2721 01e5589 Thanks @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 708c52e Thanks @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 7fce1de Thanks @sirineJ! - Fixed positioning issue of the Tooltip and the Toggletip components. Improved styling of the Toggletip's backdrop element.