Skip to content

v1.2.0

Compare
Choose a tag to compare
@dgonzalezr dgonzalezr released this 01 Apr 13:21
· 414 commits to main since this release

1.2.0 (2024-04-01)

What's Changed

  • New bq-drawer component by @Cata1989 in #918
  • New bq-progress component by @Cata1989 in #946
  • A new property was added to the Tooltip to allow the component to be always visible by @dgonzalezr in #959
  • Improved the open/close animations of the Accordion to be smoother and added a handler for bqAfterOpen and bqAfterClose events by @dgonzalezr in #951

Features ⚡️

  • Drawer: add new bq-drawer component (#918) (f8cbe76)
  • Progress: add new bq-progress component (#946) (a99d737)
  • Progress: add style and animation for indeterminate status (#967) (ad67c51)
  • Tooltip: allow the component to be always visible (#959) (c5ac27e)

Bug Fixes 🐞

  • Accordion: improve open/close animations and handle bqAfterOpen and bqAfterClose events (#951) (4ce31c9)
  • Dialog: dialog closes on Esc down if disable-close-esc-keydown is enabled (#979) (721672d)
  • Dialog: wrong position on entry/leave transition (#929) (9cf08d6)

Chore ⚙️

  • deps: update angular to v17.3.2 (#974) (83a58d9)
  • deps: update dependency @chromatic-com/storybook to v1.2.23 (#947) (a4a9107)
  • deps: update dependency @nxext/stencil to v18 (#949) (f30c1cc)
  • deps: update dependency @stencil/core to v4.13.0 (#950) (0f41f06)
  • deps: update dependency @stencil/sass to v3.0.11 (#960) (74a7db7)
  • deps: update dependency @stencil/vue-output-target to v0.8.8 (#966) (71cb353)
  • deps: update dependency chromatic to v11.3.0 (#973) (45d5a2f)
  • deps: update dependency puppeteer to v22.6.1 (#962) (467d649)
  • deps: update dependency tailwindcss to v3.4.3 (#970) (1d763cb)
  • deps: update dependency vite to v5.2.6 (#958) (b53c13c)
  • deps: update node.js to v20.12.0 (#975) (c39b670)
  • deps: update nx to v18.2.1 (#972) (9f619ec)
  • deps: update storybook to v8 (4025f35)

Full Changelog: v1.1.0...v1.2.0