Skip to content

v0.7.1

Choose a tag to compare

@dgonzalezr dgonzalezr released this 20 Jul 09:12
· 481 commits to develop since this release

0.7.1 (2023-07-20)

Bug Fixes

  • input: clear button showing up when disabled (#368) (df4c983)
  • input: focus style missing on consumer apps (#371) (b573d5e)
  • input: set native input id from name prop value (#370) (8e5b848)

What's Changed

  • input: avoid focus and blur events being emitted while disabled by @dgonzalezr in #368
  • input: fallback to id="input" if no name value has been provided by @dgonzalezr in #370
  • input: focus style missing on consumer apps by @dgonzalezr in #371
    • We made the focus inherit from Tailwind config focus, just need to set different values for --bq-ring-width, --bq-ring-offset-width, and --bq-ring-color-focus.
    • Make sure to emit bqInput on clear action too.

Full Changelog: v0.7.0...v0.7.1