Releases: Foso/HtmlToComposeHTMLConverter
Releases · Foso/HtmlToComposeHTMLConverter
v1.0.6
Same as 1.0.5, but compatible with latest IntelliJ
v1.0.5
- KeyFrame rules in < style> tag will now be converted to
Compose for Web StyleSheets
- font-face rules will be converted to KotlinJS code
v1.0.4
1.0.4
- CSS style rules and media rules in < style> tag will now be converted to
Compose for Web StyleSheets
- All generated Code will be wrapped inside a Composable called GeneratedComposable()
- < title> will be converted to KotlinJS document.title=XZY
v1.0.3
- make plugin compatible with all platforms