Skip to content

Releases: dinbtechit/ngxs

v0.0.8

19 Oct 19:37
Compare
Choose a tag to compare

Added

  • Introducing FileTypes for *.state.ts;*actions.ts;*.selectors.ts for Jetbrains to recommend NGXS plugin

Fixed

  • Fixed Error - Java.lang.RuntimeException: java.lang.Exception: NgxsAnnotator

v0.0.7

15 Oct 22:49
fb2f976
Compare
Choose a tag to compare

Fixed

  • Error - Dir is null when loading IntentionActions.

Added

  • #30 - NGXS Advance Live Templates
    • methodName-ClassName-action
    • methodName-payload1:string,payload2:string-action-payload
    • methodName-ClassName-payload1:string,payload2:string-action-payload
    • methodName-selector-meta
    • methodName-selector

v0.0.6

07 Oct 20:58
9a107a1
Compare
Choose a tag to compare

Added

  • #4 - NGXS Live templates

Fixed

  • Moved all the deprecated APIs to latest ones.

v0.0.5

19 Sep 12:29
b589819
Compare
Choose a tag to compare

Added

  • #20 - Code insights/Quickfix when an Action has no implementation (create with Payload) - Part 2

v0.0.4

18 Sep 20:13
5faef59
Compare
Choose a tag to compare

Added

  • #20 - Code insights/Quickfix when an Action has no implementation in the *.state.ts

Fixed

  • Duplicate Actions will not show in gutter

Changed

  • ActionIcon - increased size.

v0.0.3

08 Sep 02:21
1f91ae3
Compare
Choose a tag to compare

Added

  • #5 - Gutter Icons for linking states and actions

v0.0.2

01 Sep 15:50
b204819
Compare
Choose a tag to compare

Fixed

  • Removing nbsp after files are generated ngxs/cli#9 within intellij
  • Upgrading redux store package from 0.5.5 -> 0.6.1

v0.0.1

28 Aug 11:28
6a2043d
Compare
Choose a tag to compare