Skip to content

Releases: vaadin/intellij-plugin

1.3.6

25 Oct 06:58
f1d15de
Compare
Choose a tag to compare

What's Changed

  • Fixed calling HotSwapUI within proper thread access #129 #130

1.3.5

22 Oct 14:49
fa60159
Compare
Choose a tag to compare

What's New

  • Add opens for jdk.internal-loader #118
  • Notification dismiss per project #120
  • CopilotUndoManager service for tracking actions on save #124
  • Rerun using HotSwap icons #122
  • Do not use broken JBR in IntelliJ 2024.2.3 in #123

1.3.4

17 Oct 06:19
50dba47
Compare
Choose a tag to compare

What's Changed

  • Use selected JDK if it is JBR #104
  • Do not create copilot dotfile if project is not opened yet #103
  • Wrapped Hotswap in WriteIntentReadAction #108
  • Run actions on save #110
  • Use VirtualFiles to save dot file, improved logging #115
  • Do not double twice #116

Full Changelog: 1.3.3...1.3.4

1.3.3

26 Sep 10:04
058d3bd
Compare
Choose a tag to compare

What's Changed

  • Increase supported version up to 243.* #91
  • HotSwap Agent updated to 2.0.1 #93
  • Use SegmentedButtons in new Vaadin project wizard #94
  • Detect Vaadin projects if dependencies are updated #97
  • Trim stacktrace to fit in GH issue description #99
  • Added Debug/Rerun with HotSwap to debugger toolbar #102

Full Changelog: 1.3.2...1.3.3

1.3.2

19 Sep 11:36
71e3a3f
Compare
Choose a tag to compare

What's Changed

  • Renamed save action to not contain "save" #79
  • Plugin now checks if project is Vaadin project based on modules libraries #82
  • Added debug using hotswap to run toolbar and popup menu #83
  • Upgraded to hotswap-agent 2.0.1-SNAPSHOT (2024-09-18) #84
  • Turned off frame deactivation policy for Spring apps #87

Full Changelog: 1.3.1...1.3.2

1.3.1

19 Sep 11:33
84f44cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

06 Sep 11:40
915672d
Compare
Choose a tag to compare

What's Changed

  • Added Compile on save action #62
  • Fixed issue with random Vaadin project icon #65
  • Added "Debug using Hotswap Agent" #61
  • Fixed project name encoding #66
  • Added notifications on potential configuration issues #64
  • Automatically downloading and updating HotSwap Agent #71

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

30 Aug 12:44
8e65e56
Compare
Choose a tag to compare

What's Changed

  • Removed socket server for communication with Copilot (replaced with REST endpoint)
  • Support for writing base64 (binary) files
  • Secured endpoint by using random token in url

Full Changelog: 1.2.0...1.2.1

1.2.0

08 Aug 11:17
868ba1a
Compare
Choose a tag to compare

What's Changed

  • Updated plugin to use IntelliJ Gradle Platform API 2.0, supported versions set to 2023.3 to 2024.2.*

1.1.0

07 Aug 06:16
afb085e
Compare
Choose a tag to compare

What's Changed

  • Using IntelliJ native rest service for handling Copilot connection