-
-
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.
- Loading branch information
1 parent
62dfa47
commit 8255b71
Showing
24 changed files
with
197 additions
and
92 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,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]` | ||
|
||
- ​<!-- 44 -->[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#38520) @ZeeshanTamboli | ||
- ​<!-- 07 -->[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#38868) @sai6855 | ||
- ​<!-- 54 -->Revert "[Autocomplete] Type multiple values with readonly arrays." (#38827) @mnajdova | ||
- ​<!-- 57 -->[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#38544) @brentertz | ||
- ​<!-- 59 -->[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#38876) @sai6855 | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 63 -->[useSnackbar] Align externalProps handling (#38935) @mj12albert | ||
- ​<!-- 48 -->[useInput] Align ExternalProps naming (#38849) @mj12albert | ||
- ​<!-- 13 -->[FocusTrap] Refactor & cleanup (#38878) @mnajdova | ||
- ​<!-- 12 -->[FocusTrap] Fix `disableEnforceFocus` behavior (#38816) @mnajdova | ||
- ​<!-- 06 -->[Switch] Simplify source (#38910) @oliviertassinari | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 15 -->[Drawer] Add Drawer component (#38169) @mnajdova | ||
- ​<!-- 11 -->Reduce height of some variants (#38527) @zanivan | ||
- ​<!-- 10 -->Refine the default theme color palette (#38416) @zanivan | ||
- ​<!-- 34 -->[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` (#38382) @siriwatknp | ||
- ​<!-- 60 -->[AccordionGroup] Add missing `variant` and `color` classes (#38814) @sai6855 | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 09 -->Add TypeScript deprecations (#38833) @oliviertassinari | ||
- ​<!-- 08 -->Fix `@mui/x-tree-view` dependency (#38822) @flaviendelangle | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 05 -->Remove dead code (#38884) @oliviertassinari | ||
- ​<!-- 04 -->Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 02 -->[vite] Create a package for vite plugin (#38685) @brijeshb42 | ||
|
||
### Docs | ||
|
||
- ​<!-- 53 -->[docs][base-ui] Improve recommended usage guide (#38570) @oliviertassinari | ||
- ​<!-- 52 -->[docs][base-ui] Create hooks contribution guide (#38679) @michaldudak | ||
- ​<!-- 51 -->[docs][base-ui] Structure and style revisions for Component docs (#38826) @samuelsycamore | ||
- ​<!-- 50 -->[docs][base-ui] Add Number Input to the all components page (#38839) @danilo-leal | ||
- ​<!-- 49 -->[docs][base-ui] Mark Popup with the Preview tag (#38851) @michaldudak | ||
- ​<!-- 47 -->[blog] Polish component reference name @oliviertassinari | ||
- ​<!-- 46 -->[blog] Fix missing card (#38834) @oliviertassinari | ||
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal | ||
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855 | ||
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari | ||
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari | ||
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari | ||
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari | ||
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari | ||
- ​<!-- 27 -->[docs] Fix strange break line on mobile in between product name @oliviertassinari | ||
- ​<!-- 26 -->[docs] Clearer npm package homepages (#38864) @oliviertassinari | ||
- ​<!-- 25 -->[docs] enableColorScheme prop was removed (#38795) @oliviertassinari | ||
- ​<!-- 24 -->[docs] Fix a11y issues in tables demos (#38829) @michaldudak | ||
- ​<!-- 62 -->[docs][joy-ui] Refine the Messages template (#38807) @zanivan | ||
- ​<!-- 22 -->[docs][joy-ui] Fix copy on the Tutorial page (#38907) @danilo-leal | ||
- ​<!-- 21 -->[docs][joy-ui] Fix grammar and update Usage section in color inversion page (#38850) @ZeeshanTamboli | ||
- ​<!-- 20 -->[docs][joy-ui] Revise the Lists page (#36324) @LadyBluenotes | ||
- ​<!-- 19 -->[docs][joy-ui] Refine the Profile Dashboard template (#38599) @zanivan | ||
- ​<!-- 18 -->[docs][material-ui] Revise the Paper component docs (#38841) @danilo-leal | ||
- ​<!-- 17 -->[docs][material-ui] Revise the Typography page (#38543) @danilo-leal | ||
- ​<!-- 16 -->[docs][material-ui] Revise and split up "Styled engine" doc (#37774) @samuelsycamore | ||
- ​<!-- 03 -->[TextareaAutosize][docs] Fix component creation in render (#38577) @oliviertassinari | ||
|
||
### Examples | ||
|
||
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari | ||
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam | ||
|
||
### Core | ||
|
||
- ​<!-- 65 -->[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai | ||
- ​<!-- 64 -->[core] Remove workspace dependencies from root package.json (#38940) @michaldudak | ||
- ​<!-- 43 -->[core] Fix prop-types generation (#38831) @flaviendelangle | ||
- ​<!-- 42 -->[core] Move types packages to docs' devDependencies (#38914) @michaldudak | ||
- ​<!-- 41 -->[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari | ||
- ​<!-- 40 -->[core] TrapFocus was renamed to FocusTrap @oliviertassinari | ||
- ​<!-- 39 -->[core] Add types extension for clarity @oliviertassinari | ||
- ​<!-- 38 -->[core] Hoist rewriteImportPaths to parent scope @oliviertassinari | ||
- ​<!-- 37 -->[core] Bump aws-cli orb to 4.1 (#38857) @Janpot | ||
- ​<!-- 36 -->[core] Explicitly define package dependencies (#38859) @michaldudak | ||
- ​<!-- 35 -->[core] Fix yarn docs:create-playground script @oliviertassinari | ||
- ​<!-- 56 -->[docs-infra] Improve show code button affordance (#38824) @danilo-leal | ||
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari | ||
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari | ||
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen | ||
- ​<!-- 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 --> | ||
|
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
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
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.