Skip to content

v0.8.0

Choose a tag to compare

@dgonzalezr dgonzalezr released this 18 Aug 11:40
· 481 commits to develop since this release

0.8.0 (2023-08-18)

Features ⚡️

  • Dropdown: add new bq-panel and bq-dropdown components (#253) (5f86f6df)
  • Option: add new bq-option component (#253) (5e0eddc)
  • Select: add new bq-select component (#449) (a03714f)
  • Textarea: add new bq-textarea component (#393) (f51b25f)
  • Theme: add dark mode support (#435) (db2a98d)
  • Typography: add global typography CSS styles (#388) (187e2f2)

Bug Fixes 🐞

  • Avatar: trim initials text only if exist (#428) (4d56e41)
  • FloatingUI: use object spread instead of Object.assign() (#437) (0c0a3f3)
  • Side menu item: misalignment when menu is collapsed (#453) (4e6e3c8)
  • Tab: update active tab when value is changed externally (#402) (327fd50)

Documentation 📚

  • all readme files and packages folder name to use BEEQ (#454) (30e0992)

Chore ⚙️

What's Changed

  • Added new Dropdown component by @HamudeHomsi
  • Added new Select and Textarea components by @dgonzalezr
  • Added support for Dark theme mode by @dgonzalezr
  • Added global Typography classes by @dgonzalezr
  • Updated Tab component to sync the active Tab when the selected Tab value changed externally by @endv-bogdanb

Full Changelog: v0.7.1...v0.8.0