FrontPastel/node_modules/@mui/base/CHANGELOG.md

753 KiB
Raw Blame History

Versions

v5.15.14

Mar 18, 2024

A big thanks to the 15 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.13

  • [Accordion] Convert to support CSS extraction (#41221) @mnajdova
  • [Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
  • [Slider] Convert to support CSS extraction (#41201) @mnajdova
  • [Select] Fix variant type (#41405) @sai6855
  • [typescript] Use interface instead of type for props (#41500) @siriwatknp

@pigment-css/react@0.0.3

  • Add Box component (#41451) @brijeshb42

pigment-css/nextjs-plugin@0.0.3

  • Fix alias resolver (#41494) @brijeshb42
  • Follow-up to #41494 (#41502) @brijeshb42

Docs

  • [joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
  • [pigment-css] Add media query guide (#41473) @siriwatknp
  • [pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
  • [material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai

Core

  • [blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
  • [code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
  • [code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
  • [core] Use Circle CI context (#41532) @oliviertassinari
  • [core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
  • [docs] Fix useStorageState regressions (#41223) @Janpot
  • [docs] Fix some Vale errors (#41516) @oliviertassinari
  • [material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
  • [material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
  • [material-next] Drop the package (#41544) @mnajdova
  • [docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
  • [docs-infra] Improve Vale config @oliviertassinari
  • [docs-infra] Add a feature list "component" (#41484) @danilo-leal
  • [docs-infra] Add code block header classes (#41487) @danilo-leal
  • [docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
  • [website] Improve navbar's items hover state (#41535) @EyaOuenniche
  • [website] Split Toolpad documentation (#41316) @bharatkashyap
  • [website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii

All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan

v5.15.13

Mar 13, 2024

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

  • The Material UI free Checkout template got a design uplift (#41447) @zanivan

@mui/material@5.15.13

  • [Alert] Add slots and slotProps type to theme (#41324) @sai6855
  • [Autocomplete] Fix the options list being added to the DOM in freeSolo mode even when there are no options, causing style problems (#41300) @rakeshmusturi
  • Add paperChannel token (#41447) @siriwatknp
  • [Switch] Convert to support CSS extraction (#41367) @alexfauquette
  • [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy

@mui/system@5.15.13

  • [RtlProvider] Add component & hook (#41241) @mnajdova

@mui/utils@5.15.13

  • [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak

@mui/codemod@5.15.13

  • Fix merging of slotProps and componentProps (#41323) @sai6855

@mui/base@5.0.0-beta.39

  • [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
  • [FormControl] Export FormControlOwnerState type from index (#41287) @michaeldfoley
  • [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli

@pigment-css/react@0.0.2

  • Handle more scenarios while transforming sx prop (#41372) @brijeshb42
  • Improve testing of fixtures (#41389) @brijeshb42
  • Fix keyframes serialize styles error (#41395) @siriwatknp
  • Use class selector instead of class value (#41442) @brijeshb42
  • [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42

Docs

  • [material-ui] Refine checkout template (#40967) @zanivan
  • [material-ui] Add docs for complementary List components (#41329) @anle9650
  • [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
  • [material-ui] Fix Templates live preview link (#41467) @danilo-leal
  • [material-ui] Polish out the templates page (#41468) @zanivan
  • [material-ui] Adjust the Templates card design (#41450) @danilo-leal
  • [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
  • [joy-ui] Update case studies chip background color (#41413) @cipherlogs
  • [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
  • [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
  • [pigment] Add example and guide section (#41249) @siriwatknp
  • [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
  • [pigment-css] Fix import on the README (#41411) @danilo-leal
  • [pigment-css] Edit starter template links on README (#41409) @danilo-leal
  • [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
  • [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
  • Finish brand name fixes #41438 @oliviertassinari
  • Remove noreferrer @oliviertassinari
  • Fix v4 docs <b> appearing in notifications (#41390) @peterwangsc
  • Update GitHub project links (#41370) @danilo-leal

Core

  • [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
  • [pigment] Rename directories to match package names (#41453) @brijeshb42
  • [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
  • [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
  • [code-infra] Add alias for icon types (#41248) @Janpot
  • [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
  • [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
  • [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
  • [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
  • [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
  • [docs-infra] move feedback to ESM (#41381) @alexfauquette
  • [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
  • [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
  • [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
  • [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
  • [website] Update the Careers page role (#41384) @danilo-leal
  • [website] Compress about images @oliviertassinari
  • [website] Improve color contrast on the homepage (#41465) @danilo-leal
  • [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
  • [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp

All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli

v5.15.12

Mar 5, 2024

A big thanks to the 21 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@pigment-css/react@0.0.1, @pigment-css/nextjs-plugin@0.0.1, @pigment-css/vite-plugin@0.0.1, & @pigment-css/unplugin@0.0.1

  • This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.

@mui/material@5.15.12

  • Support props callback type in theme variants (#40946) @ZeeshanTamboli
  • [Alert] Convert to support zero runtime (#41230) @siriwatknp
  • [Alert] Deprecate composed classes (#40688) @DiegoAndai
  • [Button] Deprecate classes for v6 (#40675) @sai6855
  • [Checkbox] large size added in type (#34909) @smox
  • [Chip] Deprecate composed classes (#41235) @sai6855
  • [Chip] Correct deleteIconColorPrimary and deleteIconColorSecondary class descriptions (#41231) @sai6855
  • Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
  • [Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9

@mui/system@5.15.12

  • [pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
  • [pigment-css] Update to latest wyw version (#41363) @brijeshb42
  • [pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
  • [pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
  • Fix createSpacing return type (#41318) @matystroia
  • [zero] Add support for styled tagged-template literals (#41268) @brijeshb42
  • [zero] Set up Material UI migration demos (#41267) @siriwatknp
  • [zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
  • [zero] Remove object intersection from CSS Fallback (#41271) @siriwatknp
  • [zero] Minor wording changes in README (#41253) @brijeshb42
  • [zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42

@mui/joy@5.0.0-beta.30

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

Docs

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

Core

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

v5.15.11

Feb 21, 2024

A big thanks to the 26 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.11

  • [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
  • [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
  • [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
  • [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
  • [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
  • Use direct import (#40851) @siriwatknp

@mui/material-nextjs@5.15.11

  • Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp

@mui/system@5.15.11

  • Use direct import (#40851) @siriwatknp
  • Move useMediaQuery to system (#39463) @justintoman
  • Consolidate the variants props callback arguments (#41222) @mnajdova
  • Merge props and ownerState in the variants props callback (#41219) @mnajdova

@mui/codemod@5.15.11

  • [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
  • [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855

@mui/utils@5.15.11

  • Port useLocalStorageState hook from Toolpad (#41096) @Janpot

@mui/base@5.0.0-beta.37

  • [Switch] Add missing role attribute (#40907) @KirankumarAmbati
  • [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli

@mui/lab@5.0.0-alpha.164

  • [Masonry] Ability to sort elements from left to right (#39904) @Rishi556

Docs

  • [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
  • [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
  • [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
  • [joy-ui] Fix 404 image on the docs @oliviertassinari
  • [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
  • [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
  • [material-ui] Update the Testing page's Argos link (#41170) @gregberge
  • [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
  • [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
  • [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
  • [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
  • [material-ui] Add simpler demo for default behavior (#40980) @zanivan
  • [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
  • Link to react-transition group with https @oliviertassinari
  • Update broken URL hashes (#41185) @LukasTy
  • Prefer https links @oliviertassinari
  • Fix MUI Treasury link @oliviertassinari
  • Migrate the last > quotes to ::: callouts @oliviertassinari

Core

  • [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
  • [blog] Simplify /base-ui-2024-plans/ page (#41171) @oliviertassinari
  • [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
  • [blog] Remove the "News" tag (#41208) @danilo-leal
  • [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
  • [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
  • [code-infra] Move Link to @mui/docs (#40889) @Janpot
  • [code-infra] Use experimental.cpus to control amount of export workers in Next.js (#41132) @Janpot
  • [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
  • [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
  • [code-infra] Build internal packages before publishing (#41210) @michaldudak
  • [core] Improve the release instructions (#40973) @mnajdova
  • [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
  • [core] Fix TypeScript spelling in changelog @oliviertassinari
  • [core] Fix small detail in the autocomplete demo @oliviertassinari
  • [core] Increase node memory limit on Netlify build (#41111) @michaldudak
  • [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
  • [core] Fix missing context display names (#41168) @oliviertassinari
  • [core][base-ui] Remove @mui/base dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
  • [zero][demo] Fix sample next app build (#41197) @brijeshb42
  • [docs-infra] Simplify copy logic (#41167) @oliviertassinari
  • [docs-infra] New way of providing API layout config (#41106) @alexfauquette
  • [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
  • [docs-infra] Add external link arrow (#41129) @siriwatknp
  • [docs-infra] Fix external link arrow (#41181) @alexfauquette
  • [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
  • [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
  • [docs-infra] Remove random layout assignment (#40862) @alexfauquette
  • [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
  • [docs-infra] Share vale-config (#41176) @alexfauquette
  • [test] Generalize test utils (#41175) @michaldudak
  • [typescript-to-proptypes] Support using Omit on types with conditional properties (#41033) @flaviendelangle
  • [website] Match chart component names @oliviertassinari
  • [website] Add Marblism diamond sponsor (#41097) @rluzists1
  • [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
  • [website] Fix responsive breakpoints @oliviertassinari
  • [website] Fix overloading of footer JS files @oliviertassinari
  • [website] Improve the footer's chip contrast (#41209) @danilo-leal
  • [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
  • [zero] Setup basic testing framework (#40986) @brijeshb42
  • [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
  • [zero] Export extendTheme for creating a zero-runtime theme (#40897) @siriwatknp
  • [zero] Move extendTheme to its own subpath (#41204) @brijeshb42

All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @dpertsin, @flaviendelangle, @gitstart, @gregberge, @harrydigos, @Janpot, @justintoman, @khgiddon, @KirankumarAmbati, @LukasTy, @michaldudak, @mnajdova, @nikosgavalas, @oliviertassinari, @PaulKristoffersson, @Rishi556, @rluzists1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.10

  • [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp

@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