Thomas Heartman
03699c8e80
chore(1-3516): add release plan / strategy count to env header ( #9589 )
...
Adds an optional `environmentMetadata` property to the env header
component, which is used to populate the release plan / strategy
counter. If no env metadata is passed (such as for default strategy
configuration) nothing is rendered.

With long env names, the project name will be cut off before the chip:

There's some issues with narrow screens, but I'll handle that in a
follow-up:

2025-03-21 14:54:13 +01:00
Nuno Góis
3fa54f4465
chore: instance status prices ( #9588 )
...
https://linear.app/unleash/issue/2-3429/use-the-correct-prices-for-each-instance-in-unleashs-ui
Uses the instance prices exposed through instance status to display the
correct price amounts in Unleash's UI.
2025-03-21 09:15:49 +00:00
Tymoteusz Czech
70444c2003
refactor: variant colors ( #9586 )
...
Toned-down colors for dark theme
2025-03-20 14:44:33 +01:00
Thomas Heartman
aeb3081624
chore: Don't use fallback functions for dragging ( #9585 )
...
Makes it so that strategies project env strategies that aren't draggable
don't get the drag icon. The reason it didn't work as expected was that
we used fallback functions instead of keeping them undefined.
I discovered that we applied two dragging boxes, so I removed the outer
layer one (specific to project envs) in favor of relying on the inner
one. Most of the lines changed are just indentation as a result of this
nesting going away.
Here's the diff. The top set of strategies aren't draggable; the lower
ones are.

2025-03-20 13:54:19 +01:00
Thomas Heartman
90eed05296
Chore(1-3520)/playground disabled badges ( #9583 )
...
Gives a small update in how we deal with unevaluated and disabled
strategies in the new playground design:
- "Unevaluated" badges go from yellow warning to blue info and their
text changed to "Not evaluated"
- Don't show "Not evaluated" badges on strategies that are disabled.
To avoid this change affecting the current playground setup, I
duplicated the old resultschip into a legacy file and changed the
existing impl. To avoid updating all other files that use that chip
(it's all over the playground) and checking flags or creating duplicates
there, I decided to do a quick check at the top of the legacy file and
use the new file if the flag is on.
In doing so, I've also simplified the actual chip file and have more or
less cut the total line count in it in two 😄

2025-03-20 13:19:16 +01:00
Tymoteusz Czech
2d47fb3827
feat: new constraint view for flag edit page ( #9567 )
...
Refactor components in Targeting (Edit strategy)
2025-03-20 13:04:24 +01:00
Nuno Góis
a10dca44f6
fix: access overview fallback to email ( #9582 )
...
https://linear.app/unleash/issue/2-3430/fix-undefined-in-access-overview-when-user-name-is-unavailable
Adds a fallback to email in case the name is not available.
Also switches the priority of the fallbacks to be consistent with other
places in our codebase (email > username) and uses `||` instead of `??`
because falsy values don't provide much informational value anyways.

2025-03-20 11:02:19 +00:00
Thomas Heartman
afd24aa58a
refactor: flatten release plan + strategy list ( #9581 )
...
Flattens the list of strategies when you have both release plans and
strategies. If you had both, you'd have this setup before:
```
- ol
- li // release plan
- ol // release plan strategies
- li // regular strategies
- ol // strategy list
```
Now we drop the extra nesting:
```
- ol
- li // release plan
- ol // release plan strategies
- li // the rest of the strategies
```
Semantically, I think this is just as valid and it simplifies a lot of
styling that no longer needs to look for other lists etc.
As part of doing this, I have also moved the "many strategies" warnings
and pagination labels to outside the list instead of inside the smaller
list.
Otherwise, the list looks just the same as before and drag-n-drop works
just fine.
(side note: these strategies shouldn't have drag handles 🤔 )

As a bonus, this PR also:
- Uses the disabled style separator for disabled strats in playground
and deletes some unused components I found.
Playground disabled strats (we probably don't want double orange badges;
I'll talk to UX):

2025-03-20 11:16:44 +01:00
Thomas Heartman
038c10f612
chore: finish up disabled strategies ( #9579 )
...
Aligns the design of disabled strategies with the sketches. Most notable
changes:
- makes the disabled badge warning yellow
- greys out the preceding "or" separator
- makes the segment "preview" button *not* grey (because it's still
interactable)
As a bonus: uses a list for the constraint value lists instead of a div
and updates the design to match the sketches (no chips).

With strat variants:

Bonus fix:
Lets the constraint value list wrap so that we avoid this kind of
blowout:

Instead:

2025-03-19 15:40:23 +01:00
Thomas Heartman
f5b26340e7
chore: Updates change request sidebar to remove env/cloud icon ( #9577 )
...
Removes the cloud icon in the change request env header to better align
with the new env headers in the flag environment overview.
Also hides strategy variants in favor of using the new strategy
execution component.
As a bonus: also uses a link component instead of a button for
navigating to the change request page.
With flag enabled:


2025-03-19 11:13:11 +01:00
renovate[bot]
cf91852234
chore(deps): update dependency @uiw/react-codemirror to v4.23.10 ( #9572 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.9` ->
`4.23.10`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.9/4.23.10 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.23.10`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.10 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.10/file/README.md )
Documentation v4.23.10:
https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10
```shell
npm i @​uiw/react-codemirror@4.23.10
```
- 🐞 fix: Fix flash of content on initialization
([#​717](https://redirect.github.com/uiwjs/react-codemirror/issues/717 ))
[`b11562d`](https://redirect.github.com/uiwjs/react-codemirror/commit/b11562d )
[@​colsondonohue](https://redirect.github.com/colsondonohue )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 09:25:05 +00:00
Fredrik Strand Oseberg
aad5a6a1a9
Feat/tag type colors frontend ( #9566 )
...
Add frontend support for tag type colors
2025-03-19 10:03:33 +01:00
renovate[bot]
df351808c1
chore(deps): update dependency react-confetti to v6.4.0 ( #9573 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-confetti](https://redirect.github.com/alampros/react-confetti )
| [`6.3.0` ->
`6.4.0`](https://renovatebot.com/diffs/npm/react-confetti/6.3.0/6.4.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>alampros/react-confetti (react-confetti)</summary>
###
[`v6.4.0`](https://redirect.github.com/alampros/react-confetti/blob/HEAD/CHANGELOG.md#640-2025-03-04 )
[Compare
Source](https://redirect.github.com/alampros/react-confetti/compare/v6.3.0...v6.4.0 )
##### Bug Fixes
- clamp tweenProgress between 0 and tweenDuration
([f988305](f988305151
))
##### Features
- adding tweenFrom property to allow smooth transition when parameters
change
([dde31e0](dde31e0e28
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 09:03:00 +00:00
renovate[bot]
42abfccdb1
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.10 ( #9571 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.9` ->
`4.23.10`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.9/4.23.10 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.23.10`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.10 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.10/file/README.md )
Documentation v4.23.10:
https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10
```shell
npm i @​uiw/react-codemirror@4.23.10
```
- 🐞 fix: Fix flash of content on initialization
([#​717](https://redirect.github.com/uiwjs/react-codemirror/issues/717 ))
[`b11562d`](https://redirect.github.com/uiwjs/react-codemirror/commit/b11562d )
[@​colsondonohue](https://redirect.github.com/colsondonohue )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 09:02:49 +00:00
Thomas Heartman
0542fef5d8
chore(1 3493): handle cases with no strategies ( #9563 )
...
Handle cases where flags have no strategies in the playground.
As part of this, also changes how we deal with the padding/margins in
the playground: instead of making all but one items in the playground
have to explicitly add padding, now we instead say that the only item
that needs to do something is the list, which uses negative inline
margins.
This also has the added benefit of adding all the top-level elements
(that is: that's not part of the strategy lists) inside the same
container, so we can control gaps between them with flex's gaps.
When you have no strategies (before):

When you have no strategies (after):

2025-03-18 15:12:23 +01:00
David Leek
890bbcaaa0
chore: rename release management to release templates ( #9564 )
2025-03-18 14:52:47 +01:00
Thomas Heartman
c5fa7c82fd
chore: add spacing to playground header + style segment's no constraints text ( #9561 )
...
This adds two small visual changes:
1. Add some spacing to the playground header (so that the custom
strategies info box (or other alerts) get some breathing room. (It
slightly increases the text between the header and the flag result text,
but I'll leave that as is unless we get told otherwise. It's partially
because of extra padding on the close button etc, and will be more work
than I wanna put in right now).
2. Style the "this segment has no constraints" text for empty segments
to use a smaller, less prominent font.
Playground header before:

Playground header after:

Segments text before:

Segments text after:

2025-03-18 14:07:23 +01:00
Thomas Heartman
43685f516e
chore: segment execution in playground ( #9558 )
...
Adds segment execution results to the playground and moves the existing
segment execution into a legacy file.
New:

Old:

2025-03-18 13:54:00 +01:00
Tymoteusz Czech
99fcdb1f23
fix: segment spacing in strategy constraints ( #9559 )
2025-03-18 13:03:52 +01:00
Thomas Heartman
c89cf196e7
Use new strategy execution in playground ( #9553 )
...
Implements playground results for strategies.
Old design:

New design:

Still left: segments.
I also discovered during this that some of the new hooks (and also some
of the new components) accept deprecated types
(`IFeatureStrategyPayload` in this case). If that should indeed be
deprecated, then we also shouldn't use it in the new hooks / components
if we can avoid it. I'll make a task for it.
---------
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2025-03-18 11:23:02 +01:00
David Leek
33733b64a7
chore: fix missing primary routes for commandbar ( #9557 )
2025-03-18 10:13:23 +00:00
David Leek
35ed2dabf3
feat: rework navigation sidebar admin section ( #9556 )
2025-03-18 10:35:06 +01:00
Thomas Heartman
7efe5c5311
chore: implement design for disabled environments in playground ( #9544 )
...
Adds the new design for strategy lists in disabled environments.

2025-03-17 15:30:08 +01:00
Thomas Heartman
cf1ba8fcc5
Chore(1-3390)/playground strategy execution: constraints ( #9532 )
...
Implements the new design for playground constraints. They're not in use
in segments yet, and strategy parameters have not been touched. This PR
establishes a pattern that we can follow for strategies and parameters
later.

The PR also includes a change in how the constraint item organizes its
children: it now takes care adding padding and spacing itself, instead
of the children doing that. It looks right most places, but segments
aren't quite right anymore. However, as this is behind a flag, I'd
rather fix that in a separate PR.
---------
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2025-03-17 14:30:11 +01:00
Jaanus Sellin
6d6a4290fe
feat: requests consumption UI for frontend ( #9550 )
...
Switching frontend traffic tab to use the requests consumption API:
2025-03-17 12:55:01 +02:00
Jaanus Sellin
f093a3f4b3
chore: update orval types ( #9549 )
2025-03-17 11:52:25 +02:00
Thomas Heartman
2b634438a1
fix: only drag handle is draggable, allow you to select text in the header ( #9536 )
...
Previously, the entire card was draggable, which meant that you couldn't
select text inside the card or inside the milestone title when editing.
This makes it so that only the drag handle is draggable.
2025-03-17 10:52:09 +01:00
Nuno Góis
3a59886206
chore: access overview search ( #9547 )
...
https://linear.app/unleash/issue/2-3407/add-search-to-the-access-overview
Adds search to Access Overview.

2025-03-17 08:46:09 +00:00
Nuno Góis
76b3e06fe5
chore: categorize access overview ( #9546 )
...
https://linear.app/unleash/issue/2-3346/only-show-description-and-not-permission-first-column-and-group
Categorizes the permissions in our Access Overview.

2025-03-17 08:24:48 +00:00
David Leek
e38a58d635
fix: use the correct permission for the create template button ( #9545 )
2025-03-14 14:42:28 +01:00
Tymoteusz Czech
14512c73d6
fix: command bar z-index ( #9543 )
2025-03-14 11:46:44 +01:00
Thomas Heartman
85ea5ce5e2
chore: Delete unused files ( #9542 )
...
These files are never used anywhere, so we might as well remove them.
2025-03-14 11:22:10 +01:00
Thomas Heartman
af705ad0e0
fix(1-3489): strategy dragging is broken in env overview ( #9538 )
...
Fixes strategy dragging in project envs. Not sure why this works, but
apparently, making it a variable instead of react component takes care
of it?
2025-03-14 11:22:02 +01:00
Nuno Góis
8e67594f1b
chore: change access overview to lists in accordions ( #9535 )
...
https://linear.app/unleash/issue/2-3343/accordions-not-a-must-have
https://linear.app/unleash/issue/2-3345/indicator-of-how-many-permissions
Changes our Access Overview from tables to lists in accordions. Also
includes the total permissions in the accordion summary.
Looking at the designs it seems like lists would make the most sense,
both visually and in terms of semantics. This will also allow us to
group the permissions both visually and semantically in a future task.

### Update
Also improved our project permissions label.


---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2025-03-14 10:21:14 +00:00
Tymoteusz Czech
872162eb7c
fix: new header z-index style ( #9541 )
2025-03-14 11:18:20 +01:00
Tymoteusz Czech
3912b443d0
fix: command bar search padding
2025-03-14 11:13:11 +01:00
David Leek
bdc21cc4e2
chore: mark release mgmt new in unleash as beta ( #9540 )
2025-03-14 10:51:33 +01:00
David Leek
f9c152995c
chore: new flag adminNavUI for admin UI 2.0 ( #9537 )
2025-03-14 09:30:30 +01:00
David Leek
8ab1a49294
chore: clean up frontend routes ( #9533 )
2025-03-14 08:18:01 +01:00
Nuno Góis
0d0530b61c
chore: rename access matrix to access overview ( #9531 )
...
https://linear.app/unleash/issue/2-3344/new-name-access-overview-instead-of-access-matrix
Renames Access Matrix to Access Overview, both internally (code) and
externally (UI).
2025-03-13 15:23:58 +00:00
Thomas Heartman
dadda7b648
fix: Data usage graphs don't work in UTC-n time zones ( #9530 )
...
Fixes a number of issues that would surface in UTC-n (where n > 1)
timezones. I've not found a way to check this with tests (and it looks
like [we weren't able to last time
either](https://github.com/Unleash/unleash/pull/9110/files#r1919746328 )),
so all the testing's been done manually by adjusting my system time and
zone. (From what I understand, you can't generate a Date with a specific
TZ offset in JS: it's only utc or local time)
Resolved:
- [x] Selecting "Jan" in the dropdown results in the selection being
"December" (off by one in the selector)
- [x] Selecting a month view only gives you one data point (and it's
probably empty). Wrong date parsing on the way out resulted in sending
`{ from: "2025-02-28", to: "2025-02-28"}` instead of `{ from:
"2025-03-01", to: "2025-03-31"}`
- [x] The dates we create when making "daysRec" need to be adjusted.
They showed the wrong month, so the dates were off.
- [x] Make sure the labels are correct when hovering over. Again: we
used the wrong month for generating these.
- [x] The available months are wrong. Incorrect month parsing again.
- [x] The request summary month is wrong. You guessed it: incorrect
month parsing
2025-03-13 15:44:10 +01:00
Thomas Heartman
732b7f342a
chore: Playground Strategy Lists ( #9510 )
...
Continue the implementation of Playground strategy lists. This PR also
adjusts some existing strategy container and list items to accomodate
more use cases (such as this).
The playground strategy execution component is still the old design.
After (playground results):

After (env strategy list):

Before (env strategy list):

2025-03-13 12:01:44 +01:00
Tymoteusz Czech
863788d7b3
Feat(UI): new strategy variant chips ( #9507 )
...
- new way of showing strategy variants
- fixed wrapping issue in strategy editing, for a lot of variants
defined (`SplitPreviewSlider.tsx` change)
- aligned difference between API and manually added types
2025-03-13 11:27:45 +01:00
Nuno Góis
5ad3178590
refactor: remove unused access overview component ( #9527 )
...
https://linear.app/unleash/issue/2-3396/remove-unused-access-overview-component
Removes an unused access overview component.
A nice bonus is that we're adding something called [Access
Overview](https://github.com/Unleash/unleash/pull/9525 ) so we avoid some
confusion.
2025-03-13 09:21:57 +00:00
Nuno Góis
8ab24fd3bf
chore: users actions menu ( #9525 )
...
https://linear.app/unleash/issue/2-3342/new-entrance-point-create-dot-dot-dot-menu-instead-of-icons
Adds a new users actions menu.
Should this change be behind a flag? I'm leaning towards no, but if you
think otherwise let me know.
### Previous

### After

### If user is SCIM-managed

2025-03-13 09:02:06 +00:00
Mateusz Kwasniewski
1b7f91cd4b
feat: read backend connections UI ( #9526 )
2025-03-13 10:56:29 +02:00
David Leek
22f51df76c
feat: archived indicators and disabled button when editing archived template ( #9503 )
2025-03-13 09:16:55 +01:00
Mateusz Kwasniewski
29181118ce
chore: orval generation ( #9524 )
2025-03-12 16:47:55 +01:00
Nuno Góis
6b888abe10
chore: remove project at least one owner constraint ( #9517 )
...
https://linear.app/unleash/issue/2-3393/remove-project-at-least-one-owner-constraint
Removes our constraint that the project must have at least one owner.
2025-03-12 10:37:20 +00:00
Nuno Góis
242b0de592
chore: show events IP ( #9512 )
...
https://linear.app/unleash/issue/2-3392/visualize-event-log-ip-address-on-unleash-enterprise-ui
Shows events IP for Unleash Enterprise.

2025-03-12 10:06:29 +00:00
renovate[bot]
eca36eeb5c
chore(deps): update dependency vitest to v3.0.8 ( #9515 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://redirect.github.com/vitest-dev/vitest )
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ))
| [`3.0.7` ->
`3.0.8`](https://renovatebot.com/diffs/npm/vitest/3.0.7/3.0.8 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest (vitest)</summary>
###
[`v3.0.8`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.0.8 )
[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.7...v3.0.8 )
##### 🐞 Bug Fixes
- Fix fetch cache multiple writes - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7546 ](https://redirect.github.com/vitest-dev/vitest/issues/7546 )
[<samp>(1a8b4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/1a8b4337 )
- Use browser.isolate instead of config.isolate - by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7560 ](https://redirect.github.com/vitest-dev/vitest/issues/7560 )
[<samp>(4b5ed)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4b5ed902 )
- Remove vestigial spy stub, import directly from `@vitest/spy` - by
[@​mrginglymus](https://redirect.github.com/mrginglymus ) in
[https://github.com/vitest-dev/vitest/issues/7575 ](https://redirect.github.com/vitest-dev/vitest/issues/7575 )
[<samp>(7f7ff)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7f7ff11c )
- Correctly split the argv string - by
[@​btea](https://redirect.github.com/btea ) in
[https://github.com/vitest-dev/vitest/issues/7533 ](https://redirect.github.com/vitest-dev/vitest/issues/7533 )
[<samp>(4325a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4325ac67 )
- **browser**:
- Remove
[@​testing-library/dom](https://redirect.github.com/testing-library/dom )
from dependencies - by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7555 ](https://redirect.github.com/vitest-dev/vitest/issues/7555 )
[<samp>(5387a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5387a5b3 )
- Improve source map handling for bundled files - by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7534 ](https://redirect.github.com/vitest-dev/vitest/issues/7534 )
[<samp>(e2c57)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/e2c570b6 )
- Print related test file and potential test in unhandled errors - by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7564 ](https://redirect.github.com/vitest-dev/vitest/issues/7564 )
[<samp>(fee90)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/fee90d85 )
- **runner**:
- Fix `beforeEach/All` cleanup callback timeout - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7500 ](https://redirect.github.com/vitest-dev/vitest/issues/7500 )
[<samp>(0c292)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0c2924b7 )
- Fix and simplify `Task.suite` initialization - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7414 ](https://redirect.github.com/vitest-dev/vitest/issues/7414 )
[<samp>(ca9ff)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/ca9ffac5 )
- **snapshot**:
- Allow inline snapshot calls on same location with same snapshot - by
[@​jycouet](https://redirect.github.com/jycouet ) and
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7464 ](https://redirect.github.com/vitest-dev/vitest/issues/7464 )
[<samp>(d5cb8)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/d5cb8212 )
- **vite-node**:
- Fix `buildStart` on Vite 6 - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7480 ](https://redirect.github.com/vitest-dev/vitest/issues/7480 )
[<samp>(c0f47)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/c0f47e03 )
##### [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.7...v3.0.8 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-11 16:06:55 +00:00
renovate[bot]
076006a5d3
chore(deps): update dependency swr to v2.3.3 ( #9514 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app )
([source](https://redirect.github.com/vercel/swr )) | [`2.3.2` ->
`2.3.3`](https://renovatebot.com/diffs/npm/swr/2.3.2/2.3.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vercel/swr (swr)</summary>
###
[`v2.3.3`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.3 )
[Compare
Source](https://redirect.github.com/vercel/swr/compare/v2.3.2...v2.3.3 )
##### Patches
- enhance: use empty prototype object by
[@​huozhi](https://redirect.github.com/huozhi ) in
[https://github.com/vercel/swr/pull/4099 ](https://redirect.github.com/vercel/swr/pull/4099 )
- Initialise nextFocusRevalidatedAt on mount by
[@​mgoodfellow](https://redirect.github.com/mgoodfellow ) in
[https://github.com/vercel/swr/pull/2857 ](https://redirect.github.com/vercel/swr/pull/2857 )
##### Misc
- Update Twitter references to X by
[@​ManuLpz4](https://redirect.github.com/ManuLpz4 ) in
[https://github.com/vercel/swr/pull/4103 ](https://redirect.github.com/vercel/swr/pull/4103 )
#### New Contributors
- [@​ManuLpz4](https://redirect.github.com/ManuLpz4 ) made their
first contribution in
[https://github.com/vercel/swr/pull/4103 ](https://redirect.github.com/vercel/swr/pull/4103 )
- [@​mgoodfellow](https://redirect.github.com/mgoodfellow ) made
their first contribution in
[https://github.com/vercel/swr/pull/2857 ](https://redirect.github.com/vercel/swr/pull/2857 )
**Full Changelog**:
https://github.com/vercel/swr/compare/v2.3.2...v2.3.3
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-11 16:06:46 +00:00
Melinda Fekete
7534b66c18
Fix broken anchors in docs ( #9406 )
2025-03-11 11:45:40 +01:00
Thomas Heartman
a064672635
chore(1-3422): playground strategies list ( #9504 )
...
Initial rough work on adapting the playground strategies to the new
designs. This PR primarily splits components into Legacy files and adds
new replacements. There are *some* updates (including spacing and text
color), but nothing juicy yet. However, I wanted to get this in now,
before this PR grows even bigger.
2025-03-11 11:36:14 +01:00
Gastón Fournier
f718e00b39
fix: frontend tests after Cypress upgrade ( #9505 )
...
The fix involved:
1. [Find the first button to click to create a feature
flag](9b4500cded
) (there are 2)
2. [Find the button that's not disabled to remove
access](fad627c6b3
)
3. [Don't wait for animations](5ce6ca59f5
)
except in [this case](f4a7819ad1
)
2025-03-11 10:43:26 +01:00
Thomas Heartman
be57f9f8fd
chore: remove apitoken.username ( #9448 )
...
Removes usage of the deprecated API token property `username` and uses
`tokenName` instead.
Affected components:
Token table:

Token deletion dialog:

Environment post-clone screen (which is automatically hidden now, so it
... doesn't matter)
2025-03-11 08:32:50 +01:00
Tymoteusz Czech
312adc0c1a
chore: remove granularAdminPermissions flag ( #9467 )
...
- removed a flag
- deprecated `POST /admin/ui-config` endpoint in favor of `POST
/admin/ui-config/cors`
2025-03-10 16:36:59 +01:00
Thomas Heartman
7dd89034aa
chore: use new designs for project default strategies ( #9447 )
...
Implements the new strategy list design for default strategies. Moves
the old impl into a legacy file. Also: removes the description from the
strategy item. From my digging, we only showed this for default strategy
items and it didn't really provide any useful information. The only
other place you can add a description is for custom strategies (at least
that I could find), but these are deprecated and we never show the
description when you apply the strategy anyway.
Rendered:

Without the flag (nothing changes):

2025-03-10 16:09:32 +01:00
renovate[bot]
f3d33fe808
chore(deps): update dependency @uiw/react-codemirror to v4.23.9 ( #9474 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.8` ->
`4.23.9`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.8/4.23.9 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.23.9`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.9 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.9/file/README.md )
Documentation v4.23.9:
https://raw.githack.com/uiwjs/react-codemirror/fc8f5fa/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9
```shell
npm i @​uiw/react-codemirror@4.23.9
```
- 🐞 fix(theme): correctly extend basic light theme
([#​716](https://redirect.github.com/uiwjs/react-codemirror/issues/716 ))
[`e191c2a`](https://redirect.github.com/uiwjs/react-codemirror/commit/e191c2a )
[@​veksen](https://redirect.github.com/veksen )
- 🆎 type: module in codemirror-extensions-basic-setup
([#​702](https://redirect.github.com/uiwjs/react-codemirror/issues/702 ))
[`a657654`](https://redirect.github.com/uiwjs/react-codemirror/commit/a657654 )
[@​PuruVJ](https://redirect.github.com/PuruVJ )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 15:06:18 +00:00
renovate[bot]
6d77b30f7a
chore(deps): update yarn to v4.7.0 ( #9475 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [yarn](https://redirect.github.com/yarnpkg/berry )
([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli ))
| [`4.6.0` ->
`4.7.0`](https://renovatebot.com/diffs/npm/yarn/4.6.0/4.7.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>yarnpkg/berry (yarn)</summary>
###
[`v4.7.0`](1871484db8...62fd8525b8
)
[Compare
Source](1871484db8...62fd8525b8
)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:41:07 +00:00
renovate[bot]
5e29119e08
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.9 ( #9473 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.8` ->
`4.23.9`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.8/4.23.9 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.23.9`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.9 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.9/file/README.md )
Documentation v4.23.9:
https://raw.githack.com/uiwjs/react-codemirror/fc8f5fa/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.8...v4.23.9
```shell
npm i @​uiw/react-codemirror@4.23.9
```
- 🐞 fix(theme): correctly extend basic light theme
([#​716](https://redirect.github.com/uiwjs/react-codemirror/issues/716 ))
[`e191c2a`](https://redirect.github.com/uiwjs/react-codemirror/commit/e191c2a )
[@​veksen](https://redirect.github.com/veksen )
- 🆎 type: module in codemirror-extensions-basic-setup
([#​702](https://redirect.github.com/uiwjs/react-codemirror/issues/702 ))
[`a657654`](https://redirect.github.com/uiwjs/react-codemirror/commit/a657654 )
[@​PuruVJ](https://redirect.github.com/PuruVJ )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:39:06 +00:00
renovate[bot]
62c3dc516c
chore(deps): update dependency @types/node to v20.17.22 ( #9471 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.17.19` ->
`20.17.22`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.19/20.17.22 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 14:38:33 +00:00
Thomas Heartman
23852afcdd
chore: Constrains custom strategy titles to a single line ( #9469 )
...
Constrains long custom strategy titles to a single line.
Before:

After:

2025-03-10 14:09:05 +00:00
Thomas Heartman
51c9617da8
Fix: weird strategy spacing on envs without release plans ( #9466 )
...
Fixes a visual bug where envs without release plans would get too much
spacing on the top of their first strategy.
It does this flattening the list of strategies if there are no release
plans. In doing so, I have extracted the strategy list rendering into a
separate component (to make things more legible and re-usable) and have
also removed the FeatureStrategyEmpty component and marked it as
deprecated. In the new designs, you can't expand envs without
strategies, so the component is no longer needed.
Before (what looks like a shadow is actually the extra list being
rendered with a bit of padding):

After:

2025-03-10 14:49:26 +01:00
renovate[bot]
b2bb1b3bb2
chore(deps): update dependency cypress to v14 ( #9263 )
2025-03-10 12:11:12 +01:00
renovate[bot]
0f168c6b59
fix(deps): update dependency json-2-csv to v5.5.9 ( #9453 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [json-2-csv](https://mrodrig.github.io/json-2-csv )
([source](https://redirect.github.com/mrodrig/json-2-csv )) | [`5.5.8` ->
`5.5.9`](https://renovatebot.com/diffs/npm/json-2-csv/5.5.8/5.5.9 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mrodrig/json-2-csv (json-2-csv)</summary>
###
[`v5.5.9`](https://redirect.github.com/mrodrig/json-2-csv/releases/tag/5.5.9 ):
NPM Release v5.5.9
[Compare
Source](https://redirect.github.com/mrodrig/json-2-csv/compare/5.5.8...5.5.9 )
- Thanks to
[@​jose-cabral](https://redirect.github.com/jose-cabral ) for
reporting
[#​273](https://redirect.github.com/mrodrig/json-2-csv/issues/273 )
and implementing a fix for it in
[https://github.com/mrodrig/json-2-csv/pull/275 ](https://redirect.github.com/mrodrig/json-2-csv/pull/275 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 10:11:03 +00:00
renovate[bot]
ce287f5cfb
chore(deps): update dependency react-github-calendar to v4.5.6 ( #9452 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-github-calendar](https://grubersjoe.github.io/react-github-calendar/ )
([source](https://redirect.github.com/grubersjoe/react-github-calendar ))
| [`4.5.5` ->
`4.5.6`](https://renovatebot.com/diffs/npm/react-github-calendar/4.5.5/4.5.6 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>grubersjoe/react-github-calendar
(react-github-calendar)</summary>
###
[`v4.5.6`](87c2845773...5a4339780b
)
[Compare
Source](87c2845773...5a4339780b
)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 10:10:51 +00:00
Mateusz Kwasniewski
3059d23446
feat: always show features table ( #9446 )
2025-03-10 10:19:36 +01:00
Mateusz Kwasniewski
6d02e33680
feat: rename api token column ( #9445 )
2025-03-10 10:16:36 +01:00
Thomas Heartman
220550071f
chore(1-3450): Place strategy names and titles on the same line (and fix list nesting issues) ( #9443 )
...
Moves strategy titles and names onto the same line, as per the new
designs.
In doing so, I've also updated the component to use a more semantic
hgroup with the header being the strategy title if it exists or the
strategy name if not.
The downside of being more semantically correct here is that we need to
know what header level we want the strategy to use. In most cases,
that's 3 (e.g. flag name > environment > strategy, release plan >
milestone > strategy), but for plans on flag envs, it's 4 (flag name >
env > milestone name > strategy).
I've also taken the opportunity to fix a little mistake I made earlier.
`ol`s can only have `li` children, and I'd forgotten to wrap a nested
`ol` inside an `li`. The changes in `EnvironmentAccordionBody` all
relate to that change. Because we now have several layers of lists
nested within each other, dealing with styling and padding gets a little
tricky, but CSS has the power do help us out here.
Rendered:

2025-03-07 13:09:36 +01:00
Thomas Heartman
f6987909e7
Chore(1-3449): release plans in strategy env ( #9441 )
...
Use new design for release plans in flag environments.
- Move old ReleasePlanMilestone into Legacy file and update imports
- In the new version, use the same strategy list and item as in the
general strategy list and milestone template creation (components to be
extracted in the future)
- Fix an issue with the border being obscured by overflow by hiding
overflow

2025-03-07 11:18:09 +01:00
Thomas Heartman
7db692e976
fix: Only show accrued traffic charges and estimated overages for the current month ( #9440 )
...
For past months, customers can refer to their invoices instead. Hiding
it when the selection is not the current month avoids weird things such
as estimation errors due to to a month not having finished (vs what it
actually *was* when it finished), potential changes in traffic package
pricing, etc.
2025-03-07 07:32:15 +00:00
Thomas Heartman
e5be1bf43e
Fix: drag and drop reverts to previous position on drop ( #9439 )
...
Fixes an issue where, when dragging large expanded milestone cards, the
position would revert from the current visual state to the previous one
when you drop the item.
2025-03-06 14:11:48 +00:00
Thomas Heartman
2e2bb9cf25
refactor: don't use absolute positioning for drag handle ( #9434 )
...
Avoids absolutely positioning the drag handle by instead creating a two
column grid where column 1 is the drag handle, column two is the
milestone card. The grid has a negative margin based on the padding of
the form container. I wanted to avoid modifying the form container
component (because we use it in so many places), so I used css variables
to store the information and hook into that further down the line.
Rendered:
Wide:

Narrow:

## Known bugs and limitations
The current drag implementation has some issues if you try to drag
something over a large, expanded card. They'll trade places visually,
but when you let go, the revert back to where they were. We can avoid
that by modifying the onDrop function in the drag handler, but I don't
want to do that before checking all the other places where we do drag
and drop ([linear
ticket](https://linear.app/unleash/issue/1-3458/drag-and-drop-is-a-little-finicky )).
I also want to get UX to sign off on this before making those changes.
2025-03-06 14:21:19 +01:00
Thomas Heartman
8629cda4d7
chore: remove dataUsageMultiMonthView flag ( #9429 )
...
Remove data usage multi month view flag and deprecated components and
functions.
2025-03-05 12:08:33 +01:00
Thomas Heartman
2e086161eb
refactor: strategy draggable item is now proj/env agnostic ( #9411 )
...
Updates `StrategyDraggableItem` (and `StrategyItem`) to be project/env
agnostic. They now instead expect you to pass in the required header
items (CR badges, strategy actions) at the call site. Updates their
usage in the feature env accordion, and the release plan card.
All components that have been updated are part of the new overview
rework. The legacy components (which are used when the flag is off)
remain untouched.
Also makes a few small tweaks explained in inline comments.
## Rendered
Milestone card (with flag on):

Milestone card (with flag off):

Feature env accordion (flag on (no change)):

Feature env accordion (flag off):

2025-03-05 10:34:55 +01:00
Thomas Heartman
a50fb7db35
chore: remove frontendHeaderRedesign flag ( #9428 )
...
Removes all references to the flag and deletes unused components.
2025-03-05 09:40:53 +01:00
David Leek
f6bb94addf
feat: UI for archiving release templates ( #9415 )
2025-03-05 08:08:57 +01:00
renovate[bot]
01d97ef0f4
chore(deps): update dependency vitest to v3.0.7 ( #9421 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://redirect.github.com/vitest-dev/vitest )
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ))
| [`3.0.6` ->
`3.0.7`](https://renovatebot.com/diffs/npm/vitest/3.0.6/3.0.7 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest (vitest)</summary>
###
[`v3.0.7`](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.6...v3.0.7 )
[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.6...v3.0.7 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 18:11:30 +00:00
renovate[bot]
fd21ff73f5
chore(deps): update dependency @tanstack/react-virtual to v3.13.2 ( #9420 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tanstack/react-virtual](https://tanstack.com/virtual )
([source](https://redirect.github.com/TanStack/virtual/tree/HEAD/packages/react-virtual ))
| [`3.13.0` ->
`3.13.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.13.0/3.13.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>TanStack/virtual (@​tanstack/react-virtual)</summary>
###
[`v3.13.2`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.13.2 )
[Compare
Source](https://redirect.github.com/TanStack/virtual/compare/v3.13.1...v3.13.2 )
Version 3.13.2 - 2/25/25, 7:40 AM
#### Changes
##### Fix
- virtual-core: fixes center alignment option for scrollToOffset
([#​935](https://redirect.github.com/TanStack/virtual/issues/935 ))
([`ace7d93`](https://redirect.github.com/TanStack/virtual/commit/ace7d93 ))
by [@​soren121](https://redirect.github.com/soren121 )
#### Packages
-
[@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core )[@​3](https://redirect.github.com/3 ).13.2
-
[@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual )[@​3](https://redirect.github.com/3 ).13.2
-
[@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual )[@​3](https://redirect.github.com/3 ).13.2
-
[@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual )[@​3](https://redirect.github.com/3 ).13.2
-
[@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual )[@​3](https://redirect.github.com/3 ).13.2
-
[@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual )[@​3](https://redirect.github.com/3 ).13.2
-
[@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual )[@​3](https://redirect.github.com/3 ).13.2
###
[`v3.13.1`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.13.1 )
[Compare
Source](https://redirect.github.com/TanStack/virtual/compare/v3.13.0...v3.13.1 )
Version 3.13.1 - 2/25/25, 6:21 AM
#### Changes
##### Fix
- align startIndex & endIndex to lanes for masonry mode
([#​933](https://redirect.github.com/TanStack/virtual/issues/933 ))
([`5961e35`](https://redirect.github.com/TanStack/virtual/commit/5961e35 ))
by Azq2
##### Chore
- deps: update all non-major dependencies
([#​934](https://redirect.github.com/TanStack/virtual/issues/934 ))
([`8e55113`](https://redirect.github.com/TanStack/virtual/commit/8e55113 ))
by renovate\[bot]
- deps: update all non-major dependencies
([#​929](https://redirect.github.com/TanStack/virtual/issues/929 ))
([`f026ee9`](https://redirect.github.com/TanStack/virtual/commit/f026ee9 ))
by renovate\[bot]
- deps: update all non-major dependencies
([#​926](https://redirect.github.com/TanStack/virtual/issues/926 ))
([`8cdc6da`](https://redirect.github.com/TanStack/virtual/commit/8cdc6da ))
by renovate\[bot]
#### Packages
-
[@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual )[@​3](https://redirect.github.com/3 ).13.1
-
[@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual )[@​3](https://redirect.github.com/3 ).13.1
-
[@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core )[@​3](https://redirect.github.com/3 ).13.1
-
[@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual )[@​3](https://redirect.github.com/3 ).13.1
-
[@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual )[@​3](https://redirect.github.com/3 ).13.1
-
[@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual )[@​3](https://redirect.github.com/3 ).13.1
-
[@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual )[@​3](https://redirect.github.com/3 ).13.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 18:11:13 +00:00
renovate[bot]
d04b8496ea
chore(deps): update material-ui monorepo ( #9237 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/ )
([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material ))
| [`5.15.3` ->
`5.16.14`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.16.14 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/ )
([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-lab ))
| [`5.0.0-alpha.159` ->
`5.0.0-alpha.175`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.175 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/material](https://mui.com/material-ui/ )
([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-material ))
| [`5.15.3` ->
`5.16.14`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.16.14 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/ )
([source](https://redirect.github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers ))
| [`7.24.1` ->
`7.27.1`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.24.1/7.27.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.16.14`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.14 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.13...v5.16.14 )
<!-- generated comparing v5.16.13..v5.x -->
A big thanks to the 1 contributor who made this release possible.
##### `@mui/material@5.16.14`
- \[Autocomplete] Revert: Fix options list rendering in freeSolo mode
([#​44857](https://redirect.github.com/mui/material-ui/issues/44857 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
All contributors of this release in alphabetical order:
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.16.13`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.13 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.12...v5.16.13 )
A big thanks to the 2 contributors who made this release possible.
##### `@mui/material-nextjs@5.16.13`
- Support Next 15.0.0 in v5
([#​44853](https://redirect.github.com/mui/material-ui/issues/44853 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### Docs
- \[material-ui] Fix crashing of DraggableDialog demo
([#​44811](https://redirect.github.com/mui/material-ui/issues/44811 ))
[@​sai6855](https://redirect.github.com/sai6855 )
##### Core
- Use React 18's JSX runtime for v5.x UMD builds
([#​44815](https://redirect.github.com/mui/material-ui/issues/44815 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
All contributors of this release in alphabetical order:
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​sai6855](https://redirect.github.com/sai6855 )
###
[`v5.16.12`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.12 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.11...v5.16.12 )
Material UI v5 is now compatible with React 19
([#​44720](https://redirect.github.com/mui/material-ui/issues/44720 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### Core
- Bump react 19 in v5
([#​44720](https://redirect.github.com/mui/material-ui/issues/44720 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- Add `latest-v5` tag to v5 releases
([#​44757](https://redirect.github.com/mui/material-ui/issues/44757 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
All contributors of this release in alphabetical order:
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
###
[`v5.16.11`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.11 )
A big thanks to the contributor who made this release possible.
##### Core
- Bump pnpm to 9.14.4 in v5
([#​44705](https://redirect.github.com/mui/material-ui/issues/44705 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- Fix UMD examples
([#​44706](https://redirect.github.com/mui/material-ui/issues/44706 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[typescript] Rescue missing backports v5
([#​44712](https://redirect.github.com/mui/material-ui/issues/44712 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
All contributors of this release in alphabetical order:
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
###
[`v5.16.9`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.9 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.8...v5.16.9 )
A big thanks to the 2 contributors who made this release possible.
##### `@mui/material@5.16.9`
- \[Tabs] Cherry pick `ScrollbarSize` ref being overridden fix
([#​44595](https://redirect.github.com/mui/material-ui/issues/44595 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### Core
- Ignore browserslist and remove tag latest
([#​44589](https://redirect.github.com/mui/material-ui/issues/44589 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
All contributors of this release in alphabetical order:
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​siriwatknp](https://redirect.github.com/siriwatknp )
###
[`v5.16.8`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.8 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.7...v5.16.8 )
A big thanks to the 8 contributors who made this release possible.
##### `@mui/material@5.16.8`
- Cherry pick ref accessing PRs
([#​44543](https://redirect.github.com/mui/material-ui/issues/44543 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### `@mui/utils@5.16.8`
- Skip deep clone React element (v5.x)
([#​44494](https://redirect.github.com/mui/material-ui/issues/44494 ))
[@​jukkatupamaki](https://redirect.github.com/jukkatupamaki )
##### Docs
- Keep sponsors up to date
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix MUI Treasury Layout broken links
([#​43753](https://redirect.github.com/mui/material-ui/issues/43753 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Strengthen CSP rule
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Give up on restoring search
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Normalize next major message
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix versions URL
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix use of absolute URLs
([#​43567](https://redirect.github.com/mui/material-ui/issues/43567 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Restore search on v5
([#​43566](https://redirect.github.com/mui/material-ui/issues/43566 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix link from v5 to v6
([#​43585](https://redirect.github.com/mui/material-ui/issues/43585 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- Updated mui-x roadmap links with the new project URL
([@​michelengelen](https://redirect.github.com/michelengelen ))
([#​43446](https://redirect.github.com/mui/material-ui/issues/43446 ))
[@​michelengelen](https://redirect.github.com/michelengelen )
- Fix broken link to Next.js docs
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- \[blog] Polish Upcoming changes to MUI X pricing in 2024
([#​43438](https://redirect.github.com/mui/material-ui/issues/43438 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[blog] Add video to the Pigment CSS blog post
([#​42500](https://redirect.github.com/mui/material-ui/issues/42500 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[blog] Announcing pricing changes Sep 2024
([#​43272](https://redirect.github.com/mui/material-ui/issues/43272 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
- Prepare for moving to v5.x branch
([#​43447](https://redirect.github.com/mui/material-ui/issues/43447 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- \[core] Cherry pick
[#​42346](https://redirect.github.com/mui/material-ui/issues/42346 )
to v5
([#​44475](https://redirect.github.com/mui/material-ui/issues/44475 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[core] Fix CI on v5.x branch
([#​44487](https://redirect.github.com/mui/material-ui/issues/44487 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[core] Fix CI on v5.x branch
([#​43564](https://redirect.github.com/mui/material-ui/issues/43564 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[examples] Fix v5 clone example instructions
([#​43755](https://redirect.github.com/mui/material-ui/issues/43755 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[examples] Fix CLI download instructions
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[examples] Fix CDN live preview example
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[examples] Fix more examples to work with v5
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[examples] Freeze examples dependency range
([#​43435](https://redirect.github.com/mui/material-ui/issues/43435 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://redirect.github.com/alexfauquette ),
[@​cherniavskii](https://redirect.github.com/cherniavskii ),
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​jukkatupamaki](https://redirect.github.com/jukkatupamaki ),
[@​michelengelen](https://redirect.github.com/michelengelen ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​rluzists1](https://redirect.github.com/rluzists1 ),
[@​siriwatknp](https://redirect.github.com/siriwatknp )
###
[`v5.16.7`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.7 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.6...v5.16.7 )
*Aug 9, 2024*
A big thanks to the 3 contributors who made this release possible.
##### `@mui/material@5.16.7`
- <!-- 3 -->\[material-ui]\[mui-system] Add support for version runtime
checks
([#​43233](https://redirect.github.com/mui/material-ui/issues/43233 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### Docs
- <!-- 4 -->\[docs] Fix 301
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- <!-- 2 -->\[website] Fix wrong link in pricing table
([@​zanivan](https://redirect.github.com/zanivan ))
([#​43143](https://redirect.github.com/mui/material-ui/issues/43143 ))
[@​zanivan](https://redirect.github.com/zanivan )
- <!-- 1 -->\[website] Add blog link to pricing table
([@​zanivan](https://redirect.github.com/zanivan ))
([#​43140](https://redirect.github.com/mui/material-ui/issues/43140 ))
[@​zanivan](https://redirect.github.com/zanivan )
All contributors of this release in alphabetical order:
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​zanivan](https://redirect.github.com/zanivan )
###
[`v5.16.6`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.6 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.5...v5.16.6 )
<!-- generated comparing v5.16.5..master -->
*Jul 30, 2024*
A big thanks to the 5 contributors who made this release possible.
##### `@mui/material@5.16.6`
- \[Divider] Enable borderStyle enhancement in divider with children
([#​43059](https://redirect.github.com/mui/material-ui/issues/43059 ))
[@​anuujj](https://redirect.github.com/anuujj )
##### Docs
- \[material-ui]\[Card] Update CardMedia description
([#​43121](https://redirect.github.com/mui/material-ui/issues/43121 ))
[@​shahzaibdev1](https://redirect.github.com/shahzaibdev1 )
- \[material-ui] Replace deprecated `<ListItem button/>` with
`ListItemButton` component in routing libraries list example
([#​43114](https://redirect.github.com/mui/material-ui/issues/43114 ))
[@​aliharis99](https://redirect.github.com/aliharis99 )
- \[material-ui]\[Snackbar] Improve close `reason` type in demos
([#​43105](https://redirect.github.com/mui/material-ui/issues/43105 ))
[@​sai6855](https://redirect.github.com/sai6855 )
##### Core
- \[code-infra] Use the same CI names on master & next
([#​43064](https://redirect.github.com/mui/material-ui/issues/43064 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
All contributors of this release in alphabetical order:
[@​aliharis99](https://redirect.github.com/aliharis99 ),
[@​anuujj](https://redirect.github.com/anuujj ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​sai6855](https://redirect.github.com/sai6855 ),
[@​shahzaibdev1](https://redirect.github.com/shahzaibdev1 )
###
[`v5.16.5`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.5 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.4...v5.16.5 )
*Jul 25, 2024*
A big thanks to the 4 contributors who made this release possible.
##### `@mui/utils@5.16.5`
- <!-- 1 -->\[utils] Add dependency to
[@​mui/types](https://redirect.github.com/mui/types )
([@​mnajdova](https://redirect.github.com/mnajdova ))
([#​43047](https://redirect.github.com/mui/material-ui/issues/43047 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Docs
- <!-- 4 -->\[material-ui]\[joy-ui]\[Autocomplete] Fix `Hint` demo
([@​ManthanGajjar](https://redirect.github.com/ManthanGajjar ))
([#​43039](https://redirect.github.com/mui/material-ui/issues/43039 ))
[@​ManthanGajjar](https://redirect.github.com/ManthanGajjar )
- <!-- 3 -->Fix CHANGELOG convention
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 2 -->\[material-ui] Fix broken image links in blog template on
master branch
([#​42969](https://redirect.github.com/mui/material-ui/issues/42969 ))
[@​navedqb](https://redirect.github.com/navedqb )
All contributors of this release in alphabetical order:
[@​ManthanGajjar](https://redirect.github.com/ManthanGajjar ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​navedqb](https://redirect.github.com/navedqb ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
**Full Changelog**:
https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5
###
[`v5.16.4`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.4 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.3...v5.16.4 )
*Jul 16, 2024*
A big thanks to the one contributor who made this release possible.
##### `@mui/material@5.16.4`
- <!-- 1 -->Fix wrong import in Popover types
([#​42967](https://redirect.github.com/mui/material-ui/issues/42967 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
All contributors of this release in alphabetical order:
[@​mnajdova](https://redirect.github.com/mnajdova )
###
[`v5.16.3`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.3 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.2...v5.16.3 )
*Jul 16, 2024*
A big thanks to the 3 contributors who made this release possible.
##### `@mui/material@5.16.3`
- <!-- 1 -->\[material] Add missing dependency
([#​42959](https://redirect.github.com/mui/material-ui/issues/42959 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Docs
- <!-- 3 -->\[material-ui]\[Autocomplete] Add instructions about
`autosuggest-highlight` dependency
([#​42953](https://redirect.github.com/mui/material-ui/issues/42953 ))
[@​HoFa1997](https://redirect.github.com/HoFa1997 )
- <!-- 2 -->Move feedback from Canny to GitHub
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​HoFa1997](https://redirect.github.com/HoFa1997 ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
###
[`v5.16.2`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.2 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.1...v5.16.2 )
*Jul 16, 2024*
A big thanks to the 2 contributors who made this release possible.
##### `@mui/material@5.16.2`
- <!-- 2 -->\[material] Remove dependency to
[@​mui/base](https://redirect.github.com/mui/base )
([@​mnajdova](https://redirect.github.com/mnajdova ))
([#​42917](https://redirect.github.com/mui/material-ui/issues/42917 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Core
- <!-- 1 -->\[website] Sync /about page
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
###
[`v5.16.1`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.1 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.0...v5.16.1 )
A big thanks to the 4 contributors who made this release possible. Here
are some highlights ✨ :
- ⚛️ All packages, including Material UI, are now compatible with React
18.3.1
##### `@mui/material@5.16.1`
- \[AppBar] Fix inherit color is inconsistent between ThemeProvider and
CssVarsProvider
([#​42713](https://redirect.github.com/mui/material-ui/issues/42713 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
##### `@mui/joy@5.0.0-beta.48`
- \[Autocomplete] Fix React spread key warning
([#​42856](https://redirect.github.com/mui/material-ui/issues/42856 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
##### Docs
- \[material-ui] Fix React 18.3 key spread warnings in Autocomplete
demos
([#​42854](https://redirect.github.com/mui/material-ui/issues/42854 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[material-ui] Fix type error in virtualized table demo
([#​42852](https://redirect.github.com/mui/material-ui/issues/42852 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- Fix typos ([@​omahs](https://redirect.github.com/omahs ))
([#​42888](https://redirect.github.com/mui/material-ui/issues/42888 ))
[@​omahs](https://redirect.github.com/omahs )
- Fix 301
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- \[core] Bump React to 18.3.1
([#​42846](https://redirect.github.com/mui/material-ui/issues/42846 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[core] Remove react-test-renderer
([#​42853](https://redirect.github.com/mui/material-ui/issues/42853 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[core] Replace enzyme in describeConformance
([#​42847](https://redirect.github.com/mui/material-ui/issues/42847 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[test] Remove enzyme
([#​42850](https://redirect.github.com/mui/material-ui/issues/42850 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[test] Remove createMount test util
([#​42849](https://redirect.github.com/mui/material-ui/issues/42849 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[base-ui] Fix React spread key warning in test
([#​42855](https://redirect.github.com/mui/material-ui/issues/42855 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[styles]\[withStyles] Expect React defaultProps warning in test
([#​42752](https://redirect.github.com/mui/material-ui/issues/42752 ))
([#​42851](https://redirect.github.com/mui/material-ui/issues/42851 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​omahs](https://redirect.github.com/omahs ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.16.0`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.0 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.21...v5.16.0 )
A big thanks to the 5 contributors who made this release possible. Here
are some highlights ✨ :
- 🚀 Added `InitColorSchemeScript` for Next.js App Router
([#​42829](https://redirect.github.com/mui/material-ui/issues/42829 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
##### `@mui/material@5.16.0`
- \[Alert] Add ability to override slot props
([@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov ))
([#​42808](https://redirect.github.com/mui/material-ui/issues/42808 ))
[@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov )
- Add `InitColorSchemeScript` for Next.js App Router
([#​42829](https://redirect.github.com/mui/material-ui/issues/42829 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- Add `DefaultPropsProvider`
([#​42820](https://redirect.github.com/mui/material-ui/issues/42820 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- Support `CssVarsTheme` in `responsiveFontSizes` return type
([@​jxdp](https://redirect.github.com/jxdp ))
([#​42806](https://redirect.github.com/mui/material-ui/issues/42806 ))
[@​jxdp](https://redirect.github.com/jxdp )
- Remove warning from `getInitColorSchemeScript`
([#​42838](https://redirect.github.com/mui/material-ui/issues/42838 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
##### Docs
- \[docs] Fix 301 MDN redirections
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- \[mui-utils]\[test] Remove usages of deprecated react-dom APIs
([@​aarongarciah](https://redirect.github.com/aarongarciah ))
([#​42813](https://redirect.github.com/mui/material-ui/issues/42813 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov ),
[@​jxdp](https://redirect.github.com/jxdp ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​siriwatknp](https://redirect.github.com/siriwatknp )
###
[`v5.15.21`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.21 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.20...v5.15.21 )
*Jun 28, 2024*
A big thanks to the 7 contributors who made this release possible.
##### `@mui/material@5.15.21`
- \[Autocomplete] Fix renderOption props type
([@​DiegoAndai](https://redirect.github.com/DiegoAndai ))
([#​42709](https://redirect.github.com/mui/material-ui/issues/42709 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[Stepper] Generate class for `nonLinear` prop
([@​alexismo](https://redirect.github.com/alexismo ))
([#​42677](https://redirect.github.com/mui/material-ui/issues/42677 ))
[@​alexismo](https://redirect.github.com/alexismo )
##### Docs
- Use new email for sponsoring
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix 301 links
([@​alexfauquette](https://redirect.github.com/alexfauquette ))
([#​42700](https://redirect.github.com/mui/material-ui/issues/42700 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value
([@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz ))
([#​42696](https://redirect.github.com/mui/material-ui/issues/42696 ))
[@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz )
- \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings
in demos
([#​42766](https://redirect.github.com/mui/material-ui/issues/42766 ))
[@​wbt](https://redirect.github.com/wbt )
- \[material-ui] Fix sign in side image
([#​42708](https://redirect.github.com/mui/material-ui/issues/42708 ))
[@​zanivan](https://redirect.github.com/zanivan )
- \[website] Add Ale to team
([#​42769](https://redirect.github.com/mui/material-ui/issues/42769 ))
[@​alelthomas](https://redirect.github.com/alelthomas )
##### Core
- \[core] Cherry pick pnpm updates
([#​42763](https://redirect.github.com/mui/material-ui/issues/42763 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[website] Add Armin to the team members
([@​arminmeh](https://redirect.github.com/arminmeh ))
([#​42681](https://redirect.github.com/mui/material-ui/issues/42681 ))
[@​arminmeh](https://redirect.github.com/arminmeh )
- \[website] Open Staff Engineer role for Pigment CSS
([@​mnajdova](https://redirect.github.com/mnajdova ))
([#​42669](https://redirect.github.com/mui/material-ui/issues/42669 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://redirect.github.com/alexfauquette ),
[@​alexismo](https://redirect.github.com/alexismo ),
[@​arminmeh](https://redirect.github.com/arminmeh ),
[@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz ),
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
###
[`v5.15.20`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.20 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.19...v5.15.20 )
<!-- generated comparing v5.15.19..master -->
*Jun 12, 2024*
A big thanks to the 9 contributors who made this release possible.
##### `@mui/material@5.15.20`
- <!-- 17 -->\[Autocomplete] Shouldn't resize when hovering
([@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli ))
([#​42535](https://redirect.github.com/mui/material-ui/issues/42535 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- <!-- 07 -->\[Tab] Fix applying `iconWrapper` styles from theme and
update its description
([@​sai6855](https://redirect.github.com/sai6855 ))
([#​42570](https://redirect.github.com/mui/material-ui/issues/42570 ))
[@​sai6855](https://redirect.github.com/sai6855 )
##### `@mui/utils@5.15.15`
- <!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled`
([@​iammminzzy](https://redirect.github.com/iammminzzy ))
([#​42571](https://redirect.github.com/mui/material-ui/issues/42571 ))
[@​iammminzzy](https://redirect.github.com/iammminzzy )
- <!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in
`deepmerge`
([#​41652](https://redirect.github.com/mui/material-ui/issues/41652 ))
([#​42608](https://redirect.github.com/mui/material-ui/issues/42608 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### Docs
- <!-- 16 -->\[docs] Add Pigment CSS and Base UI logos SVGs
([#​42513](https://redirect.github.com/mui/material-ui/issues/42513 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 15 -->\[docs] Update twitter.com to x.com
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 14 -->\[docs] Simplify Example projects page
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 13 -->\[material-ui] Add docs for complementary stepper
components ([@​anle9650](https://redirect.github.com/anle9650 ))
([#​42613](https://redirect.github.com/mui/material-ui/issues/42613 ))
[@​anle9650](https://redirect.github.com/anle9650 )
- <!-- 12 -->\[docs] Add changelog section to the design kits page
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42463](https://redirect.github.com/mui/material-ui/issues/42463 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 11 -->\[material-ui] Fix sentence in the All components page
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42462](https://redirect.github.com/mui/material-ui/issues/42462 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 10 -->\[material-ui] Update Figma design kit doc redirect link
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42456](https://redirect.github.com/mui/material-ui/issues/42456 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 09 -->\[system] Add "dynamic values" section to sx prop page
([@​aarongarciah](https://redirect.github.com/aarongarciah ))
([#​42453](https://redirect.github.com/mui/material-ui/issues/42453 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
##### Core
- <!-- 18 -->\[website] Move the `React Engineer - X` role to future
roles
([#​42532](https://redirect.github.com/mui/material-ui/issues/42532 ))
[@​DanailH](https://redirect.github.com/DanailH )
- <!-- 08 -->\[examples] Remove Pigment CSS examples
([#​42538](https://redirect.github.com/mui/material-ui/issues/42538 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- <!-- 05 -->\[website] Close Developer Advocate / Content Engineer
role
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 04 -->\[website] Update DoiT description and link in Sponsors
section
([@​erezstmn-doit](https://redirect.github.com/erezstmn-doit ))
([#​42511](https://redirect.github.com/mui/material-ui/issues/42511 ))
[@​erezstmn-doit](https://redirect.github.com/erezstmn-doit )
- <!-- 03 -->\[website] Clean up the docs-infra job ad
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42509](https://redirect.github.com/mui/material-ui/issues/42509 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 02 -->\[website] Open the Docs-infra engineer role
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42496](https://redirect.github.com/mui/material-ui/issues/42496 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 01 -->\[website] Fix locationCountry in about page
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​anle9650](https://redirect.github.com/anle9650 ),
[@​DanailH](https://redirect.github.com/DanailH ),
[@​danilo-leal](https://redirect.github.com/danilo-leal ),
[@​erezstmn-doit](https://redirect.github.com/erezstmn-doit ),
[@​iammminzzy](https://redirect.github.com/iammminzzy ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​sai6855](https://redirect.github.com/sai6855 ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.15.19`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.19 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.18...v5.15.19 )
*May 29, 2024*
A big thanks to the 12 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.
##### `@mui/material@5.15.19`
- <!-- 19 -->\[AlertTitle] Enable extending Typography props
([@​lucasgmelo](https://redirect.github.com/lucasgmelo ))
([#​42334](https://redirect.github.com/mui/material-ui/issues/42334 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 06 -->\[responsiveFontSizes] Handled undefined variants
([@​brijeshb42](https://redirect.github.com/brijeshb42 ))
([#​42419](https://redirect.github.com/mui/material-ui/issues/42419 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 05 -->\[Slider] Fix wrong CSS value
([@​mnajdova](https://redirect.github.com/mnajdova ))
([#​42373](https://redirect.github.com/mui/material-ui/issues/42373 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
##### Docs
- <!-- 13 -->Link to pnpm installation docs
([#​42420](https://redirect.github.com/mui/material-ui/issues/42420 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- <!-- 12 -->Remove LocalMonero
([@​oliviertassinari](https://redirect.github.com/oliviertassinari ))
([#​42315](https://redirect.github.com/mui/material-ui/issues/42315 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 10 -->\[material-ui] Fix typo in style interoperability with
Tailwind CSS docs
([@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli ))
([#​42312](https://redirect.github.com/mui/material-ui/issues/42312 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 09 -->\[material-ui]\[Pagination] Clarify pagination `page` prop
API ([@​Mandar-Pandya](https://redirect.github.com/Mandar-Pandya ))
([#​42265](https://redirect.github.com/mui/material-ui/issues/42265 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 08 -->\[material-ui]\[Tabs] Improve the Basic Tabs demo
([@​MatheusEli](https://redirect.github.com/MatheusEli ))
([#​42426](https://redirect.github.com/mui/material-ui/issues/42426 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 07 -->\[pigment-css] Fix duplication of content
([#​42410](https://redirect.github.com/mui/material-ui/issues/42410 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- <!-- 18 -->\[blog] Add the "Product" tag to the Pigment CSS post
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42366](https://redirect.github.com/mui/material-ui/issues/42366 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 17 -->\[blog] Update blog post OG image
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42306](https://redirect.github.com/mui/material-ui/issues/42306 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 16 -->\[blog] Update Pigment CSS post
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42267](https://redirect.github.com/mui/material-ui/issues/42267 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 15 -->\[core] Fix React 18.3 warnings about spreading keys in
the Material UI `Autocomplete` component
([#​42099](https://redirect.github.com/mui/material-ui/issues/42099 ))
([#​42241](https://redirect.github.com/mui/material-ui/issues/42241 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- <!-- 14 -->\[core] Fix a few more key spread issues
([@​oliviertassinari](https://redirect.github.com/oliviertassinari ))
([#​42318](https://redirect.github.com/mui/material-ui/issues/42318 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 11 -->\[docs-infra] Allow JSDoc tags
([#​42327](https://redirect.github.com/mui/material-ui/issues/42327 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- <!-- 04 -->\[website] Add Nikita to the about page
([@​nikitaa24](https://redirect.github.com/nikitaa24 ))
([#​42421](https://redirect.github.com/mui/material-ui/issues/42421 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 03 -->\[website] Fix hero spacing changes applying at the wrong
breakpoint
([@​KenanYusuf](https://redirect.github.com/KenanYusuf ))
([#​42357](https://redirect.github.com/mui/material-ui/issues/42357 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 02 -->\[website] Adds Kenan Yusuf to about page
([@​KenanYusuf](https://redirect.github.com/KenanYusuf ))
([#​42330](https://redirect.github.com/mui/material-ui/issues/42330 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 01 -->\[website] Improve about page
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​brijeshb42](https://redirect.github.com/brijeshb42 ),
[@​danilo-leal](https://redirect.github.com/danilo-leal ),
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​KenanYusuf](https://redirect.github.com/KenanYusuf ),
[@​lucasgmelo](https://redirect.github.com/lucasgmelo ),
[@​Mandar-Pandya](https://redirect.github.com/Mandar-Pandya ),
[@​MatheusEli](https://redirect.github.com/MatheusEli ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​nikitaa24](https://redirect.github.com/nikitaa24 ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.15.18`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.18 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.17...v5.15.18 )
<!-- generated comparing v5.15.17..master -->
*May 14, 2024*
A big thanks to the 5 contributors who made this release possible. Here
are some highlights ✨ :
##### `@mui/material@5.15.18`
- <!-- 6 -->\[Autocomplete] Improve design when there's a start
adornment for small autocomplete
([@​TahaRhidouani](https://redirect.github.com/TahaRhidouani ))
([#​42176](https://redirect.github.com/mui/material-ui/issues/42176 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 3 -->\[ToggleButtonGroup] Add missing `selected` class in
ToggleButtonGroupClasses type
([@​tarunrajput](https://redirect.github.com/tarunrajput ))
([#​42250](https://redirect.github.com/mui/material-ui/issues/42250 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
##### Docs
- <!-- 4 -->\[docs] Fix 301 to Figma
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- <!-- 5 -->\[blog] Introducing Pigment CSS blog post
([#​42198](https://redirect.github.com/mui/material-ui/issues/42198 ))
([#​42255](https://redirect.github.com/mui/material-ui/issues/42255 ))
[@​samuelsycamore](https://redirect.github.com/samuelsycamore )
- <!-- 2 -->\[website] Add redirection for talk
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 1 -->\[website] Adds Arthur Balduini team info
([@​arthurbalduini](https://redirect.github.com/arthurbalduini ))
([#​42226](https://redirect.github.com/mui/material-ui/issues/42226 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
All contributors of this release in alphabetical order:
[@​arthurbalduini](https://redirect.github.com/arthurbalduini ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​samuelsycamore](https://redirect.github.com/samuelsycamore ),
[@​TahaRhidouani](https://redirect.github.com/TahaRhidouani ),
[@​tarunrajput](https://redirect.github.com/tarunrajput )
###
[`v5.15.17`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.17 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.16...v5.15.17 )
*May 8, 2024*
A big thanks to the 4 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.
##### `@mui/material@5.15.17`
- \[Slider] Move palette styles to the bottom
([#​41676](https://redirect.github.com/mui/material-ui/issues/41676 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
##### Docs
- Fix SEO redirection issues
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[material-ui] Fix broken link
([@​aarongarciah](https://redirect.github.com/aarongarciah ))
([#​42143](https://redirect.github.com/mui/material-ui/issues/42143 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui] Fix link on the Sync page
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42089](https://redirect.github.com/mui/material-ui/issues/42089 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
##### Core
- \[blog] Shorten title to fit
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[blog] Update Sync post OG image
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42117](https://redirect.github.com/mui/material-ui/issues/42117 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[blog] A few tweaks in introducing-sync-plugin
([@​oliviertassinari](https://redirect.github.com/oliviertassinari ))
([#​42094](https://redirect.github.com/mui/material-ui/issues/42094 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[docs-infra] Fix code block layout shift
([#​41917](https://redirect.github.com/mui/material-ui/issues/41917 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[website] Fix home page slider's track position
([@​aarongarciah](https://redirect.github.com/aarongarciah ))
([#​42144](https://redirect.github.com/mui/material-ui/issues/42144 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[website] Closing the survey
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[website] Remove Survey banner from website and Core docs
([#​42104](https://redirect.github.com/mui/material-ui/issues/42104 ))
[@​joserodolfofreitas](https://redirect.github.com/joserodolfofreitas )
All contributors of this release in alphabetical order:
[@​github-actions](https://redirect.github.com/github-actions )\[bot],
[@​joserodolfofreitas](https://redirect.github.com/joserodolfofreitas ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​siriwatknp](https://redirect.github.com/siriwatknp )
###
[`v5.15.16`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.16 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.15...v5.15.16 )
A big thanks to the 8 contributors who made this release possible. Here
are some highlights ✨ :
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.
##### `@mui/material@5.15.16`
- \[material-ui]\[Dialog] Prevent onClick on the root element from being
overwritten ([@​ryanburr](https://redirect.github.com/ryanburr ))
([#​41914](https://redirect.github.com/mui/material-ui/issues/41914 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui]\[Select] Fix `muiName` property TypeScript error
([@​EyaOuenniche](https://redirect.github.com/EyaOuenniche ))
([#​41786](https://redirect.github.com/mui/material-ui/issues/41786 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- —>\[material-ui]\[l10n] Fix typo in is-IS locale
([@​magnimarels](https://redirect.github.com/magnimarels ))
([#​41815](https://redirect.github.com/mui/material-ui/issues/41815 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
##### Docs
- Fix small SEO issues
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix 301 Toolpad links
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix 301 Toolpad links
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix 301 image redirections
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix small SEO issues
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix 301 redirection
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix format git diff regression
([#​41882](https://redirect.github.com/mui/material-ui/issues/41882 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix 301 links
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[material-ui] Fix import statement in migration guide
([@​sai6855](https://redirect.github.com/sai6855 ))
([#​41864](https://redirect.github.com/mui/material-ui/issues/41864 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui] Update Figma plugin name
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42057](https://redirect.github.com/mui/material-ui/issues/42057 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui] Fix minor spelling error in the "About the lab" page
([@​ryanhartwig](https://redirect.github.com/ryanhartwig ))
([#​42075](https://redirect.github.com/mui/material-ui/issues/42075 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui] Add missing backticks to HTML tag in the installation
page ([@​Miguelrom](https://redirect.github.com/Miguelrom ))
([#​42009](https://redirect.github.com/mui/material-ui/issues/42009 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui] Add Connect-related content
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​41924](https://redirect.github.com/mui/material-ui/issues/41924 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[material-ui] Fix Material 3 message typo
([@​aarongarciah](https://redirect.github.com/aarongarciah ))
([#​41822](https://redirect.github.com/mui/material-ui/issues/41822 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui] Remove Data Grid v7 beta callout
([@​cherniavskii](https://redirect.github.com/cherniavskii ))
([#​41842](https://redirect.github.com/mui/material-ui/issues/41842 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[material-ui]\[templates] Fix input props attributes in Landing Page
template ([@​5-tom](https://redirect.github.com/5-tom ))
([#​42034](https://redirect.github.com/mui/material-ui/issues/42034 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[system] Update typo on the sx prop page
([@​bricker](https://redirect.github.com/bricker ))
([#​42078](https://redirect.github.com/mui/material-ui/issues/42078 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
##### Core
- \[blog] Add post to introduce the Connect plugin
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​41929](https://redirect.github.com/mui/material-ui/issues/41929 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[core] Automate cherry-pick of PRs from `next` -> `master`
([#​41742](https://redirect.github.com/mui/material-ui/issues/41742 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[docs-infra] Improve Twitter OG:image
([#​41860](https://redirect.github.com/mui/material-ui/issues/41860 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[docs-infra] Use edge function for card generation
([#​41188](https://redirect.github.com/mui/material-ui/issues/41188 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- \[docs-infra] Fix drawer performances
([#​41807](https://redirect.github.com/mui/material-ui/issues/41807 ))
([#​41820](https://redirect.github.com/mui/material-ui/issues/41820 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- \[docs-infra] Fix analytics about inline ads
([#​41474](https://redirect.github.com/mui/material-ui/issues/41474 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- \[website] Sync career roles
([@​oliviertassinari](https://redirect.github.com/oliviertassinari ))
([#​42059](https://redirect.github.com/mui/material-ui/issues/42059 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[website] Add content about the Sync plugin in the Material UI page
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42074](https://redirect.github.com/mui/material-ui/issues/42074 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[website] Add Nadja on the about page
([#​42054](https://redirect.github.com/mui/material-ui/issues/42054 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- \[website] Close the `Design Engineer - X` role
([#​42014](https://redirect.github.com/mui/material-ui/issues/42014 ))
[@​DanailH](https://redirect.github.com/DanailH )
- \[website] Remove customer support agent role from website
([@​rluzists1](https://redirect.github.com/rluzists1 ))
([#​41996](https://redirect.github.com/mui/material-ui/issues/41996 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- \[website] Add Jose to About Us
([#​41759](https://redirect.github.com/mui/material-ui/issues/41759 ))
[@​JCQuintas](https://redirect.github.com/JCQuintas )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​alexfauquette](https://redirect.github.com/alexfauquette ),
[@​DanailH](https://redirect.github.com/DanailH ),
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​github-actions](https://redirect.github.com/github-actions )\[bot],
[@​JCQuintas](https://redirect.github.com/JCQuintas ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
###
[`v5.15.15`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.15 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.14...v5.15.15 )
A big thanks to the 7 contributors who made this release possible. Here
are some highlights ✨ :
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.
##### `@mui/material@5.15.15`
- \[Autocomplete] Display options provided to the `options` prop even if
loading is true
([#​41677](https://redirect.github.com/mui/material-ui/issues/41677 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- \[RadioGroup] Apply classnames
([#​41681](https://redirect.github.com/mui/material-ui/issues/41681 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
##### `@mui/system@5.15.15`
- Fix typo to avoid infinite recursion in function call
([#​41678](https://redirect.github.com/mui/material-ui/issues/41678 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
##### Docs
- \[material-ui]\[Slider] Remove `valueLabelFormat` from restricted
values demo so that the tooltip thumb label displays the same as the
value text
([#​41679](https://redirect.github.com/mui/material-ui/issues/41679 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- \[material-ui] Remove deleted page from the sidenav
([#​41594](https://redirect.github.com/mui/material-ui/issues/41594 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[material-ui] Fix typo in CSS theme variables customization
([#​41680](https://redirect.github.com/mui/material-ui/issues/41680 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- Continue migration of Base UI to sperate repository
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Add notification for MUI X v7 blog post
([#​41587](https://redirect.github.com/mui/material-ui/issues/41587 ))
([#​41605](https://redirect.github.com/mui/material-ui/issues/41605 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
- Update the versions dropdown to show v6
([#​41557](https://redirect.github.com/mui/material-ui/issues/41557 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Core
- \[blog] Link to Romain's blog post in MUI X v7 announcement post
([#​41641](https://redirect.github.com/mui/material-ui/issues/41641 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
- \[blog] Blog post with MUI X v7.0.0 annoucement
([#​41563](https://redirect.github.com/mui/material-ui/issues/41563 ))
([#​41604](https://redirect.github.com/mui/material-ui/issues/41604 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
- \[blog] Add post about remote
([#​41565](https://redirect.github.com/mui/material-ui/issues/41565 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[core] Continue rename of Toolpad
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[docs-infra] Add Toolpad product/category IDs to types
([#​41551](https://redirect.github.com/mui/material-ui/issues/41551 ))
[@​bharatkashyap](https://redirect.github.com/bharatkashyap )
- \[website] Add Aarón to About Us
([#​41747](https://redirect.github.com/mui/material-ui/issues/41747 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[website] Add stray design adjustments throughout the site
([#​41642](https://redirect.github.com/mui/material-ui/issues/41642 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- \[website] Update pricing table
([#​41606](https://redirect.github.com/mui/material-ui/issues/41606 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​bharatkashyap](https://redirect.github.com/bharatkashyap ),
[@​cherniavskii](https://redirect.github.com/cherniavskii ),
[@​danilo-leal](https://redirect.github.com/danilo-leal ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.15.14`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.14 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.13...v5.15.14 )
*Mar 19, 2024*
A big thanks to the 15 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.
##### `@mui/material@5.15.14`
- \[Accordion] Convert to support CSS extraction
([#​41221](https://redirect.github.com/mui/material-ui/issues/41221 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- <!-- 24 -->\[Autocomplete] Convert to support CSS extraction
([#​40330](https://redirect.github.com/mui/material-ui/issues/40330 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- <!-- 06 -->\[Slider] Convert to support CSS extraction
([#​41201](https://redirect.github.com/mui/material-ui/issues/41201 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- <!-- 07 -->\[Select] Fix variant type
([#​41405](https://redirect.github.com/mui/material-ui/issues/41405 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- <!-- 09 -->\[typescript] Use interf
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 11:33:13 +00:00
renovate[bot]
5563d9c0f0
chore(deps): update dependency sass to v1.85.1 ( #9410 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass ) | [`1.85.0` ->
`1.85.1`](https://renovatebot.com/diffs/npm/sass/1.85.0/1.85.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
###
[`v1.85.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1851 )
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.85.0...1.85.1 )
- Fix a bug where global Sass functions whose names overlap with CSS
math
functions could incorrectly be treated as CSS math functions even though
they
used Sass-only features, causing compilation failures. For example,
`round(-$var / 2)` previously threw an error but now works as intended.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 01:40:44 +00:00
renovate[bot]
1aae86b457
chore(deps): update dependency react-dropzone to v14.3.8 ( #9409 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-dropzone](https://redirect.github.com/react-dropzone/react-dropzone )
| [`14.3.5` ->
`14.3.8`](https://renovatebot.com/diffs/npm/react-dropzone/14.3.5/14.3.8 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>react-dropzone/react-dropzone (react-dropzone)</summary>
###
[`v14.3.8`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.3.8 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.7...v14.3.8 )
##### Bug Fixes
- **event_type:** 🎨 Update drop event type to include
FileSystemFileHandle
([d6911c9](d6911c991e
))
###
[`v14.3.7`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.3.7 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.6...v14.3.7 )
##### Bug Fixes
- make ESM build compatible with native Node.js
([2016879](2016879007
))
###
[`v14.3.6`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.3.6 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.5...v14.3.6 )
##### Bug Fixes
- **types:** fix React 19 incompatible JSX type import
([356d9d5](356d9d5cb6
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 22:00:31 +00:00
renovate[bot]
add39ad63e
chore(deps): update dependency msw to v2.7.3 ( #9408 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.7.1` ->
`2.7.3`](https://renovatebot.com/diffs/npm/msw/2.7.1/2.7.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.7.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.7.3 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.7.2...v2.7.3 )
#### v2.7.3 (2025-02-24)
##### Bug Fixes
- do not treat static asset requests as unhandled by default
([#​2440](https://redirect.github.com/mswjs/msw/issues/2440 ),
[docs](https://mswjs.io/docs/api/is-common-asset-request ))
([`eb45e7a`](eb45e7a93e
))
[@​kettanaito](https://redirect.github.com/kettanaito )
###
[`v2.7.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.7.2 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.7.1...v2.7.2 )
#### v2.7.2 (2025-02-24)
##### Bug Fixes
- **HttpResponse:** set the default `bodyType` to `any`
([#​2439](https://redirect.github.com/mswjs/msw/issues/2439 ))
([`bb1faf8`](bb1faf8064
))
[@​kettanaito](https://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 19:51:32 +00:00
Gastón Fournier
4ae09fdb05
fix: copy strategy is allowed to copy to self (duplicate) ( #9407 )
...
When checking for permissions we were checking if the user was allowed
to copy to other environments but it can also copy to the same
environment.
Before the change:

After the change:

2025-03-03 17:11:50 +01:00
Simon Hornby
f3ede7681f
chore: flip UI and backend validation for project env disabling ( #9395 )
2025-03-03 17:13:41 +02:00
Thomas Heartman
596577a1b7
feat: use new strategy list in release plans ( #9405 )
...
Here's an initial first pass of replacing the strategy lists in release
plan milestones.
The existing MilestoneCard has been moved to a Legacy file to avoid
conflicts.
This PR places the strategies in a list and changes the background color
of the list items (the strategies themselves still have a white
background, however).
It also re-orders the buttons in the footer and places the
milestone-level drag handle outside the milestone card.

## For later
Changing out the strategy list item itself hasn't been done yet. I want
to see if we can re-use the existing strategy draggable item instead of
making a copy. There's some dependencies on project path params etc that
need to be worked out first, though, so I'd prefer to do get these
initial changes through first.
2025-03-03 13:17:55 +01:00
renovate[bot]
4da2b49b32
chore(deps): update dependency react-confetti to v6.2.3 ( #9403 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-confetti](https://redirect.github.com/alampros/react-confetti )
| [`6.2.2` ->
`6.2.3`](https://renovatebot.com/diffs/npm/react-confetti/6.2.2/6.2.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>alampros/react-confetti (react-confetti)</summary>
###
[`v6.2.3`](https://redirect.github.com/alampros/react-confetti/blob/HEAD/CHANGELOG.md#623-2025-02-22 )
[Compare
Source](https://redirect.github.com/alampros/react-confetti/compare/v6.2.2...v6.2.3 )
##### Bug Fixes
- export IConfettiOptions
([73dffe8](73dffe8f87
)),
closes
[#​165](https://redirect.github.com/alampros/react-confetti/issues/165 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 10:22:20 +00:00
David Leek
90fe02ed0d
fix: solve 31 day month issue by using trafficUnitSize and not constant 1_000_000 ( #9404 )
2025-03-03 11:16:48 +01:00
renovate[bot]
3fa5ac008b
chore(deps): update dependency ws to v8.18.1 ( #9402 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ws](https://redirect.github.com/websockets/ws ) | [`8.18.0` ->
`8.18.1`](https://renovatebot.com/diffs/npm/ws/8.18.0/8.18.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>websockets/ws (ws)</summary>
###
[`v8.18.1`](https://redirect.github.com/websockets/ws/releases/tag/8.18.1 )
[Compare
Source](https://redirect.github.com/websockets/ws/compare/8.18.0...8.18.1 )
### Bug fixes
- The length of the UNIX domain socket paths in the tests has been
shortened to
make them work when run via [CITGM][]
([`021f7b8`](https://redirect.github.com/websockets/ws/commit/021f7b8b )).
[CITGM]: https://redirect.github.com/nodejs/citgm
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-28 21:49:16 +00:00
Melinda Fekete
eee212f3f0
Update docs for data and privacy ( #9397 )
2025-02-28 16:28:32 +01:00
Tymoteusz Czech
1b67b288ee
Segment view for strategy evaluation ( #9399 )
...
Refactored "segments" part of strategy evaluation. This shows a lot of places, that use "Legacy" component.
2025-02-28 15:15:25 +01:00
Nuno Góis
8d0820fc8b
chore: release plan replacement UI ( #9400 )
2025-02-28 14:14:34 +01:00
Nuno Góis
da91ae6afe
chore: new add release plan dialog ( #9389 )
...
https://linear.app/unleash/issue/2-3249/adding-a-release-plan-to-a-non-cr-environment-feels-too-immediate
This adds a new confirmation / preview dialog when adding a release
plan.
What's cool about it is that it will describe what will happen before
you confirm. It also acts as the "add to CR" dialog, so we now only have
1 dialog instead of 2 separate ones.
This also refactors quite a bit of our code here, hopefully simplifying
it.
### Simple (env disabled)

### CR protected (env enabled)

2025-02-28 10:57:20 +00:00
Nuno Góis
2064cae20f
chore: release template card min height ( #9390 )
...
https://linear.app/unleash/issue/2-3328/release-template-cards-should-have-a-consistent-minimum-height
Sets a consistent min height in our release template cards.

2025-02-28 10:23:21 +00:00
Tymoteusz Czech
a6cfcea029
refactor: new constraints style ( #9363 )
...
Refactored styles for strategy evaluation parameters. New look for constraints etc
2025-02-28 10:49:23 +01:00
Thomas Heartman
97fd1c0fec
chore(1-3423): adapt existing tests to new components ( #9396 )
...
Adds tests for the new version of components that were moved to legacy
files in https://github.com/Unleash/unleash/pull/9361 and where there
were tests already.
2025-02-28 09:45:29 +00:00
Thomas Heartman
0a0d6e9e2a
refactor(1-3429): makes the drag args optional, defaulting to noops ( #9394 )
...
Removes the `() => {} as any` args from the StrategyDraggableItem
invocation when you have paginated strats. Instead makes all the drag
params optional. It defaults to a no op if not provided.
Also, the reason it had to be typed as `any` before is probably because
it was missing a function. The correct empty param is `() => () => {}` 💁
2025-02-28 08:45:01 +00:00
renovate[bot]
88c3f50073
chore(deps): update dependency sass to v1.85.0 ( #9393 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://redirect.github.com/sass/dart-sass ) | [`1.83.4` ->
`1.85.0`](https://renovatebot.com/diffs/npm/sass/1.83.4/1.85.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
###
[`v1.85.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1850 )
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.84.0...1.85.0 )
- No longer fully trim redundant selectors generated by `@extend`. This
caused
unacceptable performance issues for certain heavy users of `@extend`.
We'll
try to find a more performant way to accomplish it in the future.
###
[`v1.84.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1840 )
[Compare
Source](https://redirect.github.com/sass/dart-sass/compare/1.83.4...1.84.0 )
- Allow newlines in whitespace in the indented syntax.
- **Potentially breaking bug fix**: Selectors with unmatched brackets
now always
produce a parser error. Previously, some edge cases like
`[foo#{"]:is(bar"}) {a:
b}` would compile without error, but this was an unintentional bug.
- Fix a bug in which various Color Level 4 functions weren't allowed in
plain
CSS.
- Fix the error message for `@extend` without a selector and possibly
other
parsing edge-cases in contexts that allow interpolation.
##### Embedded Host
- Fixed the implementation of the `SassBoolean` type to adhere to the
spec,
now using a class instead of an interface.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-28 01:59:48 +00:00
renovate[bot]
b0371b03e1
chore(deps): update dependency @tanstack/react-table to v8.21.2 ( #9392 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tanstack/react-table](https://tanstack.com/table )
([source](https://redirect.github.com/TanStack/table/tree/HEAD/packages/react-table ))
| [`8.20.6` ->
`8.21.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.20.6/8.21.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>TanStack/table (@​tanstack/react-table)</summary>
###
[`v8.21.2`](https://redirect.github.com/TanStack/table/releases/tag/v8.21.2 )
[Compare
Source](https://redirect.github.com/TanStack/table/compare/v8.20.6...v8.21.2 )
Version 8.21.2 - 2/11/25, 8:59 PM
##### Changes
##### Fix
- arrIncludes autoremove filterFn
([#​5623](https://redirect.github.com/TanStack/table/issues/5623 ))
([`2efaf57`](https://redirect.github.com/TanStack/table/commit/2efaf57 ))
by lukebui
- lit-table: spread table options in lit adapter
([#​5904](https://redirect.github.com/TanStack/table/issues/5904 ))
([`36dede1`](https://redirect.github.com/TanStack/table/commit/36dede1 ))
by [@​kadoshms](https://redirect.github.com/kadoshms )
##### Docs
- row accessor bug in example code block
([#​5893](https://redirect.github.com/TanStack/table/issues/5893 ))
([`b1506a7`](https://redirect.github.com/TanStack/table/commit/b1506a7 ))
by Valerii Petryniak
- virtualizer tbody from onchange
([`827b098`](https://redirect.github.com/TanStack/table/commit/827b098 ))
by Kevin Van Cott
- exp virtual - remeasure when table state changes
([`9e6987d`](https://redirect.github.com/TanStack/table/commit/9e6987d ))
by Kevin Van Cott
- angular: add expanding and sub components examples
([#​5898](https://redirect.github.com/TanStack/table/issues/5898 ))
([`099e1a4`](https://redirect.github.com/TanStack/table/commit/099e1a4 ))
by [@​riccardoperra](https://redirect.github.com/riccardoperra )
- example name
([`57703a4`](https://redirect.github.com/TanStack/table/commit/57703a4 ))
by Kevin Van Cott
##### Packages
-
[@​tanstack/table-core](https://redirect.github.com/tanstack/table-core )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/lit-table](https://redirect.github.com/tanstack/lit-table )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/angular-table](https://redirect.github.com/tanstack/angular-table )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/qwik-table](https://redirect.github.com/tanstack/qwik-table )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/react-table](https://redirect.github.com/tanstack/react-table )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/solid-table](https://redirect.github.com/tanstack/solid-table )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/svelte-table](https://redirect.github.com/tanstack/svelte-table )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/vue-table](https://redirect.github.com/tanstack/vue-table )[@​8](https://redirect.github.com/8 ).21.2
-
[@​tanstack/react-table-devtools](https://redirect.github.com/tanstack/react-table-devtools )[@​8](https://redirect.github.com/8 ).21.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 22:25:30 +00:00
renovate[bot]
1f5c07e3aa
chore(deps): update dependency msw to v2.7.1 ( #9387 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.7.0` ->
`2.7.1`](https://renovatebot.com/diffs/npm/msw/2.7.0/2.7.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.7.1`](https://redirect.github.com/mswjs/msw/releases/tag/v2.7.1 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.7.0...v2.7.1 )
#### v2.7.1 (2025-02-20)
##### Bug Fixes
- **HttpResponse:** support non-configurable status codes
([#​2434](https://redirect.github.com/mswjs/msw/issues/2434 ))
([`0cf639e`](0cf639e9c1
))
[@​kettanaito](https://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 18:59:52 +00:00
Mateusz Kwasniewski
bf78d74dc5
feat: frontend traffic tab ( #9385 )
2025-02-27 16:02:09 +01:00
Thomas Heartman
d5d172647c
chore: deprecate envAccordion
colors; update non-legacy components ( #9378 )
...
Deprecates the `envAccordion` colors (`expanded` and `disabled`) and
updates the components that I do not expect to be deprecated as part of
the strategy facelift project to use `elevation1` instead.
The difference is very slight. envAccordion.expanded:

Elevation 1:

2025-02-27 15:29:37 +01:00
Thomas Heartman
63d4b8b0e4
chore: adjust env dropdown ( #9382 )
...
Adjusts styling of the env dropdown now that we have both release plans
and strategies.
Key points:
- simplifies strategy separator, removes inherent height. Also: extracts
it from the draggable component (it has no business knowing whether to
add that or not)
- Puts release plans and strategies in the same list so that it becomes:
```markdown
- Release plan
- strategy 1
- strategy 2
- (OR) Strategy A
- (OR) Strategy B
```
- Adjusts some padding around to make it line up properly
- Swaps a couple conditional renders for ternaries
Rendered:

## Still todo:
Handle cases where you have >50 strats and we show the warning etc. It's
a little trickier because of how it interacts with release plans, so I
wanna leave that for later.
I'm also unsure about how we handle spacing today. All the little items
have their own different spacing and I'm not sure it won't get out of
sync, but I'm also not sure how else to handle it. We should look at it
later.
2025-02-27 15:28:41 +01:00
Mateusz Kwasniewski
426f53cd8d
test: connection count chart functions ( #9383 )
2025-02-27 14:38:49 +01:00
Mateusz Kwasniewski
f46ec293df
feat: backend connections tab ( #9381 )
2025-02-27 13:38:42 +01:00
Thomas Heartman
359b7cc4c0
chore: handle release plans in new strategy list ( #9380 )
...
Splits the release plan component into a Legacy component and a new one
with the initial changes for the new strategy list view.
Here's what it looks like:

Notice that the background color stops a little early (before the OR
token). I'll handle that in a follow-up because the changes also impact
how the rest of the env accordion body is rendered.
2025-02-27 11:16:24 +01:00
Mateusz Kwasniewski
e29eb51f3c
chore: consumption model flag ( #9379 )
2025-02-27 09:45:07 +01:00
Thomas Heartman
0c6ef912d4
chore(1-3420): wrap strategy list in an ordered list ( #9377 )
...
Improves the semantic correctness of the strategy list by wrapping it
in an `ol` tag.
Strategy order matters (due to variant resolution etc), so the order
is important (hence the `ol` instead of a `ul`).
Dragging still works and it's visually the same.
2025-02-27 08:15:08 +00:00
Jaanus Sellin
be3fa73244
chore: fix text on last seen instances ( #9376 )
2025-02-27 09:21:40 +02:00
Jaanus Sellin
9ae9221960
feat: now instances are only shown for last 24 hours ( #9372 )
2025-02-27 09:19:48 +02:00
Thomas Heartman
e25fb9f7c0
chore(1-3389): new env strategy containers ( #9361 )
...
Updates the strategy list based on the new designs and moves the current
versions of the touched components into `Legacy...` files (the vast
majority of changes are that and updating imports). The relevant changes
to the components are listed in their original files.
Flag on:

Flag off:

## Next steps
There's two items to review for improving these current comments (also
noted inline):
- Whether to aria-hide the "or" separator or not (I need to read up a
bit and think whether it makes sense to show that or not)
- Changing the list of strategies into an actual ordered list (`ol`).
That'd reflect the semantics better.
Next would be checking the other places we use strategy lists and then
updating those too. In doing so, I might find that some things need to
be updated, but I'll handle those when I get there.
There's also handling release plans.
2025-02-26 16:24:50 +01:00
Nuno Góis
192bd83fa6
chore: improve release plan template form validation ( #9371 )
...
https://linear.app/unleash/issue/2-3321/improve-release-template-name-uniqueness-error-response-messages
https://linear.app/unleash/issue/2-3285/milestone-name-uniqueness
Slightly improves UX in our release plan template form validation.

2025-02-26 13:01:34 +00:00
Tymoteusz Czech
4e7ce65567
chore: remove uiGlobalFontSize flag ( #9331 )
...
1-3383
2025-02-26 12:39:53 +01:00
Thomas Heartman
27bd4e2491
feat: allow command bar navigation to wrap around ( #9370 )
...
Lets you navigate to the top of the list when you're at the bottom,
and vice versa.
Arrow down at the end of the list takes you to the search field and
arrow up from the search field takes you to the end of the list.
2025-02-26 10:35:44 +01:00
renovate[bot]
fb0dea7e42
chore(deps): update dependency swr to v2.3.2 ( #9365 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app )
([source](https://redirect.github.com/vercel/swr )) | [`2.3.0` ->
`2.3.2`](https://renovatebot.com/diffs/npm/swr/2.3.0/2.3.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vercel/swr (swr)</summary>
###
[`v2.3.2`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.2 )
[Compare
Source](https://redirect.github.com/vercel/swr/compare/v2.3.1...v2.3.2 )
#### Patches
- (fix) keepPreviousData: return fallback instead of undefined value by
[@​dvoytenko](https://redirect.github.com/dvoytenko ) in
[https://github.com/vercel/swr/pull/4087 ](https://redirect.github.com/vercel/swr/pull/4087 )
**Full Changelog**:
https://github.com/vercel/swr/compare/v2.3.1...v2.3.2
###
[`v2.3.1`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.1 )
[Compare
Source](https://redirect.github.com/vercel/swr/compare/v2.3.0...v2.3.1 )
##### Fixes
- fix: missing `throwOnError` in SWRMutationHook options by
[@​Ram4GB](https://redirect.github.com/Ram4GB ) in
[https://github.com/vercel/swr/pull/3054 ](https://redirect.github.com/vercel/swr/pull/3054 )
- fix: sever env detection for deno by
[@​elrrrrrrr](https://redirect.github.com/elrrrrrrr ) in
[https://github.com/vercel/swr/pull/4064 ](https://redirect.github.com/vercel/swr/pull/4064 )
- keepPreviousData: return fallback instead of undefined value by
[@​dvoytenko](https://redirect.github.com/dvoytenko ) in
[https://github.com/vercel/swr/pull/4084 ](https://redirect.github.com/vercel/swr/pull/4084 )
##### Misc
- ci: update pnpm setup and lock pnpm vesion by
[@​huozhi](https://redirect.github.com/huozhi ) in
[https://github.com/vercel/swr/pull/4085 ](https://redirect.github.com/vercel/swr/pull/4085 )
- build: bump bundler by
[@​huozhi](https://redirect.github.com/huozhi ) in
[https://github.com/vercel/swr/pull/4086 ](https://redirect.github.com/vercel/swr/pull/4086 )
- refactor: type improvement of `useSWRHandler` by
[@​samuel871211](https://redirect.github.com/samuel871211 ) in
[https://github.com/vercel/swr/pull/4075 ](https://redirect.github.com/vercel/swr/pull/4075 )
##### New Contributors
- [@​Ram4GB](https://redirect.github.com/Ram4GB ) made their first
contribution in
[https://github.com/vercel/swr/pull/3054 ](https://redirect.github.com/vercel/swr/pull/3054 )
- [@​elrrrrrrr](https://redirect.github.com/elrrrrrrr ) made their
first contribution in
[https://github.com/vercel/swr/pull/4064 ](https://redirect.github.com/vercel/swr/pull/4064 )
- [@​dvoytenko](https://redirect.github.com/dvoytenko ) made their
first contribution in
[https://github.com/vercel/swr/pull/4084 ](https://redirect.github.com/vercel/swr/pull/4084 )
- [@​samuel871211](https://redirect.github.com/samuel871211 ) made
their first contribution in
[https://github.com/vercel/swr/pull/4075 ](https://redirect.github.com/vercel/swr/pull/4075 )
**Full Changelog**:
https://github.com/vercel/swr/compare/v2.3.0...v2.3.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 19:32:27 +00:00
Nuno Góis
a91876790e
chore: deprecate and undeprecate protected environments ( #9360 )
...
https://linear.app/unleash/issue/2-3320/allow-users-to-deprecate-and-undeprecate-protected-environments
Allows users to deprecate and undeprecate protected environments.

2025-02-25 13:41:41 +00:00
Nuno Góis
add4191381
chore: months old version banner ( #9352 )
...
https://linear.app/unleash/issue/2-3309/warn-users-of-lagging-versions-3-months-old
Adds a banner warning users in case they are running an outdated Unleash
version (>=3 months old) in case the build date data is present.
When clicking "Changelog" the users are redirected to
https://github.com/Unleash/unleash/releases .

2025-02-25 12:48:55 +00:00
Thomas Heartman
000ee66692
fix: long flag names push table to overflow and flag descriptions are not truncated ( #9350 )
...
Addresses two issues related to flag names and descriptions overflowing:
1: In the project flag overview, long flag names push the environments
off screen. This is handled by setting overflow-wrap: anywhere on the
offending text. The text will now use ellipses instead.
Before full-width:

Before narrower:

After full-width:

After narrower:

2: On the flag page, long descriptions are rendered in their entirety,
even if that's not sensible. They are now truncated after five lines.
There is a tooltip that shows the full text, or you can go the flag
settings to see the full description.
Before:

After:

After (with tooltip):

---
Note, I don't think this is necessarily the perfect solution (it'd be
nice to get tooltips for overflowing flag names a "show full
description" disclosure button instead of the stupidly long tooltip),
but I think it's a step in the right direction.
2025-02-25 13:39:30 +01:00
Tymoteusz Czech
7ec6c141f3
refactor: fix deprecation for string truncator ( #9359 )
2025-02-25 12:24:03 +00:00
Tymoteusz Czech
42a05ef418
feat: new environment box ( #9342 )
...
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
2025-02-25 10:34:36 +00:00
renovate[bot]
d53efccde5
chore(deps): update dependency semver to v7.7.1 ( #9354 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://redirect.github.com/npm/node-semver ) | [`7.7.0` ->
`7.7.1`](https://renovatebot.com/diffs/npm/semver/7.7.0/7.7.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>npm/node-semver (semver)</summary>
###
[`v7.7.1`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#771-2025-02-03 )
[Compare
Source](https://redirect.github.com/npm/node-semver/compare/v7.7.0...v7.7.1 )
##### Bug Fixes
-
[`af761c0`](af761c05bd
)
[#​764](https://redirect.github.com/npm/node-semver/pull/764 ) inc:
fully capture prerelease identifier
([#​764](https://redirect.github.com/npm/node-semver/issues/764 ))
([@​wraithgar](https://redirect.github.com/wraithgar ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 23:10:25 +00:00
renovate[bot]
cdad65c098
chore(deps): update dependency @uiw/react-codemirror to v4.23.8 ( #9353 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.7` ->
`4.23.8`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.7/4.23.8 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.23.8`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.8 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.7...v4.23.8 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.8/file/README.md )
Documentation v4.23.8:
https://raw.githack.com/uiwjs/react-codemirror/62aac6a/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.7...v4.23.8
```shell
npm i @​uiw/react-codemirror@4.23.8
```
- 🐞 fix: Pass diffConfig to options in CodeMirrorMerge component
([#​712](https://redirect.github.com/uiwjs/react-codemirror/issues/712 ))
[`a95fb47`](https://redirect.github.com/uiwjs/react-codemirror/commit/a95fb47 )
[@​snelsi](https://redirect.github.com/snelsi )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 20:12:42 +00:00
David Leek
f19ffd0e7e
chore: fix small UI issues in release templates/plans ( #9341 )
2025-02-24 15:25:44 +01:00
Thomas Heartman
26e01177be
chore: add file and component names to styled
output class names in dev ( #9351 )
...
Updates the `vite.config.mts` file to include config for emotion,
telling it to add `<file name>--<component name>` to the class names
of generated components.
The class name modification only happens in development mode.
2025-02-24 14:45:20 +01:00
renovate[bot]
7f81c38daa
chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.8 ( #9349 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.7` ->
`4.23.8`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.7/4.23.8 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.23.8`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.8 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.7...v4.23.8 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.8/file/README.md )
Documentation v4.23.8:
https://raw.githack.com/uiwjs/react-codemirror/62aac6a/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.7...v4.23.8
```shell
npm i @​uiw/react-codemirror@4.23.8
```
- 🐞 fix: Pass diffConfig to options in CodeMirrorMerge component
([#​712](https://redirect.github.com/uiwjs/react-codemirror/issues/712 ))
[`a95fb47`](https://redirect.github.com/uiwjs/react-codemirror/commit/a95fb47 )
[@​snelsi](https://redirect.github.com/snelsi )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 03:15:56 +00:00
Nuno Góis
7245112e14
chore: Edge observability width fix ( #9345 )
...
Makes the Edge instance node width consistent.
2025-02-21 12:11:50 +00:00
Thomas Heartman
1db97882c2
feat: make env selector filterable ( #9340 )
...
Makes the env selector on the flag page act the same way as the env
selector on the new project page or any of the filterable buttons in the
new project/flag dialogs.
Also slightly changes the styles of the existing dropdown lists to bring
them in line with the new env selector (more padding, full-width
highlights).
Selector:

Project/flag creation:
Before:

After:

## Technical notes
I was a little unsure how best to share the padding/spacing styles
between the search field and popover at first (as was requested by UX).
The easiest way (and most compliant with how we do it today) was to
define the spacing in a variable and move the relevant components into
the same file.
However, I actually think that using a CSS variable (e.g.
`--popover-spacing`) would be "better" here, but we don't really use
them much, so I've left that out for now. That said, if you agree, I'd
be more than happy to use that instead 🙋🏼
2025-02-21 11:20:43 +00:00
Nuno Góis
86c15d5253
chore: improve UX in the Edge observability latency table ( #9343 )
...
https://linear.app/unleash/issue/2-3298/make-latency-table-clearer
Improves UX of the Edge observability latency table.

2025-02-21 10:00:23 +00:00
Nuno Góis
17d3f67ec1
chore: upgrade vitest to 3.0.6 ( #9337 )
...
https://linear.app/unleash/issue/2-3296/upgrade-vitest
Follow-up to https://github.com/Unleash/unleash/pull/9212
The ☝️ PR was failing some tests because `chartjs-adapter-date-fns` is
imported as a [side
effect](https://stackoverflow.com/questions/41127479/es6-import-for-side-effects-meaning )
and seems to be CommonJS-only. When Vitest loads it, it fails to find
named exports (like `_adapters`). By inlining `chartjs-adapter-date-fns`
in our Vitest test config, esbuild transforms it into a proper ES module
for testing.
Additionally, we’re upgrading from v1.4.0 to v3.0.6 directly since our
code seems to be fully compatible.
>Vitest requires Vite >=v5.0.0 and Node >=v18.0.0
2025-02-20 14:24:28 +00:00
Thomas Heartman
9b282a436d
chore: reduce tab sizes on flag page + fix wrapping/overlapping issue with action buttons ( #9339 )
...
Reduces the size of the tab buttons on the flag page:
- Sets the min width to 100px instead of 160px on md screens. No change
for smaller screens
- Removes the min-height restriction imposed by theme.ts for the tab
bar, instead relying on the tab buttons to determine the height
(effectively changes the height from 70px to 62px).
Additionally: fixes an issue where the action buttons would overlap with
the tab buttons before wrapping and makes the tab bar scrollable. I can
no longer reproduce the issue where the action buttons force the tab bar
to be too small, but even if they should do that now, the tab bar is
scrollable so the remaining tabs are still accessible.
Because we only override the tabs' min-width on wider screens and mui
sets a default min-width, I changed the `onNarrowHeader` function to
`onWideHeader` and adjusted the other components accordingly. As a
bonus, the tab width and header wrapping now happens at the same time 🥳
After the change:

## Accessibility
This PR also addresses some of the a11y issues with this tab bar, namely
that it adds an `aria-label`, as mentioned in the [MUI
docs](https://v5.mui.com/material-ui/react-tabs/#accessibility ).
It does **not**, however, connect the tabs to their corresponding tab
panels. The main reason for this is that we're not using tab panels and
that they're spread over 4 different components. We're probably using
the tabs component for something it isn't really designed to do in this
way. (Arguably they should be links and not buttons, for instance.) I'm
not going to touch this now, because that would probably be a lot of
work and it's not something I expect the business would prioritize.
## Changing theme.ts
While it's tempting to go in and change the `min-height` in `theme.ts`,
that would potentially affect all the other tab bars we have (although
maybe not, because we set a different min height for the tabs
themselves), I want to leave that for now. There is apparently some work
being done/prepared for the tabs, so it's probably better to leave that
for then.
2025-02-20 15:02:04 +01:00
Nuno Góis
ac8d742e5f
chore: make Edge instance node width consistent ( #9335 )
...
https://linear.app/unleash/issue/2-3295/make-edge-instance-nodes-width-consistent-in-the-connected-edges-view
When manually testing this feature I noticed that sometimes Edge
instance nodes had different widths depending on their content.
This makes it so they stretch to the available space, making all
instance nodes in a group (app-name) the same width.
2025-02-20 09:53:43 +00:00
Thomas Heartman
6e1f683902
chore(1-3380): handle narrow windows for the flag header. ( #9321 )
...
Makes it so that the actions/tabs wrap on narrow width screens.
Constraints:
- When wrapping, the actions should go **before** the tabs, when not
wrapping, they should be placed **after**
- Need to maintain a logical tab order for wrapping, so just using
`flex-flow: row wrap-reverse` doesn't work because the tab order will be
wrong
- When the elements switch, you shouldn't lose your tab place in the
document
This solution uses container queries to determine the container size and
uses that to set the wrapping. Falls back to media queries if container
queries aren't supported (it's supported on >93% of browsers according
to caniuse).
The wrapping points don't use predefined media queries because:
- containers don't care about the size of the screen. It's the intrinsic
size of the container that matters.
- wrapping at 900px seemed too far out if container queries are
unsupported. But it's a fallback, so we can switch to that if we want.
If your keyboard focus is on one of the actions on a wide screen, and
the screen goes narrow, your focus will still be after the tabs (staying
consistent), so tabbing to the next element will take you into the flag
details, while backtab takes you back to the tabs.
Before wrapping:

After wrapping:

## A note on accessibility:
The spec for flexbox (taken from [MDN's
doc](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout/Ordering_flex_items ))
states:
> "Authors must not use order or the *-reverse values of
[flex-flow](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-flow )/flex-direction
as a substitute for correct source ordering, as that can ruin the
accessibility of the document."
So even if wrap-reverse works visually, it's not a good solution for
this.
2025-02-20 09:31:08 +00:00
renovate[bot]
bdecad10c9
chore(deps): update dependency @types/node to v20.17.17 ( #9334 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.17.16` ->
`20.17.17`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.16/20.17.17 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 02:08:47 +00:00
Nuno Góis
7340c74b1b
refactor: rename networkViewEnabled to prometheusAPIAvailable ( #9330 )
...
https://linear.app/unleash/issue/2-3290/rename-networkviewenabled-to-prometheusapiavailable
Follow-up to: https://github.com/Unleash/unleash/pull/9325
See: https://github.com/Unleash/unleash/pull/9325#discussion_r1960085303
Renames `networkViewEnabled` to `prometheusAPIAvailable`. This new name
better reflects what it stands for.
2025-02-19 14:38:59 +00:00
Tymoteusz Czech
e095411de4
feat: show add strategy button when release plan ( #9329 )
...
Should show "add strategy" for redesigned page
2025-02-19 14:22:50 +01:00
Nuno Góis
b4bfadd95e
chore: visualize connected edges ( #9325 )
...
https://linear.app/unleash/issue/2-3233/visualize-connected-edge-instances
Adds a new tab in the Network page to visualize connected Edges.
This is behind a `edgeObservability` flag.
Also opens up the Network page even if you don't have a Prometheus API
configured. When accessing the tabs that require it to set, and it
isn't, we show some extra information about this and redirect you to the
respective section in our docs.



2025-02-19 12:23:52 +00:00
David Leek
c938b0fa6c
chore: await so change requests banner shows up after adding release plans changes ( #9328 )
2025-02-19 11:18:10 +01:00
Tymoteusz Czech
2a6487e7e9
feat: show and hide environments ( #9323 )
...
- Button to show and hide environments
- Refactored hook storing state of hidden environments
- Changed the way flag is triggered for feature overview
- Visual updates for new page look
---------
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
2025-02-19 09:48:07 +00:00
Gastón Fournier
1bb2756161
chore: remove references to admin token kill switch ( #9324 )
...
This feature has been removed
2025-02-19 09:08:21 +01:00
renovate[bot]
c1fc07f402
chore(deps): update dependency jsonpath-plus to v10.3.0 [security] ( #9326 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsonpath-plus](https://redirect.github.com/s3u/JSONPath ) | [`10.2.0`
->
`10.3.0`](https://renovatebot.com/diffs/npm/jsonpath-plus/10.2.0/10.3.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
### GitHub Vulnerability Alerts
#### [CVE-2025-1302](https://nvd.nist.gov/vuln/detail/CVE-2025-1302 )
Versions of the package jsonpath-plus before 10.3.0 are vulnerable to
Remote Code Execution (RCE) due to improper input sanitization. An
attacker can execute aribitrary code on the system by exploiting the
unsafe default usage of eval='safe' mode.
**Note:**
This is caused by an incomplete fix for CVE-2024-21534.
---
### Release Notes
<details>
<summary>s3u/JSONPath (jsonpath-plus)</summary>
###
[`v10.3.0`](https://redirect.github.com/s3u/JSONPath/blob/HEAD/CHANGES.md#1030 )
[Compare
Source](https://redirect.github.com/s3u/JSONPath/compare/v10.2.0...v10.3.0 )
- fix(eval): rce using non-string prop names
([#​237](https://redirect.github.com/s3u/JSONPath/issues/237 ))
- feat(demo): make demo link shareable
([#​238](https://redirect.github.com/s3u/JSONPath/issues/238 ))
- chore: update deps. and devDeps.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "" in timezone Europe/Madrid,
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 22:20:17 +00:00
Thomas Heartman
14b6b38238
feat(1-3379): add stale badge to the new header ( #9320 )
...
Without this, there's no way to tell if a flag is stale or not on the
flag page, so we're adding it back in. However, we'll only show the
badge if it's stale, not if it's an active flag.
Stale flag with badge:

When it wraps:

To make the badge line up properly when it wraps, I removed the
hard-coded margin in the badge. To counteract that, I've also removed
the hard-coded margin in the "copy name" button and switched to using
flex gaps to sort that.
It still looks right.
Before:

After:

2025-02-18 12:34:46 +00:00
Thomas Heartman
4701dc1552
refactor: move feature overview header into separate file ( #9319 )
...
This PR moves the flag page header into a separate file, so that the
overview file is more clearly focused on the overview.
Additionally, it moves the modals that are triggered from the header
into the new file. This should give a nice little performance boost, as
opening and closing these modals should no longer trigger a re-rendering
of the full flag overview page, only the header.
2025-02-18 11:35:40 +01:00
Tymoteusz Czech
2ede2a6578
feat: new flag info box ( #9308 )
...
- updated spacing of elements
- modified header and "flag type"
- added "collaborators"
- refactored tags
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
2025-02-18 10:30:52 +01:00
Thomas Heartman
b15502ec5e
fix(1-3377): handle singular counts in project status lifecycle boxes ( #9317 )
...
If the average number of days in a stage is 1, use `1 day` instead of
`1 days`.
Likewise, if your total number of archived flags is 1, use `1 flag
archived` instead of `1 flags archived`.
I grepped through the file, but couldn't find any other hardcoded
instances of "flags" or "days", so I think this is everything.
2025-02-17 12:41:04 +00:00
Thomas Heartman
134c32589a
fix(1-3375): Fix unintended scroll on dashboard ( #9316 )
...
Fixes a bug where the dashboard would scroll you down from the top of
the page on load if your window was too short too see both the
selected flag and the selected project.
This solves it by immediately scrolling to the top of the page after
scrolling your selected element into view. Because this hook only runs
on page load, it shouldn't be safe. (At least I couldn't make this
misbehave with manual testing).
It also changes the list scroll behavior to scroll your selected item
to the top of the list instead of to the bottom (effectively). During
testing, that seems like a better solution to me.
## Background (or why do we auto-scroll here?)
The dashboard's flag and projects panels stores your last selection,
so that when you return to the page you'll be shown what you were
looking at last. This is especially useful if you have a lot of flags
but you're focusing on one in particular.
However, if you **do** have a lot of flags, then it's also quite
likely that your selection will be "below the fold" of the panel, and
you won't see your selected flag/project immediately in the
list (without scrolling).
It seemed like a nice UI affordance to automatically bring your
selected item into view (especially because without it, there's no way
to see what flag/project) you're looking at, so I added the
[`scrollIntoView`](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView )
hook.
What I didn't realize, however, is that it scrolls all scrollable
ancestor containers, which means that if your screen is too short,
it'll scroll you down the page.
From my reading of the docs and some local testing, I don't think
there is a way to limit the scrolling to only the nearest ancestor, so
the easiest way to ensure that we're always at the top seemed to be to
just scroll to the immediately after.
2025-02-17 12:07:35 +01:00
Mateusz Kwasniewski
b207606800
fix: delete project segment with change request ( #9315 )
2025-02-17 10:41:56 +01:00
Thomas Heartman
aafacc68cf
feat: new flag header ( #9302 )
...
Initial spike to add the new design for the flag page header
2025-02-14 14:33:35 +01:00
Tymoteusz Czech
8dc6fbf149
fix(1-3374): access e2e test ( #9313 )
...
Fix e2e test, failing because of subtle table syntax change. Nested `span`s are counted twice in Cypress `:contains`
2025-02-14 13:33:17 +00:00
Tymoteusz Czech
b5bd5ee3f2
refactor: MuiTab font sizes ( #9296 )
...
I didn't find where this style is taken into account, but I don't like
leaving `1rem` when everything else is scaled down to 15px
2025-02-12 15:13:22 +01:00
Thomas Heartman
243088fdca
fix: Add strategy and more strategies button are different heights ( #9300 )
...
Fixes the height discrepancy between add strategy and more strategies
buttons, both with and without the flag enabled.
The essence of the fix is to make the "more strategies" button's height
dynamic and grow to match the height of the other button.
Before (flag enabled):

After (flag enabled):

Before (flag disabled):

After (flag disabled):

As a bonus: also enables the ui font redesign flag for server-dev.
If you're very sharp-eyed, you might notice a few things:
1. There's more padding on the new button. This was done in concert with
UX when we noticed there was more padding on other buttons. So as a
result, we set the button type to the default instead of "small".
1. The kebab button isn't perfectly square with the flag on. There's a
few issues here, but essentially: to use `aspect-ratio: 1`, you need
either a height or a width set. Because we want everything here to be
auto-generated (use the button's intrinsic height), I couldn't make it
work. In the end, I think this is close enough. If you have other ideas,
you're very welcome to try and fix it.
2025-02-12 13:54:06 +01:00
Thomas Heartman
5c23a52119
fix: add some missing button labels on the project page ( #9299 )
...
Adds aria-labels to the env visibility toggle button and the "copy
env" button.
2025-02-12 09:39:03 +01:00
Thomas Heartman
f4e87389f1
fix: make the chip in the playground project selector small ( #9298 )
...
This makes it the same size as the env selector, fixing a slight
visual misalignment.
Doing a reference check, I can't find any other uses of this selector,
so I'm making the changes directly.
Before:

After:

2025-02-12 09:38:49 +01:00
Tymoteusz Czech
b035299a18
fix: command bar spacing ( #9288 )
2025-02-11 16:17:24 +01:00
Mateusz Kwasniewski
54766fd4a0
feat: connection count usage ( #9294 )
2025-02-11 16:15:45 +01:00
Thomas Heartman
abb0450a6a
fix: Use the right theme even if the payload is a variant. ( #9292 )
...
Also, use extra css selectors to increase specificity so that this
takes precedence over the MUI themes.
I don't like that we need to do this weird selector thing, but hey, it
is what it is.
2025-02-11 13:28:36 +00:00
Tymoteusz Czech
cac38b0cee
fix: font size flag change to boolean ( #9290 )
...
## About the changes
Fix for `uiGlobalFontSize` flag being returned as an object, which is truthy.
2025-02-11 13:24:18 +01:00
Thomas Heartman
63dbd40a2e
chore: add button styles to dark mode too ( #9285 )
...
This adds the same button stylings to the dark theme as we did to the
light theme in #9275 .
2025-02-11 11:17:05 +01:00
Thomas Heartman
43a5d59225
fix: add legacy button styles ( #9283 )
...
Adds the button styles that were removed from `app.css` into the
legacy theme file. These change very slightly when the flag is on, and
because the hardcoded `app.css` styles have been removed, we'll use
the legacy file as fallback.
2025-02-11 09:32:26 +00:00
Thomas Heartman
65bec89d3c
chore(1-3356): make mui buttons respect font size changes ( #9275 )
...
Makes the MUI buttons use `body1.fontSize` for their own font size.
Turns out we had a hardcoded `16px` in the `app.css` file, which made it
hard to override. This change removes mui button styling in `app.css`
and puts it into the `theme.ts` file instead.
Also updates the border radius to match the one we use in the theme
(from 3px to 4px). It's a subtle change:
before:

after:

2025-02-11 08:33:27 +00:00
Thomas Heartman
fd1ad5ac5b
fix: some accessibility issues ( #9282 )
...
Fixes a small number of accessibility issues that Firefox was
complaining about (and some that I noticed myself):
1. In `CommandBar.tsx`, use a `Label` element instead of aria-label. We
can hide it with the `ScreenReaderOnly` component.
2. Add an `aria-label` to the icon button in the sidebar. (side note:
should we do any fancy detection on whether it's cmd + b or ctrl+b
there? I think we do that in the command bar)
3. Update the playground guidance popper;
i. Add an aria-label to the icon button
ii. Make the popper a `Popover` instead. This fixes a few issues: It
wasn't possible to focus or close just using the keyboard before.
Because it didn't steal focus, it also meant that it'd cover other parts
of the page. Now it traps focus so you can navigate to the close button,
and escape will also close it for you.
iii. Remove aria-describedby. Using aria-describedby on the button would
mean that the **button** is described by its content, which seems wrong.
aria-describedby should also only be used for plain strings. Complex
markups isn't supported. For that aria-details is the right way to go.
But because the popover is only rendered when it's open, the details or
describedby link will point to nothing most of the time.
iv. In doing this, there is a slight change in the popover shadow (I
couldn't find onef of our shadows that did the same thing as before),
but it matches other popovers we have, such as on the data usage tab.
Before:

After:

2025-02-11 09:16:20 +01:00
Tymoteusz Czech
23e8040cd9
refactor: theme - font size ( #9273 )
2025-02-11 09:07:27 +01:00
renovate[bot]
a0164e4c88
chore(deps): update dependency @tanstack/react-virtual to v3.12.0 ( #9279 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tanstack/react-virtual](https://tanstack.com/virtual )
([source](https://redirect.github.com/TanStack/virtual/tree/HEAD/packages/react-virtual ))
| [`3.11.3` ->
`3.12.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-virtual/3.11.3/3.12.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>TanStack/virtual (@​tanstack/react-virtual)</summary>
###
[`v3.12.0`](https://redirect.github.com/TanStack/virtual/releases/tag/v3.12.0 )
[Compare
Source](https://redirect.github.com/TanStack/virtual/compare/v3.11.3...v3.12.0 )
Version 3.12.0 - 2/3/25, 4:02 AM
#### Changes
##### Feat
- virtual-core: add getVirtualIndexesAPI
([`a1cb9ce`](https://redirect.github.com/TanStack/virtual/commit/a1cb9ce ))
by Kevin Van Cott
##### Other
-
([`a485978`](https://redirect.github.com/TanStack/virtual/commit/a485978 ))
by Kevin Van Cott
#### Packages
-
[@​tanstack/virtual-core](https://redirect.github.com/tanstack/virtual-core )[@​3](https://redirect.github.com/3 ).12.0
-
[@​tanstack/lit-virtual](https://redirect.github.com/tanstack/lit-virtual )[@​3](https://redirect.github.com/3 ).12.0
-
[@​tanstack/react-virtual](https://redirect.github.com/tanstack/react-virtual )[@​3](https://redirect.github.com/3 ).12.0
-
[@​tanstack/solid-virtual](https://redirect.github.com/tanstack/solid-virtual )[@​3](https://redirect.github.com/3 ).12.0
-
[@​tanstack/svelte-virtual](https://redirect.github.com/tanstack/svelte-virtual )[@​3](https://redirect.github.com/3 ).12.0
-
[@​tanstack/vue-virtual](https://redirect.github.com/tanstack/vue-virtual )[@​3](https://redirect.github.com/3 ).12.0
-
[@​tanstack/angular-virtual](https://redirect.github.com/tanstack/angular-virtual )[@​3](https://redirect.github.com/3 ).12.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 18:10:28 +00:00
renovate[bot]
99a27d51a9
chore(deps): update dependency @codemirror/state to v6.5.2 ( #9278 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@codemirror/state](https://redirect.github.com/codemirror/state ) |
[`6.5.1` ->
`6.5.2`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.5.1/6.5.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>codemirror/state (@​codemirror/state)</summary>
###
[`v6.5.2`](https://redirect.github.com/codemirror/state/blob/HEAD/CHANGELOG.md#652-2025-02-03 )
[Compare
Source](https://redirect.github.com/codemirror/state/compare/6.5.1...6.5.2 )
##### Bug fixes
Fix a bug where reconfiguring a field with a new `init` value didn't
update the value of the field.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 18:10:05 +00:00
Thomas Heartman
c3cef5be18
fix: don't check license in OSS ( #9277 )
...
The license check API call was giving me 404s in the console of the
OSS version of Unleash.
This changes the `useLicense` hook to use `useEnterpriseSWR` instead
of `useSWR` to avoid making the API call in the OSS version. This is
consistent with the `useLicenseCheck` hook in the same file.
2025-02-10 15:16:34 +01:00
Thomas Heartman
c4fa86b1aa
chore: make playground code editor height dynamic ( #9271 )
...
The playground code editor had a fixed height of `150px`. This works
well with the current font size, but if we're changing it, we'll end
up with too much height compared to the font size.
So instead, let's calculate the font size based on the current font
size.
Before this change (if you shrink font size):

After this change:

It still looks the same with the old font size:

Furthermore, this change uses `minHeight` instead of `height`, so that
if you have more JSON data, then you won't be stuck scrolling through 6
and 6 lines.
Before with lots of json:

After with lots of json:

And yes, the button doesn't respect the font size, but that's a
different task.
2025-02-10 12:36:16 +00:00
Nuno Góis
3bc72c84e0
chore: make truncator a span ( #9272 )
...
https://linear.app/unleash/issue/2-3255/make-truncator-a-span-instead-of-a-box
Makes the Truncator a `span` instead of a `Box`.
This should make it more flexible and help us avoid DOM nesting errors.
2025-02-10 12:29:58 +00:00
Simon Hornby
bf9fdd4f8d
feat: allow SCIM user deletion ( #9190 )
...
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2025-02-10 14:17:46 +02:00
Thomas Heartman
cdeb515488
chore: removes extra border on collapse for the event timeline ( #9270 )
...
Fixes a small visual glitch where the event timeline panel (which
usually doesn't have a bottom border on the summary) would get a
bottom border during the collapsing animation.
This happens because to make the border act as we want, we switch
between using the summary's bottom border and the content's top
border, and I'd only updated one of the borders to respect the new
design.
2025-02-10 10:52:32 +01:00
Thomas Heartman
2b668bc5c8
fix: open/close animation on personal dashboard is choppy ( #9253 )
...
Extracts each panel into its own component for the personal dashboard.
This lets us use separate states for each panel, which in turn lets each
panel change its open / close state without causing the other panels to
re-render.
When you have a lot of flags and/or projects, the list to render becomes
very long, which causes performance problems, especially when you need
to rerender both flags and projects and the timeline whenever one of
them changes.
The problems were especially noticeable in Firefox for me. Even with
this, the event timeline is a little choppy. I suspect that's because of
it might take a long time to paint? But we can look into that later.
Also updates the dashboard state hook to let you only pass in the
flags/projects you want. We could extract this into three different
hooks that all use the same localhost key, but I'm not sure whether
that's better or worse 🤷🏼
2025-02-10 10:40:26 +01:00
Nuno Góis
c07fb589a7
chore: add release management to new in unleash ( #9257 )
...
https://linear.app/unleash/issue/2-3244/add-release-management-to-new-in-unleash
Adds release management to "New in Unleash".

2025-02-07 14:33:25 +00:00
Nuno Góis
13ac0567c5
chore: make the milestone status a button ( #9255 )
...
https://linear.app/unleash/issue/2-3251/make-the-milestone-status-action-link-and-icon-a-proper-button-that
Makes the milestone status a button while trying to keep most of the
original design intact.

2025-02-07 14:03:59 +00:00
Thomas Heartman
c02c5a4d47
fix(1-3296): don't navigate through the list on tab ( #9259 )
...
Prevents tab from navigating you through the list of results. Instead
makes it so that the tab key always takes you to the next item in the
same hierarchy.
As a bonus: also automatically closes the menu when you navigate
away (the previous implementation has a bug where it wouldn't if you
shift-tab).
The behavior of not letting you navigate the list with tab is
consistent with native HTML select elements as well as MUI select
elements. You typically navigate them with the arrow keys.
2025-02-07 14:58:05 +01:00
Thomas Heartman
4f30ce7155
chore(1-3349): no border for event timeline / dropdowns to the right ( #9252 )
...
Removes the border between the accordion summary and its contents for
the event timeline, and moves dropdown selectors to the right to avoid
overcrowding on the left.

2025-02-07 11:11:54 +01:00
Thomas Heartman
f9bd9d2d03
Adds a more visible focus indicator to the filter chips ( #9251 )
...
When the filter chip is focused, adds a 1px solid outline in the theme's
primary color. This makes it easier to tell when the chip has focused.
Additionally, adds a slight refactor in how we call the event log result
component. I'm pretty sure I've seen react docs say that you should
always use the component calling instead of a regular function call, so
this does that.
Before (the first chip has focus; can you tell?):

After:

Optionally, we could do something similar to on hover (first one has
focus again), but it's kinda subtle and .. I don't think it's a theme
color we have defined:

2025-02-07 10:22:08 +01:00
renovate[bot]
9d453e6881
chore(deps): update yarn to v4.6.0 ( #9248 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [yarn](https://redirect.github.com/yarnpkg/berry )
([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli ))
| [`4.5.3` ->
`4.6.0`](https://renovatebot.com/diffs/npm/yarn/4.5.3/4.6.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>yarnpkg/berry (yarn)</summary>
###
[`v4.6.0`](2fe7d635e8...1871484db8
)
[Compare
Source](2fe7d635e8...1871484db8
)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 18:49:16 +00:00
renovate[bot]
6602e664a1
chore(deps): update testing-library monorepo ( #9247 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/react](https://redirect.github.com/testing-library/react-testing-library )
| [`16.1.0` ->
`16.2.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/16.1.0/16.2.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@testing-library/user-event](https://redirect.github.com/testing-library/user-event )
| [`14.5.2` ->
`14.6.1`](https://renovatebot.com/diffs/npm/@testing-library%2fuser-event/14.5.2/14.6.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/react-testing-library
(@​testing-library/react)</summary>
###
[`v16.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.2.0 )
[Compare
Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0 )
##### Features
- Add support for React error handlers
([#​1354](https://redirect.github.com/testing-library/react-testing-library/issues/1354 ))
([9618c51](9618c51337
))
</details>
<details>
<summary>testing-library/user-event
(@​testing-library/user-event)</summary>
###
[`v14.6.1`](https://redirect.github.com/testing-library/user-event/releases/tag/v14.6.1 )
[Compare
Source](https://redirect.github.com/testing-library/user-event/compare/v14.6.0...v14.6.1 )
##### Bug Fixes
- correct description for `delay` option
([#​1175](https://redirect.github.com/testing-library/user-event/issues/1175 ))
([2edf14d](2edf14d2e7
))
- **keyboard:** add `ContextMenu` to `defaultKeyMap`
([#​1079](https://redirect.github.com/testing-library/user-event/issues/1079 ))
([3e471d1](3e471d1feb
))
- **keyboard:** add brackets to `defaultKeyMap`
([#​1226](https://redirect.github.com/testing-library/user-event/issues/1226 ))
([543ecb0](543ecb0ea9
))
- **keyboard:** walk through radio group per arrow keys
([#​1049](https://redirect.github.com/testing-library/user-event/issues/1049 ))
([bf8111c](bf8111ca9f
))
- **pointer:** dispatch mouse events if `pointerdown` is
`defaultPrevented`
([#​1121](https://redirect.github.com/testing-library/user-event/issues/1121 ))
([f681f7b](f681f7bbfe
))
- **pointer:** set `button` and `buttons` properties on `PointerEvent`
([#​1219](https://redirect.github.com/testing-library/user-event/issues/1219 ))
([6614f72](6614f7282c
))
- **pointer:** use `1` as default value for `PointerEvent.width` and
`PointerEvent.height`
([#​1224](https://redirect.github.com/testing-library/user-event/issues/1224 ))
([f0468d0](f0468d04d7
))
- prevent `click` event loop on form-associated custom element
([#​1238](https://redirect.github.com/testing-library/user-event/issues/1238 ))
([465fc7e](465fc7eb49
))
- prevent `click` event on non-focusable control
([#​1130](https://redirect.github.com/testing-library/user-event/issues/1130 ))
([e429094](e429094865
))
- **upload:** apply `accept` filter more leniently
([#​1064](https://redirect.github.com/testing-library/user-event/issues/1064 ))
([a344ad4](a344ad4dfe
))
###
[`v14.6.0`](https://redirect.github.com/testing-library/user-event/releases/tag/v14.6.0 )
[Compare
Source](https://redirect.github.com/testing-library/user-event/compare/v14.5.2...v14.6.0 )
##### Features
- dispatch `FocusEvent` in hidden documents
([#​1252](https://redirect.github.com/testing-library/user-event/issues/1252 ))
([1ed8b15](1ed8b1557b
))
##### Bug Fixes
- **clipboard:** await `DataTransferItem.getAsString()` callback
([#​1251](https://redirect.github.com/testing-library/user-event/issues/1251 ))
([7b11b0e](7b11b0e88a
))
- **event:** assign pointer coords to MouseEvent
([#​1039](https://redirect.github.com/testing-library/user-event/issues/1039 ))
([8528972](8528972577
))
- **pointer:** check `PointerCoords.x` in `isDifferentPointerPosition`
([#​1216](https://redirect.github.com/testing-library/user-event/issues/1216 ))
([75edef5](75edef5c06
))
- **pointer:** check all fields of `PointerCoords` in
`isDifferentPointerPosition()`
([#​1229](https://redirect.github.com/testing-library/user-event/issues/1229 ))
([5f3d28f](5f3d28fe3a
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 18:46:58 +00:00
Tymoteusz Czech
4e36d2285e
chore: remove sortProjectRoles flag ( #9226 )
2025-02-06 19:40:10 +01:00
Nuno Góis
21fb9a3118
chore: release management plausible events ( #9230 )
...
https://linear.app/unleash/issue/2-2834/plausible
Adds the following Plausible events to the Release management feature:
- Add plan
- Start milestone
- Remove plan
- Create template
- Edit template
- Delete template
2025-02-06 16:09:15 +00:00
David Leek
e689e2e3d2
feat: implement dialogs for changerequest milestone handling and removing release plans ( #9240 )
2025-02-06 16:45:24 +01:00
Thomas Heartman
61f8236711
chore: changes the panel title to "Event timeline" ( #9245 )
...
Keeps it consistent with the previous title for this component and
with what it's known as in the docs.
2025-02-06 15:30:27 +01:00
Thomas Heartman
56c9584bb6
feat: move timeline to panel ( #9243 )
...
Moves the event timeline to the personal dashboard from the header when
the `frontendHeaderRedesign` flag is active.
When the flag is active, it also:
- hides the event timeline and corresponding button in the header
- renders the environment selector next to the time selector instead of
at the other end of the header

---------
Co-authored-by: Nuno Góis <github@nunogois.com>
2025-02-06 13:55:59 +00:00
Tymoteusz Czech
54e4fd2190
chore: remove lifecycle v2 flag ( #9224 )
2025-02-06 14:54:45 +01:00
Nuno Góis
4871cd57d1
chore: mark release management as an enterprise feature ( #9229 )
...
https://linear.app/unleash/issue/2-3093/sales-pitch-ui-for-release-management-to-show-non-enterprise-users
Marks Release Management as a premium Enterprise feature.
Once the `releasePlans` flag is enabled for everyone / removed, this is
what non-Enterprise users will see:

2025-02-06 09:59:38 +00:00
Thomas Heartman
2ff385a4b6
fix(1-3295): fix broken skip link ( #9239 )
...
Fixes the issue where the skip link wouldn't take you to the main
content of the page anymore.
Also includes a few related minor semantic and a11y improvements:
1. The `main` element now only surrounds the actual main content of the
page. The sidebar is nav content and shouldn't be within it. The easiest
way to do this was to change the element that was previously a `main` to
a `div` and make the main content wrapper a `main` instead.
2. Makes the skip link target visible when focused. But invisible
otherwise. This has two benefits:
1. It's immediately obvious that using the skip link has worked. It
tells you that it's at the start of the main content.
2. Because the link now has text, it can be targeted by link search
(e.g. in Firefox, press `'` to search for links (I use this **a lot**)),
making it super easy to move your focus to the main content directly.
(Yes, landmark navigation should also work here, though, especially with
the `main` change).
The implementation of UI considerations of the skip link are based on
the CSS-tricks article [a deep dive on skipping to
content](https://css-tricks.com/a-deep-dive-on-skipping-to-content/ )
from 2021.
Here's what it looks like when you skip to content:

When it doesn't have focus, it's invisible.
2025-02-06 10:21:56 +01:00
renovate[bot]
cc25a2134c
chore(deps): update dependency swr to v2.3.0 ( #9235 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app )
([source](https://redirect.github.com/vercel/swr )) | [`2.2.5` ->
`2.3.0`](https://renovatebot.com/diffs/npm/swr/2.2.5/2.3.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vercel/swr (swr)</summary>
###
[`v2.3.0`](https://redirect.github.com/vercel/swr/compare/v2.2.5...v2.3.0 )
[Compare
Source](https://redirect.github.com/vercel/swr/compare/v2.2.5...v2.3.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 21:25:54 +00:00
renovate[bot]
bec490df3c
chore(deps): update dependency semver to v7.7.0 ( #9233 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://redirect.github.com/npm/node-semver ) | [`7.6.3` ->
`7.7.0`](https://renovatebot.com/diffs/npm/semver/7.6.3/7.7.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>npm/node-semver (semver)</summary>
###
[`v7.7.0`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#770-2025-01-29 )
[Compare
Source](https://redirect.github.com/npm/node-semver/compare/v7.6.3...v7.7.0 )
##### Features
-
[`0864b3c`](0864b3ce79
)
[#​753](https://redirect.github.com/npm/node-semver/pull/753 ) add
"release" inc type
([#​753](https://redirect.github.com/npm/node-semver/issues/753 ))
([@​mbtools](https://redirect.github.com/mbtools ))
##### Bug Fixes
-
[`d588e37`](d588e37828
)
[#​755](https://redirect.github.com/npm/node-semver/pull/755 )
diff: fix prerelease to stable version diff logic
([#​755](https://redirect.github.com/npm/node-semver/issues/755 ))
([@​eminberkayd](https://redirect.github.com/eminberkayd ),
berkay.daglar)
-
[`8a34bde`](8a34bdecc7
)
[#​754](https://redirect.github.com/npm/node-semver/pull/754 ) add
identifier validation to `inc()`
([#​754](https://redirect.github.com/npm/node-semver/issues/754 ))
([@​mbtools](https://redirect.github.com/mbtools ))
##### Documentation
-
[`67e5478`](67e54785a0
)
[#​756](https://redirect.github.com/npm/node-semver/pull/756 )
readme: added missing period for consistency
([#​756](https://redirect.github.com/npm/node-semver/issues/756 ))
([@​shaymolcho](https://redirect.github.com/shaymolcho ))
-
[`868d4bb`](868d4bbe3d
)
[#​749](https://redirect.github.com/npm/node-semver/pull/749 )
clarify comment about obsolete prefixes
([#​749](https://redirect.github.com/npm/node-semver/issues/749 ))
([@​mbtools](https://redirect.github.com/mbtools ),
[@​ljharb](https://redirect.github.com/ljharb ))
##### Chores
-
[`145c554`](145c554b8c
)
[#​741](https://redirect.github.com/npm/node-semver/pull/741 ) bump
[@​npmcli/eslint-config](https://redirect.github.com/npmcli/eslint-config )
from 4.0.5 to 5.0.0
([@​dependabot](https://redirect.github.com/dependabot )\[bot])
-
[`753e02b`](753e02b9d0
)
[#​747](https://redirect.github.com/npm/node-semver/pull/747 ) bump
[@​npmcli/template-oss](https://redirect.github.com/npmcli/template-oss )
from 4.23.3 to 4.23.4
([#​747](https://redirect.github.com/npm/node-semver/issues/747 ))
([@​dependabot](https://redirect.github.com/dependabot )\[bot],
[@​npm-cli-bot](https://redirect.github.com/npm-cli-bot ))
-
[`0b812d5`](0b812d5fb5
)
[#​744](https://redirect.github.com/npm/node-semver/pull/744 )
postinstall for dependabot template-oss PR
([@​hashtagchris](https://redirect.github.com/hashtagchris ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 18:38:47 +00:00
renovate[bot]
811c1c64ad
chore(deps): update dependency react-confetti to v6.2.2 ( #9232 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-confetti](https://redirect.github.com/alampros/react-confetti )
| [`6.1.0` ->
`6.2.2`](https://renovatebot.com/diffs/npm/react-confetti/6.1.0/6.2.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>alampros/react-confetti (react-confetti)</summary>
###
[`v6.2.2`](https://redirect.github.com/alampros/react-confetti/releases/tag/v6.2.2 )
[Compare
Source](https://redirect.github.com/alampros/react-confetti/compare/v6.2.1...v6.2.2 )
##### Bug Fixes
- build multiple module types
([3be757d](3be757d656
)),
closes
[#​162](https://redirect.github.com/alampros/react-confetti/issues/162 )
[#​158](https://redirect.github.com/alampros/react-confetti/issues/158 )
###
[`v6.2.1`](https://redirect.github.com/alampros/react-confetti/blob/HEAD/CHANGELOG.md#621-2024-12-27 )
[Compare
Source](https://redirect.github.com/alampros/react-confetti/compare/v6.2.0...v6.2.1 )
##### Bug Fixes
- specify commonjs module
([aa99153](aa99153ccb
))
###
[`v6.2.0`](https://redirect.github.com/alampros/react-confetti/blob/HEAD/CHANGELOG.md#620-2024-12-27 )
[Compare
Source](https://redirect.github.com/alampros/react-confetti/compare/v6.1.0...v6.2.0 )
##### Features
- update `peerDependencies` to support React 19
([ce2d40a](ce2d40a65c
))
- upgrade tooling
([9c84a99](9c84a9941b
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 18:38:30 +00:00
Nuno Góis
9fa7f5aa7b
chore: release plan changes in change request view ( #9225 )
...
https://linear.app/unleash/issue/2-3169/add-release-plan-ui-representation-in-change-request-ui
Adds visual representations for release plan change requests.
### Add release plan

### Remove release plan

### Start milestone


2025-02-05 15:27:36 +00:00
Thomas Heartman
90e5adb695
chore: use union type for traffic search data ( #9221 )
...
Makes the data returned from the traffic search a union type to avoid
nasty object-is-undefined errors at runtime.
It requires more explicit handling, sure, but it means we don't need
to accept undefined.
2025-02-05 10:50:39 +00:00
Thomas Heartman
17a4099dbf
refactor: add functions to estimate monthly usage from data directly ( #9219 )
...
Adds new monthly estimation functions that operate on raw usage data
instead of chart data. This brings those methods in line with the rest
of the traffic calculation functions that we have in that file and means
we can remove other external dependencies.
This is somewhat inspired by #9218 , but not directly linked.
2025-02-05 11:12:17 +01:00
Thomas Heartman
543be6dede
chore(1-3342): extract into hook, use new endpoint if flag on ( #9218 )
...
Updates the existing BillingDetails pages (pro and payg) to use the new
traffic search endpoint (and calculations) if the flag to do so is on.
Otherwise, it falls back to using the existing method.
I've extracted the overage calculation into a separate shared hook.
2025-02-05 10:45:41 +01:00
Thomas Heartman
bd6a90ffd4
chore: add tests for new traffic usage functions ( #9208 )
...
This PR adds tests to all the TODOs created in
https://github.com/Unleash/unleash/pull/9191 .
Additionally it finally manages to refactor the `toChartData` function.
2025-02-05 09:47:36 +01:00
renovate[bot]
29a4fe6c5d
chore(deps): update dependency cypress-vite to v1.6.0 ( #9215 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress-vite](https://redirect.github.com/mammadataei/cypress-vite ) |
[`1.5.0` ->
`1.6.0`](https://renovatebot.com/diffs/npm/cypress-vite/1.5.0/1.6.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mammadataei/cypress-vite (cypress-vite)</summary>
###
[`v1.6.0`](https://redirect.github.com/mammadataei/cypress-vite/blob/HEAD/CHANGELOG.md#160-2024-12-31 )
[Compare
Source](https://redirect.github.com/mammadataei/cypress-vite/compare/v1.5.0...v1.6.0 )
##### Features
- add support for vite v6
([#​104](https://redirect.github.com/mammadataei/cypress-vite/issues/104 ))
([6680e60](6680e60107
))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 01:39:45 +00:00
renovate[bot]
31b1ee70e3
fix(deps): update dependency json-2-csv to v5.5.8 ( #9211 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [json-2-csv](https://mrodrig.github.io/json-2-csv )
([source](https://redirect.github.com/mrodrig/json-2-csv )) | [`5.5.7` ->
`5.5.8`](https://renovatebot.com/diffs/npm/json-2-csv/5.5.7/5.5.8 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mrodrig/json-2-csv (json-2-csv)</summary>
###
[`v5.5.8`](https://redirect.github.com/mrodrig/json-2-csv/releases/tag/5.5.8 ):
NPM Release v5.5.8
[Compare
Source](https://redirect.github.com/mrodrig/json-2-csv/compare/5.5.7...5.5.8 )
- Incorporates [@​sevrai](https://redirect.github.com/sevrai )'s
fix from
[#​271](https://redirect.github.com/mrodrig/json-2-csv/issues/271 )
- Dev Dependency vulnerability patch
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 18:46:10 +00:00
Gastón Fournier
a4a5687687
feat: render markdown in toats ( #9207 )
...
## About the changes
Toasts sometimes render messages that are in markdown format. This
changes how we display them from

to this:

2025-02-04 16:35:25 +01:00
Gastón Fournier
ae65919f92
fix: license banner using message type ( #9209 )
...
## About the changes
Actually uses messageType and maps from warn to warning.
2025-02-04 15:14:47 +00:00
Thomas Heartman
c85c687816
chore(1-3335): filters data coming from the API to remove data points we're not interested in ( #9205 )
...
Implements a function that cleans and filters incoming data from the
new traffic API.
Specifically, it:
- Removes `/edge` data points
- Removes any data from before may 2024, which is the first full month
we have on record
Because all uses of the existing hook do this filtering themselves, I
have added the filtering at the hook level. This is to avoid
forgetting this filtering later. If we find out we need this data, we
can move the filtering.
2025-02-04 13:26:08 +01:00
Thomas Heartman
96dac84880
refactor: period selector component ( #9202 )
...
Refactors the period selector component now that the design / system is
pretty much finished.
Main points are: change from using CSS selectors to using styled
components; use props instead of classes. This is in keeping with the
general Unleash approach.
There's two very slight visual changes here:
1. There is 4px of added space below the "range" "header" text.
2. The months in the grid are a little closer together and not as wide.
This is because we remove the explicit column gap due to the grid having
a set width. Previously the width was automatic, but because we want
this to line up with the button, we need to set the width explicitly on
both items. As such, with the padding, the grid was a little too wide,
so there was too little padding on the right. This rectifies that.
2025-02-04 11:37:58 +01:00
Thomas Heartman
2980c0de4e
refactor(1-3336): useTrafficData / NetworkTrafficUsage.tsx cleanup ( #9191 )
...
This PR refactors the `NetworkTrafficUsage.tsx` and `useTrafficData`
files a bit.
The primary objective was to make the network traffic usage component
easier to work with, so I suggest to the reviewer that they start there.
Part of that refactoring, was taking things out of the useTraffic hook
that didn't need to be there. In the end, I'd removed so much that I
didn't even need the hook itself in the new component, so I switched
that to a regular useState.
It made more sense to me to put some of the functions inside the hook
into a separate file and import them directly (because they don't rely
on any hook state), so I have done that and removed those functions from
the trafficData hook. In this case, I also moved the tests.
I have not added any new tests in this PR, but will do so in a
follow-up. The functions I intend to test have been marked as such.
2025-02-04 10:32:59 +01:00