You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@mui/base

Package Overview
Dependencies
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/base - npm Package Versions

Previous
1
14
Next

5.0.0-beta.36

Diff

Changelog

Source

@mui/joy@5.0.0-beta.36

  • [Button] Disable text highlighting (#41902) @mithun522
mnajdova
published 5.0.0-beta.35 •

diegoandai
published 5.0.0-beta.34 •

Changelog

Source

@mui/joy@5.0.0-beta.34

  • Add spacing theme token (#40224) @siriwatknp
brijeshb42
published 5.0.0-beta.33 •

Changelog

Source

@mui/base@5.0.0-beta.33

  • <!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
  • <!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
  • <!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
mj12albert
published 5.0.0-beta.32 •

Changelog

Source

@mui/base@5.0.0-beta.32

Breaking changes
  • <!-- 40 -->Change the CSS class prefix to base- (#40205) @michaldudak

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes
  • <!-- 39 -->[Select] Fix screen-reader CSS to avoid body scrollbar (#40599) @brijeshb42
  • <!-- 38 -->[Switch] Add border-box to demos (#40638) @zanivan
siriwatknp
published 5.0.0-beta.31 •

Changelog

Source

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
mnajdova
published 5.0.0-beta.30 •

Changelog

Source

@mui/joy@5.0.0-beta.30

  • <!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME

Docs

  • <!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
  • <!-- 34 -->Fix missing partner link @oliviertassinari
  • <!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
  • <!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
  • <!-- 31 -->Fix image layout shift when loading @oliviertassinari
  • <!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
  • <!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
  • <!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
  • <!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
  • <!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal

Core

  • <!-- 51 -->Revert "[utils] Port useLocalStorageState hook from Toolpad (#41096)" @oliviertassinari
  • <!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
  • <!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
  • <!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
  • <!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
  • <!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
  • <!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
  • <!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
  • <!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
  • <!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
  • <!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
  • <!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
  • <!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
  • <!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
  • <!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
  • <!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
  • <!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
  • <!-- 10 -->[website] Move the React Engineer - xCharts to Next roles section (#41368) @DanailH
  • <!-- 09 -->[website] Add James to About Us (#41362) @atomiks
  • <!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
  • <!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette

All contributors of this release in alphabetical order: @alexfauquette, @atomiks, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @mj12albert, @oliviertassinari, @prakhargupta1, @PunitSoniME, @sai6855, @siriwatknp, @smox, @zanivan, @ZeeshanTamboli

mnajdova
published 5.0.0-beta.29 •

Changelog

Source

@mui/base@5.0.0-beta.29

  • <!-- 29 -->[Popup] Use context-based transition API (#39326) @michaldudak
  • <!-- 28 -->[Popup] Popup no longer opens outside viewport (#39827) @adamhylander
  • <!-- 27 -->[useSelect] Refactor to use DOM focus management instead of active descendant (#39675) @DiegoAndai
mnajdova
published 5.0.0-beta.28 •

Changelog

Source

@mui/joy@5.0.0-beta.28

  • [Button] Fix disabled prop priority when inside button group (#41000) @Smileek
  • [IconButton] Support loading prop (#40949) @Smileek

Docs

  • [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
  • [TableRow][material-ui] Escape markup in children prop so docgen tools don't parse it as HTML (#40992) @millerized
  • [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
  • [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
  • Fix 301 redirection to StackBlitz @oliviertassinari
  • Fix h1 on Joy UI templates @oliviertassinari
  • Have MUI workspace own the CodeSandbox @oliviertassinari
  • Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
  • Fix 301 links @oliviertassinari
  • Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
  • Add a 404 page (#40884) @danilo-leal
  • Fix missing GitHub label when opening new issue @oliviertassinari
  • [Stack] Update import statement for Stack component (#41032) @sai6855

Core

  • [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
  • [core] Simplify CodeSandbox reproduction @oliviertassinari
  • [core] Missing redirection @oliviertassinari
  • [core] Export functions from copyFiles script to reuse in MUI X repo (#40970) @cherniavskii
  • [core] Avoid variable shorthands @oliviertassinari
  • [docs-infra] Fix search icon issue (#40957) @oliviertassinari
  • [docs-infra] Ignore classes tagged with @ignore (#41009) @cherniavskii
  • [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
  • [website] Polish Customer Support Agent role @oliviertassinari

All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek

brijeshb42
published 5.0.0-beta.27 •

Changelog

Source

@mui/base@5.0.0-beta.27

  • <!-- 10 -->[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#39096) @mj12albert
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc