Nuno Góis
585eb30730
chore: initial admin email ( #7795 )
...
https://linear.app/unleash/issue/2-2518/figure-out-how-to-create-the-initial-admin-user-in-unleash
The logic around `initAdminUser` that was introduced in
https://github.com/Unleash/unleash/pull/4927 confused me a bit. I wrote
new tests with what I assume are our expectations for this feature and
refactored the code accordingly, but would like someone to confirm that
it makes sense to them as well.
The logic was split into 2 different methods: one to get the initial
invite link, and another to send a welcome email. Now these two methods
are more granular than the previous alternative and can be used
independently of creating a new user.
---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2024-08-14 10:05:11 +02:00
Thomas Heartman
764d03767b
chore: begin front end cleanup ( #7865 )
...
Begins cleaning up the front end.
Removes the "legacy" event log component in favor of only using the new
one. What we do is simply not to show the filters if you're not on
enterprise.
This means that we'll get pagination (and maybe exports?) for everyone.
It also means that you can reverse-engineer the filters and use them
even on non-enterprise, as long as you're happy editing URLs manually.
However, putting it behind a flag on the front end always exposed that
kind of risk, so I don't think this is a bad move.
2024-08-14 10:03:28 +02:00
Mateusz Kwasniewski
4738d4a61f
feat: query archived projects ( #7862 )
2024-08-13 15:33:31 +02:00
Jaanus Sellin
8ce594ba52
feat: exporting events as csv ( #7860 )
...
Adding csv library that also makes nested properties into columns.
2024-08-13 16:28:03 +03:00
Tymoteusz Czech
ccb29a5acf
refactor: project archive card ( #7859 )
...
- Refactored "favorites" action, and fixed issue with "favorite" prop
- Refactored "owners" - simplified footer
2024-08-13 15:19:13 +02:00
Thomas Heartman
9f0fd7e200
chore: create skeleton loading for new event screen ( #7861 )
...
Updates the new event log to show a skeleton loading screen while the
search results are being fetched.
The placeholder size is based on the standard event size.
![image](https://github.com/user-attachments/assets/fce51445-2b73-40dd-9452-29a415ec278a )
2024-08-13 15:18:47 +02:00
Tymoteusz Czech
f2b7e0278d
Projects archive UI ( #7842 )
...
Closes
[issue/1-2666](https://linear.app/unleash/issue/1-2666/archived-projects-view )
2024-08-13 14:33:11 +02:00
GitHub Actions Bot
3c45a4b2a9
chore: bump version to 6.1.5+main
2024-08-13 12:22:38 +00:00
Gastón Fournier
ea92081545
fix: remove another scimApi flag ( #7858 )
2024-08-13 14:03:52 +02:00
Gastón Fournier
376012ddd1
fix: remove flag from UI ( #7857 )
2024-08-13 11:44:16 +00:00
gitar-bot[bot]
caac8f3fcb
[Gitar] Cleaning up stale flag: parseProjectFromSession with value true ( #7854 )
...
[![Gitar](https://raw.githubusercontent.com/gitarcode/.github/main/assets/gitar-banner.svg )](https://gitar.co )
---
This automated PR was generated by [Gitar](https://gitar.co ). View
[docs](https://gitar.co/docs ).
Co-authored-by: Gitar <noreply@gitar.co>
2024-08-13 14:15:59 +03:00
Jaanus Sellin
bbdb5e635b
feat: update feature completed payload to have boolean instead of string ( #7855 )
...
For easy gitar integration, we need to have boolean in the event
payload.
We might rethink it when we add variants, but currently enabled with
variants is not used.
2024-08-13 12:43:49 +03:00
GitHub Actions Bot
17e2102f0e
chore: bump version to 6.1.4+main
2024-08-13 09:30:17 +00:00
Thomas Heartman
1b892979d3
feat: add event creators data to filter ( #7822 )
...
Adds event creator data to the event creator filter.
It uses a new useEventCreators hook to fetch event creators from the new
API, and uses that to populate the event creators filter.
2024-08-13 10:41:55 +02:00
Mateusz Kwasniewski
bb30032f2e
feat: revive project ( #7847 )
2024-08-13 10:25:42 +02:00
Mateusz Kwasniewski
fcf1329816
feat: exclude archived projects from insights and project stats ( #7843 )
2024-08-13 10:00:04 +02:00
Thomas Heartman
0934c6ccd8
fix: search events by user ID, not by user name ( #7846 )
...
Changes the event search handling, so that searching by user uses the
user's ID, not the "createdBy" name in the event. This aligns better
with what the OpenAPI schema describes it.
2024-08-13 09:32:51 +02:00
GitHub Actions Bot
507219e1c7
chore: bump version to 6.1.3+main
2024-08-13 07:10:26 +00:00
Thomas Heartman
245bdeae1e
chore: generate orval for event creators ( #7823 )
...
Updates our orval config to include event creator data
2024-08-12 15:07:26 +02:00
Jaanus Sellin
b194393dae
feat: export events as json ( #7841 )
...
![image](https://github.com/user-attachments/assets/7e24339d-fa59-4b80-a322-05323e01eabe )
2024-08-12 15:30:20 +03:00
Thomas Heartman
fa96ff1450
fix: display feature naming patterns in dialog ( #7837 )
...
Updates the dialog form template to include a `namingPattern` prop that
can be used to display the naming pattern of whatever the form is used
for.
Also updates the create feature dialog to display the naming pattern in
the current project.
The naming pattern component re-uses the pattern that we have in place
for feature naming patterns, but puts it in an expandable dialog
instead.
Screenies:
Naming pattern closed:
![image](https://github.com/user-attachments/assets/145e4268-1aa0-4c1b-8f08-97857447e2f5 )
![image](https://github.com/user-attachments/assets/1613c846-e7d4-41c8-a1c8-a66ab87b6e5f )
Naming pattern open:
![image](https://github.com/user-attachments/assets/1aa37162-500b-4b83-926f-07aa777e8017 )
2024-08-12 13:56:07 +02:00
Mateusz Kwasniewski
9b781b781a
feat: prevent move feature to archived project ( #7839 )
2024-08-12 13:29:38 +02:00
Mateusz Kwasniewski
67fa28f05a
feat: prevent revive flag/flags in archived project ( #7826 )
2024-08-12 13:29:24 +02:00
Jaanus Sellin
624c6ce9c3
feat: events table type column index ( #7838 )
...
Adding index on even table type column, since we are running queries on
top of it.
2024-08-12 13:46:27 +03:00
Tymoteusz Czech
8091987aaa
manually clear DependencyActions ( #7827 )
2024-08-12 12:00:46 +02:00
Tymoteusz Czech
e77bb1b2e7
Fix: time to production ( #7835 )
...
- filter out time to production data points of `0 days to production`
- allow for gathering data for quickly enabled feature flags
2024-08-12 09:47:06 +00:00
Jaanus Sellin
ea057d1777
feat: add index on events created at ( #7836 )
...
After adding an index, the time for the new event search on 100k events
decreased from 5000ms to 4ms. This improvement is due to the query using
an index scan instead of a sequence scan.
2024-08-12 12:46:50 +03:00
Thomas Heartman
99f878d725
fix: don't always fetch all flags on project flag screen ( #7834 )
...
There's a bug where the UI will fetch all features every time you load a
project screen (including every time you filter the project results).
The reason is that the create flag dialog was rendered (just not open)
every time. To solve it, we instead wrap it in an extra component that
prevents all the fetching and setup from running when the dialog isn't
open.
Additionally, we'll lower the page size for the global fetch limit to 1,
so that we send less data.
2024-08-12 11:07:36 +02:00
renovate[bot]
17d25c65d6
chore(deps): update dependency @types/node to v20.14.14 ( #7831 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.14.13` ->
`20.14.14`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.13/20.14.14 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.14?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.14?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.13/20.14.14?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.13/20.14.14?slim=true )](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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 20:34:25 +00:00
Gastón Fournier
f9d077209f
fix: after encryption some emails end up being too long ( #7828 )
...
Encountered this case after encrypting an already long email address.
This should mitigate the issue in demo instance. I don't think it's a
big issue to ignore the length when validating an email address cause
this is already limited at the DB layer by the column length
2024-08-09 19:18:19 +02:00
renovate[bot]
6af23ecbdc
chore(deps): update dependency @types/node to v20.14.14 ( #7830 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.14.13` ->
`20.14.14`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.13/20.14.14 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.14?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.14?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.13/20.14.14?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.13/20.14.14?slim=true )](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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 17:11:31 +00:00
renovate[bot]
d85ae552b0
chore(deps): update dependency @swc/core to v1.7.5 ( #7829 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://togithub.com/swc-project/swc )) | [`1.7.4` ->
`1.7.5`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.4/1.7.5 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.4/1.7.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.4/1.7.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​swc/core)</summary>
###
[`v1.7.5`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#175---2024-08-02 )
[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.7.4...v1.7.5 )
##### Bug Fixes
- **(common)** Fix `StringInput.end_pos`
([#​9362](https://togithub.com/swc-project/swc/issues/9362 ))
([5368e18](5368e189ab
))
- **(es/parser)** Fix span for unterminated block comments
([#​9361](https://togithub.com/swc-project/swc/issues/9361 ))
([dc1b87e](dc1b87e43e
))
- **(es/parser)** Make `UnterminatedBlockComment` stick to the EOF
([#​9366](https://togithub.com/swc-project/swc/issues/9366 ))
([4f0fc6e](4f0fc6eb65
))
- **(es/typescript)** Handle single type statement in if/for/while
([#​9364](https://togithub.com/swc-project/swc/issues/9364 ))
([2217730](221773069b
))
- **(es/typescript)** Handle backtick in ASI issue
([#​9367](https://togithub.com/swc-project/swc/issues/9367 ))
([6f1716c](6f1716c4ae
))
- **(es/typescript)** Analyze import chain
([#​9369](https://togithub.com/swc-project/swc/issues/9369 ))
([4f9116f](4f9116f925
))
##### Miscellaneous Tasks
- **(deps)** Update rust crate toml to v0.8.19
([#​9360](https://togithub.com/swc-project/swc/issues/9360 ))
([9cd51ce](9cd51cebdf
))
</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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 17:10:18 +00:00
Jaanus Sellin
3fbb64511a
fix: event creators, distinct on two users with same id ( #7824 )
...
Previously distinct was not working properly, because we were joining
users table.
You needed to do distinctOn. Now fixed.
2024-08-09 14:32:55 +03:00
Thomas Heartman
1db222a5b9
feat: add collaborators to feature schema ( #7821 )
...
Update the feature schema to include collaborator information
2024-08-09 11:18:37 +02:00
gitar-bot[bot]
5aaa4920dd
chore: [Gitar] Cleaning up stale flag: featureCollaborators with value true ( #7820 )
...
[![Gitar](https://raw.githubusercontent.com/gitarcode/.github/main/assets/gitar-banner.svg )](https://gitar.co )
---
This automated PR was generated by [Gitar](https://gitar.co ). View
[docs](https://gitar.co/docs ).
---------
Co-authored-by: Gitar <noreply@gitar.co>
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
2024-08-09 11:12:26 +02:00
Thomas Heartman
258909db39
fix: Update avatar usage in change requests ( #7818 )
2024-08-09 09:54:16 +02:00
Jaanus Sellin
2f92dac14e
feat: event creators ( #7809 )
...
Adds an endpoint to return all event creators.
An interesting point is that it does not return the user object, but
just created_by as a string. This is because we do not store user IDs
for events, as they are not strictly bound to a user object, but rather
a historical user with the name X.
2024-08-09 10:32:31 +03:00
Mateusz Kwasniewski
bde81b940c
feat: prevent adding flags to archived project ( #7811 )
2024-08-09 09:00:19 +02:00
renovate[bot]
e8d682c034
chore(deps): update dependency react-router to v6.26.0 ( #7817 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-router](https://togithub.com/remix-run/react-router )
([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router ))
| [`6.25.1` ->
`6.26.0`](https://renovatebot.com/diffs/npm/react-router/6.25.1/6.26.0 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.26.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.26.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.25.1/6.26.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.25.1/6.26.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v6.26.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6260 )
[Compare
Source](https://togithub.com/remix-run/react-router/compare/react-router@6.25.1...react-router@6.26.0 )
##### Minor Changes
- Add a new `replace(url, init?)` alternative to `redirect(url, init?)`
that performs a `history.replaceState` instead of a `history.pushState`
on client-side navigation redirects
([#​11811](https://togithub.com/remix-run/react-router/pull/11811 ))
##### Patch Changes
- Fix initial hydration behavior when using `future.v7_partialHydration`
along with `unstable_patchRoutesOnMiss`
([#​11838](https://togithub.com/remix-run/react-router/pull/11838 ))
- During initial hydration, `router.state.matches` will now include any
partial matches so that we can render ancestor `HydrateFallback`
components
- Updated dependencies:
- `@remix-run/router@1.19.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 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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 02:32:16 +00:00
renovate[bot]
02fbe83358
chore(deps): update dependency msw to v2.3.5 ( #7816 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io ) ([source](https://togithub.com/mswjs/msw )) |
[`2.3.4` -> `2.3.5`](https://renovatebot.com/diffs/npm/msw/2.3.4/2.3.5 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.3.4/2.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.3.4/2.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
### [`v2.3.5`](https://togithub.com/mswjs/msw/releases/tag/v2.3.5 )
[Compare Source](https://togithub.com/mswjs/msw/compare/v2.3.4...v2.3.5 )
#### v2.3.5 (2024-08-02)
##### Bug Fixes
- **HttpResponse:** skip setting "Content-Length" if it is already set
([#​2228](https://togithub.com/mswjs/msw/issues/2228 ))
([`a0234c9`](a0234c9abe
))
[@​kettanaito](https://togithub.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 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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 02:31:40 +00:00
renovate[bot]
42610768d0
chore(deps): update dependency qs to v6.13.0 ( #7815 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [qs](https://togithub.com/ljharb/qs ) | [`6.12.3` ->
`6.13.0`](https://renovatebot.com/diffs/npm/qs/6.12.3/6.13.0 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/qs/6.13.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/qs/6.13.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/qs/6.12.3/6.13.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/qs/6.12.3/6.13.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ljharb/qs (qs)</summary>
###
[`v6.13.0`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6130 )
[Compare
Source](https://togithub.com/ljharb/qs/compare/v6.12.3...v6.13.0 )
- \[New] `parse`: add `strictDepth` option
([#​511](https://togithub.com/ljharb/qs/issues/511 ))
- \[Tests] use `npm audit` instead of `aud`
</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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 22:16:22 +00:00
renovate[bot]
f3da6a50cd
chore(deps): update dependency browserslist to v4.23.3 ( #7814 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [browserslist](https://togithub.com/browserslist/browserslist ) |
[`4.23.2` ->
`4.23.3`](https://renovatebot.com/diffs/npm/browserslist/4.23.2/4.23.3 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/browserslist/4.23.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/browserslist/4.23.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/browserslist/4.23.2/4.23.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/browserslist/4.23.2/4.23.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>browserslist/browserslist (browserslist)</summary>
###
[`v4.23.3`](https://togithub.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4233 )
[Compare
Source](https://togithub.com/browserslist/browserslist/compare/4.23.2...4.23.3 )
- Fixed `>=` query for `ios` (by
[@​syi0808](https://togithub.com/syi0808 )).
</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 these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 22:15:43 +00:00
renovate[bot]
cf5dd3b1b3
chore(deps): update dependency tss-react to v4.9.12 ( #7813 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tss-react](https://www.tss-react.dev )
([source](https://togithub.com/garronej/tss-react )) | [`4.9.11` ->
`4.9.12`](https://renovatebot.com/diffs/npm/tss-react/4.9.11/4.9.12 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tss-react/4.9.12?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tss-react/4.9.12?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tss-react/4.9.11/4.9.12?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tss-react/4.9.11/4.9.12?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>garronej/tss-react (tss-react)</summary>
###
[`v4.9.12`](https://togithub.com/garronej/tss-react/releases/tag/v4.9.12 )
[Compare
Source](https://togithub.com/garronej/tss-react/compare/v4.9.11...v4.9.12 )
<!-- Release notes generated using configuration in .github/release.yaml
at refs/heads/main -->
**Full Changelog**:
https://github.com/garronej/tss-react/compare/v4.9.11...v4.9.12
</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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 18:53:49 +00:00
renovate[bot]
da3b6246a5
chore(deps): update dependency cypress to v13.13.2 ( #7812 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io )
([source](https://togithub.com/cypress-io/cypress )) | [`13.13.1` ->
`13.13.2`](https://renovatebot.com/diffs/npm/cypress/13.13.1/13.13.2 ) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.13.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.13.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.13.1/13.13.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.13.1/13.13.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v13.13.2`](https://togithub.com/cypress-io/cypress/releases/tag/v13.13.2 )
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.13.1...v13.13.2 )
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-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 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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 18:53:31 +00:00
renovate[bot]
eb9aeea8b2
chore(deps): update material-ui monorepo ( #7489 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/ )
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-icons-material ))
| [`5.15.3` ->
`5.16.6`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.16.6 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.15.3/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.15.3/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/ )
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-lab ))
| [`5.0.0-alpha.159` ->
`5.0.0-alpha.173`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.173 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2flab/5.0.0-alpha.173?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2flab/5.0.0-alpha.173?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.173?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.173?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/material](https://mui.com/material-ui/ )
([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-material ))
| [`5.15.3` ->
`5.16.6`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.16.6 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.3/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.3/5.16.6?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/ )
([source](https://togithub.com/mui/mui-x/tree/HEAD/packages/x-date-pickers ))
| [`7.7.1` ->
`7.12.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.7.1/7.12.0 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.12.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.12.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.7.1/7.12.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.7.1/7.12.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.16.6`](https://togithub.com/mui/material-ui/releases/tag/v5.16.6 )
[Compare
Source](https://togithub.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://togithub.com/mui/material-ui/issues/43059 ))
[@​anuujj](https://togithub.com/anuujj )
##### Docs
- \[material-ui]\[Card] Update CardMedia description
([#​43121](https://togithub.com/mui/material-ui/issues/43121 ))
[@​shahzaibdev1](https://togithub.com/shahzaibdev1 )
- \[material-ui] Replace deprecated `<ListItem button/>` with
`ListItemButton` component in routing libraries list example
([#​43114](https://togithub.com/mui/material-ui/issues/43114 ))
[@​aliharis99](https://togithub.com/aliharis99 )
- \[material-ui]\[Snackbar] Improve close `reason` type in demos
([#​43105](https://togithub.com/mui/material-ui/issues/43105 ))
[@​sai6855](https://togithub.com/sai6855 )
##### Core
- \[code-infra] Use the same CI names on master & next
([#​43064](https://togithub.com/mui/material-ui/issues/43064 ))
[@​mnajdova](https://togithub.com/mnajdova )
All contributors of this release in alphabetical order:
[@​aliharis99](https://togithub.com/aliharis99 ),
[@​anuujj](https://togithub.com/anuujj ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​sai6855](https://togithub.com/sai6855 ),
[@​shahzaibdev1](https://togithub.com/shahzaibdev1 )
###
[`v5.16.5`](https://togithub.com/mui/material-ui/releases/tag/v5.16.5 )
[Compare
Source](https://togithub.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://togithub.com/mui/types )
([@​mnajdova](https://togithub.com/mnajdova ))
([#​43047](https://togithub.com/mui/material-ui/issues/43047 ))
[@​mnajdova](https://togithub.com/mnajdova )
##### Docs
- <!-- 4 -->\[material-ui]\[joy-ui]\[Autocomplete] Fix `Hint` demo
([@​ManthanGajjar](https://togithub.com/ManthanGajjar ))
([#​43039](https://togithub.com/mui/material-ui/issues/43039 ))
[@​ManthanGajjar](https://togithub.com/ManthanGajjar )
- <!-- 3 -->Fix CHANGELOG convention
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 2 -->\[material-ui] Fix broken image links in blog template on
master branch
([#​42969](https://togithub.com/mui/material-ui/issues/42969 ))
[@​navedqb](https://togithub.com/navedqb )
All contributors of this release in alphabetical order:
[@​ManthanGajjar](https://togithub.com/ManthanGajjar ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​navedqb](https://togithub.com/navedqb ),
[@​oliviertassinari](https://togithub.com/oliviertassinari )
**Full Changelog**:
https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5
###
[`v5.16.4`](https://togithub.com/mui/material-ui/releases/tag/v5.16.4 )
[Compare
Source](https://togithub.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://togithub.com/mui/material-ui/issues/42967 ))
[@​mnajdova](https://togithub.com/mnajdova )
All contributors of this release in alphabetical order:
[@​mnajdova](https://togithub.com/mnajdova )
###
[`v5.16.3`](https://togithub.com/mui/material-ui/releases/tag/v5.16.3 )
[Compare
Source](https://togithub.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://togithub.com/mui/material-ui/issues/42959 ))
[@​mnajdova](https://togithub.com/mnajdova )
##### Docs
- <!-- 3 -->\[material-ui]\[Autocomplete] Add instructions about
`autosuggest-highlight` dependency
([#​42953](https://togithub.com/mui/material-ui/issues/42953 ))
[@​HoFa1997](https://togithub.com/HoFa1997 )
- <!-- 2 -->Move feedback from Canny to GitHub
[@​oliviertassinari](https://togithub.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​HoFa1997](https://togithub.com/HoFa1997 ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​oliviertassinari](https://togithub.com/oliviertassinari )
###
[`v5.16.2`](https://togithub.com/mui/material-ui/releases/tag/v5.16.2 )
[Compare
Source](https://togithub.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://togithub.com/mui/base )
([@​mnajdova](https://togithub.com/mnajdova ))
([#​42917](https://togithub.com/mui/material-ui/issues/42917 ))
[@​mnajdova](https://togithub.com/mnajdova )
##### Core
- <!-- 1 -->\[website] Sync /about page
[@​oliviertassinari](https://togithub.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​mnajdova](https://togithub.com/mnajdova ),
[@​oliviertassinari](https://togithub.com/oliviertassinari )
###
[`v5.16.1`](https://togithub.com/mui/material-ui/releases/tag/v5.16.1 )
[Compare
Source](https://togithub.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://togithub.com/mui/material-ui/issues/42713 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
##### `@mui/joy@5.0.0-beta.48`
- \[Autocomplete] Fix React spread key warning
([#​42856](https://togithub.com/mui/material-ui/issues/42856 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
##### Docs
- \[material-ui] Fix React 18.3 key spread warnings in Autocomplete
demos
([#​42854](https://togithub.com/mui/material-ui/issues/42854 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[material-ui] Fix type error in virtualized table demo
([#​42852](https://togithub.com/mui/material-ui/issues/42852 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- Fix typos ([@​omahs](https://togithub.com/omahs ))
([#​42888](https://togithub.com/mui/material-ui/issues/42888 ))
[@​omahs](https://togithub.com/omahs )
- Fix 301
[@​oliviertassinari](https://togithub.com/oliviertassinari )
##### Core
- \[core] Bump React to 18.3.1
([#​42846](https://togithub.com/mui/material-ui/issues/42846 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[core] Remove react-test-renderer
([#​42853](https://togithub.com/mui/material-ui/issues/42853 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[core] Replace enzyme in describeConformance
([#​42847](https://togithub.com/mui/material-ui/issues/42847 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[test] Remove enzyme
([#​42850](https://togithub.com/mui/material-ui/issues/42850 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[test] Remove createMount test util
([#​42849](https://togithub.com/mui/material-ui/issues/42849 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[base-ui] Fix React spread key warning in test
([#​42855](https://togithub.com/mui/material-ui/issues/42855 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[styles]\[withStyles] Expect React defaultProps warning in test
([#​42752](https://togithub.com/mui/material-ui/issues/42752 ))
([#​42851](https://togithub.com/mui/material-ui/issues/42851 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://togithub.com/aarongarciah ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​omahs](https://togithub.com/omahs ),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
###
[`v5.16.0`](https://togithub.com/mui/material-ui/releases/tag/v5.16.0 )
[Compare
Source](https://togithub.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://togithub.com/mui/material-ui/issues/42829 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
##### `@mui/material@5.16.0`
- \[Alert] Add ability to override slot props
([@​alexey-kozlenkov](https://togithub.com/alexey-kozlenkov ))
([#​42808](https://togithub.com/mui/material-ui/issues/42808 ))
[@​alexey-kozlenkov](https://togithub.com/alexey-kozlenkov )
- Add `InitColorSchemeScript` for Next.js App Router
([#​42829](https://togithub.com/mui/material-ui/issues/42829 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- Add `DefaultPropsProvider`
([#​42820](https://togithub.com/mui/material-ui/issues/42820 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- Support `CssVarsTheme` in `responsiveFontSizes` return type
([@​jxdp](https://togithub.com/jxdp ))
([#​42806](https://togithub.com/mui/material-ui/issues/42806 ))
[@​jxdp](https://togithub.com/jxdp )
- Remove warning from `getInitColorSchemeScript`
([#​42838](https://togithub.com/mui/material-ui/issues/42838 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
##### Docs
- \[docs] Fix 301 MDN redirections
[@​oliviertassinari](https://togithub.com/oliviertassinari )
##### Core
- \[mui-utils]\[test] Remove usages of deprecated react-dom APIs
([@​aarongarciah](https://togithub.com/aarongarciah ))
([#​42813](https://togithub.com/mui/material-ui/issues/42813 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://togithub.com/aarongarciah ),
[@​alexey-kozlenkov](https://togithub.com/alexey-kozlenkov ),
[@​jxdp](https://togithub.com/jxdp ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​siriwatknp](https://togithub.com/siriwatknp )
###
[`v5.15.21`](https://togithub.com/mui/material-ui/releases/tag/v5.15.21 )
[Compare
Source](https://togithub.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://togithub.com/DiegoAndai ))
([#​42709](https://togithub.com/mui/material-ui/issues/42709 ))
[@​DiegoAndai](https://togithub.com/DiegoAndai )
- \[Stepper] Generate class for `nonLinear` prop
([@​alexismo](https://togithub.com/alexismo ))
([#​42677](https://togithub.com/mui/material-ui/issues/42677 ))
[@​alexismo](https://togithub.com/alexismo )
##### Docs
- Use new email for sponsoring
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- Fix 301 links
([@​alexfauquette](https://togithub.com/alexfauquette ))
([#​42700](https://togithub.com/mui/material-ui/issues/42700 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value
([@​Danielkhakbaz](https://togithub.com/Danielkhakbaz ))
([#​42696](https://togithub.com/mui/material-ui/issues/42696 ))
[@​Danielkhakbaz](https://togithub.com/Danielkhakbaz )
- \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings
in demos
([#​42766](https://togithub.com/mui/material-ui/issues/42766 ))
[@​wbt](https://togithub.com/wbt )
- \[material-ui] Fix sign in side image
([#​42708](https://togithub.com/mui/material-ui/issues/42708 ))
[@​zanivan](https://togithub.com/zanivan )
- \[website] Add Ale to team
([#​42769](https://togithub.com/mui/material-ui/issues/42769 ))
[@​alelthomas](https://togithub.com/alelthomas )
##### Core
- \[core] Cherry pick pnpm updates
([#​42763](https://togithub.com/mui/material-ui/issues/42763 ))
[@​DiegoAndai](https://togithub.com/DiegoAndai )
- \[website] Add Armin to the team members
([@​arminmeh](https://togithub.com/arminmeh ))
([#​42681](https://togithub.com/mui/material-ui/issues/42681 ))
[@​arminmeh](https://togithub.com/arminmeh )
- \[website] Open Staff Engineer role for Pigment CSS
([@​mnajdova](https://togithub.com/mnajdova ))
([#​42669](https://togithub.com/mui/material-ui/issues/42669 ))
[@​mnajdova](https://togithub.com/mnajdova )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette ),
[@​alexismo](https://togithub.com/alexismo ),
[@​arminmeh](https://togithub.com/arminmeh ),
[@​Danielkhakbaz](https://togithub.com/Danielkhakbaz ),
[@​DiegoAndai](https://togithub.com/DiegoAndai ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​oliviertassinari](https://togithub.com/oliviertassinari )
###
[`v5.15.20`](https://togithub.com/mui/material-ui/releases/tag/v5.15.20 )
[Compare
Source](https://togithub.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://togithub.com/ZeeshanTamboli ))
([#​42535](https://togithub.com/mui/material-ui/issues/42535 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
- <!-- 07 -->\[Tab] Fix applying `iconWrapper` styles from theme and
update its description ([@​sai6855](https://togithub.com/sai6855 ))
([#​42570](https://togithub.com/mui/material-ui/issues/42570 ))
[@​sai6855](https://togithub.com/sai6855 )
##### `@mui/utils@5.15.15`
- <!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled`
([@​iammminzzy](https://togithub.com/iammminzzy ))
([#​42571](https://togithub.com/mui/material-ui/issues/42571 ))
[@​iammminzzy](https://togithub.com/iammminzzy )
- <!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in
`deepmerge`
([#​41652](https://togithub.com/mui/material-ui/issues/41652 ))
([#​42608](https://togithub.com/mui/material-ui/issues/42608 ))
[@​DiegoAndai](https://togithub.com/DiegoAndai )
##### Docs
- <!-- 16 -->\[docs] Add Pigment CSS and Base UI logos SVGs
([#​42513](https://togithub.com/mui/material-ui/issues/42513 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 15 -->\[docs] Update twitter.com to x.com
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 14 -->\[docs] Simplify Example projects page
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 13 -->\[material-ui] Add docs for complementary stepper
components ([@​anle9650](https://togithub.com/anle9650 ))
([#​42613](https://togithub.com/mui/material-ui/issues/42613 ))
[@​anle9650](https://togithub.com/anle9650 )
- <!-- 12 -->\[docs] Add changelog section to the design kits page
([@​danilo-leal](https://togithub.com/danilo-leal ))
([#​42463](https://togithub.com/mui/material-ui/issues/42463 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 11 -->\[material-ui] Fix sentence in the All components page
([@​danilo-leal](https://togithub.com/danilo-leal ))
([#​42462](https://togithub.com/mui/material-ui/issues/42462 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 10 -->\[material-ui] Update Figma design kit doc redirect link
([@​danilo-leal](https://togithub.com/danilo-leal ))
([#​42456](https://togithub.com/mui/material-ui/issues/42456 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 09 -->\[system] Add "dynamic values" section to sx prop page
([@​aarongarciah](https://togithub.com/aarongarciah ))
([#​42453](https://togithub.com/mui/material-ui/issues/42453 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
##### Core
- <!-- 18 -->\[website] Move the `React Engineer - X` role to future
roles
([#​42532](https://togithub.com/mui/material-ui/issues/42532 ))
[@​DanailH](https://togithub.com/DanailH )
- <!-- 08 -->\[examples] Remove Pigment CSS examples
([#​42538](https://togithub.com/mui/material-ui/issues/42538 ))
[@​sai6855](https://togithub.com/sai6855 )
- <!-- 05 -->\[website] Close Developer Advocate / Content Engineer
role [@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 04 -->\[website] Update DoiT description and link in Sponsors
section ([@​erezstmn-doit](https://togithub.com/erezstmn-doit ))
([#​42511](https://togithub.com/mui/material-ui/issues/42511 ))
[@​erezstmn-doit](https://togithub.com/erezstmn-doit )
- <!-- 03 -->\[website] Clean up the docs-infra job ad
([@​danilo-leal](https://togithub.com/danilo-leal ))
([#​42509](https://togithub.com/mui/material-ui/issues/42509 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 02 -->\[website] Open the Docs-infra engineer role
([@​danilo-leal](https://togithub.com/danilo-leal ))
([#​42496](https://togithub.com/mui/material-ui/issues/42496 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 01 -->\[website] Fix locationCountry in about page
[@​oliviertassinari](https://togithub.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://togithub.com/aarongarciah ),
[@​anle9650](https://togithub.com/anle9650 ),
[@​DanailH](https://togithub.com/DanailH ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​erezstmn-doit](https://togithub.com/erezstmn-doit ),
[@​iammminzzy](https://togithub.com/iammminzzy ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​sai6855](https://togithub.com/sai6855 ),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
###
[`v5.15.19`](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19 )
###
[`v5.15.18`](https://togithub.com/mui/material-ui/releases/tag/v5.15.18 )
[Compare
Source](https://togithub.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://togithub.com/TahaRhidouani ))
([#​42176](https://togithub.com/mui/material-ui/issues/42176 ))
[@​github-actions](https://togithub.com/github-actions )\[bot]
- <!-- 3 -->\[ToggleButtonGroup] Add missing `selected` class in
ToggleButtonGroupClasses type
([@​tarunrajput](https://togithub.com/tarunrajput ))
([#​42250](https://togithub.com/mui/material-ui/issues/42250 ))
[@​github-actions](https://togithub.com/github-actions )\[bot]
##### Docs
- <!-- 4 -->\[docs] Fix 301 to Figma
[@​oliviertassinari](https://togithub.com/oliviertassinari )
##### Core
- <!-- 5 -->\[blog] Introducing Pigment CSS blog post
([#​42198](https://togithub.com/mui/material-ui/issues/42198 ))
([#​42255](https://togithub.com/mui/material-ui/issues/42255 ))
[@​samuelsycamore](https://togithub.com/samuelsycamore )
- <!-- 2 -->\[website] Add redirection for talk
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 1 -->\[website] Adds Arthur Balduini team info
([@​arthurbalduini](https://togithub.com/arthurbalduini ))
([#​42226](https://togithub.com/mui/material-ui/issues/42226 ))
[@​github-actions](https://togithub.com/github-actions )\[bot]
All contributors of this release in alphabetical order:
[@​arthurbalduini](https://togithub.com/arthurbalduini ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​samuelsycamore](https://togithub.com/samuelsycamore ),
[@​TahaRhidouani](https://togithub.com/TahaRhidouani ),
[@​tarunrajput](https://togithub.com/tarunrajput )
###
[`v5.15.17`](https://togithub.com/mui/material-ui/compare/v5.15.16...v5.15.17 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.16...v5.15.17 )
###
[`v5.15.16`](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16 )
###
[`v5.15.15`](https://togithub.com/mui/material-ui/releases/tag/v5.15.15 )
[Compare
Source](https://togithub.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://togithub.com/mui/material-ui/issues/41677 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
- \[RadioGroup] Apply classnames
([#​41681](https://togithub.com/mui/material-ui/issues/41681 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
##### `@mui/system@5.15.15`
- Fix typo to avoid infinite recursion in function call
([#​41678](https://togithub.com/mui/material-ui/issues/41678 ))
[@​ZeeshanTamboli](https://togithub.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://togithub.com/mui/material-ui/issues/41679 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
- \[material-ui] Remove deleted page from the sidenav
([#​41594](https://togithub.com/mui/material-ui/issues/41594 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[material-ui] Fix typo in CSS theme variables customization
([#​41680](https://togithub.com/mui/material-ui/issues/41680 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
- Continue migration of Base UI to sperate repository
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- Add notification for MUI X v7 blog post
([#​41587](https://togithub.com/mui/material-ui/issues/41587 ))
([#​41605](https://togithub.com/mui/material-ui/issues/41605 ))
[@​cherniavskii](https://togithub.com/cherniavskii )
- Update the versions dropdown to show v6
([#​41557](https://togithub.com/mui/material-ui/issues/41557 ))
[@​mnajdova](https://togithub.com/mnajdova )
##### Core
- \[blog] Link to Romain's blog post in MUI X v7 announcement post
([#​41641](https://togithub.com/mui/material-ui/issues/41641 ))
[@​cherniavskii](https://togithub.com/cherniavskii )
- \[blog] Blog post with MUI X v7.0.0 annoucement
([#​41563](https://togithub.com/mui/material-ui/issues/41563 ))
([#​41604](https://togithub.com/mui/material-ui/issues/41604 ))
[@​cherniavskii](https://togithub.com/cherniavskii )
- \[blog] Add post about remote
([#​41565](https://togithub.com/mui/material-ui/issues/41565 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[core] Continue rename of Toolpad
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs-infra] Add Toolpad product/category IDs to types
([#​41551](https://togithub.com/mui/material-ui/issues/41551 ))
[@​bharatkashyap](https://togithub.com/bharatkashyap )
- \[website] Add Aarón to About Us
([#​41747](https://togithub.com/mui/material-ui/issues/41747 ))
[@​aarongarciah](https://togithub.com/aarongarciah )
- \[website] Add stray design adjustments throughout the site
([#​41642](https://togithub.com/mui/material-ui/issues/41642 ))
[@​mnajdova](https://togithub.com/mnajdova )
- \[website] Update pricing table
([#​41606](https://togithub.com/mui/material-ui/issues/41606 ))
[@​cherniavskii](https://togithub.com/cherniavskii )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://togithub.com/aarongarciah ),
[@​bharatkashyap](https://togithub.com/bharatkashyap ),
[@​cherniavskii](https://togithub.com/cherniavskii ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
###
[`v5.15.14`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51514 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.13...v5.15.14 )
<!-- generated comparing v5.15.13..master -->
*Mar 18, 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.13`
- \[Accordion] Convert to support CSS extraction
([#​41221](https://togithub.com/mui/material-ui/issues/41221 ))
[@​mnajdova](https://togithub.com/mnajdova )
- <!-- 24 -->\[Autocomplete] Convert to support CSS extraction
([#​40330](https://togithub.com/mui/material-ui/issues/40330 ))
[@​mnajdova](https://togithub.com/mnajdova )
- <!-- 06 -->\[Slider] Convert to support CSS extraction
([#​41201](https://togithub.com/mui/material-ui/issues/41201 ))
[@​mnajdova](https://togithub.com/mnajdova )
- <!-- 07 -->\[Select] Fix variant type
([#​41405](https://togithub.com/mui/material-ui/issues/41405 ))
[@​sai6855](https://togithub.com/sai6855 )
- <!-- 09 -->\[typescript] Use interface instead of type for props
([#​41500](https://togithub.com/mui/material-ui/issues/41500 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
##### `@pigment-css/react@0.0.3`
- <!-- 03 -->Add Box component
([#​41451](https://togithub.com/mui/material-ui/issues/41451 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
##### `pigment-css/nextjs-plugin@0.0.3`
- <!-- 04 -->Fix alias resolver
([#​41494](https://togithub.com/mui/material-ui/issues/41494 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 05 -->Follow-up to
[#​41494](https://togithub.com/mui/material-ui/issues/41494 )
([#​41502](https://togithub.com/mui/material-ui/issues/41502 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
##### Docs
- <!-- 12 -->\[joy-ui] Add UI improvements to the side navigation demo
([#​41461](https://togithub.com/mui/material-ui/issues/41461 ))
[@​cipherlogs](https://togithub.com/cipherlogs )
- <!-- 11 -->\[pigment-css] Add media query guide
([#​41473](https://togithub.com/mui/material-ui/issues/41473 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- <!-- 10 -->\[pigment-css] Fixing location of the ExtendTheme type in
the docs
([#​41499](https://togithub.com/mui/material-ui/issues/41499 ))
[@​jherr](https://togithub.com/jherr )
- <!-- 08 -->\[material-ui]\[Progress] Add Circular progress gradient
demo from Github comment
([#​40559](https://togithub.com/mui/material-ui/issues/40559 ))
[@​DiegoAndai](https://togithub.com/DiegoAndai )
##### Core
- <!-- 23 -->\[blog] Bringing consistency to Material UI customization
APIs
([#​41040](https://togithub.com/mui/material-ui/issues/41040 ))
[@​DiegoAndai](https://togithub.com/DiegoAndai )
- <!-- 22 -->\[code-infra] Rename
[@​mui-internal/docs-utils](https://togithub.com/mui-internal/docs-utils )
to
[@​mui/internal-docs-utils](https://togithub.com/mui/internal-docs-utils )
([#​41498](https://togithub.com/mui/material-ui/issues/41498 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 21 -->\[code-infra] Copy translations.json to
[@​mui/docs](https://togithub.com/mui/docs ) build folder
([#​41472](https://togithub.com/mui/material-ui/issues/41472 ))
[@​Janpot](https://togithub.com/Janpot )
- <!-- 20 -->\[core] Use Circle CI context
([#​41532](https://togithub.com/mui/material-ui/issues/41532 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 19 -->\[core] Fix CHANGELOG format and update date
([#​41481](https://togithub.com/mui/material-ui/issues/41481 ))
[@​DiegoAndai](https://togithub.com/DiegoAndai )
- <!-- 18 -->\[docs] Fix useStorageState regressions
([#​41223](https://togithub.com/mui/material-ui/issues/41223 ))
[@​Janpot](https://togithub.com/Janpot )
- <!-- 17 -->\[docs] Fix some Vale errors
([#​41516](https://togithub.com/mui/material-ui/issues/41516 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 15 -->\[material-ui]\[docs] Fix landing page template's h1 size
([#​41543](https://togithub.com/mui/material-ui/issues/41543 ))
[@​zanivan](https://togithub.com/zanivan )
- <!-- 14 -->\[material-ui]\[docs] Apply new code header docs feature
([#​41508](https://togithub.com/mui/material-ui/issues/41508 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 11 -->\[material-next] Drop the package
([#​41544](https://togithub.com/mui/material-ui/issues/41544 ))
[@​mnajdova](https://togithub.com/mnajdova )
- <!-- 16 -->\[docs-infra] Fail CI on Vale error
([#​40944](https://togithub.com/mui/material-ui/issues/40944 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 15 -->\[docs-infra] Improve Vale config
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 14 -->\[docs-infra] Add a feature list "component"
([#​41484](https://togithub.com/mui/material-ui/issues/41484 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 13 -->\[docs-infra] Add code block header classes
([#​41487](https://togithub.com/mui/material-ui/issues/41487 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 21 -->\[docs-infra] Make the Algolia search input label
invisible
([#​41542](https://togithub.com/mui/material-ui/issues/41542 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 03 -->\[website] Improve navbar's items hover state
([#​41535](https://togithub.com/mui/material-ui/issues/41535 ))
[@​EyaOuenniche](https://togithub.com/EyaOuenniche )
- <!-- 02 -->\[website] Split Toolpad documentation
([#​41316](https://togithub.com/mui/material-ui/issues/41316 ))
[@​bharatkashyap](https://togithub.com/bharatkashyap )
- <!-- 01 -->\[website] Use MUI X Data Grid v7-beta
([#​41276](https://togithub.com/mui/material-ui/issues/41276 ))
[@​cherniavskii](https://togithub.com/cherniavskii )
All contributors of this release in alphabetical order:
[@​bharatkashyap](https://togithub.com/bharatkashyap ),
[@​brijeshb42](https://togithub.com/brijeshb42 ),
[@​cherniavskii](https://togithub.com/cherniavskii ),
[@​cipherlogs](https://togithub.com/cipherlogs ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​DiegoAndai](https://togithub.com/DiegoAndai ),
[@​EyaOuenniche](https://togithub.com/EyaOuenniche ),
[@​Janpot](https://togithub.com/Janpot ),
[@​jherr](https://togithub.com/jherr ),
[@​michaldudak](https://togithub.com/michaldudak ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​sai6855](https://togithub.com/sai6855 ),
[@​siriwatknp](https://togithub.com/siriwatknp ),
[@​zanivan](https://togithub.com/zanivan )
###
[`v5.15.13`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51513 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.12...v5.15.13 )
<!-- generated comparing v5.15.12..master -->
*Mar 12, 2024*
A big thanks to the 15 contributors who made this release possible. Here
are some highights ✨
- The Material UI free Checkout template got a design uplift
([#​41447](https://togithub.com/mui/material-ui/issues/41447 ))
[@​zanivan](https://togithub.com/zanivan )
##### `@mui/material@5.15.13`
- \[Alert] Add `slots` and `slotProps` type to theme
([#​41324](https://togithub.com/mui/material-ui/issues/41324 ))
[@​sai6855](https://togithub.com/sai6855 )
- \[Autocomplete] Fix the options list being added to the DOM in
`freeSolo` mode even when there are no options, causing style problems
([#​41300](https://togithub.com/mui/material-ui/issues/41300 ))
[@​rakeshmusturi](https://togithub.com/rakeshmusturi )
- Add `paperChannel` token
([#​41447](https://togithub.com/mui/material-ui/issues/41447 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[Switch] Convert to support CSS extraction
([#​41367](https://togithub.com/mui/material-ui/issues/41367 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[Tooltip] Support event handlers with extra parameters
([#​41320](https://togithub.com/mui/material-ui/issues/41320 ))
[@​LukasTy](https://togithub.com/LukasTy )
##### `@mui/system@5.15.13`
- \[RtlProvider] Add component & hook
([#​41241](https://togithub.com/mui/material-ui/issues/41241 ))
[@​mnajdova](https://togithub.com/mnajdova )
##### `@mui/utils@5.15.13`
- \[utils] Fix visually hidden styles' margin unit
([#​41477](https://togithub.com/mui/material-ui/issues/41477 ))
[@​michaldudak](https://togithub.com/michaldudak )
##### `@mui/codemod@5.15.13`
- Fix merging of slotProps and componentProps
([#​41323](https://togithub.com/mui/material-ui/issues/41323 ))
[@​sai6855](https://togithub.com/sai6855 )
##### `@mui/base@5.0.0-beta.39`
- \[material-ui]\[joy-ui]\[Autocomplete] Keep in sync highlighted index
when the option still exists
([#​41306](https://togithub.com/mui/material-ui/issues/41306 ))
[@​CGNonofr](https://togithub.com/CGNonofr )
- \[FormControl] Export `FormControlOwnerState` type from index
([#​41287](https://togithub.com/mui/material-ui/issues/41287 ))
[@​michaeldfoley](https://togithub.com/michaeldfoley )
- \[material-ui]\[TextareaAutosize] Fix inline style not getting applied
([#​41369](https://togithub.com/mui/material-ui/issues/41369 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
##### `@pigment-css/react@0.0.2`
- Handle more scenarios while transforming sx prop
([#​41372](https://togithub.com/mui/material-ui/issues/41372 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- Improve testing of fixtures
([#​41389](https://togithub.com/mui/material-ui/issues/41389 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- Fix `keyframes` serialize styles error
([#​41395](https://togithub.com/mui/material-ui/issues/41395 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- Use class selector instead of class value
([#​41442](https://togithub.com/mui/material-ui/issues/41442 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- \[next] Warn about unsupported turbo mode in Next.js
([#​41445](https://togithub.com/mui/material-ui/issues/41445 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
##### Docs
- \[material-ui] Refine checkout template
([#​40967](https://togithub.com/mui/material-ui/issues/40967 ))
[@​zanivan](https://togithub.com/zanivan )
- \[material-ui] Add docs for complementary List components
([#​41329](https://togithub.com/mui/material-ui/issues/41329 ))
[@​anle9650](https://togithub.com/anle9650 )
- \[material-ui] Add docs for complementary Dialog components
([#​41313](https://togithub.com/mui/material-ui/issues/41313 ))
[@​jwithington](https://togithub.com/jwithington )
- \[material-ui] Fix Templates live preview link
([#​41467](https://togithub.com/mui/material-ui/issues/41467 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[material-ui] Polish out the templates page
([#​41468](https://togithub.com/mui/material-ui/issues/41468 ))
[@​zanivan](https://togithub.com/zanivan )
- \[material-ui] Adjust the Templates card design
([#​41450](https://togithub.com/mui/material-ui/issues/41450 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[joy-ui] Remove unnecessary styles in color inversion footer demo
([#​41419](https://togithub.com/mui/material-ui/issues/41419 ))
[@​cipherlogs](https://togithub.com/cipherlogs )
- \[joy-ui] Update case studies chip background color
([#​41413](https://togithub.com/mui/material-ui/issues/41413 ))
[@​cipherlogs](https://togithub.com/cipherlogs )
- \[joy-ui] Remove wrong CSS prop from the Sign-in-side template
([#​41383](https://togithub.com/mui/material-ui/issues/41383 ))
[@​cipherlogs](https://togithub.com/cipherlogs )
- \[joy-ui] Fix broken link on the Color Inversion page
([#​41407](https://togithub.com/mui/material-ui/issues/41407 ))
[@​cipherlogs](https://togithub.com/cipherlogs )
- \[pigment] Add example and guide section
([#​41249](https://togithub.com/mui/material-ui/issues/41249 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[pigment-css] Brand name nonbreaking space
([#​41438](https://togithub.com/mui/material-ui/issues/41438 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[pigment-css] Fix import on the README
([#​41411](https://togithub.com/mui/material-ui/issues/41411 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[pigment-css] Edit starter template links on README
([#​41409](https://togithub.com/mui/material-ui/issues/41409 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[pigment-css] Tweak the examples and edit READMEs
([#​41408](https://togithub.com/mui/material-ui/issues/41408 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[pigment-css] Adjust the bit about CSS vars on the README
([#​41463](https://togithub.com/mui/material-ui/issues/41463 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- Finish brand name fixes
[#​41438](https://togithub.com/mui/material-ui/issues/41438 )
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- Remove noreferrer
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- Fix v4 docs <b> appearing in notifications
([#​41390](https://togithub.com/mui/material-ui/issues/41390 ))
[@​peterwangsc](https://togithub.com/peterwangsc )
- Update GitHub project links
([#​41370](https://togithub.com/mui/material-ui/issues/41370 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
##### Core
- \[pigment] Make all Pigment CSS packages public
([#​41404](https://togithub.com/mui/material-ui/issues/41404 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- \[pigment] Rename directories to match package names
([#​41453](https://togithub.com/mui/material-ui/issues/41453 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- \[pigment-css] Example fix leading spaces
([#​41439](https://togithub.com/mui/material-ui/issues/41439 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[code-infra] Add short note about e2e-website workflow schedule
([#​41355](https://togithub.com/mui/material-ui/issues/41355 ))
[@​Janpot](https://togithub.com/Janpot )
- \[code-infra] Add alias for icon types
([#​41248](https://togithub.com/mui/material-ui/issues/41248 ))
[@​Janpot](https://togithub.com/Janpot )
- \[code-infra] Reduce concurrency of typescript:ci further
([#​41392](https://togithub.com/mui/material-ui/issues/41392 ))
[@​Janpot](https://togithub.com/Janpot )
- \[code-infra] Reduce concurrency for test_types ci job
([#​41385](https://togithub.com/mui/material-ui/issues/41385 ))
[@​Janpot](https://togithub.com/Janpot )
- \[code-infra] Adapt API code generator to Base UI repo needs
([#​41475](https://togithub.com/mui/material-ui/issues/41475 ))
[@​michaldudak](https://togithub.com/michaldudak )
- \[docs-infra] Don't generate preview files for the templates
([#​41379](https://togithub.com/mui/material-ui/issues/41379 ))
[@​mnajdova](https://togithub.com/mnajdova )
- \[docs-infra] Fix pigment css apps path in the render mui demos script
([#​41476](https://togithub.com/mui/material-ui/issues/41476 ))
[@​mnajdova](https://togithub.com/mnajdova )
- \[docs-infra] move feedback to ESM
([#​41381](https://togithub.com/mui/material-ui/issues/41381 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- \[docs-infra] Improve color contrast throughout
([#​41387](https://togithub.com/mui/material-ui/issues/41387 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[docs-infra] Simplify Algolia crawler config
([#​41312](https://togithub.com/mui/material-ui/issues/41312 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[docs-infra] Adjust the tabs and layout selection design
([#​41084](https://togithub.com/mui/material-ui/issues/41084 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[blog] Update the Base UI post with links to dedicated repo
([#​41358](https://togithub.com/mui/material-ui/issues/41358 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[website] Update the Careers page role
([#​41384](https://togithub.com/mui/material-ui/issues/41384 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[website] Compress about images
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- \[website] Improve color contrast on the homepage
([#​41465](https://togithub.com/mui/material-ui/issues/41465 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- \[examples] Add pigment-css-vite-ts starter example
([#​41196](https://togithub.com/mui/material-ui/issues/41196 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- \[examples] Add pigment-css-nextjs-ts starter project
([#​41105](https://togithub.com/mui/material-ui/issues/41105 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette ),
[@​brijeshb42](https://togithub.com/brijeshb42 ),
[@​CGNonofr](https://togithub.com/CGNonofr ),
[@​cipherlogs](https://togithub.com/cipherlogs ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​Janpot](https://togithub.com/Janpot ),
[@​michaeldfoley](https://togithub.com/michaeldfoley ),
[@​mnajdova](https://togithub.com/mnajdova ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​peterwangsc](https://togithub.com/peterwangsc ),
[@​rakeshmusturi](https://togithub.com/rakeshmusturi ),
[@​sai6855](https://togithub.com/sai6855 ),
[@​siriwatknp](https://togithub.com/siriwatknp ),
[@​zanivan](https://togithub.com/zanivan ),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
###
[`v5.15.12`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51512 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.11...v5.15.12 )
<!-- generated comparing v5.15.11..master -->
*Mar 5, 2024*
A big thanks to the 21 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.
##### `@mui/material@5.15.12`
- <!-- 52 -->Support props callback type in theme variants
([#​40946](https://togithub.com/mui/material-ui/issues/40946 ))
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
- <!-- 50 -->\[Alert] Convert to support zero runtime
([#​41230](https://togithub.com/mui/material-ui/issues/41230 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- <!-- 49 -->\[Alert] Deprecate composed classes
([#​40688](https://togithub.com/mui/material-ui/issues/40688 ))
[@​DiegoAndai](https://togithub.com/DiegoAndai )
- <!-- 44 -->\[Button] Deprecate classes for v6
([#​40675](https://togithub.com/mui/material-ui/issues/40675 ))
[@​sai6855](https://togithub.com/sai6855 )
- <!-- 43 -->\[Checkbox] `large` size added in type
([#​34909](https://togithub.com/mui/material-ui/issues/34909 ))
[@​smox](https://togithub.com/smox )
- <!-- 42 -->\[Chip] Deprecate composed classes
([#​41235](https://togithub.com/mui/material-ui/issues/41235 ))
[@​sai6855](https://togithub.com/sai6855 )
- <!-- 41 -->\[Chip] Correct `deleteIconColorPrimary` and
`deleteIconColorSecondary` class descriptions
([#​41231](https://togithub.com/mui/material-ui/issues/41231 ))
[@​sai6855](https://togithub.com/sai6855 )
- <!-- 17 -->Remove unused dev dependency on
[@​mui/lab](https://togithub.com/mui/lab )
([#​41198](https://togithub.com/mui/material-ui/issues/41198 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 15 -->\[Slider] Deprecate components and componentProps props
for v6
([#​40777](https://togithub.com/mui/material-ui/issues/40777 ))
[@​lhilgert9](https://togithub.com/lhilgert9 )
##### `@mui/system@5.15.12`
- <!-- 16 -->\[pigment-css]\[material-ui] Render badge demos
([#​41353](https://togithub.com/mui/material-ui/issues/41353 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- <!-- 14 -->\[pigment-css] Update to latest wyw version
([#​41363](https://togithub.com/mui/material-ui/issues/41363 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 13 -->\[pigment-css] Rename scope to
[@​pigment-css](https://togithub.com/pigment-css )
([#​41354](https://togithub.com/mui/material-ui/issues/41354 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 12 -->\[pigment-css] Rename zero-runtime to pigmentcss
([#​41317](https://togithub.com/mui/material-ui/issues/41317 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 11 -->Fix createSpacing return type
([#​41318](https://togithub.com/mui/material-ui/issues/41318 ))
[@​matystroia](https://togithub.com/matystroia )
- <!-- 06 -->\[zero] Add support for styled tagged-template literals
([#​41268](https://togithub.com/mui/material-ui/issues/41268 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 05 -->\[zero] Set up Material UI migration demos
([#​41267](https://togithub.com/mui/material-ui/issues/41267 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- <!-- 04 -->\[zero] Move extendTheme to already existing
@​mui/zero-runtime/utils
([#​41254](https://togithub.com/mui/material-ui/issues/41254 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 03 -->\[zero] Remove `object` intersection from CSS Fallback
([#​41271](https://togithub.com/mui/material-ui/issues/41271 ))
[@​siriwatknp](https://togithub.com/siriwatknp )
- <!-- 02 -->\[zero] Minor wording changes in README
([#​41253](https://togithub.com/mui/material-ui/issues/41253 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
- <!-- 01 -->\[zero] Prepare zero-runtime packages for public release
([#​41226](https://togithub.com/mui/material-ui/issues/41226 ))
[@​brijeshb42](https://togithub.com/brijeshb42 )
##### `@mui/joy@5.0.0-beta.30`
- <!-- 48 -->\[joy-ui]\[Autocomplete] Fix text overflow in Chip
([#​40229](https://togithub.com/mui/material-ui/issues/40229 ))
[@​PunitSoniME](https://togithub.com/PunitSoniME )
##### Docs
- <!-- 47 -->\[base-ui] Update the docs post repo separation
([#​41328](https://togithub.com/mui/material-ui/issues/41328 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 34 -->Fix missing partner link
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 33 -->Update links to GitHub projects
([#​41297](https://togithub.com/mui/material-ui/issues/41297 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 32 -->Standardize WAI-ARIA referencest
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 31 -->Fix image layout shift when loading
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 23 -->\[joy-ui] Add stray adjustments throughout the docs
([#​41211](https://togithub.com/mui/material-ui/issues/41211 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 22 -->\[material-ui] Remove duplicated text at FAQ page
([#​41326](https://togithub.com/mui/material-ui/issues/41326 ))
[@​zanivan](https://togithub.com/zanivan )
- <!-- 21 -->\[material-ui] Fix color mode toggle of the landing page
template
([#​41293](https://togithub.com/mui/material-ui/issues/41293 ))
[@​zanivan](https://togithub.com/zanivan )
- <!-- 20 -->\[system] Tweak the Usage demos
([#​41242](https://togithub.com/mui/material-ui/issues/41242 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 19 -->\[zero] Add a Why section on the README
([#​41284](https://togithub.com/mui/material-ui/issues/41284 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
##### Core
- <!-- 51 -->Revert "\[utils] Port `useLocalStorageState` hook from
Toolpad
([#​41096](https://togithub.com/mui/material-ui/issues/41096 ))"
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 46 -->\[blog] Add post about how MUI uses Toolpad
([#​40172](https://togithub.com/mui/material-ui/issues/40172 ))
[@​prakhargupta1](https://togithub.com/prakhargupta1 )
- <!-- 45 -->\[blog] No bundled demos in blog posts
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 40 -->\[code-infra] Embed translations in the
[@​mui/docs](https://togithub.com/mui/docs ) package
([#​41246](https://togithub.com/mui/material-ui/issues/41246 ))
[@​Janpot](https://togithub.com/Janpot )
- <!-- 39 -->\[code-infra] Prepare the markdown package for publishing
([#​41240](https://togithub.com/mui/material-ui/issues/41240 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 38 -->\[code-infra] Unpin the version of docs-utils in scripts
([#​41232](https://togithub.com/mui/material-ui/issues/41232 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 37 -->\[core] Use runtime agnostic setTimeout type
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 36 -->\[core] Remove window. reference for common globals
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 35 -->\[core] Add a script to build all packages
([#​40631](https://togithub.com/mui/material-ui/issues/40631 ))
[@​michaldudak](https://togithub.com/michaldudak )
- <!-- 30 -->\[docs-infra] Fix missing non breaking spaces
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 29 -->\[docs-infra] Add design customizations to the disclosure
element
([#​41285](https://togithub.com/mui/material-ui/issues/41285 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 28 -->\[docs-infra] Adjust headings dark mode color
([#​41292](https://togithub.com/mui/material-ui/issues/41292 ))
[@​danilo-leal](https://togithub.com/danilo-leal )
- <!-- 27 -->\[docs-infra] Fix Stack Overflow breaking space
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 26 -->\[docs-infra] Fix product selector popup not closing on
route change
([#​41166](https://togithub.com/mui/material-ui/issues/41166 ))
[@​divyammadhok](https://togithub.com/divyammadhok )
- <!-- 25 -->\[docs-infra] Improve fix blank links ad
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 24 -->\[docs-infra] Support interfaces for X docs
([#​41069](https://togithub.com/mui/material-ui/issues/41069 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
- <!-- 18 -->\[infra] Adjust the links to search for issues
([#​41008](https://togithub.com/mui/material-ui/issues/41008 ))
[@​michelengelen](https://togithub.com/michelengelen )
- <!-- 10 -->\[website] Move the `React Engineer - xCharts` to `Next
roles` section
([#​41368](https://togithub.com/mui/material-ui/issues/41368 ))
[@​DanailH](https://togithub.com/DanailH )
- <!-- 09 -->\[website] Add James to About Us
([#​41362](https://togithub.com/mui/material-ui/issues/41362 ))
[@​atomiks](https://togithub.com/atomiks )
- <!-- 08 -->\[website] Polish Button outline primary medium
([#​41298](https://togithub.com/mui/material-ui/issues/41298 ))
[@​oliviertassinari](https://togithub.com/oliviertassinari )
- <!-- 07 -->\[website] Remove Heatmap chart from community plan on
pricing table
([#​41081](https://togithub.com/mui/material-ui/issues/41081 ))
[@​alexfauquette](https://togithub.com/alexfauquette )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://togithub.com/alexfauquette ),
[@​atomiks](https://togithub.com/atomiks ),
[@​brijeshb42](https://togithub.com/brijeshb42 ),
[@​DanailH](https://togithub.com/DanailH ),
[@​danilo-leal](https://togithub.com/danilo-leal ),
[@​DiegoAndai](https://togithub.com/DiegoAndai ),
[@​divyammadhok](https://togithub.com/divyammadhok ),
[@​Janpot](https://togithub.com/Janpot ),
[@​lhilgert9](https://togithub.com/lhilgert9 ),
[@​matystroia](https://togithub.com/matystroia ),
[@​michaldudak](https://togithub.com/michaldudak ),
[@​michelengelen](https://togithub.com/michelengelen ),
[@​mj12albert](https://togithub.com/mj12albert ),
[@​oliviertassinari](https://togithub.com/oliviertassinari ),
[@​prakhargupta1](https://togithub.com/prakhargupta1 ),
[@​PunitSoniME](https://togithub.com/PunitSoniME ),
[@​sai6855](https://togithub.com/sai6855 ),
[@​siriwatknp](https://togithub.com/siriwatknp ),
[@​smox](https://togithub.com/smox ),
[@​zanivan](https://togithub.com/zanivan ),
[@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli )
###
[`v5.15.11`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51511 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.10...v5.15.11 )
<!-- generated comparing v5.15.10..master -->
*Feb 21, 2024*
A big thanks to the 26 contributors who made this release possi
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 16:54:52 +00:00
Tymoteusz Czech
413da2aa27
fix: don't show link stubs in slack notifications ( #7810 )
...
Slack is trying to add not useful link previews
2024-08-08 15:29:42 +02:00
Alvin Bryan
274d314b28
chore: Fixed typo ( #7774 )
...
Looks like it got missed during the Great Feature Flag Renaming 😄
2024-08-08 13:53:33 +02:00
Mateusz Kwasniewski
b65e593c23
chore: remove featureLifecycle and featureLifecycleMetrics flags ( #7808 )
2024-08-08 13:45:23 +02:00
Mateusz Kwasniewski
fffed5d8dc
feat: filter out archived projects from the main project list ( #7803 )
2024-08-08 13:22:44 +02:00
Mateusz Kwasniewski
3fe385e127
chore: remove flagCreator flag ( #7807 )
2024-08-08 12:19:32 +02:00