-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
612316c
commit 28dfc3a
Showing
10 changed files
with
56 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
# Change Log | ||
|
||
## 1.80.0 | ||
|
||
### Minor Changes | ||
|
||
- [#4535](https://github.com/scaleway/ultraviolet/pull/4535) [`612316c`](https://github.com/scaleway/ultraviolet/commit/612316c778cd82f852dacfa67a664d463611f23b) Thanks [@matthprost](https://github.com/matthprost)! - Refactoring of `<List />` and `<Table />` components: | ||
|
||
### List | ||
|
||
List used to be a bunch of `div` with different `role` to work like a table but it suffered from columns issues if not correctly set. | ||
It now uses a real `table` element and `thead` and `tbody` to correctly handle columns and rows. | ||
Each elements uses `display: table-*` to correctly handle columns and rows. | ||
The expandable is tricked, by adding a new `tr` on click and a `transform` to move it up under the clicked row. | ||
|
||
### Table | ||
|
||
Table was correctly using `table` element but the columns were not correctly handled. | ||
It now uses `display: table-*` for each elements of the table. | ||
The expandable is an added `tr` under the clicked row. | ||
|
||
### Patch Changes | ||
|
||
- [#4553](https://github.com/scaleway/ultraviolet/pull/4553) [`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/react` to `18.3.14`. | ||
Updated dependency `@types/react-dom` to `18.3.2`. | ||
- Updated dependencies [[`2241ec1`](https://github.com/scaleway/ultraviolet/commit/2241ec1fb89d3e2f6c679b9b4a9af6733344e643)]: | ||
- @ultraviolet/[email protected] | ||
|
||
## 1.79.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters