siriwatknp / mui-treasury

A collection of ready-to-use components based on Material-UI
https://mui-treasury.com
MIT License
2.36k stars 153 forks source link

Launch MUI Treasury Layout v6 #1230

Open siriwatknp opened 1 month ago

siriwatknp commented 1 month ago

Target date: 19 Aug 2024

mauro-ni commented 2 weeks ago

@siriwatknp many thanks for MUI Treasury Layout, I appreciate your work.

I have projects in pure JavaScript that use MUI and MUI Treasury Layout. In order to be able to upgrade to MUI 6 I also need to upgrade MUI Treasury Layout (npm package version 5 locks MUI to v5), but I cannot switch to TypeScript at the moment (I will do that in the future).

Since the new approach to use MUI Treasury Layout v6 is to embed its code into the project (no new npm packages), is there a way to transpile it to JavaScript in order to avoid TypeScript dependency (for now)?

Many thanks again.

Mauro