material-ui

MaterialΒ UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

MIT License

Downloads
174M
Stars
91.4K
Committers
3.2K
material-ui - v5.14.12

Published by siriwatknp about 1 year ago

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

  • 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
  • πŸš€ Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
  • πŸ—οΈ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#38785) @xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead

@mui/[email protected]

  • [DialogActions] Apply margin-left when children is not of button type (#39189) @sai6855
  • [Select] Improve a11y by adding combobox role and aria-controls attribute (#38785) @xulingzhihou
  • [Select] Fix MenuProps slotProps forwarding (#39177) @DiegoAndai
  • [TextField] Polish types in Textfield demo (#39140) @sai6855
  • [ButtonGroup] Fix rendering with conditional elements (#38989) @ZeeshanTamboli

@mui/[email protected]

  • [system] Add support for variants in the styled() util (#39073) @mnajdova
  • [Box] Add missing logical spacing property types (#39169) @Semigradsky

@mui/[email protected]

  • [useSlider] Align externalProps handling (#38854) @mj12albert
  • [useTabs] Align external props handling for useTab/useTabPanel/useTabsList (#39037) @mj12albert
  • [test] Fix import paths in useTab tests (#39291) @mj12albert

@mui/[email protected]

  • [Chip] Add Material You Chip component (#38927) @DiegoAndai
  • [Divider] Copy v5 Divider (#39197) @mj12albert
  • [FilledInput] Copy v5 FilledInput (#39040) @mj12albert
  • [FormControl] Add FormControl component (#39032) @mj12albert
  • [Select] Copy Select files from v5 (#39188) @DiegoAndai
  • [TextField] Copy v5 TextField's inner components (#39166) @mj12albert

@mui/[email protected]

  • Introduce color inversion utilities (#38916) @siriwatknp
  • Replace margin with gap property (#39147) @siriwatknp
  • [CssBaseline] use Joy GlobalStyles (#39278) @siriwatknp
  • [Drawer] Apply content styles from theme to content slot (#39199) @sai6855
  • [List] Add gap and missing active styles (#39146) @siriwatknp
  • [Switch] Slight adjustments to the design (#39276) @danilo-leal

Docs

  • [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
  • [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
  • [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
  • [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
  • [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
  • [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
  • [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
  • [docs][joy-ui] Match Autocomplete github label demo to actual github label dropdown (#39228) @sai6855
  • [docs][joy-ui] Refine the Rental dashboard template (#39059) @zanivan
  • [docs][joy-ui] Removed incomplete sentence in the Aspect Ratio page (#39227) @Erik-McKelvey
  • [docs][joy-ui] Fix typo in the Accordion page (#39226) @Erik-McKelvey
  • [docs][joy-ui] Update and standardize template Sidemenus (#39271) @zanivan
  • [docs][joy-ui] Add a roadmap page (#39163) @danilo-leal
  • [docs][material-ui] Replace Box with Stack in applicable demos (#39174) @sai6855
  • [docs][material-ui] Add small polish to the Templates page (#39224) @danilo-leal
  • [docs][material-ui] Small revision to the Icons page (#38840) @danilo-leal

Core

  • Add next lint config to eslint (#39183) @Janpot
  • [core] Update eslint rules (#39178) @romgrk
  • [core] Fix Greg GitHub slug @oliviertassinari
  • [core] Priority Support casing normalization @oliviertassinari
  • [website] Add Heat map in pricing page (#39269) @oliviertassinari
  • [website] Update React Engineer - xCharts Ashby link (#39172) @DanailH
  • [website] Add Charts to the pricing table (#38680) @alexfauquette
  • [website] Polish career experience @oliviertassinari
  • [website] Simplify the Core products file (#39194) @danilo-leal

All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @Erik-McKelvey, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @Semigradsky, @siriwatknp, @xulingzhihou, @zanivan, @ZeeshanTamboli

material-ui - v5.14.11

Published by michaldudak about 1 year ago

Sep 26, 2023

A big thanks to the 23 contributors who made this release possible.
This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements.

@mui/[email protected]

  • [Autocomplete] Re-export AutocompleteValue to make it available from path import (#38638) @vadimka123
  • [Select][material-ui] Missing aria-multiselectable attribute on multiple Select component (#38855) @gitstart
  • [l10n] labelDisplayedRows is added for trTR localization (#39056) @tebersefa

@mui/[email protected]

  • Support RSC in isMuiElement util (#38129) @sai6855

@mui/[email protected]

  • [NumberInput] Support adornments (#38900) @anle9650
  • [Menu] Align external props handling for useMenu/MenuButton/MenuItem (#38946) @mj12albert
  • [Select] Align external props handling (#39038) @mj12albert
  • [TextareaAutosize] Simplify logic and add test (#38728) @oliviertassinari

@mui/[email protected]

  • [Button] Fix disabled button styling when component prop is provided (#38996) @sai6855
  • [Drawer] Add missing JoyDrawer in theme components (#39074) @Studio384

@mui/[email protected]

  • [FormControl] Copy v5 FormControl (#39039) @mj12albert

@mui/[email protected]

  • [TreeView] Fix JSDoc comments in TreeView and TreeItem (#38874) @jergason

Docs

  • Improve focus trap demo (#38985) @oliviertassinari
  • Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
  • Improve the default theme viewer design (#39049) @danilo-leal
  • Add live demo with CssVarsProvider (#38792) @oliviertassinari
  • Fix wrong hash on Card's page (#39151) @mnajdova
  • Revise the Drawer page (#38988) @danilo-leal
  • Simplify the button's loading indicator demo (#39082) @danilo-leal
  • Fix the Templates link on the Overview page (#39086) @danilo-leal
  • Refine the Sign in template (#38942) @zanivan
  • Add use-count-up integration with the Circular Progress (#38952) @anon-phantom

Core

  • [blog] Add a company values blog post (#38802) @mikailaread
  • [core] Downgrade lerna to 7.2.0 (#39149) @michaldudak
  • [core] Simplify docs feedback interaction (#39075) @alexfauquette
  • [core] Improve ref type definition (#38903) @oliviertassinari
  • [core] Simplify career (#39112) @oliviertassinari
  • [core] Update Babel types along with source packages (#39070) @michaldudak
  • [core] Add a comment to explain useEnhancedEffect (#39035) @Janpot
  • [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
  • [docs-infra] Improve callouts design (#39084) @danilo-leal
  • [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
  • [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
  • [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
  • [test] Split the test package (#39061) @michaldudak
  • [website] React Engineer - xCharts role (#38976) @DanailH
  • [website] Improve the highlighter component colors (#39087) @danilo-leal
  • [website] Fix Pricing page row hover (#39097) @danilo-leal
  • [website] Fix typo with straight quote @oliviertassinari
  • [website] Sync about page @oliviertassinari
  • [website] Update the about page (#38733) @danilo-leal
  • [website] Small fixes on the X marketing page (#38975) @flaviendelangle
  • [website] Add stray design tweaks to the X page (#38589) @danilo-leal

All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @anle9650, @anon-phantom, @DanailH, @danilo-leal, @DiegoAndai, @flaviendelangle, @gitstart, @Janpot, @jergason, @maheshguntur, @michaldudak, @mikailaread, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @Studio384, @tebersefa, @vadimka123, @zanivan, @ZeeshanTamboli

material-ui -

Published by mnajdova about 1 year ago

Sep 18, 2023

A big thanks to the 16 contributors who made this release possible. This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements.

@mui/[email protected]

  • ​[Chip] Add cursor CSS property reset (#38984) @DiegoAndai

@mui/[email protected]

  • ​[utils] Move @types/prop-types back to dependencies (#39030) @Methuselah96

@mui/[email protected]

  • ​[NumberInput][base-ui] Warn when changing control mode with useControlled (#38757) @sai6855
  • ​[Select][base-ui] Fix Select button layout shift, add placeholder prop (#38796) @mj12albert
  • ​[useList][base-ui] Accept arbitrary external props and forward to root (#38848) @mj12albert
  • ​[Autocomplete][base-ui] Added ref to getInputProps return value (#38919) @DarhkVoyd

@mui/[email protected]

  • ​[AccordionGroup][joy-ui] Fix console warning when using custom color (#38950) @sai6855
  • ​[GlobalStyles][joy-ui] Ensure compatibility with RSC (#38955) @mateuseap

Docs

  • ​[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
  • ​[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
  • ​[docs] Fix number input wrong demo @oliviertassinari
  • ​[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
  • ​[docs][joy-ui] Revise the Overview page (#38842) @danilo-leal
  • ​[docs][material-ui][Pagination] Add TablePagination to the API components list (#38486) @MonstraG

Core

  • ​[core] Add more context about useEventCallback @oliviertassinari
  • ​[core] Allow deeper import of @mui/utils (#38806) @oliviertassinari
  • ​[core] Remove react-dom from @mui/utils peerDependencies (#38974) @michaldudak
  • ​[core] Remove react from styled-engine dependencies (#38971) @michaldudak
  • ​[core] Fix image loading bug on Safari @oliviertassinari
  • ​[core] Fix bundle size upload to S3 job (#38956) @Janpot
  • ​[core] Move eslint to peer dependencies of eslint-plugin-material-ui (#39033) @michaldudak
  • ​[docs-infra] Display markdown lists correctly in docs for props description (#38973) @ZeeshanTamboli
  • ​[website] Improve lighthouse score (#39011) @oliviertassinari
  • ​[website] Fix lighthouse issues @oliviertassinari
  • ​[website] Create the InfoCard component (#38987) @danilo-leal
  • ​[website] Small tweaks for performance @oliviertassinari
  • ​[zero][next] Setup nextjs plugin package (#38852) @brijeshb42

All contributors of this release in alphabetical order: @alisasanib, @brijeshb42, @danilo-leal, @DarhkVoyd, @DiegoAndai, @Janpot, @mateuseap, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @MonstraG, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli

material-ui - v5.14.9

Published by DiegoAndai about 1 year ago

Sep 13, 2023

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

@mui/[email protected]

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

@mui/[email protected]

  • ​[useSnackbar] Align externalProps handling (#38935) @mj12albert
  • ​[useInput] Align ExternalProps naming (#38849) @mj12albert
  • ​[FocusTrap] Refactor & cleanup (#38878) @mnajdova
  • ​[FocusTrap] Fix disableEnforceFocus behavior (#38816) @mnajdova
  • ​[Switch] Simplify source (#38910) @oliviertassinari

@mui/[email protected]

  • ​[Drawer] Add Drawer component (#38169) @mnajdova
  • ​Reduce height of some variants (#38527) @zanivan
  • ​Refine the default theme color palette (#38416) @zanivan
  • ​[Dialog] Add DialogActions, DialogTitle and DialogContent (#38382) @siriwatknp
  • ​[AccordionGroup] Add missing variant and color classes (#38814) @sai6855

@mui/[email protected]

  • ​Add TypeScript deprecations (#38833) @oliviertassinari
  • ​Fix @mui/x-tree-view dependency (#38822) @flaviendelangle

@mui/[email protected]

  • ​Remove dead code (#38884) @oliviertassinari
  • ​Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari

@mui/[email protected]

  • ​[vite] Create a package for vite plugin (#38685) @brijeshb42

Docs

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

Examples

  • ​[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
  • ​[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam

Core

  • ​[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai
  • ​[core] Remove workspace dependencies from root package.json (#38940) @michaldudak
  • ​[core] Fix prop-types generation (#38831) @flaviendelangle
  • ​[core] Move types packages to docs' devDependencies (#38914) @michaldudak
  • ​[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari
  • ​[core] TrapFocus was renamed to FocusTrap @oliviertassinari
  • ​[core] Add types extension for clarity @oliviertassinari
  • ​[core] Hoist rewriteImportPaths to parent scope @oliviertassinari
  • ​[core] Bump aws-cli orb to 4.1 (#38857) @Janpot
  • ​[core] Explicitly define package dependencies (#38859) @michaldudak
  • ​[core] Fix yarn docs:create-playground script @oliviertassinari
  • ​[docs-infra] Improve show code button affordance (#38824) @danilo-leal
  • ​[docs–infra] Fix callout container width (#38880) @oliviertassinari
  • ​[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
  • ​[website] add Michel Engelen to the about us page (#38818) @michelengelen
  • ​[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

material-ui - v5.14.8

Published by brijeshb42 about 1 year ago

Sep 5, 2023

A big thanks to the 25 contributors who made this release possible.

@mui/[email protected]

  • ​ImageItemList fix incorrect (below) rendering (#38452) @omriklein
  • ​[Button] Add demo for file upload (#38786) @anle9650
  • ​[Slider] Add missing classes for Slider InputLabel InputBase Radio (#38401) @sai6855
  • ​[Select] Merge slotProps.paper with internal Paper props (#38703) @michaldudak
  • ​[Tabs] Fix ref type (#38717) @ZeeshanTamboli
  • ​[TabScrollButton] Extend ButtonBase types (#38719) @ZeeshanTamboli

@mui/[email protected]

  • ​[Autocomplete] Type multiple values with readonly arrays. (#38253) @pcorpet
  • ​[TextField] Fix unstable height of memoized multiline TextField component (#37135) @amal-qb

@mui/[email protected]

  • ​[Accordion] Fix incorrect display of classname (#38695) @sai6855
  • ​[AspectRatio] Correct ratio prop description (#38743) @sai6855
  • ​[Button] Fix disablity of button (#38673) @sai6855
  • ​[design] Stray design tweaks to components (#38476) @zanivan
  • ​[Typography] Added position only when Skeleton is a direct child (#38799) @siriwatknp

@mui/[email protected]

  • ​[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
  • ​[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari

@mui/[email protected]

  • ​[system] Fix the inconsistent types of the mergeBreakpointsInOrder function (#38749) @imevanc
  • ​[system] Fix maxWidth incorrectly resolving breakpoints with non-pixel units (#38633) @mj12albert
  • ​[typescript] Introduce *OwnProps interfaces for components (#36798) @szalonna

Docs

  • ​Update changelog (#38704) @mj12albert
  • ​[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
  • ​[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
  • ​[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
  • ​[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
  • ​[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
  • ​[blog] Clearer blog release title @oliviertassinari
  • ​[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
  • ​[docs] Fix broken links to Next.js docs (#38764) @ruflair
  • ​[docs] Trim trailing whitespace (#38793) @oliviertassinari
  • ​[docs] Fix a typo in lab-tree-view-to-mui-x.md @mbrookes
  • ​[docs] Clean up not used Usage files (#38715) @danilo-leal
  • ​[docs] Improve theme builder exceptions (#38709) @jyash97
  • ​[docs] Polish Slider demos (#38759) @oliviertassinari
  • ​[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
  • ​[docs] Fix typo @oliviertassinari
  • ​[docs] Fix e.g. typo (#38748) @oliviertassinari
  • ​[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
  • ​[docs] Fix SEO issue broken links @oliviertassinari
  • ​[docs] Improve SSR example reference (#38651) @oliviertassinari
  • ​[docs][joy-ui] Integrate a count-up feature to the Linear Progress (#38738) @anon-phantom
  • ​[docs][joy-ui] Fix Link's overlay prop demo (#38702) @danilo-leal
  • ​[docs][joy-ui] Polish the Stack page (#38623) @danilo-leal
  • ​[docs][material-ui] Adjust simple Slide demo (#38646) @rajgop1

Core

  • ​[core] Re-add nx and setup build caching (#38752) @brijeshb42

  • ​[core] Remove dead code seoTitle @oliviertassinari

  • ​[core] Use immutable refs (#38762) @oliviertassinari

  • ​[core] Rework typescript-to-proptypes to share the AST parsing with parseStyles (#38517) @flaviendelangle

  • ​[core] Fix CI @oliviertassinari

  • ​[core] Remove unnecessary @types/webpack package (#38720) @ZeeshanTamboli

  • ​[core] Remove duplicate prop @oliviertassinari

  • ​[docs-infra] Fix mobile display in CodeSandbox (#38767) @oliviertassinari

  • ​[docs-infra] Remove legacy GA (#37579) @alexfauquette

  • ​[docs-infra] Fix emotion :first-child console log (#38690) @oliviertassinari

  • ​[docs-infra] Fix leaking callout content (#38712) @danilo-leal

  • ​[docs-infra] Remove emoji from callouts (#38694) @danilo-leal

  • ​[website] Fix out of date discount value @oliviertassinari

  • ​[website] Fix out-of-date label on Toolpad (#38744) @bharatkashyap

  • ​[website] Fine-tune branding buttons box shadows (#38731) @danilo-leal

  • ​[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

material-ui - v5.14.7

Published by mj12albert about 1 year ago

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, @michaldudak, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR

material-ui - v5.14.6

Published by siriwatknp about 1 year ago

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

  • πŸš€ Added the Popup component to Base UI (#37960) @michaldudak
    It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
  • πŸš€ Added the Accordion component to Joy UI (#38164) @siriwatknp
  • πŸš€ Added InputBase and ButtonBase components to material-next (#38319) @DiegoAndai @mj12albert
  • πŸ”‹ First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42

@mui/[email protected]

  • [Modal] Update it to use the useModal hook (#38498) @mnajdova
  • [Select] Add root class to SelectClasses (#38424) @sai6855
  • [Skeleton] Soften the pulse animation (#38506) @oliviertassinari
  • [TextField] Fix onClick regressions handling changes (#38474) @mj12albert
  • [TextField] Fix TextField onClick test (#38597) @mj12albert

@mui/[email protected]

  • [Popup] New component (#37960) @michaldudak

@mui/[email protected]

  • [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
  • [Select] Add required prop (#38167) @siriwatknp
  • Miscellaneous fixes (#38462) @siriwatknp

@mui/[email protected]

  • [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
  • [Input] Add InputBase component (#38392) @mj12albert

@mui/[email protected]

  • Implementation of styled tag processor for linaria (#38378) @brijeshb42

Docs

  • [blog] Clarify tree view move @oliviertassinari
  • [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
  • [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
  • [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
  • [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
  • [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
  • [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
  • [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
  • [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
  • [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
  • [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
  • [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
  • [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
  • [docs][joy-ui] Fix the fullWidth prop description for the Input (#38545) @0xturner
  • [docs][joy-ui] Updated the List playground demo (#38499) @zanivan
  • [docs][joy-ui] Changed bgcolor of the Playground demo (#38502) @zanivan
  • [docs][material-ui] Fix key warning in SimpleDialog demo (#38580) @ZeeshanTamboli
  • [docs][material-ui] Fixed Google Fonts link for material two-tone icons in CodeSandbox and Stackblitz (#38247) @ZeeshanTamboli
  • [docs][material-ui] Fix the Drawer's onClose API docs (#38273) @johnmatthiggins
  • [docs][material-ui] Improve nav link tab example (#38315) @oliviertassinari
  • [docs][material-ui] Fix missing import in the styled engine guide (#38450) @codersjj
  • [docs][material-ui][Dialog] Improve screen reader announcement of Customized Dialog (#38592) @ZeeshanTamboli
  • [docs] Add 3rd party libraries integration examples for Joy Input (#38541) @siriwatknp
  • [docs] Hide translation call to action (#38449) @cristianmacedo
  • [docs] Fix codemod name in changelog of v5.14.4 (#38593) @GresilleSiffle
  • [docs] More space for theme builder (#38532) @oliviertassinari
  • [docs] Fix the math symbol of the width sx prop range @oliviertassinari
  • [docs] Fix typo on a11y section of Tabs @oliviertassinari
  • [docs] Clarify System peer dependencies @oliviertassinari
  • [docs] Fix horizontal scrollbar @oliviertassinari
  • [docs] Code style convention @oliviertassinari
  • [docs] Fix typo in Base UI @oliviertassinari
  • [docs] Update the backers page (#38505) @danilo-leal
  • [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
  • [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
  • [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari

Examples

  • [examples] Start to remove Gatsby (#38567) @oliviertassinari
  • [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
  • [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong

Core

  • [CHANGELOG] Fix issues in highlight @oliviertassinari
  • [core] Remove redundant @material-ui/ aliases from regression test webpack config (#38574) @ZeeshanTamboli
  • [core] Fix CI error @oliviertassinari
  • [core] Remove unnecessary Box (#38461) @oliviertassinari
  • [core] Set GitHub Action top level permission @oliviertassinari
  • [docs-infra][joy-ui] Polish the usage and CSS vars playgrounds (#38600) @danilo-leal
  • [docs-infra] Support link title (#38579) @oliviertassinari
  • [docs-infra] Fix ad layout shift (#38622) @oliviertassinari
  • [docs-infra] Add light tweaks to the ad container (#38504) @danilo-leal
  • [docs-infra] Fix anchor scroll without tabs (#38586) @oliviertassinari
  • [docs-infra] Retain velocity animation speed (#38470) @oliviertassinari
  • [docs-infra] Follow import and CSS token standard (#38508) @oliviertassinari
  • [docs-infra] Add icon to callouts (#38525) @alexfauquette
  • [docs-infra] Fix the anchor link on headings (#38528) @danilo-leal
  • [docs-infra] Cleanup code on demo code block expansion (#38522) @ZeeshanTamboli
  • [docs-infra] Improve the heading buttons positioning (#38428) @danilo-leal
  • [docs-infra] Customize the blockquote design (#38503) @danilo-leal
  • [docs-infra] Improve the alert before a negative feedback (#38500) @danilo-leal
  • [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
  • [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
  • [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
  • [website] Improve the Base UI hero section demo (#38585) @danilo-leal
  • [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
  • [website] Fix mobile view Material UI page (#38568) @oliviertassinari
  • [website] Fix reference to the data grid @oliviertassinari
  • [website] Configure Apple Pay @oliviertassinari
  • [website] Fix template link on the homepage (#38471) @danilo-leal

All contributors of this release in alphabetical order: @0xturner, @alexfauquette, @alisasanib, @brijeshb42, @codersjj, @cristianmacedo, @danilo-leal, @DiegoAndai, @GresilleSiffle, @homerchen19, @johnmatthiggins, @michaldudak, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli

material-ui - v5.14.5

Published by michaldudak about 1 year ago

Aug 14, 2023

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

@mui/[email protected]

  • ​[TextField] Fix to handle onClick on root element (#38072) @LukasTy

@mui/[email protected]

  • ​[codemod] Add v5.0.0/tree-view-moved-to-x codemod (#38248) @flaviendelangle

@mui/[email protected]

  • ​[Input][joy-ui] Fix the FormHelperText icon color (#38387) @TheNatkat
  • ​[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
  • ​[TabPanel][joy-ui] Add keepMounted prop (#38293) @decadef20

@mui/[email protected]

  • ​[base-ui] Remove the legacy Extend* types (#38184) @michaldudak
  • ​[base-ui] Add useModal hook (#38187) @mnajdova
  • ​[base-ui] Add prepareForSlot util (#38138) @mnajdova
  • ​[useButton][base-ui] Fix tabIndex not being forwarded (#38417) @DiegoAndai
  • ​[useButton][base-ui] Fix onFocusVisible not being handled (#38399) @DiegoAndai

Docs

  • ​[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
  • ​[docs][base-ui] Update number input API docs (#38363) @mj12albert
  • ​[docs] Improve page transition speed (#38394) @oliviertassinari
  • ​[docs] Improve examples (#38398) @oliviertassinari
  • ​[docs][docs] Add FileUpload demo (#38420) @sai6855
  • ​[docs][joy-ui] Refine the Order Dashboard template design (#38395) @zanivan
  • ​[docs][material-ui][joy-ui] Simplify the Quickstart section on the Usage page (#38385) @danilo-leal
  • ​[docs][Menu][joy] Explain how to control the open state (#38355) @michaldudak
  • ​[docs][material] Revise the Support page (#38207) @samuelsycamore
  • ​[docs][material-ui] Remove incorrect aria-labels in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
  • ​[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
  • ​[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
  • ​[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova

Examples

  • ​[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1

Core

  • ​[core] Consistent URL add leading / @oliviertassinari
  • ​[docs-infra] Fix rebase issue @oliviertassinari
  • ​[docs-infra] Fix typo in docs infra docs @oliviertassinari
  • ​[docs-infra] Fix nested list margin (#38456) @oliviertassinari
  • ​[docs-infra] Move the Diamond Sponsors to the TOC (#38410) @danilo-leal
  • ​[docs-infra] Move imports into page data (#38297) @alexfauquette
  • ​[docs-infra] Adjust heading styles (#38365) @danilo-leal
  • ​[docs-infra] Fix info callout border color (#38370) @danilo-leal
  • ​[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
  • ​[website] Improve Base UI hero section demo (#38255) @danilo-leal
  • ​[website] Fix EmailSubscribe look (#38429) @oliviertassinari
  • ​[website] Link Discord in footer (#38369) @richbustos
  • ​[website] Clean up the GetStartedButtons component (#38256) @danilo-leal

All contributors of this release in alphabetical order: @alexfauquette, @ashleykolodziej, @danilo-leal, @decadef20, @DiegoAndai, @flaviendelangle, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @nithins1, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @TheNatkat, @zanivan

material-ui -

Published by mnajdova about 1 year ago

Aug 8, 2023

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

@mui/[email protected]

  • ​[Checkbox][material] Add size classes (#38182) @michaldudak
  • ​[Typography] Improve inherit variant logic (#38123) @ZeeshanTamboli

@mui/[email protected]

  • ​Revert "[Box] Remove component from TypeMap (#38168)" (#38356) @michaldudak

@mui/[email protected]

Breaking changes

  • ​[base] Ban default exports (#38200) @michaldudak

    Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
    This was changed to improve consistency and avoid problems some bundlers have with default exports.
    See https://github.com/mui/material-ui/issues/21862 for more context.

    - import Button, { buttonClasses } from '@mui/base/Button';
    + import { Button, buttonClasses } from '@mui/base/Button';
    - import BaseMenu from '@mui/base/Menu';
    + import { Menu as BaseMenu } from '@mui/base/Menu';
    

    Additionally, the ClassNameGenerator has been moved to the directory matching its name:

    - import ClassNameGenerator from '@mui/base/className';
    + import { ClassNameGenerator } from '@mui/base/ClassNameGenerator';
    

    A codemod is provided to help with the migration:

    npx @mui/codemod v5.0.0/base-use-named-imports <path>
    

Changes

  • ​[base] Create useNumberInput and NumberInput (#36119) @mj12albert
  • ​[Select][base] Fix flicker on click of controlled Select button (#37855) @VishruthR
  • ​[Dropdown] Fix imports of types (#38296) @yash-thakur

@mui/[email protected]

  • ​[joy-ui][MenuButton] Fix disable of MenuButton (#38342) @sai6855

Docs

  • ​[docs][AppBar] Fix ResponsiveAppBar demo logo href (#38346) @iownthegame
  • ​[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
  • ​[docs][Menu][base] Remove Unstyled prefix from demos' function names (#38270) @sai6855
  • ​[docs] Add themeable component guide (#37908) @siriwatknp
  • ​[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
  • ​[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
  • ​[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
  • ​[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
  • ​[docs][joy-ui] Updated Typography callout at getting started (#38289) @zanivan
  • ​[docs][joy-ui] Fix the Inter font installation instructions (#38284) @danilo-leal
  • ​[docs][material] Add note to Autocomplete about ref forwarding (#38305) @samuelsycamore
  • ​[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
  • ​[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
  • ​[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
  • ​[blog] Discord announcement blog (#38258) @richbustos
  • ​[blog] Fix 301 links to Toolpad @oliviertassinari
  • ​[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
  • ​[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
  • ​[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
  • ​[website] Fix image layout shift (#38326) @oliviertassinari

Core

  • ​[core] Fix docs demo export function consistency (#38191) @oliviertassinari
  • ​[core] Fix the link-check script on Windows (#38276) @michaldudak
  • ​[core] Use @testing-library/user-event direct API (#38325) @mj12albert
  • ​[core] Port GitHub workflow for ensuring triage label is present (#38312) @DanailH
  • ​[docs-infra] Consider files ending with .types.ts as props files (#37533) @mnajdova
  • ​[docs-infra] Fix skip to content design (#38304) @oliviertassinari
  • ​[docs-infra] Add a general round of polish to the API content display (#38282) @danilo-leal
  • ​[docs-infra] Make the side nav collapse animation snappier (#38259) @danilo-leal
  • ​[docs-infra] New Component API design followup (#38183) @cherniavskii
  • ​[test] Remove unnecessary async keyword from test (#38373) @ZeeshanTamboli

All contributors of this release in alphabetical order: @alisasanib, @cherniavskii, @DanailH, @danilo-leal, @iownthegame, @michaldudak, @mj12albert, @mnajdova, @noraleonte, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @siriwatknp, @VishruthR, @yash-thakur, @zanivan, @ZeeshanTamboli

material-ui - v5.14.3

Published by DiegoAndai about 1 year ago

Jul 31, 2023

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

  • πŸš€ Joy UI is now in Beta
  • ✨ Refine Joy UI's default theme @siriwatknp @zanivan
  • πŸŽ‰ Added Dropdown higher-level menu component Base UI @michaldudak
  • πŸ’« Added Material You Badge to material-next (#37850) @DiegoAndai

@mui/[email protected]

  • ​[Autocomplete][material][joy] Add default getOptionLabel prop in ownerState (#38100) @DSK9012
  • ​[Menu][Divider][material] Do not allow focus on Divider when inside Menu list (#38102) @divyammadhok
  • ​[typescript][material] Rename one letter type parameters (#38155) @michaldudak
  • ​[Menu][material] Fixes slots and slotProps overriding defaults completely (#37902) @gitstart
  • ​[Theme][material] Add missing styleOverrides type for theme MuiStack (#38189) @DiegoAndai
  • ​[typescript][material] Add component field to *Props types (#38084) @michaldudak

@mui/[email protected]

Breaking changes

  • ​[Dropdown][base][joy] Introduce higher-level menu component (#37667) @michaldudak

Other changes

  • ​[typescript][base] Rename one letter type parameters (#38171) @michaldudak

@mui/[email protected]

  • ​[joy] Refine the default theme (#36843) @siriwatknp

@mui/[email protected]

  • ​[Badge][material-next] Add Badge component (#37850) @DiegoAndai
  • ​[Chip][material-next] Copy chip component from material (#38053) @DiegoAndai
  • ​[typescript][material-next] Rename one letter type parameters (#38172) @michaldudak

@mui/[email protected]

  • ​[Box][system] Remove component from TypeMap (#38168) @michaldudak
  • ​[Stack][system] Fix CSS selector (#37525) @sai6855

Docs

  • ​[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
  • ​[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
  • ​[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
  • ​[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
  • ​[docs-infra] Show props in the table of content (#38173) @alexfauquette
  • ​[docs-infra] Polish API page design (#38196) @oliviertassinari
  • ​[docs-infra] Search with productCategory when product is missing (#38239) @oliviertassinari
  • ​[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
  • ​[docs] Fix typo in notifications.json @mbrookes
  • ​[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
  • ​[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
  • ​[docs][Button][joy] Improve loading prop documentation (#38156) @sai6855
  • ​[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
  • ​[docs] Fix SEO issues reported by ahrefs @oliviertassinari
  • ​[docs] Fix palette pages - live edit not working (#38195) @oliviertassinari
  • ​[docs] Add Google Analytics action for the styling menu (#38085) @mnajdova
  • ​[docs] Fix Discord redirection chain @oliviertassinari
  • ​[docs] Cover pnpm in more places (#38161) @oliviertassinari
  • ​[docs] Avoid broken link (#38154) @oliviertassinari
  • ​[docs] Add notification for beta release of Toolpad (#38152) @prakhargupta1
  • ​[docs-infra] Remove sidenav icons (#38174) @oliviertassinari
  • ​[docs-infra] Fix search ranking when no productId (#38162) @oliviertassinari
  • ​[docs-infra] Adjust the side nav for deeper nested items (#38047) @cherniavskii
  • ​[docs][joy] Update TS file of adding more typography levels demo to match the corresponding JS file's styles (#38232) @ZeeshanTamboli
  • ​[docs][joy] Add TS demo for reusable component section in approaches page (#38210) @sai6855
  • ​[docs][joy] Add TS demo for theme typography new level customization (#38199) @sai6855

Core

  • ​[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
  • ​[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
  • ​[core] Remove dead code @oliviertassinari
  • ​[core] Polish Stack test to closer CSS injection order @oliviertassinari
  • ​[core] Remove unnecessary Required utility type from Typography font style type (#38203) @ZeeshanTamboli
  • ​[core] Fix generate Proptypes script skipping unstable items (#38198) @mj12albert
  • ​[website] Adding Rich Bustos Twitter handle in bio (#38213) @richbustos
  • ​[website] Prepare importing data from HiBob (#38238) @oliviertassinari
  • ​[website] Sync team member with HiBob, add Raffaella (#38201) @rluzists1

All contributors of this release in alphabetical order: @cherniavskii, @DiegoAndai, @divyammadhok, @DSK9012, @flaviendelangle, @gitstart, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @prakhargupta1, @richbustos, @rluzists1, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli

material-ui - v5.14.2

Published by brijeshb42 about 1 year ago

Jul 25, 2023

A big thanks to the 23 contributors who made this release possible.

@mui/[email protected]

  • ​Revert "[core] Adds component prop to OverrideProps type (#35924)" (#38150) @michaldudak
  • ​[Chip][material] Fix base cursor style to be "auto" not "default" (#38076) @DiegoAndai
  • ​[Tabs] Refactor IntersectionObserver logic (#38133) @ZeeshanTamboli
  • ​[Tabs] Fix and improve visibility of tab scroll buttons using the IntersectionObserver API (#36071) @SaidMarar

@mui/[email protected]

  • ​[Joy] Replace leftover Joy- prefix with Mui- (#38086) @siriwatknp
  • ​[Skeleton][joy] Fix WebkitMaskImage CSS property (#38077) @Bestwebdesign
  • ​[Link][Joy UI] Fix font inherit (#38124) @oliviertassinari

Docs

  • ​[docs] Add listbox placement demo for Select (#38130) @sai6855
  • ​[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
  • ​[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
  • ​[docs] Fix Joy UI menu example (#38140) @harikrishnanp
  • ​[docs] Remove translations section from contributing guide (#38125) @nikohoffren
  • ​[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
  • ​[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
  • ​[docs] Fix a typo in notifications.json (#38078) @mbrookes
  • ​[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
  • ​[docs] Implement the new API display design (#37405) @alexfauquette
  • ​[docs] Update migration installation code blocks (#38028) @danilo-leal
  • ​[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
  • ​[docs][joy] Add playground for Card component (#37820) @Studio384
  • ​[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
  • ​[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
  • ​[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
  • ​[examples] Fix material-next-app-router Font Usage with next/font (#38026) @onderonur

Core

  • ​[blog] Update Discord invite link in Toolpad beta announcement (#38143) @samuelsycamore
  • ​[blog] Update discord server link (#38131) @prakhargupta1
  • ​[core] Fix rsc-builder removing the first line (#38134) @michaldudak
  • ​[core] Remove the deprecation rule in tslint (#38087) @michaldudak
  • ​[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
  • ​[website] Fix typo on pricing page @oliviertassinari
  • ​[website] Fix a few regression (#38050) @oliviertassinari
  • ​[website] Update Demo footers on MUI X landing page (#38027) @richbustos
  • ​[website] Fix 301 redirection to base index page @oliviertassinari
  • ​[website] Fix Cell selection feature name (#38029) @oliviertassinari
  • ​[website] Improve button look (#38052) @oliviertassinari
  • ​[website] Link new core page to new Base UI landing page (#38030) @mj12albert
  • ​[website] Polish pricing page (#37975) @oliviertassinari
  • ​[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
  • ​[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli

All contributors of this release in alphabetical order: @alexfauquette, @Bestwebdesign, @bharatkashyap, @danilo-leal, @DiegoAndai, @harikrishnanp, @IgnacioUtrilla, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @nikohoffren, @oliviertassinari, @onderonur, @prakhargupta1, @richbustos, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Studio384, @zanivan, @ZeeshanTamboli

material-ui - v5.14.1

Published by mj12albert over 1 year ago

Jul 19, 2023

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

  • πŸ’« Introducing some new components for Joy UI:
  • πŸŽ‰ Base UI has its own landing page!
  • πŸ› bug fixes, πŸ“š documentation, and βš™οΈ infrastructure improvements.

@mui/[email protected]

  • ​[FormControlLabel] Fix misplaced asterisk when labelPlacement is provided (#37831) @ZeeshanTamboli
  • ​[Slider][material] Fix type dependency on @types/prop-types (#37853) @Methuselah96
  • ​[Menu] Add MuiMenuList to createTheme components key (#37956) @mj12albert
  • ​[Modal] Remove deprecated BackdropComponent and BackdropProps from tests (#38018) @sai6855

@mui/[email protected]

  • ​[Slider][material-next] Add use client directive to useSliderElementsOverlap (#37955) @mj12albert
  • ​[Button][material-next] Fix some event handlers being ignored (#37647) @DiegoAndai

@mui/[email protected]

  • ​[Autocomplete] Make touch and click behavior on an option consistent (#37972) @divyammadhok

@mui/[email protected]

  • ​[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
  • ​[ToggleButton][Joy] Add ToggleButton component (#37716) @siriwatknp
  • ​[Skeleton] Add Joy UI Skeleton component (#37893) @siriwatknp

@mui/[email protected]

  • ​[utils] Add function overload for useEventCallback (#37827) @cherniavskii

Docs

  • ​[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
  • ​[docs][base] Make Base UI Select demos denser (#37836) @zanivan
  • ​[docs] Link Material UI from the landing page (#37971) @oliviertassinari
  • ​[docs] Fix the empty /components page (#38010) @brijeshb42
  • ​[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
  • ​[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
  • ​[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
  • ​[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
  • ​[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
  • ​[docs] Link charts in the roadmap (#37944) @oliviertassinari
  • ​[docs] Improve changelog @oliviertassinari
  • ​[docs] Improve the Select docs (#37279) @michaldudak
  • ​[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
  • ​[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp

Core

  • ​[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
  • ​[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
  • ​[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
  • ​[core] Increase space available for sidenav @oliviertassinari
  • ​[core] Adds component prop to OverrideProps type (#35924) @sai6855
  • ​[core] Fix rsc build step in CI (#38019) @mj12albert
  • ​[core] Remove nx dependency (#37964) @Janpot
  • ​[core] Lock @types/node to v18 (#37965) @ZeeshanTamboli
  • ​[core] Update priority support issue template and prompt (#37824) @DanailH
  • ​[core] Remove warnings in docs:api (#37858) @alexfauquette
  • ​[core] Make rimraf work after a major update (#37930) @michaldudak
  • ​[docs-infra] Change the Diamond Sponsor block positioning on the side nav (#37933) @danilo-leal
  • ​[docs-infra] Support backticks in the codeblocks (#37950) @cherniavskii
  • ​[docs-infra] Improve performance hideToolbar: true (#37969) @oliviertassinari
  • ​[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
  • ​[docs-infra] Square drawer corners (#37970) @oliviertassinari
  • ​[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
  • ​[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
  • ​[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
  • ​[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
  • ​[docs-infra] Improve disableToc={true}Β support (#37931) @oliviertassinari
  • ​[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
  • ​[docs-infra] Fix TypeScript error in demo export (#37830) @oliviertassinari
  • ​[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
  • ​[website] Add Base UI marketing page (#36622) @siriwatknp
  • ​[website] Update MUI X landing page (#37966) @cherniavskii
  • ​[website] Fix a11y issues (#37999) @oliviertassinari
  • ​[website] Make the Core page refer to group of products (#37608) @danilo-leal
  • ​[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas

All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @ericbrian, @Janpot, @joserodolfofreitas, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @officialrajdeepsingh, @oliviertassinari, @OmPr366, @OndrejHj04, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli

material-ui - v5.14.0

Published by siriwatknp over 1 year ago

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 (#37656) @mj12albert

  • πŸ“š Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert

  • πŸ› bug fixes, πŸ“š documentation, and βš™οΈ infrastructure improvements.

@mui/[email protected]

  • [Autocomplete] Enable global customization of different options (#36971) @nicolas-ot

@mui/[email protected]

  • [Slider][material-next] Slider restructure and style improvements (#37644) @DiegoAndai

@mui/[email protected]

  • [ButtonGroup] Fix style for single Button (#37692) @MaybePixem
  • Fix theme typography fallback value (#37845) @siriwatknp

@mui/[email protected]

  • [icons-material] Rebuild icons with "use client" (#37894) @mj12albert

Docs

  • [docs] Polish Ukraine banner (#37905) @oliviertassinari
  • [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
  • [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
  • [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
  • [docs] Small pickers migration improvement (#37815) @alexfauquette
  • [docs] Fix pickers product name (#37825) @LukasTy
  • [docs][Joy][Link] Set variant and color defaults for the playground (#37817) @Studio384
  • [docs][Joy][Table] Add undefined as an option to stripe (#37816) @Studio384
  • [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
  • [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
  • [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
  • [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
  • [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
  • [docs-infra] Fixes in API pages generation (#37813) @mnajdova
  • [docs-infra] Add test case when using sh (#37818) @oliviertassinari
  • [docs-infra] Use icons instead of words for the code copy button (#37664) @danilo-leal
  • [docs-infra] Fix code parser (#37828) @alexfauquette
  • [docs-infra] Fix marked deprecation warning (#37769) @alexfauquette
  • [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
  • [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal

Core

  • [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
  • [core] Fix imports to React (#37863) @oliviertassinari
  • [core] Disambiguate eslint plugin name @oliviertassinari
  • [core] Sync the lint script name with the other repositories @oliviertassinari
  • [core] Point to Crowdin directly @oliviertassinari
  • [website] Sync career page (#37847) @oliviertassinari

All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @DiegoAndai, @enrique-ramirez, @gitstart, @LukasTy, @MaybePixem, @mj12albert, @mnajdova, @nicolas-ot, @oliviertassinari, @samuelsycamore, @siriwatknp, @Studio384

material-ui - v5.13.7

Published by michaldudak over 1 year ago

Jul 4, 2023

A big thanks to the 21 contributors who made this release possible.
This release focuses primarily on πŸ› bug fixes, πŸ“š documentation, and βš™οΈ infrastructure improvements.

@mui/[email protected]

  • [OutlinedInput] Fix form control properties in ownerState (#37668) @vonagam

@mui/[email protected]

  • [Stack] Fix spacing when there are <style> children (#34966) @cmd-johnson

@mui/[email protected]

  • [icons] Add Microsoft logo (#37717) @zephyrus21

@mui/[email protected]

  • [Autocomplete][joy] Fix Autocomplete and Modal components to work together (#37515) @saikathalderr
  • [Menu][Joy] Improve UX of Menu usage demo (#37797) @sai6855

@mui/[email protected]

  • [Slider][base][material][joy] Fix not draggable on the edge when disableSwap={true} (#35998) @sai6855
  • [Slider][base] Provide slot state to Slider's thumb slot props callback (#37749) @mnajdova
  • [Tabs] Wrap TabsList context creation in useMemo (#37370) @michaldudak
  • [TextareaAutosize] Fix wrong height measurement (#37185) @bigteech

@mui/[email protected]

  • [Timeline] Fix position alternate-reverse generated classname (#37678) @ZeeshanTamboli

Docs

  • [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
  • [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
  • [docs][base] Make Base UI input demos denser (#37750) @zanivan
  • [docs][base] Make Base UI button demos denser (#37689) @zanivan
  • [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
  • [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
  • [docs] Improve Base UI index page (#37761) @oliviertassinari
  • [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
  • [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
  • [docs] Shorten overview page URLs (#37660) @oliviertassinari
  • [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
  • [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
  • [docs] Rename product to productId (#37801) @siriwatknp
  • [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova

Core

  • [docs–infra] Prevent displaying multiple ads (#37696) @oliviertassinari
  • [blog] Fix mismatch between plan and link @oliviertassinari
  • [core] Update yarn lockfile (#37802) @michaldudak
  • [core] Add bundle size Toolpad app link to PRs (#36311) @Janpot
  • [core] Fix priority support prompt action flow (#37726) @DanailH
  • [core] Fix typo in priority support @oliviertassinari
  • [core][docs] add Eslint rule to ensure main demo component match file… (#37278) @alexfauquette
  • [docs-infra] Fix truncated TOCs scrollbar (#37770) @oliviertassinari
  • [docs-infra] Adjust demo container to be glued to the toolbar (#37744) @danilo-leal
  • [docs-infra] Fix layout shift ad (#37694) @oliviertassinari
  • [docs-infra] Improve demos toolbar (#37762) @oliviertassinari
  • [docs-infra] Make the GitHub link in the nav bar open in a new tab (#37766) @gateremark
  • [docs-infra] Allow to persist icons in ToC (#37731) @cherniavskii
  • [docs-infra] Improve product mapping (#37729) @oliviertassinari
  • [docs-infra] Add design polish to the comment and anchor buttons (#37734) @danilo-leal
  • [docs-infra] Tweak editable code blocks callout design (#37681) @danilo-leal
  • [docs-infra] Improve the edit page experience (#37695) @oliviertassinari
  • [docs-infra] Support rendering markdown outside of docs (#37691) @oliviertassinari
  • [docs-infra] Polish demo toolbar button designs (#37680) @danilo-leal
  • [docs-infra] Adjust demo component container design (#37659) @danilo-leal
  • [test] Fix test:e2e local run (#37719) @oliviertassinari
  • [test] Remove failing test in dev @oliviertassinari
  • [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
  • [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
  • [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
  • [website] Match Copyright with the rest of the website @oliviertassinari
  • [website] Support deep linking to pricing FAQ @oliviertassinari

All contributors of this release in alphabetical order: @AdamSundberg, @alexfauquette, @bigteech, @cherniavskii, @cmd-johnson, @DanailH, @danilo-leal, @Dlouxgit, @gateremark, @Janpot, @michaldudak, @mnajdova, @MUK-Dev, @oliviertassinari, @sai6855, @saikathalderr, @siriwatknp, @vonagam, @zanivan, @ZeeshanTamboli, @zephyrus21

material-ui - v5.13.6

Published by DavidCnoops over 1 year ago

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

  • πŸ’« Added Slider component using the new Material You design language (#37520) @DiegoAndai.
  • πŸ“š Added examples showcasing how you can use Material UI with next.js's app directory (#37315) @smo043

@mui/[email protected]

  • ​[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
  • ​[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
  • ​[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
  • ​[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
  • ​[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
  • ​[Slider] Arrow keys control does not work with float numbers (#37071) @gitstart
  • ​[SvgIcon] allow svg as a child (#37231) @siriwatknp
  • ​[Timeline] Add alternate reverse position (#37311) @abhinavkmrru
  • ​[Tooltip] Fix type of sx prop in slotProps (#37550) @SuperKXT
  • ​[TouchRipple] perf: avoid calling clearTimeout() (#37512) @romgrk

@mui/[email protected]

  • ​[Material You] Add Slider component with Material You design (#37520) @DiegoAndai

@mui/[email protected]

  • ​[ButtonGroup][joy] Missing border when spacing is more than zero (#37577) @siriwatknp
  • ​[CardActions][joy] Add CardActions component (#37441) @siriwatknp
  • ​[Menu][joy] Fix closing of Menu in demos (#36917) @sai6855

@mui/[email protected]

  • ​[Menu][base] Add the resetHighlight action (#37392) @michaldudak
  • ​[Select][base] Expose the areOptionsEqual prop (#37615) @michaldudak

@mui/[email protected]

  • ​[utils] Allow nested imports in @mui/utils to speed up build (#37586) @flaviendelangle

Docs

  • ​[docs][base] Improve Base UI all components images (#37590) @danilo-leal
  • ​[docs][base] Add pages for coming soon components (#37575) @danilo-leal
  • ​[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
  • ​[docs][base] Add page for all Base UI components (#37536) @danilo-leal
  • ​[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
  • ​[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
  • ​[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
  • ​[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
  • ​[docs] Inline the Base UI demo (#37603) @oliviertassinari
  • ​[docs] Fix typo in themed components page (#37598) @vinayr
  • ​[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
  • ​[docs] Add styles to styled argument list (#37558) @DiegoAndai
  • ​[docs] Improve awkward wording in READMEs of example projects (#37110) @DIWAKARKASHYAP
  • ​[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
  • ​[docs] Fix GitHub typo (#37578) @oliviertassinari
  • ​[docs] Improve release guide (#37547) @DiegoAndai
  • ​[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
  • ​[docs][joy] Add a messages template (#37546) @sernstberger
  • ​[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
  • ​[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
  • ​[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
  • ​[docs-infra] Fix demos border radius (#37658) @oliviertassinari
  • ​[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
  • ​[docs-infra] Simplify product id handling (#37593) @oliviertassinari
  • ​[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
  • ​[examples] Shell command fix in the readme file of material-next-app-router-ts example (#37675) @bablukpik
  • ​[examples] Next.js v13 app router with Material UI (#37315) @smo043

Core

  • ​[core] Update to Node.js v18 for test-dev CI (#37604) @ZeeshanTamboli
  • ​[core] Add priority support issue template (#37671) @DanailH
  • ​[website] Update roadmap page (#37587) @cherniavskii
  • ​[website] Add CSP to limit iframes to self @oliviertassinari
  • ​[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
material-ui - v5.13.5

Published by brijeshb42 over 1 year ago

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

  • πŸ’« Added ButtonGroup component in Joy UI (#37407) @siriwatknp.
  • πŸ› bug fixes and πŸ“š documentation improvements.

@mui/[email protected]

  • ​[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai

@mui/[email protected]

  • ​[ButtonGroup][joy] Replace detached prop with spacing. (#37562) @siriwatknp
  • ​[ButtonGroup][joy] Add ButtonGroup component (#37407) @siriwatknp
  • ​[Input][joy] Simplify focus with :focus-within and add examples (#37385) @siriwatknp

Docs

  • ​[docs] Move Toolpad from alpha to beta (#37288) @bharatkashyap
  • ​[docs] Add usage of createCssVarsProvider (#37513) @brijeshb42
  • ​[docs] Update /base url references to /base-ui (#37412) @brijeshb42
  • ​[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
  • ​[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
  • ​[docs] Remove outdated Material UI FAQ @oliviertassinari
  • ​[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
  • ​[docs-infra] Enforce max length on description (#37565) @oliviertassinari
  • ​[docs-infra] Mandatory versions (#37497) @oliviertassinari
  • ​[docs-infra] Fix lighthouse img size issue (#37415) @oliviertassinari
  • ​[docs][joy] Replace JoyInput with Input component in JoyUI Text Field documentation (#37548) @musama619
  • ​[docs][joy] Add typography introduction demo component (#37553) @sernstberger
  • ​[docs][joy] Add a rental dashboard template (#37453) @sernstberger

Core

  • ​Move the React Community Engineer - X in Open Roles (#37552) @DanailH
  • ​[core] Update Node.js version to v18 on CircleCI, CodeSandbox, and Netlify (#37173) @ZeeshanTamboli
  • ​[website] RIDI gold sponsorship end (#37517) @oliviertassinari
  • ​[website] Update X landing page (#37387) @cherniavskii

All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli

material-ui - v5.13.4

Published by mj12albert over 1 year ago

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

@mui/[email protected]

  • ​[Autocomplete][material] Add missing focusVisible class in AutocompleteClasses (#37502) @sai6855
  • ​[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
  • ​[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
  • ​[Stepper] Handle progress bar of mobile stepper when steps is one (#37079) @gitstart

@mui/[email protected]

  • ​[Input][base] Fix calling slotProps event handlers (#37463) @sai6855

@mui/[email protected]

  • ​[Avatar][joy] Fallback to alt when src or srcSet are not defined (#37469) @vishalthatipamula0219
  • ​[Card][joy] Improve usability of card family (#37474) @siriwatknp

Docs

  • ​[docs][base] useAutocomplete demos & docs (#37029) @mj12albert
  • ​[docs][base] Remove usage of component prop in docs (#37462) @sai6855
  • ​[docs] Fix docs redirections @oliviertassinari
  • ​[docs] Fix Fluent -> Fluent UI @oliviertassinari
  • ​[docs] Fix MUI Base -> Base UI @oliviertassinari
  • ​[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
  • ​[docs] Fix search bar layout shift (#37460) @oliviertassinari
  • ​[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
  • ​[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
  • ​[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
  • ​[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42

Core

  • ​[core] Do not let Renovate handle examples packages updates (#37386) @ZeeshanTamboli
  • ​[website] Add header filters to the pricing table (#37455) @MBilalShafi

All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli

material-ui - v5.13.3

Published by hbjORbj over 1 year ago

A big thanks to the 15 contributors who made this release possible.
This release focuses primarily on πŸ› bug fixes and πŸ“š documentation improvements.

@mui/[email protected]

  • ​[Autocomplete] Accept external Listbox ref (#37325) @sai6855
  • ​[Modal] Pass className from BackdropProps (#37399) @hbjORbj

@mui/[email protected]

  • ​[base] Maintain nodes document order in compound components (#36857) @michaldudak
  • ​[base][joy] Prevent persisting hover state styles onclick on mobile (#36704) @gitstart
  • ​[Menu][base] MenuItem as a link does not work (#37242) @nicolas-ot
  • ​[MenuItem][Base] Pass idGenerator function (#37364) @sai6855
  • ​[Slider][Base] Add Vertical slider demo (#37357) @sai6855

@mui/[email protected]

  • ​[Select][joy] Fix popup does not close (#37435) @siriwatknp
  • ​[Badge][Joy] Fix slots element type in API docs (#37329) @zignis
  • ​[Select] [joy] Handle long text content (#37289) @akash191095
  • ​[Tooltip][Joy] Interactive doesn't work (#37159) @nicolas-ot

@mui/[email protected]

  • ​[mui-codemod] Add missing script to README (#37377) @hbjORbj

Docs

  • ​[docs] Clarify Hidden down props as exclusive (#36927) @canac
  • ​[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
  • ​[docs] Remove todo link from sidebar (#37373) @brijeshb42
  • ​[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
  • ​[docs] Divider vertical middle prop migration (#36840) @JhonnK08
  • ​[docs] Fix branding theme tabs and navigation bar regressions (#37362) @ZeeshanTamboli
  • ​[docs-infra] Throw on incorrect internal links (#37326) @oliviertassinari

Core

  • ​[core] Include scoped JSX namespace when resolving props (#37404) @LukasTy
  • ​[test][useMediaQuery] Change SSR test description (#37403) @zignis
  • ​[website] Sync with Ashby @oliviertassinari
  • ​[website] Add David to about page (#37379) @DavidCnoops

All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis

material-ui - v5.13.2

Published by michaldudak over 1 year ago

A big thanks to the 12 contributors who made this release possible.
πŸ“š This release focuses primarily on documentation improvements.

@mui/[email protected]

  • [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME

Docs

  • [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
  • [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
  • [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
  • [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
  • [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
  • [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
  • [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
  • [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
  • [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
  • [docs] Prefer to link GitHub repository @oliviertassinari
  • [docs] Move product versions to page context (#35078) @m4theushw
  • [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
  • [docs][Tab] Add vertical tabs demo (#37292) @sai6855
  • [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
  • [examples] Remove @babel/plugin-proposal-class-properties from Material-Express-SSR example (#37305) @ZeeshanTamboli
  • [Website] Add Brijesh to About page (#37318) @brijeshb42
  • [website] Update pricing table (#37290) @cherniavskii
  • [website] Update core open roles (#37224) @mnajdova

Core

  • Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
  • [core] Move esmExternals to the shared next config (#37332) @michaldudak

All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli

material-ui - v5.13.1

Published by siriwatknp over 1 year ago

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

  • 🌏 Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
  • πŸ› bug fixes and πŸ“š documentation improvements.

@mui/[email protected]

  • [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
  • [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
  • [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric

@mui/[email protected]

  • [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis

@mui/[email protected]

  • [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak

@mui/[email protected]

  • [Autocomplete] Fixed scroll into view (#37217) @sai6855
  • [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
  • [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
  • [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
  • [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
  • [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
  • [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
  • [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
  • Miscellaneous fixes (#37274) @siriwatknp

Docs

  • [docs] Remove upload button (#36844) @Bastian
  • [docs] Update link to overriding component structure guide (#36870) @hbjORbj
  • [docs] Fix Material Design templates (#37187) @oliviertassinari
  • [docs] Fix link to Joy UI GitHub issues @oliviertassinari
  • [docs] Show default value for filterOptions prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
  • [docs] Add summary and improve test_static CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
  • [docs] Update theme customization typescript (#35551) @siriwatknp
  • [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
  • [docs] Change Base UI alpha to beta in README (#37228) @ZeeshanTamboli
  • [docs] Improve Base UI overview page (#37227) @mnajdova
  • [docs] Update Joy + Material guide (#36911) @cherniavskii

Core

  • [core] Remove toEqualDateTime chai matcher (#37073) @flaviendelangle
  • [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
  • [core] Remove outdated babel proposal plugins (#36795) @kkocdko
  • [website] Add Diego to About Us page (#37284) @DiegoAndai
  • [website] Add Victor teamMember card to 'About' (#37283) @zanivan
  • [website] Add Rich to the 'About' page (#37221) @richbustos

All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli