Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 596 Bytes

Changelog.md

File metadata and controls

26 lines (19 loc) · 596 Bytes

1.0.6

Same as 1.0.5, but compatible with latest IntelliJ

1.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

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

1.0.3

  • initial release