Skip to content

Releases: alpine-collective/alpinejs-devtools

v0.2.1

Choose a tag to compare

@HugoDF HugoDF released this 20 Jan 13:36
c60ca54

v0.2.0

Choose a tag to compare

@HugoDF HugoDF released this 13 Jan 10:07
  • 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

Choose a tag to compare

@HugoDF HugoDF released this 16 Dec 09:19
be2e338
  • Fix: first selected component couldn't be deselected #127

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

v0.1.0

Choose a tag to compare

@HugoDF HugoDF released this 15 Dec 20:18
4ca1579
  • 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

Choose a tag to compare

@HugoDF HugoDF released this 14 Dec 12:17
8697815
  • 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

Choose a tag to compare

@HugoDF HugoDF released this 03 Dec 15:44

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

Choose a tag to compare

@HugoDF HugoDF released this 03 Dec 10:41

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

Choose a tag to compare

@HugoDF HugoDF released this 25 Nov 20:53
549ac2d

v0.0.6

Choose a tag to compare

@HugoDF HugoDF released this 25 Nov 19:38
48dac9f

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

Choose a tag to compare

@HugoDF HugoDF released this 24 Nov 09:14
de769dd
  • 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