Socket
Socket
Sign inDemoInstall

@material-ui/icons

Package Overview
Dependencies
38
Maintainers
8
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23456Next

4.11.3

Diff

mnajdova
published 5.0.0-beta.5 •

Changelog

Source

@mui/joy@5.0.0-beta.5

  • <!-- 53 -->[Accordion] Fix incorrect display of classname (#38695) @sai6855
  • <!-- 51 -->[AspectRatio] Correct ratio prop description (#38743) @sai6855
  • <!-- 43 -->[Button] Fix disablity of button (#38673) @sai6855
  • <!-- 35 -->[design] Stray design tweaks to components (#38476) @zanivan
  • <!-- 05 -->[Typography] Added position only when Skeleton is a direct child (#38799) @siriwatknp
michaldudak
published 5.0.0-beta.4 •

Changelog

Source

@mui/base@5.0.0-beta.4

  • <!-- 16 -->[Input][base] Fix calling slotProps event handlers (#37463) @sai6855
oliviertassinari
published 5.0.0-beta.1 •

Changelog

Source

@mui/joy@5.0.0-beta.1

  • <!-- 06 -->[joy-ui][MenuButton] Fix disable of MenuButton (#38342) @sai6855

Docs

  • <!-- 33 -->[docs][AppBar] Fix ResponsiveAppBar demo logo href (#38346) @iownthegame

  • <!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib

  • <!-- 29 -->[docs][Menu][base] Remove Unstyled prefix from demos' function names (#38270) @sai6855

  • <!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp

  • <!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari

  • <!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli

  • <!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal

  • <!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855

  • <!-- 10 -->[docs][joy-ui] Updated Typography callout at getting started (#38289) @zanivan

  • <!-- 12 -->[docs][joy-ui] Fix the Inter font installation instructions (#38284) @danilo-leal

  • <!-- 11 -->[docs][material] Add note to Autocomplete about ref forwarding (#38305) @samuelsycamore

  • <!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari

  • <!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore

  • <!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore

  • <!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos

  • <!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari

  • <!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos

  • <!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal

  • <!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte

  • <!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari

Core

  • <!-- 24 -->[core] Fix docs demo export function consistency (#38191) @oliviertassinari
  • <!-- 23 -->[core] Fix the link-check script on Windows (#38276) @michaldudak
  • <!-- 26 -->[core] Use @testing-library/user-event direct API (#38325) @mj12albert
  • <!-- 29 -->[core] Port GitHub workflow for ensuring triage label is present (#38312) @DanailH
  • <!-- 19 -->[docs-infra] Consider files ending with .types.ts as props files (#37533) @mnajdova
  • <!-- 18 -->[docs-infra] Fix skip to content design (#38304) @oliviertassinari
  • <!-- 17 -->[docs-infra] Add a general round of polish to the API content display (#38282) @danilo-leal
  • <!-- 16 -->[docs-infra] Make the side nav collapse animation snappier (#38259) @danilo-leal
  • <!-- 15 -->[docs-infra] New Component API design followup (#38183) @cherniavskii
  • <!-- 06 -->[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

michaldudak
published 5.0.0-beta.0 •

Changelog

Source

@mui/joy@5.0.0-beta.0

  • <!-- 10 -->[joy] Refine the default theme (#36843) @siriwatknp
oliviertassinari
published 5.0.0-alpha.37 •

Changelog

Source

5.0.0-alpha.37

<!-- generated comparing v5.0.0-alpha.36..next -->

Jun 15, 2021

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

  • 💄 Add support for responsive props on the Grid component (#26590) @likitarai1. This fixes a longstanding issue. You can now specify different values for each breakpoint.

    <Grid container spacing={{ xs: 2, md: 3 }} columns={{ xs: 1, sm: 2, md: 3 }}>
      <Grid item xs={2} sm={4} md={4} />
      <Grid item xs={2} sm={4} md={4} />
      <Grid item xs={2} sm={4} md={4} />
    </Grid>
    

    Head to the documentation for more details.

  • ⚒️ We've introduced a new useTheme and useThemeProps hooks in the @material-ui/system package. We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.

  • 💥 Made progress with the breaking changes. We have done 105 of the 109 changes planned. We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow our milestone for more details.

  • And many more 🐛 bug fixes and 📚 improvements.

eps1lon
published 5.0.0-alpha.36 •

Changelog

Source

@mui/joy@5.0.0-alpha.36

  • [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
  • [Joy] Fix variants color palette regressions (#33394) @danilo-leal

Docs

  • [docs] Correcting small grammatical error (#33393) @robyyo
  • [docs] Link to the correct package on Joy component pages (#33439) @cherniavskii
  • [docs] Fix e2e tests (#33477) @siriwatknp
  • [docs] Fix dead links (#33462) @oliviertassinari
  • [docs] Cleanup the migration (#33463) @siriwatknp
  • [docs] Fix broken Sponsoring services links @samuelsycamore
  • [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
  • [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
  • [docs] Update to React 18 (#33196) @mnajdova
  • [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
  • [docs] Add "refine" demo to showcase (#33240) @omeraplak
  • [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
  • [docs] Improve external link icons synonyms (#33257) @davidgarciab
  • [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
  • [examples] Add Base UI example (#33154) @siriwatknp

Core

  • [core] Fix @mui/monorepo regression for the import of the docs infra (#33390) @Janpot
  • [core] Remove old babel resolve rule (#33432) @oliviertassinari
  • [website] Shorten the plan descriptions on the pricing page (#32984) @joserodolfofreitas
  • [website] Link EULA in the license quantity section (#33292) @oliviertassinari

All contributors of this release in alphabetical order: @baharalidurrani, @cherniavskii, @danilo-leal, @davidgarciab, @flaviendelangle, @hbjORbj, @ivan-ngchakming, @Janpot, @jgbae, @joebingham-wk, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @omeraplak, @robyyo, @samuelsycamore, @siriwatknp, @ZeeshanTamboli

oliviertassinari
published 5.0.0-alpha.35 •

Changelog

Source

@mui/joy@5.0.0-alpha.35

  • [Joy] Add radio button documentation (#33254) @siriwatknp
  • [Joy] Add switch documentation (#33302) @siriwatknp
  • [Joy] Batch a couple of documentation refinements (#33158)
  • [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
siriwatknp
published 5.0.0-alpha.34 •

Changelog

Source

@mui/joy@5.0.0-alpha.34

  • <!-- 14 -->[Joy] Add Sheet doc (#32820) @hbjORbj

Docs

  • <!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
  • <!-- 21 -->[docs] Add note in docs about componentsProps.root taking precedence (#33097) @ZeeshanTamboli
  • <!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
  • <!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
  • <!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
  • <!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
  • <!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
  • <!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ

Core

  • <!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
  • <!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
  • <!-- 02 -->[website] List new core role @oliviertassinari
  • <!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari

All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli

mnajdova
published 5.0.0-alpha.29 •

Changelog

Source

@mui/joy@5.0.0-alpha.29

  • <!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
  • <!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
  • <!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
  • <!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp

Docs

  • <!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
  • <!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
  • <!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
  • <!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
  • <!-- 27 -->[docs] Fixed wrong command for the link-underline-hover codemod (#32793) @veronikaslc
  • <!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
  • <!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
  • <!-- 24 -->[docs] Fix typo in notifications @mbrookes
  • <!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
  • <!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
  • <!-- 22 -->[docs] Update useAutocomplete demos to use Mui-focused class (#32757) @ZeeshanTamboli
  • <!-- 21 -->[examples] Fix NextLinkComposedProps gives a TypeScript error (#32655) @ZeeshanTamboli
  • <!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira

Core

  • <!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
  • <!-- 02 -->[typescript] Allow module augmentation for Mixins (#32798) @mnajdova

All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli

23456Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc