Releases: picimako/terra-support
Releases · picimako/terra-support
v1.9.0
Changed
- New supported IDE version range: 2024.2 - 2024.3.*.
- Updated the project to use the IntelliJ Platform Gradle Plugin 2.0.
- Updated the project to use JDK 21.
- Removed dependency on the JSON module/plugin.
Fixed
- Screenshot name and CSS selector inlay hints are again displayed properly and according to the settings. Both settings are stored as application-level configuration.
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
Added
- Offer this plugin when a project has dependency on the
@cerner/terra-functional-testing
npm package.
Changed
- Spec and screenshot nodes are now marked with a dedicated diff icon, instead of bold text, when they have a diff image. This was necessary because the font setting is not being applied by the IDE.
- Updated a few URL for the quick documentation popups.
- Plugin configuration updates.
v1.3.1
v1.3.0
Changed
- Removed support for version 2021.2 of IDEs.
- Added support for 2023.1.
Fixed
- Improved the retrieval of the global terra selector, in turn stabilizing the CSS selector inlay hint in test files.
- Fixed a memory leak regarding disposal of diff and reference/latest previews.
v1.2.0
- Removed support for version 2021.1 of IDEs.
- NOTE: Due to a kotlin related issue, the screenshot and CSS selector inlay hints are not displayed in WS-2022.3, for now.
MAINTENANCE
- Various code and documentation related housekeeping
- Migrated class instantiation to static instances and project services to minimize object instance creation.
BUGFIX
- It fixes an NPE during calculating the position of the block inlay hints in the hint preview in Settings.
v1.1.0
See changes at Changelog v1.1.0.