Releases: permafrost-dev/alpinejs-ray
Releases · permafrost-dev/alpinejs-ray
v2.1.1
What's Changed
- Fixing errors not sending to ray. by @gldrenthe89 in #195
New Contributors
- @gldrenthe89 made their first contribution in #195
Full Changelog: v2.0.0...v2.1.1
v2.0.0
- drop support for Alpine v2
- add support for Alpine v3
- drop Spruce support
- major code cleanup and refactoring
- dependency version updates
v1.4.0
- add
SpruceRay.spruce()
method to access an object for watching/unwatching Spruce store properties - add additional tests
- update standalone build to the latest version of
node-ray/web
(v1.12.0)
v1.3.0
- add
bootstrapImports()
helper to reduce boilerplate code when importing for use with a bundler - fix issue with
SpruceProxy.displayTracking()
not finding theray()
helper
v1.2.0
v1.1.1
- update
node-ray
package tov1.10.1
v1.1.0
- improve syntax highlighting for components
- add
logCustomEvents
config option - send custom events to Ray when
logCustomEvents
istrue
v1.0.0
- initial release