Releases: alpine-collective/alpinejs-devtools
v0.2.1
- Fix: remove unused
tabspermission
https://github.com/alpine-collective/alpinejs-devtools/milestone/14?closed=1
v0.2.0
- 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
v0.1.0
- feature: add
$x0,$x1etc 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
- 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
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
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
Fix: missing backend.js file
https://github.com/alpine-collective/alpinejs-devtools/milestone/7?closed=1
v0.0.6
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