Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #4556

Merged
merged 1 commit into from
Dec 10, 2024
Merged

chore: release #4556

merged 1 commit into from
Dec 10, 2024

Conversation

scaleway-bot
Copy link
Collaborator

@scaleway-bot scaleway-bot commented Dec 9, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@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 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

@ultraviolet/[email protected]

Patch Changes

@ultraviolet/[email protected]

Patch Changes

  • #4553 2241ec1 Thanks @renovate! - Updated dependency @types/react to 18.3.14.
    Updated dependency @types/react-dom to 18.3.2.

@ultraviolet/[email protected]

Patch Changes

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.54%. Comparing base (2241ec1) to head (6ead702).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4556   +/-   ##
=======================================
  Coverage   87.54%   87.54%           
=======================================
  Files         336      336           
  Lines       12749    12749           
  Branches     3458     3503   +45     
=======================================
  Hits        11161    11161           
  Misses       1588     1588           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2241ec1...6ead702. Read the comment docs.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 6ead702 to b974e32 Compare December 9, 2024 15:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from b974e32 to 28dfc3a Compare December 10, 2024 14:37
@matthprost matthprost merged commit 6f36eba into main Dec 10, 2024
@matthprost matthprost deleted the changeset-release/main branch December 10, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants