Skip to content

0.19.0

Compare
Choose a tag to compare
@adenvt adenvt released this 15 Aug 12:15
· 1907 commits to main since this release
6205941

In this update, we improve integration with nuxt-link, sidebar now auto-active based on current url, smoother collapse animation.

And also, we improve persona-icon a lot (thank to all icon designers), it's now more balance in visual apperance, fix some bug on vue version, and fix icon responsive.


🚀 Features

  • select: Add clearable props - by rendy.andika (9bdf3)
  • breadcrumbs: Allow custom divider in breadcrumb component - by Pringgo Radianto (e1d2c)
  • nav: Auto-active nav based on current url - by Ade Novid (438ac)

🐞 Bug Fixes

  • deps:
    • Update dependency @floating-ui/dom to v1.5.1 - by renovate[bot] (d4a1d)
    • Update dependency @carbon/icons-vue to v10.72.1 - by renovate[bot] (f718d)
    • Update dependency @fontsource/dm-sans to v5.0.6 - by renovate[bot] (f0481)
    • Update dependency @fontsource/dm-sans to v5.0.7 - by renovate[bot] (525a9)
    • Update dependency interactjs to v1.10.18 - by renovate[bot] (f4e9c)
    • Update dependency chart.js to v4.3.3 - by renovate[bot] (e9d07)
    • Update dependency vue-collapsed to v1.2.6 - by renovate[bot] (5b521)
    • Update dependency @fontsource/dm-sans to v5.0.8 - by renovate[bot] (71a48)
    • Update dependency @vueuse/core to v10.3.0 - by renovate[bot] (594ec)
    • Update dependency @vueuse/math to v10.3.0 - by renovate[bot] (2cb45)
  • subheading:
    • Fix typo on example docs - by Wildanun Nabil (4d9bc)
  • persona-icon:
    • Fix some icon not rendered in vue version - by Ade Novid (ccc98)
    • Fix icon not scallable - by Ade Novid (bac99)
  • select:
    • Fix clear action - by Ade Novid (86ed5)
    • Fix select option still show when select is disabled and readonly - by Wildanun Nabil (16cd6)
  • signature-draw:
    • Fix inconsistent in ssr - by Ade Novid (86fb0)

🏎 Performance

  • collapse: Improve collapse animation - by Ade Novid (6b6fb)
View changes on GitHub