0.6.4 - 2024-01-16
- Reverted 'go to' changes added in
0.6.1
— it introduced too many bugs when using templating languages like Blade
0.6.3 - 2024-01-02
A bug was introduced that impacted Alpine when you did something like x-data="@js([...])"
. This may not be a perfect fix, but it should help address it somewhat until I can find a better fix.
- Improved 'go to' support in Blade
0.6.2 - 2024-01-02
- Fixed intellij platform version constraints
0.6.1 - 2024-01-02
- Added typing support for
$el
and$root
- Improved intellisense for
x-data
derived properties - Added initial support for Go To Declaration for
x-data
derived properties
0.6.0 - 2023-08-15
- Added support for IntelliJ platform version 2023.2
- Added support for
glhd/alpine-wizard
0.5.0 - 2023-05-31
- Added better type support for
$refs
- Added support for
x-id
and$id()
- Added support for
x-mask
- Added support for
x-modelable
- Added support for
x-teleport
- Added support for
x-trap
- Added support for
x-collapse
- Added new help text for
x-
attributes
- Added support for Blade directives like
@entangle()
inside Alpine directives - Added option to disable gutter icons
- Addressed some issues where certain characters couldn't appear at the beginning or end of certain directives
- Fixed issue where Markdown plugin was interfering with Alpine gutter icon
- Added support for
x-intersect
- Improved
$persist()
behavior - Improved autocomplete in
x-data
andx-init
- 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
- Improved auto-complete logic
- Added auto-complete support for simple x-data expressions
- Added better support for
x-for
andx-spread
- Added better language injection support for all Alpine directives
- Fixed an issue where the plugin would cause the IDE freeze when editing XML files
- Added improved support for transition attributes
- Prevented autocompletion on Laravel blade components
- Prevented language injection and autocompletion when outside of HTML scope
- Improved type support
- Better auto-complete for bound attributes
- Added attribute descriptions
- Handling of
x-cloak
which has no value
- Refactored a lot of underlying code
- Support for object style
:class=
binding
- Better auto-complete for bound attributes and events (using the IDE's suggestions for attributes rather than an internal list of available attributes)
- Internals refactor
- Better JS language injection inside
x-
directives - Auto-complete for magic properties like
$el
and$dispatch
- Removed Alpine icon which seemed to cause issues for some people