Skip to content

Releases: inxilpro/IntellijAlpine

v0.4.1

26 Jul 14:25

Choose a tag to compare

Added

  • Added support for x-intersect

Changed

  • Improved $persist() behavior
  • Improved autocomplete in x-data and x-init

v0.4.0

14 Jun 17:07
d633969

Choose a tag to compare

This version is narrowing in on a feature-complete and stable release. I'll probably tag v1.0 pretty soon assuming that no major bugs crop up. The plugin supports all Alpine v3 syntax and does pretty solid JavaScript language injection for attributes. The last remaining feature that I'd like to investigate is better "go to" support for Alpine data.

Added

  • Added support for PHP and Blade fragments inside of Alpine directives
  • Added Alpine gutter icon for easier identification of lines that have Alpine directives
  • Added support for Alpine v3 directives and magics
  • Added better support for modifiers like @click.prevent

Changed

  • Improved auto-complete logic

v0.3.0

11 Jun 14:47

Choose a tag to compare

Added

  • Added auto-complete support for simple x-data expressions
  • Added better support for x-for and x-spread
  • Added better language injection support for all Alpine directives

Fixed

  • Fixed an issue where the plugin would cause the IDE freeze when editing XML files

v0.3.0-beta.3

09 Jun 20:12

Choose a tag to compare

v0.3.0-beta.3 Pre-release
Pre-release

Added

  • Added auto-complete support for simple x-data expressions
  • Added better support for x-for and x-spread

Fixed

  • Stopped the plugin from activating on XML files, which should fix crashes related to PHPUnit/etc

v0.3.0-beta.2

09 Jun 18:45

Choose a tag to compare

v0.3.0-beta.2 Pre-release
Pre-release

Added

Changed

Deprecated

Removed

Fixed

Security

v0.3.0-beta.1

09 Jun 18:18

Choose a tag to compare

v0.3.0-beta.1 Pre-release
Pre-release

This is a beta release for testing the PHPUnit XML issue that's been reported by some.

Added

  • Added auto-complete support for simple x-data expressions
  • Added better support for x-for and x-spread

Fixed

  • Stopped the plugin from activating on XML files, which should fix crashes related to PHPUnit/etc

v0.2.2

26 May 17:36

Choose a tag to compare

Added

  • Added improved support for transition attributes

v0.2.1

30 Mar 19:43

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Fixed

  • Prevented autocompletion on Laravel blade components
  • Prevented language injection and autocompletion when outside of HTML scope

v0.2.0

23 Mar 20:28

Choose a tag to compare

Added

  • Improved type support
  • Better auto-complete for bound attributes
  • Added attribute descriptions
  • Handling of x-cloak which has no value

Changed

  • Refactored a lot of underlying code

v0.1.1

23 Mar 14:53

Choose a tag to compare

Added

  • Better handling of :class= binding