scaleway-bot
released this
10 Dec 14:46
·
14 commits
to main
since this release
Minor Changes
-
#4535
612316c
Thanks @matthprost! - Refactoring of<List />
and<Table />
components:List
List used to be a bunch of
div
with differentrole
to work like a table but it suffered from columns issues if not correctly set.
It now uses a realtable
element andthead
andtbody
to correctly handle columns and rows.
Each elements usesdisplay: table-*
to correctly handle columns and rows.
The expandable is tricked, by adding a newtr
on click and atransform
to move it up under the clicked row.Table
Table was correctly using
table
element but the columns were not correctly handled.
It now usesdisplay: table-*
for each elements of the table.
The expandable is an addedtr
under the clicked row.
Patch Changes
- #4553
2241ec1
Thanks @renovate! - Updated dependency@types/react
to18.3.14
.
Updated dependency@types/react-dom
to18.3.2
. - Updated dependencies [
2241ec1
]:- @ultraviolet/[email protected]