Releases: scaleway/ultraviolet
@ultraviolet/[email protected]
Minor Changes
Patch Changes
-
#4562
e08da2d
Thanks @renovate! - Updated dependency@types/react-dom
to18.3.3
. -
#4568
3e42097
Thanks @renovate! - Updated dependency@emotion/react
to11.14.0
.
Updated dependency@emotion/styled
to11.14.0
.
Updated dependency@emotion/cache
to11.14.0
. -
#4571
7633f1f
Thanks @matthprost! - Add a container around<Table />
and<List />
to manage the overflow -
Updated dependencies [
e08da2d
,3e42097
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4562
e08da2d
Thanks @renovate! - Updated dependency@types/react-dom
to18.3.3
. -
#4568
3e42097
Thanks @renovate! - Updated dependency@emotion/react
to11.14.0
.
Updated dependency@emotion/styled
to11.14.0
.
Updated dependency@emotion/cache
to11.14.0
. -
Updated dependencies [
e08da2d
,3e42097
,ffb2c06
,7633f1f
]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
Patch Changes
-
#4562
e08da2d
Thanks @renovate! - Updated dependency@types/react-dom
to18.3.3
. -
#4567
5a9bc84
Thanks @renovate! - Updated dependencyreact-hook-form
to7.54.0
. -
#4568
3e42097
Thanks @renovate! - Updated dependency@emotion/react
to11.14.0
.
Updated dependency@emotion/styled
to11.14.0
.
Updated dependency@emotion/cache
to11.14.0
. -
Updated dependencies [
e08da2d
,3e42097
,ffb2c06
,7633f1f
]:- @ultraviolet/[email protected]
@ultraviolet/[email protected]
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]
@ultraviolet/[email protected]
Patch Changes
- #4553
2241ec1
Thanks @renovate! - Updated dependency@types/react
to18.3.14
.
Updated dependency@types/react-dom
to18.3.2
. - Updated dependencies [
612316c
,2241ec1
]:- @ultraviolet/[email protected]
- @ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
@ultraviolet/[email protected]
Minor Changes
Patch Changes
-
#4504
5e39094
Thanks @matthprost! - Refactorimage
prop in<Banner />
component. If the prop is a string, it will be displayed inside img tag so you can set a url to simply set the image. -
#4544
ab0d6ea
Thanks @renovate! - Updated dependency@types/react
to18.3.13
. -
Updated dependencies [
19c1d19
,ab0d6ea
]:- @ultraviolet/[email protected]