Socket
Socket
Sign inDemoInstall

@mui/base

Package Overview
Dependencies
10
Maintainers
10
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
810
13Next

5.0.0-alpha.101

Diff

Changelog

Source

@mui/base@5.0.0-alpha.101

  • <!-- 01 -->[FocusTrap] Restore the previously exported type from @mui/material (#34601) @michaldudak
mnajdova
published 5.0.0-alpha.100 •

Changelog

Source

@mui/base@5.0.0-alpha.100

  • <!-- 04 -->[SnackbarUnstyled] Create component and useSnackbar hook (#33227) @ZeeshanTamboli
siriwatknp
published 5.0.0-alpha.99 •

Changelog

Source

@mui/base@5.0.0-alpha.99

Breaking changes
  • [FocusTrap] Rename TrapFocus to FocusTrap (#34216) @kabernardes

    -import TrapFocus from '@mui/base/TrapFocus';
    +import FocusTrap from '@mui/base/FocusTrap';
    
Changes
  • [MultiSelect] Require a single tap to select an item on mobile Chrome (#33932) @michaldudak
michaldudak
published 5.0.0-alpha.98 •

Changelog

Source

@mui/base@5.0.0-alpha.98

Breaking changes
  • [Select][base] Add event parameter to the onChange callback (#34158) @michaldudak

    The SelectUnstyled and MultiSelectUnstyled onChange callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements. This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change. This also affects Select from Joy UI.

    // before
    <SelectUnstyled onChange={(newValue) => { /* ... */ }} />
    
    // after
    <SelectUnstyled onChange={(event, newValue) => { /* ... */ }} />
    

Docs

  • [blog] The Date Pickers gets a stable v5 release (#34152) @alexfauquette
  • [blog] Improve image handling (#34222) @oliviertassinari
  • [blog] Correct 2021 survey data interpretation (#34291) @samuelsycamore
  • [docs] Remove expired AospExtended showcase @oliviertassinari
  • [docs] Link the OpenSSF Best Practices card (#34331) @oliviertassinari
  • [docs] Fix 301 link to external projects @oliviertassinari
  • [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
  • [docs] Fix broken links (#34320) @alexfauquette
  • [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
  • [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
  • [website] Improve security header @oliviertassinari

Core

  • [core] Lock file maintenance (#34161) @renovate[bot]
  • [core] Issue template: move reproduction steps to the top (#34279) @Janpot
  • [core] Create shared Next.js baseline config (#34259) @oliviertassinari
  • [core] In typescript-to-proptypes, respect the value pass to the generic (#34311) @flaviendelangle

All contributors of this release in alphabetical order: @alexfauquette, @flaviendelangle, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @renovate[bot], @samuelsycamore, @siriwatknp, @tomasz-sodzawiczny, @ZeeshanTamboli

hbjorbj
published 5.0.0-alpha.97 •

siriwatknp
published 5.0.0-alpha.96 •

Changelog

Source

@mui/base@5.0.0-alpha.96

  • <!-- 21 -->[Select][base] Fix type issues that appeared with TS 4.8 (#34132) @michaldudak

Docs

  • <!-- 15 -->[docs] Add mui-color-input, mui-chips-input and mui-tel-input into the related projects page (#34123) @viclafouch
  • <!-- 14 -->[docs] Update sponsors (#34157) @hbjORbj
  • <!-- 13 -->[docs] Move 5 component names to Title Case (#34118) @oliviertassinari
  • <!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
  • <!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
  • <!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
  • <!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
  • <!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
  • <!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
  • <!-- 02 -->[website] Update job descriptions (#34134) @DanailH
  • <!-- 01 -->[website] Link Toolpad landing page @oliviertassinari

Core

  • <!-- 19 -->[core] Move renovate config to the repository root (#34180) @oliviertassinari
  • <!-- 18 -->[core] Reinstate react/no-unused-prop-types eslint rule (#34125) @Janpot
  • <!-- 17 -->[core] Do not append types field to packages without index.d.ts (#33952) @michaldudak
  • <!-- 16 -->[core] Sanitize input in icon synonyms update script (#33989) @michaldudak
  • <!-- 04 -->[test] Allow to pass options to mousePress function (#34124) @cherniavskii

All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @paulschreiber, @ropereraLK, @samuelsycamore, @siriwatknp, @viclafouch

michaldudak
published 5.0.0-alpha.95 •

Changelog

Source

@mui/base@5.0.0-alpha.95

  • [Button][base] Prevent too many ref updates (#33882) @michaldudak
  • [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
  • [FocusTrap] Improve tab test and simplify demo (#34008) @EthanStandel
hbjorbj
published 5.0.0-alpha.94 •

mnajdova
published 5.0.0-alpha.93 •

Changelog

Source

@mui/base@5.0.0-alpha.93

  • <!-- 31 -->[FocusTrap] Removes invisible tabbable elements from (#33543) @EthanStandel
  • <!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
  • <!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
michaldudak
published 5.0.0-alpha.92 •

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc