Skip to content

Commit

Permalink
Merge branch 'master' into 'pnpm'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 14, 2023
2 parents 0081a6b + 1f7f2b2 commit 31295b9
Show file tree
Hide file tree
Showing 496 changed files with 7,398 additions and 3,817 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,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
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS
region: ${AWS_REGION_ARTIFACTS}
# Upload distributables to S3
- aws-s3/copy:
from: mui-material.tgz
Expand All @@ -713,9 +713,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
aws_secret_access_key: AWS_SECRET_ACCESS_KEY_ARTIFACTS
region: ${AWS_REGION_ARTIFACTS}
# persist size snapshot on S3
- aws-s3/copy:
arguments: --content-type application/json
Expand Down
141 changes: 123 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,110 @@
# [Versions](https://mui.com/versions/)

## 5.14.9

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

_Sep 13, 2023_

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

- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli

### `@mui/[email protected]`

- &#8203;<!-- 44 -->[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#38520) @ZeeshanTamboli
- &#8203;<!-- 07 -->[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#38868) @sai6855
- &#8203;<!-- 54 -->Revert "[Autocomplete] Type multiple values with readonly arrays." (#38827) @mnajdova
- &#8203;<!-- 57 -->[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#38544) @brentertz
- &#8203;<!-- 59 -->[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#38876) @sai6855

### `@mui/[email protected]`

- &#8203;<!-- 63 -->[useSnackbar] Align externalProps handling (#38935) @mj12albert
- &#8203;<!-- 48 -->[useInput] Align ExternalProps naming (#38849) @mj12albert
- &#8203;<!-- 13 -->[FocusTrap] Refactor & cleanup (#38878) @mnajdova
- &#8203;<!-- 12 -->[FocusTrap] Fix `disableEnforceFocus` behavior (#38816) @mnajdova
- &#8203;<!-- 06 -->[Switch] Simplify source (#38910) @oliviertassinari

### `@mui/[email protected]`

- &#8203;<!-- 15 -->[Drawer] Add Drawer component (#38169) @mnajdova
- &#8203;<!-- 11 -->Reduce height of some variants (#38527) @zanivan
- &#8203;<!-- 10 -->Refine the default theme color palette (#38416) @zanivan
- &#8203;<!-- 34 -->[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` (#38382) @siriwatknp
- &#8203;<!-- 60 -->[AccordionGroup] Add missing `variant` and `color` classes (#38814) @sai6855

### `@mui/[email protected]`

- &#8203;<!-- 09 -->Add TypeScript deprecations (#38833) @oliviertassinari
- &#8203;<!-- 08 -->Fix `@mui/x-tree-view` dependency (#38822) @flaviendelangle

### `@mui/[email protected]`

- &#8203;<!-- 05 -->Remove dead code (#38884) @oliviertassinari
- &#8203;<!-- 04 -->Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari

### `@mui/[email protected]`

- &#8203;<!-- 02 -->[vite] Create a package for vite plugin (#38685) @brijeshb42

### Docs

- &#8203;<!-- 53 -->[docs][base-ui] Improve recommended usage guide (#38570) @oliviertassinari
- &#8203;<!-- 52 -->[docs][base-ui] Create hooks contribution guide (#38679) @michaldudak
- &#8203;<!-- 51 -->[docs][base-ui] Structure and style revisions for Component docs (#38826) @samuelsycamore
- &#8203;<!-- 50 -->[docs][base-ui] Add Number Input to the all components page (#38839) @danilo-leal
- &#8203;<!-- 49 -->[docs][base-ui] Mark Popup with the Preview tag (#38851) @michaldudak
- &#8203;<!-- 47 -->[blog] Polish component reference name @oliviertassinari
- &#8203;<!-- 46 -->[blog] Fix missing card (#38834) @oliviertassinari
- &#8203;<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
- &#8203;<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
- &#8203;<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
- &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
- &#8203;<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
- &#8203;<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
- &#8203;<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
- &#8203;<!-- 27 -->[docs] Fix strange break line on mobile in between product name @oliviertassinari
- &#8203;<!-- 26 -->[docs] Clearer npm package homepages (#38864) @oliviertassinari
- &#8203;<!-- 25 -->[docs] enableColorScheme prop was removed (#38795) @oliviertassinari
- &#8203;<!-- 24 -->[docs] Fix a11y issues in tables demos (#38829) @michaldudak
- &#8203;<!-- 62 -->[docs][joy-ui] Refine the Messages template (#38807) @zanivan
- &#8203;<!-- 22 -->[docs][joy-ui] Fix copy on the Tutorial page (#38907) @danilo-leal
- &#8203;<!-- 21 -->[docs][joy-ui] Fix grammar and update Usage section in color inversion page (#38850) @ZeeshanTamboli
- &#8203;<!-- 20 -->[docs][joy-ui] Revise the Lists page (#36324) @LadyBluenotes
- &#8203;<!-- 19 -->[docs][joy-ui] Refine the Profile Dashboard template (#38599) @zanivan
- &#8203;<!-- 18 -->[docs][material-ui] Revise the Paper component docs (#38841) @danilo-leal
- &#8203;<!-- 17 -->[docs][material-ui] Revise the Typography page (#38543) @danilo-leal
- &#8203;<!-- 16 -->[docs][material-ui] Revise and split up "Styled engine" doc (#37774) @samuelsycamore
- &#8203;<!-- 03 -->[TextareaAutosize][docs] Fix component creation in render (#38577) @oliviertassinari

### Examples

- &#8203;<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
- &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam

### Core

- &#8203;<!-- 65 -->[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai
- &#8203;<!-- 64 -->[core] Remove workspace dependencies from root package.json (#38940) @michaldudak
- &#8203;<!-- 43 -->[core] Fix prop-types generation (#38831) @flaviendelangle
- &#8203;<!-- 42 -->[core] Move types packages to docs' devDependencies (#38914) @michaldudak
- &#8203;<!-- 41 -->[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari
- &#8203;<!-- 40 -->[core] TrapFocus was renamed to FocusTrap @oliviertassinari
- &#8203;<!-- 39 -->[core] Add types extension for clarity @oliviertassinari
- &#8203;<!-- 38 -->[core] Hoist rewriteImportPaths to parent scope @oliviertassinari
- &#8203;<!-- 37 -->[core] Bump aws-cli orb to 4.1 (#38857) @Janpot
- &#8203;<!-- 36 -->[core] Explicitly define package dependencies (#38859) @michaldudak
- &#8203;<!-- 35 -->[core] Fix yarn docs:create-playground script @oliviertassinari
- &#8203;<!-- 56 -->[docs-infra] Improve show code button affordance (#38824) @danilo-leal
- &#8203;<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
- &#8203;<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
- &#8203;<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
- &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal

All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli

## 5.14.8

<!-- generated comparing v5.14.7..master -->
Expand Down Expand Up @@ -670,7 +775,7 @@ _Jul 11, 2023_

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

- 💫 Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js 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/integrations/next-js-app-router/)
Expand Down Expand Up @@ -1959,7 +2064,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
- &#8203;<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
- &#8203;<!-- 19 -->[docs][joy] Build API documentations (#36008) @hbjORbj
- &#8203;<!-- 18 -->[examples] Update Next.js examples to use built-in font (#36315) @Juneezee
- &#8203;<!-- 17 -->[examples] Update curl link in `material-next-ts-v4-v5-migration` example README (#36321) @ZeeshanTamboli
- &#8203;<!-- 17 -->[examples] Update curl link in `material-ui-nextjs-ts-v4-v5-migration` example README (#36321) @ZeeshanTamboli
- &#8203;<!-- 16 -->[examples] Convert Next.js \_document class components to function components (#36109) @ossan-engineer

### Core
Expand Down Expand Up @@ -3217,7 +3322,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some

### `@mui/[email protected]`

- &#8203;<!-- 01 -->[TrapFocus] Restore the previously exported type from @mui/material (#34601) @michaldudak
- &#8203;<!-- 01 -->[FocusTrap] Restore the previously exported type from @mui/material (#34601) @michaldudak

### `@mui/[email protected]`

Expand Down Expand Up @@ -3333,7 +3438,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som

#### Breaking changes

- [TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes
- [FocusTrap] Rename TrapFocus to FocusTrap (#34216) @kabernardes

```diff
-import TrapFocus from '@mui/base/TrapFocus';
Expand Down Expand Up @@ -3575,7 +3680,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som

- [Button][base] Prevent too many ref updates (#33882) @michaldudak
- [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
- [TrapFocus] Improve tab test and simplify demo (#34008) @EthanStandel
- [FocusTrap] Improve tab test and simplify demo (#34008) @EthanStandel

### `@mui/[email protected]`

Expand Down Expand Up @@ -3681,7 +3786,7 @@ A big thanks to the 18 contributors who made this release possible. This release

### `@mui/[email protected]`

- &#8203;<!-- 31 -->[TrapFocus] Removes invisible tabbable elements from (#33543) @EthanStandel
- &#8203;<!-- 31 -->[FocusTrap] Removes invisible tabbable elements from (#33543) @EthanStandel
- &#8203;<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
- &#8203;<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak

Expand Down Expand Up @@ -5026,7 +5131,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
);
```

- &#8203;<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
- &#8203;<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak

Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).

Expand Down Expand Up @@ -7993,7 +8098,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
### `@material-ui/[email protected]`

- &#8203;<!-- 04 -->[Slider] Improve TS definition (#26642) @mnajdova
- &#8203;<!-- 21 -->[TrapFocus] Capture nodeToRestore via relatedTarget (#26696) @eps1lon
- &#8203;<!-- 21 -->[FocusTrap] Capture nodeToRestore via relatedTarget (#26696) @eps1lon

### `@material-ui/[email protected]`

Expand Down Expand Up @@ -9063,7 +9168,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
- &#8203;<!-- 28 -->[Timeline] Migrate TimelineContent to emotion (#25781) @siriwatknp
- &#8203;<!-- 53 -->[Timeline] Migrate TimelineItem to emotion (#25822) @vicasas
- &#8203;<!-- 47 -->[Timeline] Migrate TimelineOppositeContent to emotion (#25816) @vicasas
- &#8203;<!-- 54 -->[TrapFocus] Make isEnabled and getDoc optional (#25784) @m4theushw
- &#8203;<!-- 54 -->[FocusTrap] Make isEnabled and getDoc optional (#25784) @m4theushw

### `@material-ui/[email protected]`

Expand Down Expand Up @@ -9545,7 +9650,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
### `@material-ui/[email protected]`

- &#8203;<!-- 033 -->[Portal] Migrate to unstyled (#24890) @povilass
- &#8203;<!-- 047 -->[TrapFocus] Migrate to unstyled (#24957) @povilass
- &#8203;<!-- 047 -->[FocusTrap] Migrate to unstyled (#24957) @povilass
- &#8203;<!-- 060 -->[Backdrop] Migrate to unstyled (#24985) @povilass
- &#8203;<!-- 078 -->[Modal] Migrate to emotion + unstyled (#24857) @povilass

Expand Down Expand Up @@ -10142,7 +10247,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
- [ButtonBase] Migrate styles to emotion (#24100) @mnajdova
- [Button] Migrate styles to emotion (#24107) @mnajdova
- [unstyled] Add utils for generating utility classes (#24126) @mnajdova
- [TrapFocus] Fix trap to only focus on tabbable elements (#23364) @gregnb
- [FocusTrap] Fix trap to only focus on tabbable elements (#23364) @gregnb
- [Link] Improve integration with Next.js (#24121) @kelvinsanchez15
- [Select] Fix overflow showing scrollbar (#24085) @Segebre
- [Slider] Fix circular type reference in SliderValueLabel (#24190) @eps1lon
Expand Down Expand Up @@ -12075,9 +12180,9 @@ Here are some highlights ✨:
- [Tabs] Document how to make scroll icons visible (#22255) @Sorgrum
- [TextField] Add hidden label to multi-line filled textfield (#22284) @fakeharahman
- [Toolbar] Custom variant (#22217) @mnajdova
- [TrapFocus] Entangle effects (#22155) @eps1lon
- [TrapFocus] Fix compatibility issues with React 17 (#22270) @eps1lon
- [TrapFocus] Prevent possible crash in React 17 (#22262) @eps1lon
- [FocusTrap] Entangle effects (#22155) @eps1lon
- [FocusTrap] Fix compatibility issues with React 17 (#22270) @eps1lon
- [FocusTrap] Prevent possible crash in React 17 (#22262) @eps1lon

### `@material-ui/[email protected]`

Expand Down Expand Up @@ -12162,7 +12267,7 @@ Here are some highlights ✨:

More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).

- 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
- 👮 Add documentation for the [FocusTrap](https://mui.com/base-ui/react-focus-trap/) component (#22062) @oliviertassinari.
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
- 🚧 We have undertaken breaking changes.

Expand Down Expand Up @@ -12339,7 +12444,7 @@ Here are some highlights ✨:
- [CssBaseline] Add text size adjust property (#22089) @Tolsee
- [l10n] Add Greek (el-GR) locale (#21988) @tmanolat
- [Table] Cell small's right padding is bigger than medium (#22017) @adamlaurencik
- [TrapFocus] Add documentation (#22062) @oliviertassinari
- [FocusTrap] Add documentation (#22062) @oliviertassinari
- [Typography] Add custom variants support (#22006) @mnajdova
- [useIsFocusVisible] Remove focus-visible if focus is re-targetted (#22102) @eps1lon
- [core] Fix various potential issues with multiple windows (#22159) @scottander
Expand Down Expand Up @@ -12535,7 +12640,7 @@ A big thanks to the 14 contributors who made this release possible.
- [List] Fix secondary action position when disableGutters={true} (#21732) @kgregory
- [TablePagination] Fix broken labelling if SelectProps provided ids (#21703) @eps1lon
- [theme] Fix custom breakpoint in CSS Media Queries (#21759) @nkrivous
- [TrapFocus] Fix disableAutoFocus prop (#21612) @oliviertassinari
- [FocusTrap] Fix disableAutoFocus prop (#21612) @oliviertassinari

### `@material-ui/[email protected]`

Expand Down Expand Up @@ -12610,7 +12715,7 @@ A big thanks to the 16 contributors who made this release possible.
- [MenuItem] Add types for ListItemClasses (#21654) @eps1lon
- [Slider] Fix cannot read property 'focus' of null (#21653) @mageprincess
- [TextField] Fix CSS isolation issue (#21665) @Codetalker777
- [TrapFocus] Fix portal support (#21610) @mnajdova
- [FocusTrap] Fix portal support (#21610) @mnajdova
- [TypeScript] Fix version support (#21640) @jakubfiglak

### `@material-ui/[email protected]`
Expand Down
Loading

0 comments on commit 31295b9

Please sign in to comment.