Releases: vaadin/intellij-plugin
Releases · vaadin/intellij-plugin
1.3.6
1.3.5
1.3.4
1.3.3
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
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
What's Changed
- Added notifications informing about possible blocking popups #70
- Mentioned https://github.com/gejun123456/HotSwapHelper #78
- Created LICENSE #77
- Updated swap icons #75
New Contributors
Full Changelog: 1.3.0...1.3.1
1.3.0
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
- @Artur- made their first contribution in #61
- @abdullahtellioglu made their first contribution in #71
Full Changelog: 1.2.1...1.3.0
1.2.1
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
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
What's Changed
- Using IntelliJ native rest service for handling Copilot connection