Coder Social home page Coder Social logo

Comments (4)

DiegoAndai avatar DiegoAndai commented on May 2, 2024

This could be a good improvement to ship in v6, will add it to the milestone

from material-ui.

ant-plotnikov avatar ant-plotnikov commented on May 2, 2024

hey everyone. can I pick this up?

from material-ui.

oliviertassinari avatar oliviertassinari commented on May 2, 2024

This could be a good improvement to ship in v6, will add it to the milestone

@DiegoAndai I wonder, I feel that major milestones should be focused on changes that require breaking changes (big features that require breaking changes or new major features to offset the removal of deprecated APIs) to decorelate things.
(e.g. I think it's closer to how MUI X operates for majors)

The rest could go into iteration plans like TypeScript has microsoft/TypeScript#56948 (3 months) or VS Code has microsoft/vscode#201255 (1 month).

This issue is small, we could add "good to take" and delegate to the community, optimizing for whenever a community member has time to donate (overall maximizing "time donation" for the community).


It's also a Base UI issue.

from material-ui.

oliviertassinari avatar oliviertassinari commented on May 2, 2024

We migrated a good chunk in #40754 and #40972 which is great but I think the issue should be about updating all our public APIs to accept read only arrays, there are more e.g.

type ResponsiveStyleValue<T> = T | Array<T | null> | { [key in Breakpoint]?: T | null };

? Array<Value | AutocompleteFreeSoloValueMapping<FreeSolo>>

from material-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.