Merged
Conversation
da3f399 to
d09dc45
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6207 +/- ##
==========================================
- Coverage 92.16% 92.14% -0.02%
==========================================
Files 464 460 -4
Lines 9694 9657 -37
Branches 3887 3874 -13
==========================================
- Hits 8934 8898 -36
+ Misses 689 688 -1
Partials 71 71 see 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
5525ca9 to
b50a41d
Compare
918af2c to
aa25f56
Compare
7d10060 to
fce0325
Compare
f18ef6a to
20a02f7
Compare
f33113f to
543ba73
Compare
543ba73 to
3d66478
Compare
b9b5e65 to
bd56fb9
Compare
aa1c404 to
c9bee09
Compare
c9bee09 to
57e5df7
Compare
lisalupi
approved these changes
Mar 23, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/icons@5.2.0
Minor Changes
42c3f4fThanks @iManu! - Add aria-hidden props for svg tag@ultraviolet/form@6.2.3
Patch Changes
#6178
10b36cdThanks @lisalupi! -CodeEditorField: fix onBlur typeUpdated dependencies [
d9aec9b,deb39cf,866f571,8cab78f,8c6bf2d,42c3f4f,b20dda8,5f74798,972c6ca,16de416,d9b3958,6df0811]:@ultraviolet/nextjs@3.0.23
Patch Changes
#6224
35d8c2aThanks @dependabot! - Updated dependencynextto16.1.7.Updated dependencies [
d9aec9b,deb39cf,866f571,8cab78f,8c6bf2d,b20dda8,5f74798,972c6ca,16de416,d9b3958,6df0811]:@ultraviolet/plus@3.7.1
Patch Changes
d9aec9b,deb39cf,866f571,8cab78f,8c6bf2d,42c3f4f,b20dda8,5f74798,972c6ca,16de416,d9b3958,6df0811]:@ultraviolet/ui@3.12.1
Patch Changes
#6197
d9aec9bThanks @philibea! - Remove default props value for style which generate a class with a priority over className#6204
deb39cfThanks @lisalupi! -Tag: new propkeyValueto display the tag with read-only key-values and fixdisabledstyle#6232
866f571Thanks @lisalupi! -Drawer: fix controlled push version#6198
8cab78fThanks @lisalupi! -InfoTable: fix cell display and add a new sub-componentInfoTable.CellWithCopyButton#6234
8c6bf2dThanks @lisalupi! - .Modal: new propisDrawerand use this prop in componentDrawer. With this prop, a modal is not registered and does not receive nested animation and width.#6185⚠️ ⚠️ BREAKING CHANGE ⚠️ ⚠️
b20dda8Thanks @lisalupi! -Breadcrumbs: move onClick and onKeyDown handlers to<a>/<button>instead of<li>wrapper. This impacts the props type : it usesHTMLElementinstead ofHTMLLiElement#6229
5f74798Thanks @lisalupi! -Slider: new propdefaultScaleto be able to display ticks (options) with a non-linear scale#6206
972c6caThanks @lisalupi! -Table: new prophighlightHeaderand change header text weight#6219
16de416Thanks @lisalupi! -Drawer: allow scroll in the page withpushvariant#6186
d9b3958Thanks @lisalupi! -List.Row: new propdisabledClickRowToExpand. When enabled, it completely disables expanding a row by clicking anywhere on it.Note: If this prop is set to
trueandexpandableisfalseon theList, the row cannot be expanded at all.OfferList: Clicking a row now selects it, even if the row is expandable. To expand an expandable row, users must click the dedicated expand button instead of anywhere on the row.#6217
6df0811Thanks @lisalupi! -Drawer: header should always have a padding, even when it is aReactNodeUpdated dependencies [
42c3f4f]: