kLabz / haxe-material-ui

Haxe externs and tools for material-ui
MIT License
9 stars 5 forks source link

Skipping versions 5+? #21

Open kLabz opened 2 years ago

kLabz commented 2 years ago

For more context:

Let's be honest, I didn't catch up to 5.0 alpha and beta versions, and don't have much time to do it these days, so this decision is also easier because of that xD

tl;dr: material-ui is rebranding as "mui", which involves:

What could be done, though, is create a separate "mui" haxe lib (by forking?), do the rebrand and updates there, and keep this library for material-ui (so <= 4)

kevinresol commented 2 years ago

I think I generally agree. Maintaining externs for upstream breaking versions is PITA. Let's encourage people to start a haxe-mui or something if they need it.

kLabz commented 2 years ago

Indeed. I might even do it myself if I have the occasion. Or maybe dts2hx could work ? I take it you're also using 4.x version ?

kevinresol commented 1 year ago

I just started a new repo here https://github.com/kevinresol/haxe-mui

Simple renaming of the npm packages in jsRequire meta seems working. But we will see.