1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-28 19:06:12 +01:00
Commit Graph

4263 Commits

Author SHA1 Message Date
Jaanus Sellin
e4af2fbcd5
feat: lead time for changes (#6592)
![image](https://github.com/Unleash/unleash/assets/964450/3b4d4ed7-6b8d-42b7-81ad-3f006eb1efca)
2024-03-18 16:22:06 +02:00
Nuno Góis
19ae9b5486
fix: project settings selected tab bug (#6590)
https://linear.app/unleash/issue/2-2034/project-settings-url-bug

This prevents a bug where the wrong tab would show as selected, only
present in an edge case where the project has the name of a settings
tab.
2024-03-18 14:02:29 +00:00
Christopher Kolstad
53354224fc
chore: Bump biome and configure husky (#6589)
Upgrades biome to 1.6.1, and updates husky pre-commit hook.

Most changes here are making type imports explicit.
2024-03-18 13:58:05 +01:00
Jaanus Sellin
f2c57f0fbd
feat: insights grid initial layout (#6591) 2024-03-18 14:50:25 +02:00
Fredrik Strand Oseberg
3621c7282d
feat: setup ff (#6532)
Setup feature flag for the new refactoring of the project overview page

---------

Co-authored-by: sjaanus <sellinjaanus@gmail.com>
2024-03-18 13:38:59 +02:00
Nuno Góis
a86b8d36b3
chore: redesign action configurations (#6588)
https://linear.app/unleash/issue/2-2050/redesign-action-definitions-oss

Depends on a PR on Enterprise that will provide a new endpoint with
action configurations.

We should also clean up the now unnecessary constants and hook.
2024-03-18 11:09:49 +00:00
Nuno Góis
fca6146b3a
fix: action select value (#6582)
This should fix the action select bug where it shows as empty when the
form loads.
2024-03-15 11:54:31 +00:00
gitar-bot[bot]
3d4aa4abcb
[Remix] Cleaning up stale feature flag: proPlanAutoCharge with value true (#6581) 2024-03-15 11:53:30 +02:00
dependabot[bot]
a037cdb450
chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /frontend (#6571)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.4 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35a517c586"><code>35a517c</code></a>
Release version 1.15.6 of the npm package.</li>
<li><a
href="c4f847f851"><code>c4f847f</code></a>
Drop Proxy-Authorization across hosts.</li>
<li><a
href="8526b4a1b2"><code>8526b4a</code></a>
Use GitHub for disclosure.</li>
<li><a
href="b1677ce001"><code>b1677ce</code></a>
Release version 1.15.5 of the npm package.</li>
<li><a
href="d8914f7982"><code>d8914f7</code></a>
Preserve fragment in responseUrl.</li>
<li>See full diff in <a
href="https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.15.4&new-version=1.15.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 10:19:54 +01:00
Mateusz Kwasniewski
59ee0b3bbe
feat: empty state application list improvements (#6579) 2024-03-15 10:02:43 +01:00
andreas-unleash
45634689f8
feat: average time to production chart (#6565)
Adds live data to TimeToProductionChart and AverageTimeToProduction
gauge.
Create a custom tooltip

Changes the interaction mode for tooltips as per @nicolaesocaciu pairing
session

Improvement:
Extract grouping by project to its own hook (3 charts that needed
grouped data where handling it independently.

<img width="1331" alt="Screenshot 2024-03-14 at 17 19 07"
src="https://github.com/Unleash/unleash/assets/104830839/199c556c-8264-46e3-9dd5-9a864588de1f">

Closes #
[1-2143](https://linear.app/unleash/issue/1-2143/time-to-production-total-aggregation)

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-15 10:37:02 +02:00
Mateusz Kwasniewski
4d78c6dadf
feat: application overview loading state (#6562) 2024-03-15 09:08:56 +01:00
andreas-unleash
26ad9fc3f4
Fix: insights beta badge (#6568)
Reuses the beta badge from insights
<img width="1448" alt="Screenshot 2024-03-14 at 18 01 42"
src="https://github.com/Unleash/unleash/assets/104830839/c85b6838-c120-471b-9ff3-440c4208dc53">

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-15 09:25:23 +02:00
renovate[bot]
dfdd9f0dd3
chore(deps): update dependency vanilla-jsoneditor to ^0.22.0 (#6577)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vanilla-jsoneditor](https://togithub.com/josdejong/svelte-jsoneditor)
| [`^0.21.0` ->
`^0.22.0`](https://renovatebot.com/diffs/npm/vanilla-jsoneditor/0.21.6/0.22.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vanilla-jsoneditor/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vanilla-jsoneditor/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vanilla-jsoneditor/0.21.6/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vanilla-jsoneditor/0.21.6/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>josdejong/svelte-jsoneditor (vanilla-jsoneditor)</summary>

###
[`v0.22.0`](https://togithub.com/josdejong/svelte-jsoneditor/blob/HEAD/CHANGELOG.md#0220-2024-03-01)

[Compare
Source](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.21.6...v0.22.0)

##### ⚠ BREAKING CHANGES

- The `onChange` callback is no longer triggered on programmatic changes
via a
two-way binded `content` or via methods `.update()`, `.set()`, and
`.patch()`.

##### Features

- do not trigger onChange on programmatic changes
([#&#8203;410](https://togithub.com/josdejong/svelte-jsoneditor/issues/410))
([201f602](201f6020c4))
- document the requirement for immutable changes in `content` (see
[#&#8203;318](https://togithub.com/josdejong/svelte-jsoneditor/issues/318))
([0545e64](0545e647b9))
- update dependencies (a.o. fixing an issue with wrapping tab indented
lines)
([1bd92e7](1bd92e73fb))

##### Bug Fixes

- add missing property `onSelect` to interface `JSONEditorPropsOptional`
([4087e3f](4087e3fa9e))
- improve the logic to determine whether a JSON document needs
formatting
([bb15bd1](bb15bd1d30))
- onCreateMenu and onCreateContextMenu possibly applying mutated changes
without returning
([da8fd60](da8fd6093d))

#####
[0.21.6](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.21.5...v0.21.6)
(2024-02-15)

##### Features

- upgrade `codemirror`, `jsonrepair`, `svelte`, `svelte-simple-modal`,
and dev dependencies
([3255741](3255741101))

##### Bug Fixes

- improve the logic to determine whether a JSON document needs
formatting
([0ca8a49](0ca8a493e4))
- type definition of `JSONEditorPropsOptional.flattenColumns`
([3a28757](3a28757a08))
- type definition of RenderMenuContext.mode
([51a7133](51a7133778))

#####
[0.21.5](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.21.4...v0.21.5)
(2024-02-05)

##### Features

- implement support for vanilla JS components in `onRenderValue` using
Svelte Action
([#&#8203;398](https://togithub.com/josdejong/svelte-jsoneditor/issues/398))
([db482ea](db482eae3c))

##### Bug Fixes

-
[#&#8203;392](https://togithub.com/josdejong/svelte-jsoneditor/issues/392)
property `onRenderContextMenu` missing in `JSONEditorPropsOptional`
([ee9b4c9](ee9b4c9199))
-
[#&#8203;401](https://togithub.com/josdejong/svelte-jsoneditor/issues/401)
original data can be mutated by the TransformModal previews
([337f812](337f81234b))
- consistently use selectedJson in the TransformModal
([ac31a79](ac31a7980d))
- use `flex-start` instead of `start` for `align-items`
([#&#8203;395](https://togithub.com/josdejong/svelte-jsoneditor/issues/395))
([b8be1a5](b8be1a57f3))

#####
[0.21.4](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.21.3...v0.21.4)
(2024-01-24)

##### Bug Fixes

-
[#&#8203;381](https://togithub.com/josdejong/svelte-jsoneditor/issues/381)
method `.update()` throwing an exception when calling directly after
creating the editor
([75c3b5e](75c3b5e1c1))
- update `@codemirror/view` and dev dependencies
([3f2afef](3f2afef38b))

#####
[0.21.3](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.21.2...v0.21.3)
(2024-01-19)

##### Bug Fixes

-
[#&#8203;381](https://togithub.com/josdejong/svelte-jsoneditor/issues/381)
method `set()` sometimes throwing an error in `text` mode
([2dc62f0](2dc62f0405))
-
[#&#8203;391](https://togithub.com/josdejong/svelte-jsoneditor/issues/391)
editor not supporting `Object.create(null)` as object
([918a126](918a126789))
- update dependencies and devDependencies
([0d49b66](0d49b66810))

#####
[0.21.2](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.21.1...v0.21.2)
(2024-01-10)

##### Features

- provide the current `selection` in `onRenderContextMenu`
([#&#8203;376](https://togithub.com/josdejong/svelte-jsoneditor/issues/376))
([2068823](2068823bc3))
- update deps `codemirror`, `jsonrepair`, `sass`, `svelte-awesome`,
`svelte-select`, and more
([63ac195](63ac1950db))

##### Bug Fixes

-
[#&#8203;379](https://togithub.com/josdejong/svelte-jsoneditor/issues/379)
ContextMenu not closing after using a custom button via
onRenderContextMenu
([2a83137](2a8313759a))
-
[#&#8203;386](https://togithub.com/josdejong/svelte-jsoneditor/issues/386)
add a `standalone.d.ts` file to the `vanilla-jsoneditor` package
([4f8fa55](4f8fa55fb4))
- improve performance of `isColor` detection (see
[#&#8203;378](https://togithub.com/josdejong/svelte-jsoneditor/issues/378))
([514f6ca](514f6cafdf))
- improve performance of `isColor` detection for long text values (See
[#&#8203;378](https://togithub.com/josdejong/svelte-jsoneditor/issues/378))
([b1a04fc](b1a04fce77))
- update dependency `jsonrepair`
([ec23521](ec235216a1))

#####
[0.21.1](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.21.0...v0.21.1)
(2023-12-20)

##### Bug Fixes

- add a module export again to the `svelte-jsoneditor` package
([0c695a4](0c695a444a))

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 01:59:20 +00:00
renovate[bot]
d6264a3d26
chore(deps): update dependency sass to v1.71.1 (#6576)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass) | [`1.70.0` ->
`1.71.1`](https://renovatebot.com/diffs/npm/sass/1.70.0/1.71.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.71.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.71.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.70.0/1.71.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.70.0/1.71.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.71.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1711)

[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.71.0...1.71.1)

##### Command-Line Interface

-   Ship the musl Linux release with the proper Dart executable.

##### JavaScript API

-   Export the `NodePackageImporter` class in ESM mode.

- Allow `NodePackageImporter` to locate a default directory even when
the
    entrypoint is an ESM module.

##### Dart API

- Make passing a null argument to `NodePackageImporter()` a static error
rather
    than just a runtime error.

##### Embedded Sass

- In the JS Embedded Host, properly install the musl Linux embedded
compiler
    when running on musl Linux.

###
[`v1.71.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1710)

[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.70.0...1.71.0)

For more information about `pkg:` importers, see [the
announcement][pkg-importers] on the Sass blog.

[pkg-importers]: https://sass-lang.com/blog/announcing-pkg-importers

##### Command-Line Interface

- Add a `--pkg-importer` flag to enable built-in `pkg:` importers.
Currently
    this only supports the Node.js package resolution algorithm, via
    `--pkg-importer=node`. For example, `@use "pkg:bootstrap"` will load
    `node_modules/bootstrap/scss/bootstrap.scss`.

##### JavaScript API

- Add a `NodePackageImporter` importer that can be passed to the
`importers`
option. This loads files using the `pkg:` URL scheme according to the
Node.js
package resolution algorithm. For example, `@use "pkg:bootstrap"` will
load
`node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a
single
optional argument, which indicates the base directory to use when
locating
    `node_modules` directories. It defaults to
    `path.dirname(require.main.filename)`.

##### Dart API

- Add a `NodePackageImporter` importer that can be passed to the
`importers`
option. This loads files using the `pkg:` URL scheme according to the
Node.js
package resolution algorithm. For example, `@use "pkg:bootstrap"` will
load
`node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a
single
    argument, which indicates the base directory to use when locating
    `node_modules` directories.

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 22:12:57 +00:00
renovate[bot]
e36b3ee0e4
chore(deps): update dependency orval to v6.25.0 (#6574)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [orval](https://togithub.com/anymaniax/orval) | [`6.24.0` ->
`6.25.0`](https://renovatebot.com/diffs/npm/orval/6.24.0/6.25.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/orval/6.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/orval/6.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/orval/6.24.0/6.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/orval/6.24.0/6.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>anymaniax/orval (orval)</summary>

###
[`v6.25.0`](https://togithub.com/anymaniax/orval/releases/tag/v6.25.0):
Release 6.25.0

[Compare
Source](https://togithub.com/anymaniax/orval/compare/v6.24.0...v6.25.0)

##### Bug Fixes

- afterAllFilesWritten
([#&#8203;1194](https://togithub.com/anymaniax/orval/issues/1194))
([84a9ac7](84a9ac7e6c))
- **angular:** avoid `Angular` type error when `nullable`
([#&#8203;1200](https://togithub.com/anymaniax/orval/issues/1200))
([cd0a56e](cd0a56eb17))
- **core:** implement `{}` insterd of `unknown` for blank schema
interface
([#&#8203;1219](https://togithub.com/anymaniax/orval/issues/1219))
([97552e4](97552e46ff))
- **msw:** changed naming convention for response mock functions to
avoid function name conflicts
([#&#8203;1217](https://togithub.com/anymaniax/orval/issues/1217))
([e528e11](e528e11921))
- **msw:** fixed imports of `split-tags`, `tags`, and `split` mode
([#&#8203;1205](https://togithub.com/anymaniax/orval/issues/1205))
([9f16e37](9f16e37f84))
- **msw:** refactor to include duplication of mock imports in mocks in
`split` and `split-tags` modes
([#&#8203;1214](https://togithub.com/anymaniax/orval/issues/1214))
([1c39aab](1c39aab849))
- useMutation still appears even if false
([#&#8203;1209](https://togithub.com/anymaniax/orval/issues/1209))
([288f488](288f488765))
- useQuery improve override logic
([#&#8203;1212](https://togithub.com/anymaniax/orval/issues/1212))
([1aff031](1aff031e1f))

##### Features

- **swr:** add `swrOptions` property to `output.override.swr`
([#&#8203;1223](https://togithub.com/anymaniax/orval/issues/1223))
([74ef879](74ef879961))

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 18:47:17 +00:00
Nuno Góis
de34497478
chore: drop action definition required (#6567)
https://linear.app/unleash/issue/2-2046/implement-dynamic-action-parameters

Follow up to https://github.com/Unleash/unleash/pull/6554

Cleans up the `required` property in action definitions after adapting
to using the `parameters` property instead.
2024-03-14 16:32:14 +00:00
Nuno Góis
7a3d2d6d87
chore: dynamic action parameters (#6554)
https://linear.app/unleash/issue/2-2046/implement-dynamic-action-parameters

Implements dynamic action parameters.

Also improves the action dropdown to better prepare for future actions.

<img width="771" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/ec3fcaf2-40c8-4dc8-8834-7a0d54671fd2">
2024-03-14 15:25:23 +00:00
Mateusz Kwasniewski
05c014cde7
fix: uri decode breadcrumbs (#6557) 2024-03-14 15:59:44 +01:00
Mateusz Kwasniewski
146fbbb875
fix: format api path for outdated sdks (#6555) 2024-03-14 14:09:59 +01:00
Jaanus Sellin
1780fae022
fix: now issue count under application will show correctly (#6553)
Previously if multiple environments had same missing SDK, it was counted
multiple times. Now it will take only unique.
2024-03-14 14:52:57 +02:00
Mateusz Kwasniewski
2b2089f7b5
feat: clickable banner modal links (#6552) 2024-03-14 13:19:27 +01:00
Nuno Góis
a1af0dd41c
chore: improve action parameters UI (#6549)
https://linear.app/unleash/issue/2-2041/improve-action-parameters-ui

Improves the UI of action parameters, implementing a new
`ProjectActionsActionParameterAutocomplete` component that allows
search.


![image](https://github.com/Unleash/unleash/assets/14320932/b87de507-2feb-433b-846f-0f3cc61721fa)
2024-03-14 11:25:14 +00:00
andreas-unleash
513d60c14d
Feat: sticky insights header and widget tooltip icon (#6537)
What it says on the tin

Closes #
[1-2182](https://linear.app/unleash/issue/1-2182/sticky-header-on-scroll)

<img width="1442" alt="Screenshot 2024-03-14 at 10 47 32"
src="https://github.com/Unleash/unleash/assets/104830839/5b57cd95-3c40-48e7-b25b-823df025e68c">


https://github.com/Unleash/unleash/assets/104830839/f5249fd6-a4cc-4e52-9b01-89ef3cbeb47c

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-14 11:33:30 +02:00
andreas-unleash
d6482ab07d
fix: change insights icon to award star (#6534)
Changes the insights icon to award_star.  

Closes #
[1-2180](https://linear.app/unleash/issue/1-2180/change-icon-to-award-star)

<img width="320" alt="Screenshot 2024-03-13 at 13 59 21"
src="https://github.com/Unleash/unleash/assets/104830839/9bece091-23c3-4ebf-beda-31a81c1f75e4">

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-14 11:33:19 +02:00
Mateusz Kwasniewski
c6fd558da4
feat: show outdated sdks banner (#6541) 2024-03-14 10:15:33 +01:00
renovate[bot]
d5a084256e
chore(deps): update dependency @types/node to v18.19.22 (#6544)
[![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))
| [`18.19.21` ->
`18.19.22`](https://renovatebot.com/diffs/npm/@types%2fnode/18.19.21/18.19.22)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.19.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.19.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.19.21/18.19.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.19.21/18.19.22?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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 09:02:44 +00:00
Nuno Góis
bc6a96cf6b
chore: suggest nested properties in action filters (#6533)
https://linear.app/unleash/issue/2-2029/support-filtering-on-nested-properties

Suggests nested properties in action filters. Also sorts them
alphabetically.

Follow up to https://github.com/Unleash/unleash/pull/6531

<img width="381" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/4e2c900d-335b-4360-8be4-186f3887e42b">
2024-03-13 16:07:01 +00:00
Mateusz Kwasniewski
f7062e2296
feat: making banner more composable (#6540) 2024-03-13 16:21:40 +01:00
Tymoteusz Czech
afbc047c77
fix(insights): chart start date (#6491)
Switch charts to stretch X-axis to the full width
2024-03-13 11:47:25 +02:00
Tymoteusz Czech
f2f38a60dc
Insights dashboard chart colors (#6504)
Improved consistent colors for charts


![image](https://github.com/Unleash/unleash/assets/2625371/f3cb66ec-89f4-46c3-b98d-e28fd4bc5cb5)
2024-03-13 11:46:32 +02:00
Tymoteusz Czech
d35ae7827f
feat: insights share events (#6480)
Figure out how many people are using and sharing insights in Beta.


https://linear.app/unleash/issue/1-2145/track-number-of-opened-share-links

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: andreas-unleash <andreas@getunleash.ai>
2024-03-13 11:45:42 +02:00
Fredrik Strand Oseberg
bfbd18eb97
fix: allow deletion of segments referencing strategies in archived f… (#6406)
Subset of #6392, allowing you to delete segments that are referenced in
strategies on archived features.
2024-03-12 15:03:53 +01:00
Fredrik Strand Oseberg
9c29461ee5
chore: add a script that validates that we don't use prohibited mui material-icons import (#6516)
This PR adds a check that should fail the build if we use disallowed
imports from `@mui/icons-material`
2024-03-12 13:29:52 +01:00
Christopher Kolstad
d2767a0eb9
task: Make Inactive users an enterprise feature (#6510)
Ivar pointed out to me that this was intended as an enterprise only
feature. So this PR makes it an enterprise only feature. Conditionally
render the link in the normal user table, and use premium feature
component if you happen to hit the route and not be running on the
enterprise plan.
2024-03-12 10:01:10 +00:00
Fredrik Strand Oseberg
f381718fd6
fix: icon imports (#6499)
Based on this article:
https://mui.com/material-ui/guides/minimizing-bundle-size/ importing
from `'@mui/icons-material'` instead of specifying the actual path to
the icon like `import Delete from '@mui/icons-material/Delete';` can be
up to six time slower. This change changes all named imports in Unleash
referencing the `@mui/icons-material` to default imports.

This reduced the amount of modules we had to process when building the
frontend from 15206 to 4746

Before:
<img width="1016" alt="Skjermbilde 2024-03-11 kl 14 19 58"
src="https://github.com/Unleash/unleash/assets/16081982/f137d24a-6557-4183-a40f-f62a33524520">

After:
<img width="1237" alt="Skjermbilde 2024-03-11 kl 14 20 32"
src="https://github.com/Unleash/unleash/assets/16081982/05a27d6a-2c3f-4409-9862-7188ab4b9c72">

Build time locally decreased by around 50%

Before:
<img width="1504" alt="Skjermbilde 2024-03-11 kl 14 31 45"
src="https://github.com/Unleash/unleash/assets/16081982/bc931559-b022-47ed-9f8f-c87401578518">


After:
<img width="1219" alt="Skjermbilde 2024-03-11 kl 14 27 00"
src="https://github.com/Unleash/unleash/assets/16081982/3c3a8d6b-576d-45c3-aa40-cc5f95d9df2b">
2024-03-12 10:56:10 +01:00
Mateusz Kwasniewski
faf2153423
chore: generate orval after frontend api refactor (#6512) 2024-03-12 10:28:52 +01:00
renovate[bot]
8ddcf58915
chore(deps): update dependency vite to v5.1.5 (#6506)
[![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.1.4` -> `5.1.5`](https://renovatebot.com/diffs/npm/vite/5.1.4/5.1.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.1.4/5.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.1.4/5.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitejs/vite (vite)</summary>

###
[`v5.1.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small515-2024-03-04-small)

[Compare
Source](https://togithub.com/vitejs/vite/compare/v5.1.4...v5.1.5)

- fix: `__vite__mapDeps` code injection
([#&#8203;15732](https://togithub.com/vitejs/vite/issues/15732))
([aff54e1](https://togithub.com/vitejs/vite/commit/aff54e1)), closes
[#&#8203;15732](https://togithub.com/vitejs/vite/issues/15732)
- fix: analysing build chunk without dependencies
([#&#8203;15469](https://togithub.com/vitejs/vite/issues/15469))
([bd52283](https://togithub.com/vitejs/vite/commit/bd52283)), closes
[#&#8203;15469](https://togithub.com/vitejs/vite/issues/15469)
- fix: import with query with imports field
([#&#8203;16085](https://togithub.com/vitejs/vite/issues/16085))
([ab823ab](https://togithub.com/vitejs/vite/commit/ab823ab)), closes
[#&#8203;16085](https://togithub.com/vitejs/vite/issues/16085)
- fix: normalize literal-only entry pattern
([#&#8203;16010](https://togithub.com/vitejs/vite/issues/16010))
([1dccc37](https://togithub.com/vitejs/vite/commit/1dccc37)), closes
[#&#8203;16010](https://togithub.com/vitejs/vite/issues/16010)
- fix: optimizeDeps.entries with literal-only pattern(s)
([#&#8203;15853](https://togithub.com/vitejs/vite/issues/15853))
([49300b3](https://togithub.com/vitejs/vite/commit/49300b3)), closes
[#&#8203;15853](https://togithub.com/vitejs/vite/issues/15853)
- fix: output correct error for empty import specifier
([#&#8203;16055](https://togithub.com/vitejs/vite/issues/16055))
([a9112eb](https://togithub.com/vitejs/vite/commit/a9112eb)), closes
[#&#8203;16055](https://togithub.com/vitejs/vite/issues/16055)
- fix: upgrade esbuild to 0.20.x
([#&#8203;16062](https://togithub.com/vitejs/vite/issues/16062))
([899d9b1](https://togithub.com/vitejs/vite/commit/899d9b1)), closes
[#&#8203;16062](https://togithub.com/vitejs/vite/issues/16062)
- fix(runtime): runtime HMR affects only imported files
([#&#8203;15898](https://togithub.com/vitejs/vite/issues/15898))
([57463fc](https://togithub.com/vitejs/vite/commit/57463fc)), closes
[#&#8203;15898](https://togithub.com/vitejs/vite/issues/15898)
- fix(scanner): respect `experimentalDecorators: true`
([#&#8203;15206](https://togithub.com/vitejs/vite/issues/15206))
([4144781](https://togithub.com/vitejs/vite/commit/4144781)), closes
[#&#8203;15206](https://togithub.com/vitejs/vite/issues/15206)
- revert: "fix: upgrade esbuild to 0.20.x"
([#&#8203;16072](https://togithub.com/vitejs/vite/issues/16072))
([11cceea](https://togithub.com/vitejs/vite/commit/11cceea)), closes
[#&#8203;16072](https://togithub.com/vitejs/vite/issues/16072)
- refactor: share code with vite runtime
([#&#8203;15907](https://togithub.com/vitejs/vite/issues/15907))
([b20d542](https://togithub.com/vitejs/vite/commit/b20d542)), closes
[#&#8203;15907](https://togithub.com/vitejs/vite/issues/15907)
- refactor(runtime): use functions from `pathe`
([#&#8203;16061](https://togithub.com/vitejs/vite/issues/16061))
([aac2ef7](https://togithub.com/vitejs/vite/commit/aac2ef7)), closes
[#&#8203;16061](https://togithub.com/vitejs/vite/issues/16061)
- chore(deps): update all non-major dependencies
([#&#8203;16028](https://togithub.com/vitejs/vite/issues/16028))
([7cfe80d](https://togithub.com/vitejs/vite/commit/7cfe80d)), closes
[#&#8203;16028](https://togithub.com/vitejs/vite/issues/16028)

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 21:07:34 +00:00
renovate[bot]
b2cef08a20
chore(deps): update dependency @tanstack/react-table to v8.13.2 (#6505)
[![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.11.8` ->
`8.13.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.11.8/8.13.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-table/8.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-table/8.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-table/8.11.8/8.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-table/8.11.8/8.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>TanStack/table (@&#8203;tanstack/react-table)</summary>

###
[`v8.13.2`](https://togithub.com/TanStack/table/releases/tag/v8.13.2)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.13.1...v8.13.2)

Version 8.13.2 - 2/28/2024, 5:48 PM

#### Changes

##### Fix

- ts support for all optional keys in data model
([#&#8203;5283](https://togithub.com/TanStack/table/issues/5283))
([`bc7914a`](https://togithub.com/TanStack/table/commit/bc7914ae)) by
[@&#8203;jrozbicki](https://togithub.com/jrozbicki)

#### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).13.2
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).13.2
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).13.2
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).13.2
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).13.2
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).13.2

###
[`v8.13.1`](https://togithub.com/TanStack/table/releases/tag/v8.13.1)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.13.0...v8.13.1)

Version 8.13.1 - 2/28/2024, 5:37 PM

#### Changes

##### Fix

- column getIsVisible works for parent group columns
([#&#8203;5380](https://togithub.com/TanStack/table/issues/5380))
([`6792327`](https://togithub.com/TanStack/table/commit/6792327e)) by
Kevin Van Cott

#### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).13.1
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).13.1
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).13.1
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).13.1
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).13.1
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).13.1

###
[`v8.13.0`](https://togithub.com/TanStack/table/releases/tag/v8.13.0)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.12.0...v8.13.0)

Version 8.13.0 - 2/27/2024, 9:04 PM

#### Changes

##### Feat

- pagination row count apis, new pagination docs
([#&#8203;5377](https://togithub.com/TanStack/table/issues/5377))
([`1c0ce2d`](https://togithub.com/TanStack/table/commit/1c0ce2d9)) by
Kevin Van Cott

##### Chore

- add and configure size-limit
([#&#8203;5370](https://togithub.com/TanStack/table/issues/5370))
([`631886b`](https://togithub.com/TanStack/table/commit/631886b8)) by
Kevin Van Cott
- Add knip and sherif
([#&#8203;5357](https://togithub.com/TanStack/table/issues/5357))
([`06f560c`](https://togithub.com/TanStack/table/commit/06f560cf)) by
Lachlan Collins

##### Docs

- add missing faker-js dependency
([#&#8203;5372](https://togithub.com/TanStack/table/issues/5372))
([`8004b9a`](https://togithub.com/TanStack/table/commit/8004b9a9)) by
[@&#8203;EugeneDz](https://togithub.com/EugeneDz)
- Add svelte filtering example
([#&#8203;5364](https://togithub.com/TanStack/table/issues/5364))
([`0d36056`](https://togithub.com/TanStack/table/commit/0d360567)) by
Daniel Immke
- add column visibility docs
([#&#8203;5362](https://togithub.com/TanStack/table/issues/5362))
([`e808abf`](https://togithub.com/TanStack/table/commit/e808abfd)) by
Kevin Van Cott
- Remove extra $ in bash commands in installation.md
([#&#8203;5359](https://togithub.com/TanStack/table/issues/5359))
([`c42e95a`](https://togithub.com/TanStack/table/commit/c42e95ab)) by
[@&#8203;cairomassimo](https://togithub.com/cairomassimo)
- more idiomatic solid and eslint cleanup for solid filters example
([#&#8203;5361](https://togithub.com/TanStack/table/issues/5361))
([`b78b99b`](https://togithub.com/TanStack/table/commit/b78b99be)) by
Hephaestian
- replace react-dnd with dnd-kit in col-dnd example
([#&#8203;5358](https://togithub.com/TanStack/table/issues/5358))
([`8238990`](https://togithub.com/TanStack/table/commit/82389900)) by
Kevin Van Cott
- replace react-dnd with dnd-kit in row ordering example
([#&#8203;5355](https://togithub.com/TanStack/table/issues/5355))
([`84c0791`](https://togithub.com/TanStack/table/commit/84c07914)) by
Kevin Van Cott
- column-pinning docs wrong link
([#&#8203;5349](https://togithub.com/TanStack/table/issues/5349))
([`ef744cb`](https://togithub.com/TanStack/table/commit/ef744cba)) by
[@&#8203;PeanutButte7](https://togithub.com/PeanutButte7)
- Update column-ordering.md
([#&#8203;5354](https://togithub.com/TanStack/table/issues/5354))
([`d7cc714`](https://togithub.com/TanStack/table/commit/d7cc714b)) by
Kevin Van Cott
- column ordering guide
([#&#8203;5353](https://togithub.com/TanStack/table/issues/5353))
([`eef7a99`](https://togithub.com/TanStack/table/commit/eef7a994)) by
Kevin Van Cott

##### Ci

- Use Nx Agents
([#&#8203;5356](https://togithub.com/TanStack/table/issues/5356))
([`0004886`](https://togithub.com/TanStack/table/commit/00048864)) by
Lachlan Collins
- Add read-only Nx cloud access token
([#&#8203;5346](https://togithub.com/TanStack/table/issues/5346))
([`d155dff`](https://togithub.com/TanStack/table/commit/d155dff3)) by
Lachlan Collins

#### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).13.0
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).13.0
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).13.0
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).13.0
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).13.0
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).13.0

###
[`v8.12.0`](https://togithub.com/TanStack/table/releases/tag/v8.12.0)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.11.8...v8.12.0)

Version 8.12.0 - 2/14/2024, 6:15 AM

#### Changes

##### Feat

- new column pinning, sizing, ordering APIs for easier sticky pinning
([#&#8203;5344](https://togithub.com/TanStack/table/issues/5344))
([`de1a715`](https://togithub.com/TanStack/table/commit/de1a715d)) by
Kevin Van Cott

##### Chore

- lenient test condition for slower builds
([#&#8203;5345](https://togithub.com/TanStack/table/issues/5345))
([`d1e287c`](https://togithub.com/TanStack/table/commit/d1e287c8)) by
Kevin Van Cott

##### Docs

- updated mui pagination example
([#&#8203;5341](https://togithub.com/TanStack/table/issues/5341))
([`3aa9da9`](https://togithub.com/TanStack/table/commit/3aa9da9a)) by
Antonio Galindo
- links to framework url
([#&#8203;5340](https://togithub.com/TanStack/table/issues/5340))
([`bca3dd6`](https://togithub.com/TanStack/table/commit/bca3dd6f)) by
Kevin Van Cott

##### Other

- finish row model docs
([#&#8203;5339](https://togithub.com/TanStack/table/issues/5339))
([`a587e43`](https://togithub.com/TanStack/table/commit/a587e435)) by
Kevin Van Cott

##### Ci

- examples: Test examples in CI
([#&#8203;5324](https://togithub.com/TanStack/table/issues/5324))
([`4e2dd61`](https://togithub.com/TanStack/table/commit/4e2dd61e)) by
Lachlan Collins

#### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).12.0
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).12.0
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).12.0
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).12.0
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).12.0
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).12.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 18:19:06 +00:00
Nuno Góis
b4454053e8
fix: check for project in the action permissions check (#6503)
Fixes the action permission check by also considering the project in the
check.
2024-03-11 15:06:00 +00:00
Jaanus Sellin
2997faecf6
refactor: remove client from frontend api (#6490)
There was extra call getClient().getAll() not needed and complicating
readability.
2024-03-11 13:30:32 +02:00
andreas-unleash
bf5f38ba1e
fix: chart xAxis and null values (#6472)
Changes the xAxis from 'week' to 'date' (timeline fix)

Replace null values with 0

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-11 09:31:24 +01:00
andreas-unleash
ecd2693cfe
fix: insights navigation (#6473)
What it says on the tin

Also adds the beta badge

Closes #
[1-2152](https://linear.app/unleash/issue/1-2152/adjust-insights-placement-in-navigation)

<img width="902" alt="Screenshot 2024-03-08 at 16 14 59"
src="https://github.com/Unleash/unleash/assets/104830839/3e67cba3-fb0f-438c-9e53-e51d923a373e">

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-03-11 09:31:03 +01:00
Nuno Góis
7d827442ee
fix: add actions validation (#6481)
https://linear.app/unleash/issue/2-2022/improve-actions-validation

Improves our current actions form validation. 

Empty actions are now ignored on the payload and we get errors in
actions where any of the required fields are empty.

Also refactored our current actions into a constant map that can be
shared across frontend and backend.
2024-03-11 08:18:36 +00:00
renovate[bot]
3ac25822aa
chore(deps): update material-ui monorepo (#6180)
[![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.15.11`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.15.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.15.11?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.15.11?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.15.11?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.166`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.166)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2flab/5.0.0-alpha.166?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2flab/5.0.0-alpha.166?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.166?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.166?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.15.11`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.15.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.3/5.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.3/5.15.11?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))
| [`6.19.3` ->
`6.19.6`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/6.19.3/6.19.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/6.19.3/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/6.19.3/6.19.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mui/material-ui (@&#8203;mui/icons-material)</summary>

###
[`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 possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.

##### `@mui/material@5.15.11`

- \[Alert] Deprecate components and componentsProps props
([#&#8203;40681](https://togithub.com/mui/material-ui/issues/40681))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- \[Autocomplete] Caret transformation issue with font size change
([#&#8203;41066](https://togithub.com/mui/material-ui/issues/41066))
[@&#8203;dpertsin](https://togithub.com/dpertsin)
- \[StepLabel] Add type for StepIconComponent
([#&#8203;41082](https://togithub.com/mui/material-ui/issues/41082))
[@&#8203;harrydigos](https://togithub.com/harrydigos)
- \[TablePagination] Fix type error in Select props
([#&#8203;39137](https://togithub.com/mui/material-ui/issues/39137))
[@&#8203;PaulKristoffersson](https://togithub.com/PaulKristoffersson)
- \[Transitions] External ownerState is incorrectly forwarded to inner
components
([#&#8203;41187](https://togithub.com/mui/material-ui/issues/41187))
[@&#8203;gitstart](https://togithub.com/gitstart)
- Use direct import
([#&#8203;40851](https://togithub.com/mui/material-ui/issues/40851))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/material-nextjs@5.15.11`

- Fix missing babel/runtime dependency in material-ui-nextjs
([#&#8203;41077](https://togithub.com/mui/material-ui/issues/41077))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/system@5.15.11`

- Use direct import
([#&#8203;40851](https://togithub.com/mui/material-ui/issues/40851))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- Move useMediaQuery to system
([#&#8203;39463](https://togithub.com/mui/material-ui/issues/39463))
[@&#8203;justintoman](https://togithub.com/justintoman)
- Consolidate the variants props callback arguments
([#&#8203;41222](https://togithub.com/mui/material-ui/issues/41222))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- Merge props and ownerState in the variants props callback
([#&#8203;41219](https://togithub.com/mui/material-ui/issues/41219))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

##### `@mui/codemod@5.15.11`

- \[AccordionSummary] Add contentGutters deprecation codemods
([#&#8203;41006](https://togithub.com/mui/material-ui/issues/41006))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- \[PaginationItem] Add codemod for deprecated classes
([#&#8203;41145](https://togithub.com/mui/material-ui/issues/41145))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/utils@5.15.11`

- Port `useLocalStorageState` hook from Toolpad
([#&#8203;41096](https://togithub.com/mui/material-ui/issues/41096))
[@&#8203;Janpot](https://togithub.com/Janpot)

##### `@mui/base@5.0.0-beta.37`

- \[Switch] Add missing role attribute
([#&#8203;40907](https://togithub.com/mui/material-ui/issues/40907))
[@&#8203;KirankumarAmbati](https://togithub.com/KirankumarAmbati)
- \[TextareaAutosize] Improve implementation
([#&#8203;40789](https://togithub.com/mui/material-ui/issues/40789))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

##### `@mui/lab@5.0.0-alpha.164`

- \[Masonry] Ability to sort elements from left to right
([#&#8203;39904](https://togithub.com/mui/material-ui/issues/39904))
[@&#8203;Rishi556](https://togithub.com/Rishi556)

##### Docs

- \[base-ui] Fix focus state demo in Base UI autocomplete
([#&#8203;41104](https://togithub.com/mui/material-ui/issues/41104))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[base-ui] Update the Accessibility page demos design
([#&#8203;40995](https://togithub.com/mui/material-ui/issues/40995))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[joy-ui] Fix LinearProgressWithLabel example
([#&#8203;41194](https://togithub.com/mui/material-ui/issues/41194))
[@&#8203;khgiddon](https://togithub.com/khgiddon)
- \[joy-ui] Fix 404 image on the docs
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[material-ui] Add a "start now" section on the Overview page
([#&#8203;41137](https://togithub.com/mui/material-ui/issues/41137))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[material-ui] Inform about deprecated TablePagination SelectProps
usage
([#&#8203;41186](https://togithub.com/mui/material-ui/issues/41186))
[@&#8203;gitstart](https://togithub.com/gitstart)
- \[material-ui] Update the Testing page's Argos link
([#&#8203;41170](https://togithub.com/mui/material-ui/issues/41170))
[@&#8203;gregberge](https://togithub.com/gregberge)
- \[material-ui] Remove Masonry component and Material Design icon from
the landing page template
([#&#8203;41080](https://togithub.com/mui/material-ui/issues/41080))
[@&#8203;zanivan](https://togithub.com/zanivan)
- \[material-ui] Standardize all references to Material Design 3 (M3)
([#&#8203;40903](https://togithub.com/mui/material-ui/issues/40903))
[@&#8203;samuelsycamore](https://togithub.com/samuelsycamore)
- \[material-ui] Add stray fixes around a few pages
([#&#8203;41038](https://togithub.com/mui/material-ui/issues/41038))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[material-ui]\[joy-ui]\[system] Restore and revise the Box docs
([#&#8203;40622](https://togithub.com/mui/material-ui/issues/40622))
[@&#8203;samuelsycamore](https://togithub.com/samuelsycamore)
- \[material-ui] Add simpler demo for default behavior
([#&#8203;40980](https://togithub.com/mui/material-ui/issues/40980))
[@&#8203;zanivan](https://togithub.com/zanivan)
- \[system] Explain why AppRouterCacheProvider
([#&#8203;40909](https://togithub.com/mui/material-ui/issues/40909))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Link to react-transition group with https
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Update broken URL hashes
([#&#8203;41185](https://togithub.com/mui/material-ui/issues/41185))
[@&#8203;LukasTy](https://togithub.com/LukasTy)
- Prefer https links
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Fix MUI Treasury link
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Migrate the last > quotes to ::: callouts
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

- \[blog] Add new product tags and stray adjustments
([#&#8203;41193](https://togithub.com/mui/material-ui/issues/41193))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[blog] Simplify `/base-ui-2024-plans/` page
([#&#8203;41171](https://togithub.com/mui/material-ui/issues/41171))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[blog] Add link to Base UI API changes RFC
([#&#8203;41089](https://togithub.com/mui/material-ui/issues/41089))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[blog] Remove the "News" tag
([#&#8203;41208](https://togithub.com/mui/material-ui/issues/41208))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[changelog] Remove
[@&#8203;mui/system](https://togithub.com/mui/system)[@&#8203;5](https://togithub.com/5).15.10
([#&#8203;41093](https://togithub.com/mui/material-ui/issues/41093))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[code-infra] Move typescript-to-proptypes to internal-scripts package
([#&#8203;41079](https://togithub.com/mui/material-ui/issues/41079))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[code-infra] Move Link to
[@&#8203;mui/docs](https://togithub.com/mui/docs)
([#&#8203;40889](https://togithub.com/mui/material-ui/issues/40889))
[@&#8203;Janpot](https://togithub.com/Janpot)
- \[code-infra] Use `experimental.cpus` to control amount of export
workers in Next.js
([#&#8203;41132](https://togithub.com/mui/material-ui/issues/41132))
[@&#8203;Janpot](https://togithub.com/Janpot)
- \[code-infra] Load commonjs files in next.config.mjs with require
([#&#8203;41108](https://togithub.com/mui/material-ui/issues/41108))
[@&#8203;Janpot](https://togithub.com/Janpot)
- \[code-infra] Prepare babel macros package for publishing to npm
([#&#8203;41178](https://togithub.com/mui/material-ui/issues/41178))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[code-infra] Build internal packages before publishing
([#&#8203;41210](https://togithub.com/mui/material-ui/issues/41210))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[core] Improve the release instructions
([#&#8203;40973](https://togithub.com/mui/material-ui/issues/40973))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- \[core] Simplify Next.js Demo Zero Runtime guide
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Fix TypeScript spelling in changelog
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Fix small detail in the autocomplete demo
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Increase node memory limit on Netlify build
([#&#8203;41111](https://togithub.com/mui/material-ui/issues/41111))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[core]\[Tooltip] Remove incorrect code comment
([#&#8203;41179](https://togithub.com/mui/material-ui/issues/41179))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[core] Fix missing context display names
([#&#8203;41168](https://togithub.com/mui/material-ui/issues/41168))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core]\[base-ui] Remove `@mui/base` dev dependency from Base UI
workspace
([#&#8203;41216](https://togithub.com/mui/material-ui/issues/41216))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[zero]\[demo] Fix sample next app build
([#&#8203;41197](https://togithub.com/mui/material-ui/issues/41197))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- \[docs-infra] Simplify copy logic
([#&#8203;41167](https://togithub.com/mui/material-ui/issues/41167))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] New way of providing API layout config
([#&#8203;41106](https://togithub.com/mui/material-ui/issues/41106))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[docs-infra] Reduce scrollbar width on ROC
([#&#8203;41148](https://togithub.com/mui/material-ui/issues/41148))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Add external link arrow
([#&#8203;41129](https://togithub.com/mui/material-ui/issues/41129))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[docs-infra] Fix external link arrow
([#&#8203;41181](https://togithub.com/mui/material-ui/issues/41181))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[docs-infra] Flag NPM and Github as wrong spellings
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Fix display when the default props is undefined
([#&#8203;41114](https://togithub.com/mui/material-ui/issues/41114))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Remove random layout assignment
([#&#8203;40862](https://togithub.com/mui/material-ui/issues/40862))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[docs-infra] Add spacing and contrast improvements
([#&#8203;41191](https://togithub.com/mui/material-ui/issues/41191))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[docs-infra] Share vale-config
([#&#8203;41176](https://togithub.com/mui/material-ui/issues/41176))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- \[test] Generalize test utils
([#&#8203;41175](https://togithub.com/mui/material-ui/issues/41175))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[typescript-to-proptypes] Support using `Omit` on types with
conditional properties
([#&#8203;41033](https://togithub.com/mui/material-ui/issues/41033))
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
- \[website] Match chart component names
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Add Marblism diamond sponsor
([#&#8203;41097](https://togithub.com/mui/material-ui/issues/41097))
[@&#8203;rluzists1](https://togithub.com/rluzists1)
- \[website] Add overall improvements to the Material UI page
([#&#8203;41075](https://togithub.com/mui/material-ui/issues/41075))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[website] Fix responsive breakpoints
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Fix overloading of footer JS files
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Improve the footer's chip contrast
([#&#8203;41209](https://togithub.com/mui/material-ui/issues/41209))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[zero] Update to latest version of wyw-in-js
([#&#8203;41182](https://togithub.com/mui/material-ui/issues/41182))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- \[zero] Setup basic testing framework
([#&#8203;40986](https://togithub.com/mui/material-ui/issues/40986))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- \[zero] Fix wrong CSS order by moving import to last
([#&#8203;41002](https://togithub.com/mui/material-ui/issues/41002))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[zero] Export `extendTheme` for creating a zero-runtime theme
([#&#8203;40897](https://togithub.com/mui/material-ui/issues/40897))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[zero] Move extendTheme to its own subpath
([#&#8203;41204](https://togithub.com/mui/material-ui/issues/41204))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

All contributors of this release in alphabetical order:
[@&#8203;alexfauquette](https://togithub.com/alexfauquette),
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;dpertsin](https://togithub.com/dpertsin),
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle),
[@&#8203;gitstart](https://togithub.com/gitstart),
[@&#8203;gregberge](https://togithub.com/gregberge),
[@&#8203;harrydigos](https://togithub.com/harrydigos),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;justintoman](https://togithub.com/justintoman),
[@&#8203;khgiddon](https://togithub.com/khgiddon),
[@&#8203;KirankumarAmbati](https://togithub.com/KirankumarAmbati),
[@&#8203;LukasTy](https://togithub.com/LukasTy),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;nikosgavalas](https://togithub.com/nikosgavalas),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;PaulKristoffersson](https://togithub.com/PaulKristoffersson),
[@&#8203;Rishi556](https://togithub.com/Rishi556),
[@&#8203;rluzists1](https://togithub.com/rluzists1),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;samuelsycamore](https://togithub.com/samuelsycamore),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;zanivan](https://togithub.com/zanivan),
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

###
[`v5.15.10`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51510)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.9...v5.15.10)

<!-- generated comparing v5.15.9..master -->

*Feb 12, 2024*

A big thanks to the 8 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.

##### `@mui/material@5.15.10`

- \[Avatar] Add props deprecation with a codemod
([#&#8203;40853](https://togithub.com/mui/material-ui/issues/40853))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/system@5.15.10`

- \[Stack] Update import statement for Stack component
([#&#8203;41032](https://togithub.com/mui/material-ui/issues/41032))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/joy@5.0.0-beta.28`

- \[Button] Fix `disabled` prop priority when inside button group
([#&#8203;41000](https://togithub.com/mui/material-ui/issues/41000))
[@&#8203;Smileek](https://togithub.com/Smileek)
- \[IconButton] Support loading prop
([#&#8203;40949](https://togithub.com/mui/material-ui/issues/40949))
[@&#8203;Smileek](https://togithub.com/Smileek)

##### Docs

- \[Button]\[material-ui] Fix 'File upload' demo a11y
([#&#8203;40943](https://togithub.com/mui/material-ui/issues/40943))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[TableRow]\[material-ui] Escape markup in `children` prop so docgen
tools don't parse it as HTML
([#&#8203;40992](https://togithub.com/mui/material-ui/issues/40992))
[@&#8203;millerized](https://togithub.com/millerized)
- \[material-ui] Remove outdated example projects link (it uses Joy UI
now)
([#&#8203;40913](https://togithub.com/mui/material-ui/issues/40913))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[material-ui] Fix the "Intro to the MUI ecosystem" link placement
([#&#8203;40988](https://togithub.com/mui/material-ui/issues/40988))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- Fix 301 redirection to StackBlitz
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Fix h1 on Joy UI templates
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Have MUI workspace own the CodeSandbox
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Add notification for mui x v7 beta
([#&#8203;41001](https://togithub.com/mui/material-ui/issues/41001))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- Fix 301 links
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Fix Next.js v13.5.1 <title> SEO regression
([#&#8203;40302](https://togithub.com/mui/material-ui/issues/40302))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- Add a 404 page
([#&#8203;40884](https://togithub.com/mui/material-ui/issues/40884))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- Fix missing GitHub label when opening new issue
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

- \[blog] Add post about upcoming plans for Base UI
([#&#8203;40882](https://togithub.com/mui/material-ui/issues/40882))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[core] Simplify CodeSandbox reproduction
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Missing redirection
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Export functions from `copyFiles` script to reuse in MUI X
repo
([#&#8203;40970](https://togithub.com/mui/material-ui/issues/40970))
[@&#8203;cherniavskii](https://togithub.com/cherniavskii)
- \[core] Avoid variable shorthands
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Fix search icon issue
([#&#8203;40957](https://togithub.com/mui/material-ui/issues/40957))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs-infra] Ignore classes tagged with `@ignore`
([#&#8203;41009](https://togithub.com/mui/material-ui/issues/41009))
[@&#8203;cherniavskii](https://togithub.com/cherniavskii)
- \[docs-infra] Fix selected tab on codeblocks
([#&#8203;41036](https://togithub.com/mui/material-ui/issues/41036))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- \[website] Polish Customer Support Agent role
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

All contributors of this release in alphabetical order:
[@&#8203;cherniavskii](https://togithub.com/cherniavskii),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas),
[@&#8203;millerized](https://togithub.com/millerized),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;Smileek](https://togithub.com/Smileek)

###
[`v5.15.9`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5159---generated-comparing-v5158master---)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.8...v5.15.9)

*Feb 8, 2024*

A big thanks to the 7 contributors who made this release possible. Here
are some highlights :

- 🐛 A critical fix to remove non-published library usage in
`@mui/material` peerDependencies.

##### `@mui/material@5.15.9`

- ​<!-- 11 -->\[autocomplete] Avoid spread operator
([#&#8203;40968](https://togithub.com/mui/material-ui/issues/40968))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[material] Remove zero-runtime from peer dep
([#&#8203;41003](https://togithub.com/mui/material-ui/issues/41003))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### `@mui/base@5.0.0-beta.36`

- ​<!-- 10 -->\[base-ui] Update props using Array to ReadonlyArray type
([#&#8203;40754](https://togithub.com/mui/material-ui/issues/40754))
[@&#8203;RaghavenderSingh](https://togithub.com/RaghavenderSingh)

##### `@mui/system@5.15.9`

- ​<!-- 02 -->\[system] use `ReadonlyArray` for CSS related types
([#&#8203;40972](https://togithub.com/mui/material-ui/issues/40972))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 01 -->\[zero] Migrate to use wyw-in-js instead of linaria
([#&#8203;40866](https://togithub.com/mui/material-ui/issues/40866))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### Docs

- ​<!-- 06 -->\[docs] Polish codemod git diff format
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[material-ui]\[docs] Migrating from deprecated apis
follow up
([#&#8203;40981](https://togithub.com/mui/material-ui/issues/40981))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)

##### Core

- ​<!-- 09 -->\[code-infra] Move next config to ESM
([#&#8203;40869](https://togithub.com/mui/material-ui/issues/40869))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 08 -->\[code-infra] Update prettier
([#&#8203;40772](https://togithub.com/mui/material-ui/issues/40772))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 07 -->\[code-infra] Add codemod for `light` prop removal
([#&#8203;40947](https://togithub.com/mui/material-ui/issues/40947))
[@&#8203;sai6855](https://togithub.com/sai6855)

All contributors of this release in alphabetical order:
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;RaghavenderSingh](https://togithub.com/RaghavenderSingh),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

###
[`v5.15.8`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5158---generated-comparing-v5157master---)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.7...v5.15.8)

*Feb 6, 2024*

A big thanks to the 17 contributors who made this release possible. Here
are some highlights :

- 💫 Added a redesigned [landing page
template](https://mui.com/material-ui/getting-started/templates/landing-page/)
([#&#8203;37557](https://togithub.com/mui/material-ui/issues/37557))
[@&#8203;zanivan](https://togithub.com/zanivan)
-  Added support for Arrow Down/Up + Shift and Page Up/Down keys for
faster stepping in the Slider component
([#&#8203;40676](https://togithub.com/mui/material-ui/issues/40676))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
-   many 🐛 bug fixes and 📚 documentation improvements

##### `@mui/material@5.15.8`

- ​<!-- 36 -->\[Avatar] Simplify valid children assertion
([#&#8203;40834](https://togithub.com/mui/material-ui/issues/40834))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### `@mui/codemod@5.15.8`

- ​<!-- 37 -->\[Accordion] Update props actual.js test case
([#&#8203;40879](https://togithub.com/mui/material-ui/issues/40879))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 12 -->Fix `findComponentJSX` util
([#&#8203;40855](https://togithub.com/mui/material-ui/issues/40855))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/system@5.15.8`

- ​<!-- 10 -->Add blend color manipulator
([#&#8203;40258](https://togithub.com/mui/material-ui/issues/40258))
[@&#8203;romgrk](https://togithub.com/romgrk)
- ​<!-- 38 -->Support variants in `theme.styleOverrides`
([#&#8203;40690](https://togithub.com/mui/material-ui/issues/40690))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 02 -->\[zero] Always replace the `createUseThemeProps` call
([#&#8203;40885](https://togithub.com/mui/material-ui/issues/40885))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 01 -->\[zero] Add README with installation and basic usage
([#&#8203;40761](https://togithub.com/mui/material-ui/issues/40761))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### `@mui/base@5.0.0-beta.34`

- ​<!-- 35 -->\[Button] Add support for `hostElementName` prop to
improve SSR
([#&#8203;40507](https://togithub.com/mui/material-ui/issues/40507))
[@&#8203;mj12albert](https://togithub.com/mj12albert)
- ​<!-- 30 -->\[Menu] Use Popup instead of Popper
([#&#8203;40731](https://togithub.com/mui/material-ui/issues/40731))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 29 -->\[useNumberInput] Integrate useNumberInput with
useControllableReducer
([#&#8203;40206](https://togithub.com/mui/material-ui/issues/40206))
[@&#8203;mj12albert](https://togithub.com/mj12albert)
- ​<!-- 11 -->\[Slider] Add support for Arrow Down/Up + Shift and Page
Up/Down keys
([#&#8203;40676](https://togithub.com/mui/material-ui/issues/40676))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

##### Docs

- ​<!-- 34 -->\[base-ui] Update usage.md
([#&#8203;40916](https://togithub.com/mui/material-ui/issues/40916))
[@&#8203;adebiyial](https://togithub.com/adebiyial)
- ​<!-- 33 -->\[base-ui] Improve Base UI traffic from Material UI
([#&#8203;40875](https://togithub.com/mui/material-ui/issues/40875))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 32 -->\[base-ui] Change Radio component terminology from Button
to Group
([#&#8203;40888](https://togithub.com/mui/material-ui/issues/40888))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 42 -->\[base-ui] Remove redundant "Styled" prefix
([#&#8203;40478](https://togithub.com/mui/material-ui/issues/40478))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 48 -->\[base-ui] Update listbox slot style in demo
([#&#8203;40952](https://togithub.com/mui/material-ui/issues/40952))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 14 -->\[material-ui] Fix createTheme import and markdown format
in the Next.js guide
([#&#8203;40895](https://togithub.com/mui/material-ui/issues/40895))
[@&#8203;hsmtkk](https://togithub.com/hsmtkk)
- ​<!-- 13 -->\[material-ui] Correct Google font CDN URL as Roboto 600
weight is not used
([#&#8203;40852](https://togithub.com/mui/material-ui/issues/40852))
[@&#8203;xuhdev](https://togithub.com/xuhdev)
- ​<!-- 14 -->\[material-ui] Replace the Album template with a landing
page
([#&#8203;37557](https://togithub.com/mui/material-ui/issues/37557))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 21 -->\[material-ui] Add deprecations migration guide
([#&#8203;40767](https://togithub.com/mui/material-ui/issues/40767))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 22 -->\[material-ui] Improve aria-label throughout the Button
Group demos
([#&#8203;40892](https://togithub.com/mui/material-ui/issues/40892))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 17 -->\[joy-ui] Update the Overview callout
([#&#8203;40900](https://togithub.com/mui/material-ui/issues/40900))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 22 -->Fix image size and dark mode
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 21 -->Migrate links from legacy.reactjs.org to react.dev
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 20 -->Fix 301 links
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 19 -->Fix outdated link
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 18 -->Fix URL and typo in CONTRIBUTING.md
([#&#8203;40899](https://togithub.com/mui/material-ui/issues/40899))
[@&#8203;Smileek](https://togithub.com/Smileek)

##### Core

- ​<!-- 28 -->\[blog] Optimize images for /blog/mui-x-v7-beta/
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 27 -->\[blog] Clarify barrel index tree-shaking
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 26 -->\[code-infra] Simplify bug reproduction
([#&#8203;40833](https://togithub.com/mui/material-ui/issues/40833))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 25 -->\[code-infra] Prepare publishing
[@&#8203;mui-internal/typescript-to-proptypes](https://togithub.com/mui-internal/typescript-to-proptypes)
to npm
([#&#8203;40842](https://togithub.com/mui/material-ui/issues/40842))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 40 -->\[code-infra] Remove babel alias from the docs
([#&#8203;40792](https://togithub.com/mui/material-ui/issues/40792))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 24 -->\[core] Use Google Font v2 API
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 23 -->\[core] Add missing change to v5.15.7 changelog
([#&#8203;40872](https://togithub.com/mui/material-ui/issues/40872))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 31 -->\[core] Normalize \`<meta name="viewport" />\`\`
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 28 -->\[dependencies] Do not update envinfo test dependencies
([#&#8203;40950](https://togithub.com/mui/material-ui/issues/40950))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 17 -->\[docs-infra] Fix arbitrary gap between paragraphs in
callouts
([#&#8203;40911](https://togithub.com/mui/material-ui/issues/40911))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 16 -->\[docs-infra] Allow developers to build their CodeSandbox
export
([#&#8203;40878](https://togithub.com/mui/material-ui/issues/40878))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 15 -->\[docs-infra] Improve StackBlitz support
([#&#8203;40832](https://togithub.com/mui/material-ui/issues/40832))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 21 -->\[docs-infra] Improve support for absolute locale URL
([#&#8203;40940](https://togithub.com/mui/material-ui/issues/40940))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 31 -->\[Menu]\[base-ui] Fix improperly merged tests
([#&#8203;40896](https://togithub.com/mui/material-ui/issues/40896))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 09 -->\[utils] Use consistent build approach
([#&#8203;40837](https://togithub.com/mui/material-ui/issues/40837))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 08 -->\[website] Fix React missing key console error
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 07 -->\[website] Fix broken link
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 06 -->\[website] Fix heading structure
([#&#8203;40912](https://togithub.com/mui/material-ui/issues/40912))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[website] Add Customer Support Agent role to careers page
([#&#8203;40890](https://togithub.com/mui/material-ui/issues/40890))
[@&#8203;rluzists1](https://togithub.com/rluzists1)
- ​<!-- 04 -->\[website] Refine the Material UI homepage demo
([#&#8203;40881](https://togithub.com/mui/material-ui/issues/40881))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 03 -->\[website] Use em-dash when relevant over hyphen
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 03 -->\[zero] Fix build for demo next.js app
([#&#8203;40854](https://togithub.com/mui/material-ui/issues/40854))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

All contributors of this release in alphabetical order:
[@&#8203;adebiyial](https://togithub.com/adebiyial),
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;hsmtkk](https://togithub.com/hsmtkk),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mj12albert](https://togithub.com/mj12albert),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;rluzists1](https://togithub.com/rluzists1),
[@&#8203;romgrk](https://togithub.com/romgrk),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;Smileek](https://togithub.com/Smileek),
[@&#8203;xuhdev](https://togithub.com/xuhdev),
[@&#8203;zanivan](https://togithub.com/zanivan)

###
[`v5.15.7`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5157)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.6...v5.15.7)

<!-- generated comparing v5.15.6..master -->

*Jan 31, 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.7`

- ​<!-- 55 -->\[Select] Fix to show notched outline when `displayEmpty`
([#&#8203;40865](https://togithub.com/mui/material-ui/issues/40865))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- ​<!-- 51 -->\[Avatar] Improve fallback when `children` is empty string
or boolean
([#&#8203;40766](https://togithub.com/mui/material-ui/issues/40766))
[@&#8203;mirus-ua](https://togithub.com/mirus-ua)
- ​<!-- 50 -->\[AvatarGroup] Refactor component thereby fixing custom
spacing logic
([#&#8203;40686](https://togithub.com/mui/material-ui/issues/40686))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

##### `@mui/codemod@5.15.7`

- ​<!-- 38 -->Add accordion props deprecation
([#&#8203;40771](https://togithub.com/mui/material-ui/issues/40771))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/system@5.15.7`

- ​<!-- 56 -->\[zero-runtime] Use lodash instead of its subpackages
([#&#8203;40868](https://togithub.com/mui/material-ui/issues/40868))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 19 -->Add `applyStyles()` to theme
([#&#8203;40667](https://togithub.com/mui/material-ui/issues/40667))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 02 -->\[zero] Use `theme.applyStyles` in the demo app
([#&#8203;40787](https://togithub.com/mui/material-ui/issues/40787))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 01 -->\[zero] Add `useThemeProps` processor
([#&#8203;40648](https://togithub.com/mui/material-ui/issues/40648))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### `@mui/utils@5.15.7`

- ​<!-- 16 -->\[core] Remove unnecessary default export
([#&#8203;40788](https://togithub.com/mui/material-ui/issues/40788))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 15 -->\[core] Convert all exports to modules
([#&#8203;39882](https://togithub.com/mui/material-ui/issues/39882))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 20 -->\[perf] Prevent unneeded `clearTimeout` calls
([#&#8203;39060](https://togithub.com/mui/material-ui/issues/39060))
[@&#8203;romgrk](https://togithub.com/romgrk)

##### `@mui/base@5.0.0-beta.34`

- ​<!-- 48 -->\[Input] Add OTP input demo
([#&#8203;40539](https://togithub.com/mui/material-ui/issues/40539))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 47 -->\[Menu] Focus last item after opening a menu using up
arrow
([#&#8203;40764](https://togithub.com/mui/material-ui/issues/40764))
[@&#8203;Jaswanth-Sriram-Veturi](https://togithub.com/Jaswanth-Sriram-Veturi)
- ​<!-- 46 -->\[Menu] Focus Menu Items on hover
([#&#8203;40755](https://togithub.com/mui/material-ui/issues/40755))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

##### `@mui/joy@5.0.0-beta.25`

- ​<!-- 22 -->Change the color scheme type to `SupportedColorScheme`
([#&#8203;40776](https://togithub.com/mui/material-ui/issues/40776))
[@&#8203;Nikhilh26](https://togithub.com/Nikhilh26)

##### `@mui/lab@5.0.0-alpha.163`

- ​<!-- 21 -->\[TabContext] Support number type in `value`
([#&#8203;40829](https://togithub.com/mui/material-ui/issues/40829))
[@&#8203;srinidhi9831](https://togithub.com/srinidhi9831)

##### Docs

- ​<!-- 53 -->\[material-ui] Fix typo on styled-components guide
([#&#8203;40858](https://togithub.com/mui/material-ui/issues/40858))
[@&#8203;dancielos](https://togithub.com/dancielos)
- ​<!-- 49 -->\[base-ui] Fix CSS vars from the plain CSS theme
stylesheet
([#&#8203;40762](https://togithub.com/mui/material-ui/issues/40762))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 31 -->\[material-ui]\[Divider] Remove light prop references from
docs
([#&#8203;40782](https://togithub.com/mui/material-ui/issues/40782))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 30 -->Fix build
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 29 -->Add support pages for each product
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 28 -->Add survey banner to docs and website
([#&#8203;40553](https://togithub.com/mui/material-ui/issues/40553))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- ​<!-- 24 -->\[Menu] Fix hydration mismatch error on Base UI's Menu
docs
([#&#8203;40758](https://togithub.com/mui/material-ui/issues/40758))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 25 -->\[material-nextjs] Add theming and configuration content
to the page
([#&#8203;40626](https://togithub.com/mui/material-ui/issues/40626))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### Core

- ​<!-- 54 -->\[website] Move `React Engineer - X` into the future roles
section
([#&#8203;40867](https://togithub.com/mui/material-ui/issues/40867))
[@&#8203;DanailH](https://togithub.com/DanailH)
- ​<!-- 52 -->\[material-ui]\[test]\[Alert] Add action, icon, and
iconMapping tests
([#&#8203;40682](https://togithub.com/mui/material-ui/issues/40682))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 45 -->\[blog] Lint duplicate h1 on the page
([#&#8203;40835](https://togithub.com/mui/material-ui/issues/40835))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 44 -->\[blog] MUI X v7 beta announcement blogpost
([#&#8203;40784](https://togithub.com/mui/material-ui/issues/40784))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- ​<!-- 43 -->\[code-infra] Remove custom TS installation script
([#&#8203;40636](https://togithub.com/mui/material-ui/issues/40636))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 42 -->\[code-infra] Correct API Docs Builder dependencies
([#&#8203;40775](https://togithub.com/mui/material-ui/issues/40775))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 41 -->\[code-infra] Migrate to prettier async APIs
([#&#8203;40668](https://togithub.com/mui/material-ui/issues/40668))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 40 -->\[code-infra] Refined docs generation
([#&#8203;40603](https://togithub.com/mui/material-ui/issues/40603))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- ​<!-- 39 -->\[code-infra] Explain how to install the browsers
([#&#8203;40474](https://togithub.com/mui/material-ui/issues/40474))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 37 -->`missingKeyGenerator` do no longer exist
([#&#8203;40830](https://togithub.com/mui/material-ui/issues/40830))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 36 -->Rely on immutable ref when possible
([#&#8203;40831](https://togithub.com/mui/material-ui/issues/40831))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from
docs
([#&#8203;40828](https://togithub.com/mui/material-ui/issues/40828))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- ​<!-- 34 -->Remove unneeded `@slack/web-api` package
([#&#8203;40840](https://togithub.com/mui/material-ui/issues/40840))
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- ​<!-- 33 -->Clarify TODO instruction
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 32 -->Remove unneeded use-clients
([#&#8203;40663](https://togithub.com/mui/material-ui/issues/40663))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 27 -->\[docs-infra] Fix anchor link hook
([#&#8203;40836](https://togithub.com/mui/material-ui/issues/40836))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 26 -->\[docs-infra] Avoid layout shift on docs-pages
([#&#8203;40749](https://togithub.com/mui/material-ui/issues/40749))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 23 -->\[examples] Fix build on Next.js Pages Router examples
([#&#8203;40665](https://togithub.com/mui/material-ui/issues/40665))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 18 -->\[test] Speed up the envinfo test
([#&#8203;40669](https://togithub.com/mui/material-ui/issues/40669))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 17 -->\[typescript-to-proptypes] Allow to represent dates as
`PropTypes.object`
([#&#8203;40774](https://togithub.com/mui/material-ui/issues/40774))
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
- ​<!-- 14 -->\[website] Add new Base UI role
([#&#8203;40773](https://togithub.com/mui/material-ui/issues/40773))
[@&#8203;colmtuite](https://togithub.com/colmtuite)
- ​<!-- 13 -->\[website] Fix a couple of rough edges
([#&#8203;40849](https://togithub.com/mui/material-ui/issues/40849))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 12 -->\[website] Small polishing after latest changes to the
theme
([#&#8203;40846](https://togithub.com/mui/material-ui/issues/40846))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 11 -->\[website] Polish some pages and stray components
([#&#8203;40797](https://togithub.com/mui/material-ui/issues/40797))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 10 -->\[website] Refine the careers page slightly
([#&#8203;40793](https://togithub.com/mui/material-ui/issues/40793))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 09 -->\[website] Fix missing key on the Testimonials section
([#&#8203;40791](https://togithub.com/mui/material-ui/issues/40791))
[@&#8203;Janpot](https://togithub.com/Janpot)
- ​<!-- 08 -->\[website] Fix Footer layout shift
([#&#8203;40786](https://togithub.com/mui/material-ui/issues/40786))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 07 -->\[website] Revamp the testimonial section in the homepage
([#&#8203;40752](https://togithub.com/mui/material-ui/issues/40752))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 06 -->\[website] Fix pricing license model toggle style
([#&#8203;40747](https://togithub.com/mui/material-ui/issues/40747))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 05 -->\[website] Fine-tune colors and styles on the branding
theme
([#&#8203;40751](https://togithub.com/mui/material-ui/issues/40751))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 04 -->\[website] Fix Toggle Button styles in the homepage demos
([#&#8203;40744](https://togithub.com/mui/material-ui/issues/40744))
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd)
- ​<!-- 03 -->\[website] Update stats on the testimonials section
([#&#8203;40769](https://togithub.com/mui/material-ui/issues/40769))
[@&#8203;EyaOuenniche](https://togithub.com/EyaOuenniche)

All contributors of this release in alphabetical order:
[@&#8203;alexfauquette](https://togithub.com/alexfauquette),
[@&#8203;colmtuite](https://togithub.com/colmtuite),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;EyaOuenniche](https://togithub.com/EyaOuenniche),
[@&#8203;flaviendelangle](https://togithub.com/flaviendelangle),
[@&#8203;Janpot](https://togithub.com/Janpot),
[@&#8203;Jaswanth-Sriram-Veturi](https://togithub.com/Jaswanth-Sriram-Veturi),
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mirus-ua](https://togithub.com/mirus-ua),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd),
[@&#8203;Nikhilh26](https://togithub.com/Nikhilh26),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;romgrk](https://togithub.com/romgrk),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;srinidhi9831](https://togithub.com/srinidhi9831),
[@&#8203;zanivan](https://togithub.com/zanivan),
[@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

###
[`v5.15.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5156)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.5...v5.15.6)

<!-- generated comparing v5.15.5..master -->

*Jan 22, 2024*

A big thanks to the 17 contributors who made this release possible. Here
are some highlights :
This release was mostly about 🐛 bug fixes and 📚 documentation
improvements.

##### `@mui/material@5.15.6`

- ​<!-- 29 -->\[Avatar] Use variants api
([#&#8203;40324](https://togithub.com/mui/material-ui/issues/40324))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 27 -->\[TablePagination] Accept readonly array for
`rowsPerPageOptions` prop
([#&#8203;40481](https://togithub.com/mui/material-ui/issues/40481))
[@&#8203;pcorpet](https://togithub.com/pcorpet)
- ​<!-- 06 -->\[PaginationItem] Deprecate classes for v6
([#&#8203;40673](https://togithub.com/mui/material-ui/issues/40673))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 05 -->\[Rating] Fix rating width via min-content
([#&#8203;40503](https://togithub.com/mui/material-ui/issues/40503))
[@&#8203;devhik0](https://togithub.com/devhik0)

##### `@mui/base@5.0.0-beta.33`

- ​<!-- 26 -->\[Select] Fix display of selected Options with rich
content
([#&#8203;40689](https://togithub.com/mui/material-ui/issues/40689))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 25 -->\[Select] Use Popup instead of Popper
([#&#8203;40524](https://togithub.com/mui/material-ui/issues/40524))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 26 -->\[useMenuButton] Fix non native button triggers
([#&#8203;40645](https://togithub.com/mui/material-ui/issues/40645))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)

##### `@mui/system@5.15.6`

- ​<!-- 02 -->\[zero] Fix theme token import in source file
([#&#8203;40691](https://togithub.com/mui/material-ui/issues/40691))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)
- ​<!-- 01 -->\[zero] Add support for css import
([#&#8203;40541](https://togithub.com/mui/material-ui/issues/40541))
[@&#8203;brijeshb42](https://togithub.com/brijeshb42)

##### `@mui/icons-material@5.15.6`

- ​<!-- 07 -->\[icons-material] Fix icons package.json version
([#&#8203;40655](https://togithub.com/mui/material-ui/issues/40655))
[@&#8203;mj12albert](https://togithub.com/mj12albert)

##### Docs

- ​<!-- 28 -->\[base-ui] Polish the Slider demos
([#&#8203;40332](https://togithub.com/mui/material-ui/issues/40332))
[@&#8203;danilo-leal](https://togithub.com/danilo-leal)
- ​<!-- 24 -->\[base-ui]\[Slider] Fix plain CSS demo's wrong keyboard
behavior
([#&#8203;40652](https://togithub.com/mui/material-ui/issues/40652))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 23 -->\[base-ui]\[TextareaAutosize] Add border-box to demo
([#&#8203;40646](https://togithub.com/mui/material-ui/issues/40646))
[@&#8203;ANUGLYPLUGIN](https://togithub.com/ANUGLYPLUGIN)
- ​<!-- 16 -->Fix brand name non-breaking space
([#&#8203;40701](https://togithub.com/mui/material-ui/issues/40701))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 15 -->Improve error message for MUI Vale rule
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 14 -->Add notification to publish the survey
([#&#8203;40552](https://togithub.com/mui/material-ui/issues/40552))
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas)
- ​<!-- 04 -->\[system] Explain a bit more how AppRouterCacheProvider
works [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 12 -->\[joy-ui] Move tutorial to iframe
([#&#8203;40567](https://togithub.com/mui/material-ui/issues/40567))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 10 -->\[material-ui]\[Slider] Remove custom divs from new demo
([#&#8203;40674](https://togithub.com/mui/material-ui/issues/40674))
[@&#8203;zanivan](https://togithub.com/zanivan)
- ​<!-- 11 -->\[material-ui] Improve TabContext, TabList, and TabPanel
documentation
([#&#8203;40587](https://togithub.com/mui/material-ui/issues/40587))
[@&#8203;anle9650](https://togithub.com/anle9650)
- ​<!-- 09 -->\[material-ui]\[Slider] Added custom mark labels demo
([#&#8203;40647](https://togithub.com/mui/material-ui/issues/40647))
[@&#8203;DonikaV](https://togithub.com/DonikaV)

##### Core

- ​<!-- 30 -->\[core] Fix RXDB-logo Url
([#&#8203;40724](https://togithub.com/mui/material-ui/issues/40724))
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd)
- ​<!-- 24 -->\[code-infra] Improve proptypes-generation
([#&#8203;40617](https://togithub.com/mui/material-ui/issues/40617))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- ​<!-- 22 -->\[code-infra] Disable pnpm package cache on CircleCI
([#&#8203;40670](https://togithub.com/mui/material-ui/issues/40670))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 21 -->\[code-infra] Add missing package to CodeSandbox CI config
([#&#8203;40657](https://togithub.com/mui/material-ui/issues/40657))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 20 -->\[code-infra] Remove unnecessary
[@&#8203;mui/utils](https://togithub.com/mui/utils) dependency from
api-docs-builder
([#&#8203;40632](https://togithub.com/mui/material-ui/issues/40632))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 19 -->\[core] Polish issue templates
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 13 -->\[docs-infra] Support markdown link in slots descriptions
([#&#8203;40679](https://togithub.com/mui/material-ui/issues/40679))
[@&#8203;alexfauquette](https://togithub.com/alexfauquette)
- ​<!-- 08 -->\[examples] Simplify Next.js example
([#&#8203;40661](https://togithub.com/mui/material-ui/issues/40661))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 03 -->\[website] Fix broken styles on Base UI page
([#&#8203;40683](https://togithub.com/mui/material-ui/issues/40683))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

All contributors of this release in alphabetical order:
[@&#8203;alexfauquette](https://togithub.com/alexfauquette),
[@&#8203;anle9650](https://togithub.com/anle9650),
[@&#8203;ANUGLYPLUGIN](https://togithub.com/ANUGLYPLUGIN),
[@&#8203;brijeshb42](https://togithub.com/brijeshb42),
[@&#8203;danilo-leal](https://togithub.com/danilo-leal),
[@&#8203;devhik0](https://togithub.com/devhik0),
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai),
[@&#8203;DonikaV](https://togithub.com/DonikaV),
[@&#8203;joserodolfofreitas](https://togithub.com/joserodolfofreitas),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mj12albert](https://togithub.com/mj12albert),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;mohamedsaiedd](https://togithub.com/mohamedsaiedd),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;pcorpet](https://togithub.com/pcorpet),
[@&#8203;sai6855](https://togithub.com/sai6855),
[@&#8203;zanivan](https://togithub.com/zanivan)

###
[`v5.15.5`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v5155)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.15.4...v5.15.5)

<!-- generated comparing v5.15.4..master -->

*Jan 17, 2024*

A big thanks to the 18 contributors who made this release possible. Here
are some highlights :

- Base UI's CSS class prefix is now `base-`
([#&#8203;40205](https://togithub.com/mui/material-ui/issues/40205))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
-   Bug fixes, and a lot of improvements to code and docs infra

##### `@mui/material@5.15.5`

- ​<!-- 42 -->\[Accordion] Deprecate \*Props props and classes for v6
([#&#8203;40418](https://togithub.com/mui/material-ui/issues/40418))
[@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
- ​<!-- 41 -->\[Alert] Update TypeScript types to allow color override
types to be added to `iconMapping` and `severity` props
([#&#8203;40551](https://togithub.com/mui/material-ui/issues/40551))
[@&#8203;2metres](https://togithub.com/2metres)
- ​<!-- 27 -->\[Dialog] Remove deprecated onBackdropClick from Dialog
tests
([#&#8203;40505](https://togithub.com/mui/material-ui/issues/40505))
[@&#8203;sai6855](https://togithub.com/sai6855)
- ​<!-- 26 -->\[Divider] Deprecate props and classes for v6
([#&#8203;40563](https://togithub.com/mui/material-ui/issues/40563))
[@&#8203;sai6855](https://togithub.com/sai6855)

##### `@mui/material-next@6.0.0-alpha.118`

- ​<!-- 36 -->\[ButtonGroup] Apply MD3 style to `ButtonGroup`
([#&#8203;40124](https://togithub.com/mui/material-ui/issues/40124))
[@&#8203;lhilgert9](https://togithub.com/lhilgert9)

##### `@mui/base@5.0.0-beta.32`

##### Breaking changes

- ​<!-- 40 -->Change the CSS class prefix to `base-`
([#&#8203;40205](https://togithub.com/mui/material-ui/issues/40205))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

The class prefix of Base UI components have been changed from `Mui-` to
`base-`. This only affects codebases that uses class names verbatim,
i.e. not exposed by JS objects such as `buttonClasses`, but as plain
strings or in CSS stylesheets (`.MuiButton.ro

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 10:57:44 +00:00
Nuno Góis
9148820a8f
fix: project tokens path typo (#6468)
Noticed a small typo in the path shown in the project API access side
panel.
2024-03-08 08:44:48 +01:00
renovate[bot]
6a3655233f
chore(deps): update dependency @types/node to v18.19.21 (#6469)
[![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))
| [`18.19.20` ->
`18.19.21`](https://renovatebot.com/diffs/npm/@types%2fnode/18.19.20/18.19.21)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.19.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.19.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.19.20/18.19.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.19.20/18.19.21?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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-07 20:21:24 +00:00
Alvin Bryan
a0ac148829
Typo fix in ChangeRequestTable.tsx (#6465)
There was a typo in the original message, it said "Unleash Admin already
have" (either "admins already have," or "admin already has.")

Fixed it and improved the wording a little bit.
2024-03-07 17:19:30 +00:00
Nuno Góis
26d7065dc3
chore: add actions warning to delete project (#6467)
https://linear.app/unleash/issue/2-1831/what-happens-with-automated-actions-if-the-project-is-archived

Adds an actions-related warning to the project deletion.

<img width="1008" alt="image"
src="https://github.com/Unleash/unleash/assets/14320932/06fcaab0-c4a1-4ba3-8879-0c188f3bc01a">
2024-03-07 17:04:36 +00:00
Nuno Góis
52d63bc726
fix: new signals icon (#6461)
https://linear.app/unleash/issue/2-2010/use-svg-icon-for-signals

Uses a new SVG icon for Signals for consistency.


![image](https://github.com/Unleash/unleash/assets/14320932/32b46172-d483-4fd8-8b12-957a32a877f5)
2024-03-07 11:12:56 +00:00