Mantle UI progress so far: five releases and inherited issues resolved #392
sja-cslab
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Mantle UI has now published five releases as the community-maintained continuation of the MIT-licensed PrimeReact v10 codebase.
Since the project started, we have focused on making the library usable, maintainable, and easier to adopt for existing PrimeReact v10 users.
Recent improvements
Recent releases include:
Several of these changes resolve issues inherited from the PrimeReact v10 backlog.
Available now
Mantle UI is available on npm:
Existing PrimeReact users can preview an automated import migration:
npm exec mantleui migrate -- --dry-runAnd apply it with:
npm exec mantleui migrateGet involved
We are continuing to review inherited issues, improve accessibility, fix long-standing bugs, and strengthen compatibility with the modern React ecosystem.
Testing, feedback, issue verification, and contributions are welcome.
All reactions