Gastón Fournier
581c4b73e2
chore: disable failing test
2024-09-02 09:09:56 +02:00
Gastón Fournier
bb5aa64756
feat: display the build number as extra data ( #8022 )
...
## About the changes
Show the build number between parenthesis separated from the version.
When there's no build number:
![image](https://github.com/user-attachments/assets/408c6953-9af5-4c8d-88e2-50eb17016ee1 )
When there is:
![image](https://github.com/user-attachments/assets/b5481294-651a-422c-9699-b93b3d8cf4be )
2024-08-30 16:36:00 +02:00
Tymoteusz Czech
79fccbd8f3
refactor: ts checking conditionallyrender props ( #7840 )
...
Fix issues found by TS checking after removing ConditionallyRender
2024-08-30 13:39:11 +02:00
Tymoteusz Czech
a918590d1e
fix: boolean logic for feature last seen toolbar ( #8016 )
2024-08-30 13:23:08 +02:00
gitar-bot[bot]
b26fb8992d
[Gitar] Cleaning up stale flag: killInsightsUI with value false ( #8002 )
...
Co-authored-by: Gitar <noreply@gitar.co>
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2024-08-30 12:32:51 +02:00
Tymoteusz Czech
d626defc93
fix: project badge alignment ( #8019 )
2024-08-29 16:49:46 +02:00
Tymoteusz Czech
07abb60966
Feat/improve projects list ( #8018 )
2024-08-29 14:39:44 +00:00
Tymoteusz Czech
8b68a0657f
feat: projects list sorting ( #8011 )
...
Ability to sort projects.
2024-08-29 15:43:16 +02:00
Tymoteusz Czech
8923e28d83
feat: new project card ( #7992 )
2024-08-28 18:26:41 +02:00
gitar-bot[bot]
031a2e805a
[Gitar] Cleaning up stale flag: timeAgoRefactor with value true ( #7997 )
...
Co-authored-by: Gitar <noreply@gitar.co>
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2024-08-28 11:12:27 +00:00
Mateusz Kwasniewski
3a9b9e9e55
feat: fixed full mode navbar width ( #8001 )
2024-08-28 11:57:29 +02:00
Mateusz Kwasniewski
bed4f66fa2
feat: fixed full mode navbar width ( #7999 )
2024-08-28 11:07:55 +02:00
Mateusz Kwasniewski
d5e4544fad
feat: new in unleash summary text ( #7996 )
2024-08-28 10:30:03 +02:00
Mateusz Kwasniewski
c8f20196e0
feat: Signals preview img ( #7993 )
2024-08-28 08:24:12 +02:00
Mateusz Kwasniewski
09e619ee25
fix: copy strategy should always add a new strategy ( #7994 )
2024-08-28 08:23:30 +02:00
Mateusz Kwasniewski
c69036c5a9
feat: new in unleash tooltip ( #7991 )
2024-08-27 15:47:55 +02:00
Tymoteusz Czech
742504793c
refactor: make avatar group more customizable ( #7989 )
2024-08-27 14:37:45 +02:00
Tymoteusz Czech
25617f7a24
refactor: prepare project card iteration ( #7990 )
...
Copy/rename files in preparation for new ProjectCard iteration.
2024-08-27 14:11:07 +02:00
Jaanus Sellin
fc86f5b2fe
feat: align insights charts ( #7984 )
...
Now the left widget will use the same that as the last data point on the
right chart.
With this change, flags/users object never needs to be passed in.
**Next step is to remove the flags/users from the endpoint.**
Previous
![image](https://github.com/user-attachments/assets/b938e568-e32e-4ae8-beb9-d8de8aa2c5ec )
Now
![image](https://github.com/user-attachments/assets/182dfbbb-bf2e-42f9-a024-0c545c604f74 )
2024-08-27 11:06:08 +03:00
Mateusz Kwasniewski
07f9935433
feat: make hide nav info always visible ( #7981 )
2024-08-26 15:57:33 +02:00
Tymoteusz Czech
80a9591d37
Fix/metrics chip adhock improvement ( #7976 )
...
On flag metrics page
2024-08-26 12:28:21 +02:00
Jaanus Sellin
08b0bfe291
chore: move flags widget 2 widgets down ( #7977 )
...
Moving flags 2 widgets down
2024-08-23 16:35:39 +03:00
Jaanus Sellin
f7d5c8e12d
feat: introduce new icons for import/export ( #7970 )
...
We found good one for export from MUI, but needed to created similar one
for import.
![image](https://github.com/user-attachments/assets/f8ed2f07-5c8b-4829-a298-4b5e7311b059 )
2024-08-22 15:04:50 +03:00
gitar-bot[bot]
4615ff40ce
[Gitar] Cleaning up stale flag: resourceLimits with value true ( #7964 )
...
[![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-22 13:20:53 +02:00
Thomas Heartman
b0541a0af2
feat: add remaining resource usage to instance stats ( #7958 )
...
Updates the instance stats endpoint with
- maxEnvironmentStrategies
- maxConstraints
- maxConstraintValues
It adds the following rows to the front end table:
- segments (already in the payload, just not used for the table before)
- API tokens (separate rows for type, + one for total) (also existed
before, but wasn't listed)
- Highest number of strategies used for a single flag in a single
environment
- Highest number of constraints used on a single strategy
- Highest number of values used for a single constraint
![image](https://github.com/user-attachments/assets/57798f8e-c466-4590-820b-15afd3729243 )
2024-08-22 13:09:26 +02:00
Jaanus Sellin
cb8d689bd8
feat: command menu docs ( #7963 )
...
Also rebranded command bar to command menu, because that seems more
suitable.
Command bar is more like a horizontal/vertical list/bar of icons, like
sidebar. Command menu is more of a dropdown.
https://unleash-docs-git-command-docs-unleash-team.vercel.app/reference/command-menu
---------
Co-authored-by: melindafekete <melinda.fekete@getunleash.io>
2024-08-22 14:07:15 +03:00
Jaanus Sellin
4a4dafcc3f
chore: remove create feature component ( #7959 )
...
After we implemented new feature flag creation flow, this are not used
anymore.
Creation is now handled by **CreateFeatureDialog**.
Also edit component can be minified, because it does not need so many
fields anymore.
2024-08-22 11:30:41 +03:00
Melinda Fekete
341703978a
docs: Update projects docs ( #7941 )
2024-08-21 14:56:17 +02:00
gitar-bot[bot]
3a15fa7689
[Gitar] Cleaning up stale flag: integrationEvents with value true ( #7940 )
2024-08-21 14:25:24 +02:00
Mateusz Kwasniewski
2a13139215
fix: project owner name overflow ( #7949 )
2024-08-21 13:12:42 +02:00
Tymoteusz Czech
6c5ce52470
Refactor: Remove react-timeago
( #7943 )
...
Remove dependency 🫡
2024-08-21 12:03:03 +02:00
gitar-bot[bot]
43100f9561
Cleaning up stale flag: insightsV2 with value true ( #7896 )
...
Co-authored-by: Gitar <noreply@gitar.co>
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2024-08-21 12:01:35 +02:00
Mateusz Kwasniewski
ee1d8ee8cd
fix: misc fixes for project archive ( #7948 )
2024-08-21 10:34:13 +02:00
Mateusz Kwasniewski
51f61d5103
feat: prevent revive feature to archived project ( #7939 )
2024-08-20 15:09:37 +02:00
David Leek
37dd2ebc4c
fix: only show addon delete button when editing addons ( #7930 )
2024-08-20 14:36:27 +02:00
Tymoteusz Czech
0d97f8b7c1
fix: react-timeago issue ( #7936 )
2024-08-20 14:03:05 +02:00
Thomas Heartman
8e2ae6c6c7
fix: update the customer success email for limits ( #7933 )
...
The previously used email address doesn't actually exist 😳 It was taken
from the sketches and we just never verified it.
2024-08-20 11:58:25 +02:00
Tymoteusz Czech
c363fdcfc4
Expired invite link style ( #7928 )
2024-08-20 09:52:59 +02:00
Mateusz Kwasniewski
4e11e57f7f
feat: project actions count metric ( #7929 )
2024-08-20 09:46:39 +02:00
renovate[bot]
58f2b5ab1c
chore(deps): update dependency vite to v5.4.0 ( #7927 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vitejs.dev )
([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite )) |
[`5.3.5` -> `5.4.0`](https://renovatebot.com/diffs/npm/vite/5.3.5/5.4.0 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.3.5/5.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.3.5/5.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v5.4.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#540-2024-08-07 )
- fix(build): windows platform build output path error
([#​17818](https://togithub.com/vitejs/vite/issues/17818 ))
([6ae0615](6ae0615416
)),
closes [#​17818](https://togithub.com/vitejs/vite/issues/17818 )
- fix(deps): update launch-editor to consume fix for windows paths
([#​17828](https://togithub.com/vitejs/vite/issues/17828 ))
([cf2f90d](cf2f90d4b9
)),
closes [#​17828](https://togithub.com/vitejs/vite/issues/17828 )
- fix(ssr): fix `global` variable name conflict
([#​17809](https://togithub.com/vitejs/vite/issues/17809 ))
([6aa2206](6aa220607b
)),
closes [#​17809](https://togithub.com/vitejs/vite/issues/17809 )
- fix(worker): fix `importScripts` injection breaking iife code
([#​17827](https://togithub.com/vitejs/vite/issues/17827 ))
([bb4ba9f](bb4ba9f448
)),
closes [#​17827](https://togithub.com/vitejs/vite/issues/17827 )
- chore: bump typescript-eslint to v8
([#​17624](https://togithub.com/vitejs/vite/issues/17624 ))
([d1891fd](d1891fda02
)),
closes [#​17624](https://togithub.com/vitejs/vite/issues/17624 )
- chore(deps): update all non-major dependencies
([#​17820](https://togithub.com/vitejs/vite/issues/17820 ))
([bb2f8bb](bb2f8bb55f
)),
closes [#​17820](https://togithub.com/vitejs/vite/issues/17820 )
- perf(ssr): do a single-pass over AST with node cache arrays
([#​17812](https://togithub.com/vitejs/vite/issues/17812 ))
([81327eb](81327eb980
)),
closes [#​17812](https://togithub.com/vitejs/vite/issues/17812 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 00:19:08 +00:00
renovate[bot]
2d036451e6
chore(deps): update dependency @tanstack/react-table to v8.20.1 ( #7925 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tanstack/react-table](https://tanstack.com/table )
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table ))
| [`8.19.3` ->
`8.20.1`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.19.3/8.20.1 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-table/8.20.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-table/8.20.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-table/8.19.3/8.20.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-table/8.19.3/8.20.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>TanStack/table (@​tanstack/react-table)</summary>
###
[`v8.20.1`](https://togithub.com/TanStack/table/releases/tag/v8.20.1 )
[Compare
Source](https://togithub.com/TanStack/table/compare/v8.19.4...v8.20.1 )
Version 8.20.1 - 8/3/24, 10:29 PM
#### Changes
##### Fix
- id building was not consistent when using deep accessorKey (4754)
([#​5430](https://togithub.com/TanStack/table/issues/5430 ))
([`84cf73a`](https://togithub.com/TanStack/table/commit/84cf73a )) by
Roman Kozodoi
##### Docs
- fix link to row-models doc in guide/tables.md
([#​5467](https://togithub.com/TanStack/table/issues/5467 ))
([`55da0c3`](https://togithub.com/TanStack/table/commit/55da0c3 )) by
[@​0ctothorp](https://togithub.com/0ctothorp )
- Update columns.md
([#​5666](https://togithub.com/TanStack/table/issues/5666 ))
([`a8d1971`](https://togithub.com/TanStack/table/commit/a8d1971 )) by
squidjam
#### Packages
-
[@​tanstack/table-core](https://togithub.com/tanstack/table-core )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/angular-table](https://togithub.com/tanstack/angular-table )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/lit-table](https://togithub.com/tanstack/lit-table )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/qwik-table](https://togithub.com/tanstack/qwik-table )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/react-table](https://togithub.com/tanstack/react-table )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/solid-table](https://togithub.com/tanstack/solid-table )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/svelte-table](https://togithub.com/tanstack/svelte-table )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/vue-table](https://togithub.com/tanstack/vue-table )[@​8](https://togithub.com/8 ).20.1
-
[@​tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools )[@​8](https://togithub.com/8 ).20.1
###
[`v8.19.4`](https://togithub.com/TanStack/table/releases/tag/v8.19.4 )
[Compare
Source](https://togithub.com/TanStack/table/compare/v8.19.3...v8.19.4 )
Version 8.19.4 - 8/3/24, 8:50 PM
#### Changes
##### Fix
- getFacetedMinMaxValues default implementation sometimes returning
array of arrays
([#​5676](https://togithub.com/TanStack/table/issues/5676 ))
([`9d54b2e`](https://togithub.com/TanStack/table/commit/9d54b2e )) by
Vincent Rubinetti
##### Chore
- update [@​tanstack/config](https://togithub.com/tanstack/config )
([#​5678](https://togithub.com/TanStack/table/issues/5678 ))
([`dd210f9`](https://togithub.com/TanStack/table/commit/dd210f9 )) by
Lachlan Collins
- match-sorter-utils: fix JSDoc comment for rankItem
([#​5671](https://togithub.com/TanStack/table/issues/5671 ))
([`92ef946`](https://togithub.com/TanStack/table/commit/92ef946 )) by
Dayyan Smith
##### Ci
- Add autofix.yml
([#​5669](https://togithub.com/TanStack/table/issues/5669 ))
([`efba3b0`](https://togithub.com/TanStack/table/commit/efba3b0 )) by
Lachlan Collins
##### Docs
- update broken links in README
([#​5691](https://togithub.com/TanStack/table/issues/5691 ))
([`be8d0e7`](https://togithub.com/TanStack/table/commit/be8d0e7 )) by
eelpik
- typo in multi-sorting guide
([#​5686](https://togithub.com/TanStack/table/issues/5686 ))
([`2c74877`](https://togithub.com/TanStack/table/commit/2c74877 )) by
brokenrice
- fix typo on tables.md
([#​5681](https://togithub.com/TanStack/table/issues/5681 ))
([`a669e39`](https://togithub.com/TanStack/table/commit/a669e39 )) by
Rohit Dalal
- Clarify that getIsSomeRowsSelected return false if all rows are
selected
([#​5337](https://togithub.com/TanStack/table/issues/5337 ))
([`5f7ddd6`](https://togithub.com/TanStack/table/commit/5f7ddd6 )) by SMU
- angular-table: Update table-state.md
([#​5677](https://togithub.com/TanStack/table/issues/5677 ))
([`fe690df`](https://togithub.com/TanStack/table/commit/fe690df )) by
[@​nicklemmon](https://togithub.com/nicklemmon )
- Fix typo in documentation
([#​5673](https://togithub.com/TanStack/table/issues/5673 ))
([`7bf42dd`](https://togithub.com/TanStack/table/commit/7bf42dd )) by
Maxime Julian
- update the syntax highlighting for angular
([#​5668](https://togithub.com/TanStack/table/issues/5668 ))
([`e420d00`](https://togithub.com/TanStack/table/commit/e420d00 )) by
[@​mgechev](https://togithub.com/mgechev )
#### Packages
-
[@​tanstack/table-core](https://togithub.com/tanstack/table-core )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/match-sorter-utils](https://togithub.com/tanstack/match-sorter-utils )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/angular-table](https://togithub.com/tanstack/angular-table )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/lit-table](https://togithub.com/tanstack/lit-table )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/qwik-table](https://togithub.com/tanstack/qwik-table )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/react-table](https://togithub.com/tanstack/react-table )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/solid-table](https://togithub.com/tanstack/solid-table )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/svelte-table](https://togithub.com/tanstack/svelte-table )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/vue-table](https://togithub.com/tanstack/vue-table )[@​8](https://togithub.com/8 ).19.4
-
[@​tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools )[@​8](https://togithub.com/8 ).19.4
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 20:24:47 +00:00
gitar-bot[bot]
662c7ab4dc
[Gitar] Cleaning up stale flag: changeRequestPlayground with value true ( #7920 )
2024-08-19 15:33:55 +02:00
Tymoteusz Czech
004038e872
update project archive and revive dialogs ( #7918 )
2024-08-19 13:33:00 +00:00
Thomas Heartman
cf3379d0b3
fix: avoid awkward overlaps of group cards with lots of members, long project names, and small cards ( #7915 )
...
This PR updates the styling of the group cards to better handle edge
cases where you have a lot of assigned projects, long project names,
lots of members, etc.
In particular, it does the following things:
- aligns the avatars along the bottom of the card, so that even if
there's a lot of projects, the avatars stay close to the bottom edge
- adds word breaks for the project names, so that long names can break
when they need to
- adds some spacing between the two columns in the bottom row, so that
even when you they get close, they never quite touch.
Note: there is one more thing I'd like to address in a follow up: as
shown in the top row of the after image, there's some extra wrapping of
the first "This group has no users", even though it has the room to
grow. I'll keep looking into this and make a follow-up.
Before:
![image](https://github.com/user-attachments/assets/d612a1de-0aa7-4813-8e73-9345f449238d )
After:
![image](https://github.com/user-attachments/assets/a85308b3-dc42-4777-ab1e-4a89429507d2 )
2024-08-19 12:58:46 +00:00
Mateusz Kwasniewski
141720d9b8
feat: adjust archived card styling ( #7917 )
2024-08-19 14:22:58 +02:00
Mateusz Kwasniewski
2050cb0b76
feat: static link to archived flags in archived project ( #7913 )
2024-08-19 11:24:39 +02:00
renovate[bot]
044da6866c
chore(deps): update dependency @types/node to v20.14.15 ( #7910 )
...
[![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.14` ->
`20.14.15`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.14/20.14.15 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.15?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.15?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.14/20.14.15?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.14/20.14.15?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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 02:10:57 +00:00
renovate[bot]
eb19d0c7d5
chore(deps): update material-ui monorepo ( #7832 )
...
[![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.7`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.16.7 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.16.7?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.16.7?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.7?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.7?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.7`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.16.7 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.16.7?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.16.7?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.7?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.7?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.12.0` ->
`7.12.1`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.12.0/7.12.1 )
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.12.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.12.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.12.0/7.12.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.12.0/7.12.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.16.7`](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7 )
[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.16.6...v5.16.7 )
###
[`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/m
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-16 14:26:58 +00:00
Thomas Heartman
abd077aaf7
chore: add flags projectListImprovements
and useProjectReadModel
( #7905 )
...
These are both related to the work on the project list improvements
project.
The `projectListImprovements` flag will be used to enable disable the
new project list improvements.
The `useProjectReadModel` flag will be used to enable/disable the use
of the new project read model and is mostly a safety feature.
2024-08-16 11:54:11 +02:00
Tymoteusz Czech
b9ea24be8d
fix: orphaned token label only for items without projects ( #7901 )
...
Orphaned token label was incorrectly assigned.
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
2024-08-16 10:58:44 +02:00