Skip to content

0.17.0

Compare
Choose a tag to compare
@adenvt adenvt released this 14 Jul 11:12
· 2218 commits to main since this release
f12131e

🚀 Features

  • carousel:
    • Add new component p-carousel - by Ade Novid (5fb3b)
  • dropdown:
    • Create dropdown header component and update styleguide documentation - by Afriq Yasin Ramadhan (cf70d)
    • Add props button-class for button dropdown class - by Afriq Yasin Ramadhan (347b3)
    • Add dropdown button class; add relative-position - by Afriq Yasin Ramadhan (dcec0)
    • Add dropdown header action - by Afriq Yasin Ramadhan (97d90)
  • list group:
    • Add list-group and list-group-item component; add unit test for list-group and list-group-item; create documentation - by Afriq Yasin Ramadhan (97353)
  • nav:
    • Enable divider in nav-item-dropdown - by Afriq Yasin Ramadhan (aeda4)
  • progress-indicator:
    • Add new component p-progress-indicator - by Ade Novid (8fdbd)
  • sidebar:
    • Limiting how much menu will be display in sidebar menu and it can be collapsible - by Afriq Yasin Ramadhan (b64a0)
    • Add access in each menu item - by Afriq Yasin Ramadhan (e85d2)
  • steps:
    • Add direction and loop mode - by Ade Novid (be59a)
  • tailwind-animation:
    • Added slide-top and slide-bottom - by Ade Novid (56f25)
    • Add slide-full-* - by Ade Novid (9edae)
  • tailwind-preset:
    • Add static value for min-h-*, min-w-*, max-h-*, max-w-* - by Ade Novid (fb393)
  • toast:
    • Add position - by Ade Novid (3f187)
    • Add mplement toast's position based on options and change darkmode in toast filled - by Panji-by (d03b9)

🐞 Bug Fixes

  • Change default value to undefined - by Rendy Andika (ce3bc)
  • Change default value props modelvalue - by Rendy Andika (df79f)
  • Change default value props and handle undefined props - by Rendy Andika (fdd0b)
  • calendar:
    • Fix error import - by Ade Novid (d88e7)
    • Add alias date-fns to force using esm - by Ade Novid (21827)
  • datepicker:
    • Fix error-state style - by Ade Novid (9df8f)
  • deps:
    • Update dependency @testing-library/dom to v8.20.1 - by renovate[bot] (63ccd)
    • Update dependency @floating-ui/dom to v1.4.5 - by renovate[bot] (36bb3)
    • Update dependency @vueuse/core to v10.2.1 - by renovate[bot] (77edf)
    • Update dependency @vueuse/math to v10.2.1 - by renovate[bot] (9cfb7)
  • form-group:
    • Update color to fg/subtle - by Ade Novid (e6507)
  • form-label:
    • Change text label from default to subtle - by Panji-by (40f32)
  • input:
    • Resolve broken input background color in dark mode - by Afriq Yasin Ramadhan (9354a)
  • input password:
    • Resolve clearable input password crash with view-icon - by Afriq Yasin Ramadhan (f5eb6)
  • persona-icon:
    • Fix missing type definition - by Ade Novid (50672)
  • sidebar:
    • Sidebar z-index demo overlapping the navbar - by Afriq Yasin Ramadhan (c0474)
View changes on GitHub