Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.45 KB

Kobweb IntelliJ Plugin

[0.2.1]

Added

  • Fixed issue where projects wouldn't load if also using a Gradle version older than 8.3
    • If you saw "Unsupported class major file version 65", congratulations... this was you! (And sorry...)

[0.2.0]

Added

  • Support for Kotlin K2 mode
  • Updated the compatibility range to 2024.2.1 - 2024.3

[0.1.3]

Added

  • Fixed issue where plugin functionality stopped working in 2024.2

[0.1.2]

Added

  • Implementation details around analyzing code have moved to more stable IntelliJ IDEA APIs.
    • This works both with older versions of IDEA and should prevent us from hitting 2024.2 NoClassDefFoundError issues.

[0.1.1]

Added

  • A functionally identical release extending compatibility to include IntelliJ 2024.2

[0.1.0]

Added

  • Initial release of the plugin!
  • Kobweb colors are now displayed in the gutter.
    Kobweb gutter colors screenshot
  • Spurious "unused" warnings for methods annotated with @Page, @Api, and the like are now suppressed automatically.
  • Capitalization warnings for methods annotated with @Composable are now suppressed automatically.
  • A special dictionary of Kobweb-related keywords has been created, to hide some incorrect spelling warnings (like "kobweb" for example!).