Releases
0.20.0
adenvt
released this
28 Aug 05:55
🚨 Breaking Changes
table : Split <p-table>
into <p-table-flex>
and <p-table-static>
- by Ade Novid (33a18)
Migration :
<p-table>
now deprecated, and will removed in next release
We recommend to change:
<p-table variant="flexible">
to <p-table-flex>
.
<p-table variant="static">
to <p-table-static>
🚀 Features
card :
Change card rounded with 12px and card inside card with 8px rounded - by Afriq Yasin Ramadhan (2466a)
dropdown :
New sizing of dropdown: xl
- by Afriq Yasin Ramadhan (6ebc5)
progressbar :
Add component <p-progressbar>
- by Ade Novid (626f0)
ringbar :
Add component <p-ringbar>
- by Ade Novid (ca879)
table :
Add table no-label in flexible variant, add table header in flexible variant, fix selectable variant in static variant - by Afriq Yasin Ramadhan (f77b1)
Add example of using variables in table - by Afriq Yasin Ramadhan (faae7)
🐞 Bug Fixes
deps : Update dependency @fontsource/dm-sans to v5.0.9 - by renovate[bot] (964a4)
main : Fix component with link override by main permalink - by Afriq Yasin Ramadhan (74661)
pdf-viewer : Fix viewer height when window resized on layout fixed - by Ade Novid (13830)
persona-icon : Fix icon fill - by Ade Novid (9d83a)
typography : Posible change color of typography components without important - by Afriq Yasin Ramadhan (20a7c)
You can’t perform that action at this time.