0.1.3 - 2025-05-05
- JSON Dependency issue with Jetbrains.
0.1.1 - 2025-05-05
- Support for Jetbrains 2025 and higher.
- Merged with latest changes from the template repository.
- No longer supported version 2024.1 and lower. (Due to changes in the Jetbrains API)
0.1.0 - 2025-01-19
- Compatibility issues
- Support all future version of Jetbrains
- Support for NGXS Version 18
- Synced with Template Changes
- Supports version 2024.2 or 2024.*
0.0.8 - 2023-10-19
- Introducing FileTypes for
*.state.ts;*actions.ts;*.selectors.tsfor Jetbrains to recommend NGXS plugin
- Fixed Error - Java.lang.RuntimeException: java.lang.Exception: NgxsAnnotator
0.0.7 - 2023-10-15
- Error - Dir is null when loading IntentionActions.
- #30 - NGXS Advance Live Templates
methodName-ClassName-actionmethodName-payload1:string,payload2:string-action-payloadmethodName-ClassName-payload1:string,payload2:string-action-payloadmethodName-selector-metamethodName-selector
0.0.6 - 2023-10-07
- #4 - NGXS Live templates
- Moved all the deprecated APIs to latest ones.
0.0.5 - 2023-09-19
- #20 - Code insights/Quickfix when an Action has no implementation (create with Payload) - Part 2
0.0.4 - 2023-09-18
- #20 - Code insights/Quickfix when an Action has no implementation in the *.state.ts
- Duplicate Actions will not show in gutter
- ActionIcon - increased size.
0.0.3 - 2023-09-08
- #5 - Gutter Icons for linking states and actions
0.0.2 - 2023-09-01
- Removing
nbspafter files are generated ngxs/cli#9 within intellij - Upgrading redux store package from
0.5.5->0.6.1
0.0.1 - 2023-08-26
- Initial NGXS Store Generation
- Initial scaffold created from IntelliJ Platform Plugin Template