|
@@ -592,10 +592,10 @@ You can "watch" a component property with the `$watch` magic method. In the abov
|
|
|
* Move from `x-ref` to `ref` for Vue parity?
|
|
|
* Add `Alpine.directive()`
|
|
|
* Add `Alpine.component('foo', {...})` (With magic `__init()` method)
|
|
|
-* Dispatch Alpine events for "loaded", "transition-start", etc... (Original PR: #299) ?
|
|
|
-* Remove "object" (and array) syntax from `x-bind:class="{ 'foo': true }"` (PR to add support for object syntax for the `style` attribute: #236)
|
|
|
-* Improve `x-for` mutation reactivity (#165)
|
|
|
-* Add "deep watching" support in V3 (#294)
|
|
|
+* Dispatch Alpine events for "loaded", "transition-start", etc... ([#299](https://github.com/alpinejs/alpine/pull/299)) ?
|
|
|
+* Remove "object" (and array) syntax from `x-bind:class="{ 'foo': true }"` ([#236](https://github.com/alpinejs/alpine/pull/236) to add support for object syntax for the `style` attribute)
|
|
|
+* Improve `x-for` mutation reactivity ([#165](https://github.com/alpinejs/alpine/pull/165))
|
|
|
+* Add "deep watching" support in V3 ([#294](https://github.com/alpinejs/alpine/pull/294))
|
|
|
|
|
|
## License
|
|
|
|