Skip to content

Releases: permafrost-dev/alpinejs-ray

v2.1.1

28 Jun 05:06
1c9adca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.1

v2.0.0

09 Mar 08:57
96da9c1
Compare
Choose a tag to compare
  • drop support for Alpine v2
  • add support for Alpine v3
  • drop Spruce support
  • major code cleanup and refactoring
  • dependency version updates

v1.4.0

13 Mar 05:55
Compare
Choose a tag to compare
  • 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

12 Mar 18:59
Compare
Choose a tag to compare
  • add bootstrapImports() helper to reduce boilerplate code when importing for use with a bundler
  • fix issue with SpruceProxy.displayTracking() not finding the ray() helper

v1.2.0

09 Mar 23:23
Compare
Choose a tag to compare
  • add interception and display for errors in alpine components
  • add initial Spruce data tracking
  • code cleanup

v1.1.1

06 Mar 18:10
Compare
Choose a tag to compare
  • update node-ray package to v1.10.1

v1.1.0

06 Mar 17:18
Compare
Choose a tag to compare
  • improve syntax highlighting for components
  • add logCustomEvents config option
  • send custom events to Ray when logCustomEvents is true

v1.0.0

06 Mar 11:29
Compare
Choose a tag to compare
  • initial release