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
1214
Next

5.0.0-alpha.65

Diff

Changelog

Source

@mui/joy@5.0.0-alpha.65

Breaking changes
  • <!-- 05 -->[Joy] Replace Joy[Component] classname with Mui[Component] classname for all slots of components (#35718) @hbjORbj

    • Renames the classname prefix of all Joy UI components from 'Joy' to 'Mui'.
     <Button
    -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }}
    +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }}
     />
    

    You can use this codemod to help with the migration.

  • <!-- 04 -->[Joy] Replace row prop with orientation prop in all Joy UI components (#35721) @hbjORbj

    • Transforms row prop to orientation prop across Card, List and RadioGroup components in Joy UI.
     <Card
    -row
    +orientation={"horizontal"}
     />
    

    You can use this codemod to help with the migration.

Changes
  • <!-- 26 -->[Joy][Checkbox] Display correct icon in checkbox (#35943) @sai6855
  • <!-- 09 -->[Joy] Add Table component (#35872) @siriwatknp
  • <!-- 08 -->[Joy] Miscellaneous fixes (#35953) @siriwatknp

Docs

  • <!-- 28 -->[blog] Add RSS feed (#35777) @gorjiali
  • <!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
  • <!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
  • <!-- 22 -->[docs] Add a warning about to clear the local storage when defaultMode changes (#35937) @ArthurPedroti
  • <!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
  • <!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
  • <!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
  • <!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
  • <!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
  • <!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
  • <!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
  • <!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
  • <!-- 13 -->[docs][joy] Fixed a typo in Using icon libraries page (#35989) @badalsaibo
  • <!-- 12 -->[docs][joy] Removed Badge info from Chip docs (#35955) @Vivek-Prajapatii
  • <!-- 11 -->[docs][system] Fix border color of Boxes in demos of Configure the sx prop page in dark mode (#35961) @ZeeshanTamboli

Core

  • <!-- 25 -->[core] Boolean props always have a default value of false in API docs (#35913) @hbjORbj
  • <!-- 04 -->[core] Improve types for usePreviousProps (#35833) @sai6855
  • <!-- 03 -->[website] Fix 404 link to store (#35973) @oliviertassinari
  • <!-- 02 -->[website] Fix 302 of diamond sponsor link @oliviertassinari
  • <!-- 01 -->[website] Fix outdated YouTube link @oliviertassinari

All contributors of this release in alphabetical order: @ArthurPedroti, @badalsaibo, @gorjiali, @hbjORbj, @HeVictor, @idebeijer, @joserodolfofreitas, @marktoman, @oliviertassinari, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli

hbjorbj
published 5.0.0-alpha.64 •

Changelog

Source

@mui/joy@5.0.0-alpha.64

  • <!-- 17 -->[Avatar][joy] Remove imgProps prop and add Codemod script for migration (#35859) @hbjORbj

Docs

  • <!-- 16 -->[blog] Date and time pickers revamped (#35486) @joserodolfofreitas
  • <!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
  • <!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
  • <!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
  • <!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
  • <!-- 06 -->[docs] Fix wording in Color page (#35873) @oliv37

Core

  • <!-- 13 -->[core] Fix release changelog to handle commits with empty author field (#35921) @mnajdova
  • <!-- 12 -->[core] Revert docs-utilities migration to TypeScript and fix type (#35881) @ZeeshanTamboli
  • <!-- 11 -->[core] Migrate internal docs-utilities package to TypeScript (#35846) @ZeeshanTamboli
  • <!-- 02 -->[website] Designer don't spend their time writing code @oliviertassinari
  • <!-- 01 -->[website] Emphasis the technical background need for this role @oliviertassinari

All contributors of this release in alphabetical order: @HeVictor, @hbjORbj, @joserodolfofreitas, @mj12albert, @mnajdova, @oliv37, @oliviertassinari, @petyosi, @rosita-dmello, @sai6855, @SaidMarar, @tech-meppem, @ZeeshanTamboli

mnajdova
published 5.0.0-alpha.63 •

Changelog

Source

@mui/joy@5.0.0-alpha.63

  • [Tabs][joy] Don't apply :hover, :active styles when selected (#35750) @sai6855
  • Remove TextField component and replace its usage in docs with FormControl/FormLabel/Input (#35462) @hbjORbj
  • [TextField] Throw error with migration message (#35845) @siriwatknp
  • Miscellaneous fixes (#35847) @siriwatknp

Docs

  • [docs] Improve pickers lab migration stressing mui-x usage (#35740) @LukasTy
  • [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
  • [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
  • [docs] Fix typos (#35814) @alexfauquette
  • [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
  • [docs] Fix navigation layout shift (#35679) @oliviertassinari
  • [docs] Fix typo in the Composition page (#35774) @msoyka
  • [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
  • [docs][joy] Fix grammar in Typography docs (#35796) @atrefonas
  • [examples] Remove next-env.d.ts from Next.js examples (#35772) @Juneezee

Core

  • [website] Improve pricing page (#35767) @oliviertassinari
  • [website] Add Greg in about page (#35816) @oliviertassinari
  • [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
  • [website] Add docs for MUI for Figma @oliviertassinari

All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli

hbjorbj
published 5.0.0-alpha.62 •

Changelog

Source

@mui/joy@5.0.0-alpha.62

  • [Autocomplete][joy] Specify type attribute for popup indicator (#35648) @hbjORbj
  • [Joy] Miscellaneous improvements (#35769) @siriwatknp
  • [Joy] Improve onKeyDown event handler for demo (#35642) @hbjORbj
michaldudak
published 5.0.0-alpha.61 •

Changelog

Source

@mui/joy@5.0.0-alpha.61

  • <!-- 14 -->[Autocomplete][joy] Export component (#35647) @mbranch

Docs

  • <!-- 13 -->[blog] Fix handling of markdown links (#35628) @oliviertassinari
  • <!-- 09 -->[docs] Fix demo code selection through copy shortcut key on Firefox browser (#35670) @ZeeshanTamboli
  • <!-- 08 -->[docs] Fix layout shift when streaming the page (#35627) @oliviertassinari
  • <!-- 07 -->[docs] Fix switch name to reflect the color (#35052) @rjhcnf
  • <!-- 06 -->[docs] Fix anchor link in the card's docs and fix a typo (#35634) @ZeeshanTamboli
  • <!-- 05 -->[docs] Fix layout shift with modal (#35591) @oliviertassinari
  • <!-- 04 -->[Joy][docs] Add documentation for Input component (#35482) @hbjORbj
  • <!-- 03 -->[docs][joy] Improved readability on theme tokens page (#35639) @badalsaibo

Core

  • <!-- 12 -->[core] Disable prefetch of footer links @oliviertassinari
  • <!-- 11 -->[core] A few SEO fixes (#35672) @oliviertassinari
  • <!-- 10 -->[core] Remove need for scopePathnames (#35584) @oliviertassinari
  • <!-- 01 -->[test] Fix Algolia noisy lvl1 anchor (#35686) @oliviertassinari

All contributors of this release in alphabetical order: @badalsaibo, @hbjORbj, @mbranch, @oliviertassinari, @rjhcnf, @ZeeshanTamboli

siriwatknp
published 5.0.0-alpha.60 •

Changelog

Source

@mui/joy@5.0.0-alpha.60

  • <!-- 15 -->[Joy] Fix radius adjustment (#35629) @siriwatknp
  • <!-- 14 -->[Joy] Apply color inversion to components (#34602) @siriwatknp
  • <!-- 13 -->[Joy] Improve cursor pointer and add fallback for outlined variant (#35573) @siriwatknp
  • <!-- 12 -->[Joy] Miscellaneous fixes (#35552) @siriwatknp
  • <!-- 11 -->[Radio][joy] Use precise dimensions for radio icon (#35548) @hbjORbj
mnajdova
published 5.0.0-alpha.59 •

Changelog

Source

@mui/joy@5.0.0-alpha.59

  • [Tooltip] Fix arrow does not appear (#35473) @siriwatknp
  • [Input] Fix autofill styles (#35056) @siriwatknp
  • [ChipDelete] Add onDelete prop to ChipDelete (#35412) @sai6855
hbjorbj
published 5.0.0-alpha.58 •

Changelog

Source

@mui/joy@5.0.0-alpha.58

  • [Joy] Miscellaneous fixes (#35447) @siriwatknp
eps1lon
published 5.0.0-alpha.57 •

Changelog

Source

@mui/joy@5.0.0-alpha.57

BREAKING CHANGE
  • <!-- 08 -->[Joy] Add slots/slotProps props to the typing of all components and apply useSlot to all components (#34997) @hbjORbj

    • Change all occurrences of components and componentsProps props in Joy UI components to slots and slotProps, respectively.
    -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
    +<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} />
    

    You can use this codemod to help with the migration.

Changes
  • <!-- 07 -->[Joy] Miscellaneous fixes (#35345) @siriwatknp
  • <!-- 06 -->[Joy][textarea] Expose decorator classes (#35247) @zignis

Docs

  • <!-- 29 -->[docs] Improve spacing with ul (#35302) @oliviertassinari
  • <!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
  • <!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
  • <!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
  • <!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
  • <!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
  • <!-- 18 -->[docs] Disable translations (#34820) @mnajdova
  • <!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
  • <!-- 16 -->[docs] Add Material You Button playground (#35222) @mnajdova
  • <!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
  • <!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
  • <!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
  • <!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
  • <!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
  • <!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
  • <!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs

Core

  • <!-- 27 -->[core] Use componentStyles.name over componentName (#35303) @oliviertassinari
  • <!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
  • <!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
  • <!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
  • <!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
  • <!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari

All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis

michaldudak
published 5.0.0-alpha.56 •

Changelog

Source

@mui/base@5.0.0-alpha.56

  • [FormControlUnstyled] focused is always false unless explicitly set to true @mwilkins91
  • [TabsUnstyled] Introduce new component (#29597) @mnajdova
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