-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into determine-first-last-buttons-in-button-group
- Loading branch information
Showing
833 changed files
with
48,849 additions
and
49,228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
aws-cli: circleci/aws-cli@4.0 | ||
aws-cli: circleci/aws-cli@4.1 | ||
aws-s3: circleci/[email protected] | ||
|
||
parameters: | ||
|
@@ -228,7 +228,7 @@ jobs: | |
name: 'Write "use client" directive' | ||
command: yarn rsc:build | ||
- run: | ||
name: '`yarn rsc:build` changes detected, "use client" missing from exports' | ||
name: '`yarn rsc:build` changes committed?' | ||
command: git add -A && git diff --exit-code --staged | ||
- run: | ||
name: Generate the documentation | ||
|
@@ -689,9 +689,9 @@ jobs: | |
value: << pipeline.git.branch >> | ||
steps: | ||
- aws-cli/setup: | ||
aws_access_key_id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
aws_access_key_id: $AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: $AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
# Upload distributables to S3 | ||
- aws-s3/copy: | ||
from: mui-material.tgz | ||
|
@@ -718,9 +718,9 @@ jobs: | |
value: << pipeline.git.branch >> | ||
steps: | ||
- aws-cli/setup: | ||
aws_access_key_id: AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
aws_access_key_id: $AWS_ACCESS_KEY_ID_ARTIFACTS | ||
region: $AWS_REGION_ARTIFACTS | ||
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY_ARTIFACTS | ||
# persist size snapshot on S3 | ||
- aws-s3/copy: | ||
arguments: --content-type application/json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,139 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## 5.14.8 | ||
|
||
<!-- generated comparing v5.14.7..master --> | ||
|
||
_Sep 5, 2023_ | ||
|
||
A big thanks to the 25 contributors who made this release possible. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 53 -->ImageItemList fix incorrect (below) rendering (#38452) @omriklein | ||
- ​<!-- 42 -->[Button] Add demo for file upload (#38786) @anle9650 | ||
- ​<!-- 12 -->[Slider] Add missing classes for `Slider` `InputLabel` `InputBase` `Radio` (#38401) @sai6855 | ||
- ​<!-- 11 -->[Select] Merge slotProps.paper with internal Paper props (#38703) @michaldudak | ||
- ​<!-- 09 -->[Tabs] Fix `ref` type (#38717) @ZeeshanTamboli | ||
- ​<!-- 08 -->[TabScrollButton] Extend ButtonBase types (#38719) @ZeeshanTamboli | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 50 -->[Autocomplete] Type multiple values with readonly arrays. (#38253) @pcorpet | ||
- ​<!-- 07 -->[TextField] Fix unstable height of memoized multiline TextField component (#37135) @amal-qb | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 53 -->[Accordion] Fix incorrect display of classname (#38695) @sai6855 | ||
- ​<!-- 51 -->[AspectRatio] Correct `ratio` prop description (#38743) @sai6855 | ||
- ​<!-- 43 -->[Button] Fix disablity of button (#38673) @sai6855 | ||
- ​<!-- 35 -->[design] Stray design tweaks to components (#38476) @zanivan | ||
- ​<!-- 05 -->[Typography] Added position only when Skeleton is a direct child (#38799) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle | ||
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 11 -->[system] Fix the inconsistent types of the `mergeBreakpointsInOrder` function (#38749) @imevanc | ||
- ​<!-- 10 -->[system] Fix maxWidth incorrectly resolving breakpoints with non-pixel units (#38633) @mj12albert | ||
- ​<!-- 05 -->[typescript] Introduce \*OwnProps interfaces for components (#36798) @szalonna | ||
|
||
### Docs | ||
|
||
- ​<!-- 52 -->Update changelog (#38704) @mj12albert | ||
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak | ||
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak | ||
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak | ||
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin | ||
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib | ||
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari | ||
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle | ||
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair | ||
- ​<!-- 33 -->[docs] Trim trailing whitespace (#38793) @oliviertassinari | ||
- ​<!-- 32 -->[docs] Fix a typo in lab-tree-view-to-mui-x.md @mbrookes | ||
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal | ||
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97 | ||
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari | ||
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari | ||
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari | ||
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari | ||
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855 | ||
- ​<!-- 24 -->[docs] Fix SEO issue broken links @oliviertassinari | ||
- ​<!-- 23 -->[docs] Improve SSR example reference (#38651) @oliviertassinari | ||
- ​<!-- 17 -->[docs][joy-ui] Integrate a count-up feature to the Linear Progress (#38738) @anon-phantom | ||
- ​<!-- 16 -->[docs][joy-ui] Fix Link's `overlay` prop demo (#38702) @danilo-leal | ||
- ​<!-- 15 -->[docs][joy-ui] Polish the Stack page (#38623) @danilo-leal | ||
- ​<!-- 14 -->[docs][material-ui] Adjust simple Slide demo (#38646) @rajgop1 | ||
|
||
### Core | ||
|
||
- ​<!-- 43 -->[core] Re-add nx and setup build caching (#38752) @brijeshb42 | ||
- ​<!-- 41 -->[core] Remove dead code seoTitle @oliviertassinari | ||
- ​<!-- 40 -->[core] Use immutable refs (#38762) @oliviertassinari | ||
- ​<!-- 39 -->[core] Rework `typescript-to-proptypes` to share the AST parsing with `parseStyles` (#38517) @flaviendelangle | ||
- ​<!-- 38 -->[core] Fix CI @oliviertassinari | ||
- ​<!-- 37 -->[core] Remove unnecessary `@types/webpack` package (#38720) @ZeeshanTamboli | ||
- ​<!-- 36 -->[core] Remove duplicate prop @oliviertassinari | ||
|
||
- ​<!-- 22 -->[docs-infra] Fix mobile display in CodeSandbox (#38767) @oliviertassinari | ||
- ​<!-- 21 -->[docs-infra] Remove legacy GA (#37579) @alexfauquette | ||
- ​<!-- 20 -->[docs-infra] Fix emotion :first-child console log (#38690) @oliviertassinari | ||
- ​<!-- 19 -->[docs-infra] Fix leaking callout content (#38712) @danilo-leal | ||
- ​<!-- 18 -->[docs-infra] Remove emoji from callouts (#38694) @danilo-leal | ||
|
||
- ​<!-- 04 -->[website] Fix out of date discount value @oliviertassinari | ||
- ​<!-- 03 -->[website] Fix out-of-date label on Toolpad (#38744) @bharatkashyap | ||
- ​<!-- 02 -->[website] Fine-tune branding buttons box shadows (#38731) @danilo-leal | ||
- ​<!-- 01 -->[website] Fix pricing table style (#38681) @alexfauquette | ||
|
||
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @amal-qb, @anle9650, @anon-phantom, @bharatkashyap, @brijeshb42, @christophermorin, @danilo-leal, @flaviendelangle, @imevanc, @jyash97, @mbrookes, @michaldudak, @mj12albert, @oliviertassinari, @omriklein, @pcorpet, @rajgop1, @ruflair, @sai6855, @siriwatknp, @szalonna, @zanivan, @ZeeshanTamboli | ||
|
||
## 5.14.7 | ||
|
||
<!-- generated comparing v5.14.6..master --> | ||
|
||
_Aug 29, 2023_ | ||
|
||
A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [Autocomplete] Fix listbox opened unexpectedly when component is `disabled` (#38611) @mj12albert | ||
- [Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @VishruthR | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42 | ||
|
||
### Docs | ||
|
||
- [docs] Number Input docs fixes (#38521) @mj12albert | ||
- [docs] Show all the code in the usage section (#38691) @oliviertassinari | ||
- [docs][joy-ui] Change the customization and how-to guides docs tree (#38396) @danilo-leal | ||
- [docs][lab][LoadingButton] Improve `loading` prop documentation (#38625) @sai6855 | ||
- [docs][material-ui] Format `key` prop JSDoc description in `Snackbar` component code correctly (#38603) @jaydenseric | ||
|
||
### Core | ||
|
||
- [core] Add use-client to custom icons (#38132) @mj12albert | ||
- [core] Remove unnecessary `@types/jsdom` (#38657) @renovate[bot] | ||
- [core] Improve sponsors GA labels (#38649) @oliviertassinari | ||
- [core] Fix ESM issues with regression tests (#37963) @Janpot | ||
- [core] Potential fix for intermittent ci crashes in e2e test (#38614) @Janpot | ||
- [docs-infra] Mark unstable components with a chip in the nav drawer (#38573) @michaldudak | ||
- [docs-infra] Adjust the Material You playground demo design (#38636) @danilo-leal | ||
- [docs-infra] Hide the SkipLink button if user prefers reduced motion (#38632) @DerTimonius | ||
- [website] Add tiny fixes the homepage Sponsors section (#38635) @danilo-leal | ||
|
||
All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR | ||
|
||
## 5.14.6 | ||
|
||
<!-- generated comparing v5.14.5..master --> | ||
|
@@ -539,7 +673,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som | |
- 💫 Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert | ||
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert | ||
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/) | ||
- 🅙 [Joy UI guide](https://mui.com/joy-ui/guides/next-js-app-router/) | ||
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/) | ||
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/) | ||
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. | ||
|
||
|
@@ -1337,7 +1471,7 @@ _Apr 11, 2023_ | |
|
||
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 💫 Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp | ||
- 💫 Added [theme scope](https://mui.com/material-ui/guides/theme-scoping/) for using multiple design systems (#36664) @siriwatknp | ||
- 🐛 bug fixes and 📚 documentation improvements. | ||
|
||
### `@mui/[email protected]` | ||
|
@@ -10677,7 +10811,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som | |
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment | ||
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon | ||
- [core] Allow React 17 (#23311) @eps1lon | ||
- [Icon] Fix translation, e.g Google Translate (#23237) @cbeltrangomez84 | ||
- [Icon] Fix translation, e.g. Google Translate (#23237) @cbeltrangomez84 | ||
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek | ||
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana | ||
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.