Skip to content

Releases: alpine-collective/alpinejs-devtools

v0.2.1

20 Jan 13:36
c60ca54

Choose a tag to compare

v0.2.0

13 Jan 10:07

Choose a tag to compare

  • Feature: redesign to support tabs in future (adds "Watching X components" in footer)
  • Fix: removes unused permissions
  • Fix: hanging when Alpine is detected but no components found.
  • Internal: refactor backend.js

https://github.com/alpine-collective/alpinejs-devtools/milestone/13?closed=1

v0.1.1

16 Dec 09:19
be2e338

Choose a tag to compare

v0.1.0

15 Dec 20:18
4ca1579

Choose a tag to compare

  • feature: add $x0, $x1 etc global variables Alpine components #122
  • fix: detection of Alpine.js version when it contains a 0 #125
  • fix: color of "outdated Alpine version" section #125
  • internal: upgrade Alpine.js version #125

https://github.com/alpine-collective/alpinejs-devtools/milestone/11?closed=1

v0.0.10

14 Dec 12:17
8697815

Choose a tag to compare

  • Feature: resizable panels
  • Fix: support dynamically added/removed components
  • Performance: switch to a single mutation observer (instead of 1 per component)
  • Performance: use incrementing integer as component id
  • Internal: Tailwind CSS v2, extract Alpine.js component to JS file, templating/partials for panel HTML

https://github.com/alpine-collective/alpinejs-devtools/milestone/10?closed=1

v0.0.9

03 Dec 15:44

Choose a tag to compare

Fix: crash when encountering a value that can't be serialized (jQuery wrappers, arrays of HTML elements), instead display "Unserializable Value"

https://github.com/alpine-collective/alpinejs-devtools/milestone/9?closed=1

v0.0.8

03 Dec 10:41

Choose a tag to compare

Fix: support HTMLElement as top-level Alpine.js component variables #78
Fix: overlay when hovering over a component is visible even if other elements overlap #83
Fix: when editing a number value, use a number input #98
Feature: use LiveView view "name" for components if detected #77
Feature: support x-title, x-id, aria-label for component names #79
Performance: only update edited Alpine.js variables #97
Internal: improve dev setup, docs & tests #81 #82

https://github.com/alpine-collective/alpinejs-devtools/milestone/8?closed=1

v0.0.7

25 Nov 20:53
549ac2d

Choose a tag to compare

v0.0.6

25 Nov 19:38
48dac9f

Choose a tag to compare

Feature: load latest published Alpine.js from npm registry API, fall back to version running in devtools
Feature: Link to Alpine.js releases when using an outdated (non-latest) version
Fix: gracefully handle Alpine.js not loading immediately

Internal: add code auto-formatting
Internal: upgrade Alpine.js to latest

https://github.com/alpine-collective/alpinejs-devtools/milestone/6?closed=1

v0.0.5

24 Nov 09:14
de769dd

Choose a tag to compare

  • Performance/fix: bundle/purge TailwindCSS as a stylesheet #65
  • Feature: add loading state for Alpine.js panel #61
  • Feature: livewire component name detection #53

Milestone: https://github.com/alpine-collective/alpinejs-devtools/milestone/4?closed=1