Skip to content

0.22.0

Compare
Choose a tag to compare
@adenvt adenvt released this 25 Sep 07:05
· 1444 commits to main since this release
80a93b3

🚨 Breaking Changes

  • button: Replace brand.accent with brand.action as primary color of button, replace text-subtle with text-default as button default - by Afriq Yasin Ramadhan (964ff)
    Migration:
    • Unless you don't customize the default color from tailwind-preset you have nothing to do.
    • change brand.accent to brand.action in tailwind.config.js
  • contextualbar: Replace prop variant to state, add warning and neutral state - by Afriq Yasin Ramadhan (8def5)

🚀 Features

  • badge:
    • Add support to custom color via class - by Afriq Yasin Ramadhan (2db6a)
    • Add slot icon-content - by Afriq Yasin Ramadhan (8d504)
  • banner:
    • Add props no-icon - by Afriq Yasin Ramadhan (e496d)
  • core:
  • dialog:
    • Adding options dialog for hide dismiss button and no close dialog on backdrop - by Afriq Yasin Ramadhan (6f808)
  • eslint-config-persona:
    • Enable typescript inside template - by Ade Novid (36d12)
  • label:
    • Change label padding - by Afriq Yasin Ramadhan (6bee0)
  • modal:
    • Add modal full variant and modal free distraction - by Afriq Yasin Ramadhan (f45ce)
  • pdf-helipad:
    • Add event click - by Ade Novid (8e546)
  • select:
    • Add prop divider, menuClass and menuSize - by Afriq Yasin Ramadhan (4e546)
    • Add prop multiple - by Ade Novid (66cb8)
    • Add prop no-close-after-select - by Ade Novid (d1688)
  • table-static:
    • Add prop scrollable - by Ade Novid (f2f82)
  • tabs:
    • Add slide transition - by Ade Novid (54a44)
  • text:
    • Add element tag in text component - by Afriq Yasin Ramadhan (ea228)
  • toggle:
    • Add custom switch class - by Afriq Yasin Ramadhan (161c2)

🐞 Bug Fixes

  • deps:
    • Update dependency @fontsource/dm-sans to v5.0.12 - by renovate[bot] (17477)
    • Update dependency @floating-ui/dom to v1.5.2 - by renovate[bot] (746c9)
    • Update dependency core-js to v3.32.2 - by renovate[bot] (510c3)
    • Update dependency @floating-ui/dom to v1.5.3 - by renovate[bot] (f2d5b)
    • Update dependency @floating-ui/dom to v1.5.3 - by renovate[bot] (19c09)
    • Update nuxt framework to v3.7.3 - by renovate[bot] (4763e)
    • Update dependency @testing-library/user-event to v14.5.0 - by renovate[bot] (cf61d)
    • Update dependency pdfjs-dist to v3.10.111 - by renovate[bot] (107b1)
    • Update dependency @testing-library/user-event to v14.5.1 - by renovate[bot] (713e7)
    • Update dependency chart.js to v4.4.0 - by renovate[bot] (43ae5)
    • Update dependency marked to v5.1.2 - by renovate[bot] (ff4ce)
    • Update dependency sanitize-html to v2.11.0 - by renovate[bot] (1cfac)
    • Update dependency @testing-library/dom to v9.3.3 - by renovate[bot] (c52c3)
    • Update dependency @testing-library/user-event to v14.5.1 - by renovate[bot] (eab4b)
    • Update dependency interactjs to v1.10.19 - by renovate[bot] (57352)
    • Update dependency vue-collapsed to v1.2.8 - by renovate[bot] (4b67d)
    • Update dependency vue-collapsed to v1.2.8 - by renovate[bot] (d0189)
    • Update dependency vue-router to v4.2.5 - by renovate[bot] (e4d88)
  • main:
    • Global heading affected another heading component - by Afriq Yasin Ramadhan (34208)
View changes on GitHub