Skip to content

v0.5.1

Compare
Choose a tag to compare
@Jeremy-Walton Jeremy-Walton released this 29 Sep 20:14
· 32 commits to main since this release
2d4d851

What's Changed

Base Token Changes

  • Added missing token for tooltip transition animation by @dallasbpeters in #203
    • Tooltips were implemented with a global token in mind, but that was never added.

New Components

  • Breadcrumbs by @Jeremy-Walton in #205
    • A new Breadcrumb navigation component for showing application route context.
  • Text Pair by @Jeremy-Walton in #209
    • A new component to show related text together such as a title and subtitle, or a label and a value.

Component Changes

  • Sensible file input styles by @Jeremy-Walton in #207
    • The .form-control class now supports inputs with a type set to file by providing sensible default styles that match other inputs

Bug Fixes

  • Added missing token for tooltip transition animation by @dallasbpeters in #203
    • Tooltips were implemented with a global token in mind, but that was never added.
  • Safari Mobile Form Control Bug by @Jeremy-Walton in #202
    • The box shadows on inputs using the .form-control class were not rendering correctly in Safari
  • Hide still-visible checkbox on Firefox by @zoopmaster in #204
    • In Firefox, the switch component was still showing the underlying checkbox input.
  • Hide checkbox input when disabled by @zoopmaster in #206
    • If the switch was disabled, the checkbox would show up underneath on Safari and Firefox. This has been resolved
  • Fix accordion arrow showing in safari by @Jeremy-Walton in #208
    • In Safari, the accordion component was not rendering correctly. The default arrow was still visible and the layout was incorrect.

Full Changelog: v0.5.0...v0.5.1