Skip to content

Releases: vaadin/intellij-plugin

1.5.2

17 Jul 06:31
ddc67ed
Compare
Choose a tag to compare

What's Changed

  • feat: Use SdkPopupFactory for downloading JetBrains Runtime in #429

Full Changelog: 1.5.1...1.5.2

1.5.1

17 Jul 06:29
d120abb
Compare
Choose a tag to compare

What's Changed

  • chore: Updated IntelliJ platform API to 2024.1 #402

Full Changelog: 1.5.0...1.5.1

1.5.0

19 May 09:47
7fdc02a
Compare
Choose a tag to compare

What's Changed

  • feat: Heartbeat rest call to inform about compilation result #394
  • chore: Add Debug using Hotswap to "Current File" run config #393
  • chore: Return information if undo/redo has been performed #387
  • fix/chore: Initialize local services properly #397
  • chore: Support for 2025 EAPs #401

Full Changelog: 1.4.12...1.5.0

1.4.12

19 May 09:46
e2230c1
Compare
Choose a tag to compare

What's Changed

  • fix: Automatically fix userKey issue #386

Full Changelog: 1.4.11...1.4.12

1.4.11

19 May 09:45
d9efbff
Compare
Choose a tag to compare

What's Changed

  • chore: Upgrade to latest hotswap-agent #368
  • fix: Do not fall into infinite loop after initializing plugin #374
  • fix: Create .idea directory if not exists #375
  • chore: Log more info in case of project not found #376

Full Changelog: 1.4.10...1.4.11

1.4.10

14 Apr 11:02
518d742
Compare
Choose a tag to compare

What's Changed

  • Fixed exceptions related to checking Copilot service state #353
  • Fixed detection of Vaadin in new projects #362
  • Fixed SlowOperationException during preparation of Hotswap runner #364
  • Added reporting Debug with Hotswap usage statistics #357
  • Added referrer to Walking Skeleton starter downloads #363

1.4.9

01 Apr 15:56
0282203
Compare
Choose a tag to compare

What's Changed

  • Fixed Restart command to use main class for finding proper process #345
  • Added possibility to navigate from Java BrowserCallable service methods to TypeScript method calls #347
  • New Vaadin projects are generated using Walking Skeleton #348

1.4.8

14 Feb 11:42
f9a903a
Compare
Choose a tag to compare

What's Changed

  • Dependency update - use latest Hotswap Agent snapshot in #309
  • Fixed issue with compilation running multiple times caused by Save action in #311
  • Added Delete file command in #315
  • Fixed issue with invalid userKey in #321

New Contributors

Full Changelog: 1.4.7...1.4.8

1.4.7

11 Feb 12:41
c33fe4c
Compare
Choose a tag to compare

What's Changed

  • Updated until to support 2025.1 (251) in #279
  • Updated hotswap action icon in #280
  • Added language injection for Flow in #289
  • Fixed Gradle dependance issue in #290
  • Added support for restartApplication command in #293
  • Added support for compileFiles command in #291
  • Implemented DynamicPluginListener to create and remove .copilot-plugin file in #299
  • Throw bad request when line or column have negative values in #298
  • Fixed NPE on StatusBar not yet initialized in #307
  • Updated statistic requests to Include proKey and Vaadiner information in #303

New Contributors

1.4.6

10 Feb 10:11
ac1523c
Compare
Choose a tag to compare

What's Changed

  • Fixed issue related to getting machine id for statistics in #271