Skip to content

Releases: Foso/HtmlToComposeHTMLConverter

v1.0.6

10 Jul 07:55
Compare
Choose a tag to compare

Same as 1.0.5, but compatible with latest IntelliJ

v1.0.5

09 Jan 16:41
Compare
Choose a tag to compare
  • 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

30 Dec 11:26
Compare
Choose a tag to compare

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

23 Dec 10:01
Compare
Choose a tag to compare
  • make plugin compatible with all platforms