Releases: inxilpro/IntellijAlpine
Releases · inxilpro/IntellijAlpine
v0.4.1
Added
- Added support for
x-intersect
Changed
- Improved
$persist()behavior - Improved autocomplete in
x-dataandx-init
v0.4.0
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
Added
- Added auto-complete support for simple x-data expressions
- Added better support for
x-forandx-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
Added
- Added auto-complete support for simple x-data expressions
- Added better support for
x-forandx-spread
Fixed
- Stopped the plugin from activating on XML files, which should fix crashes related to PHPUnit/etc
v0.3.0-beta.2
Added
Changed
Deprecated
Removed
Fixed
Security
v0.3.0-beta.1
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-forandx-spread
Fixed
- Stopped the plugin from activating on XML files, which should fix crashes related to PHPUnit/etc
v0.2.2
Added
- Added improved support for transition attributes
v0.2.1
Fixed
- Prevented autocompletion on Laravel blade components
- Prevented language injection and autocompletion when outside of HTML scope
v0.2.0
Added
- Improved type support
- Better auto-complete for bound attributes
- Added attribute descriptions
- Handling of
x-cloakwhich has no value
Changed
- Refactored a lot of underlying code
v0.1.1
Added
- Better handling of
:class=binding