Alpine.js devtools version history - 18 versions
Alpine.js devtools by Hugo
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.3.0
Released 6 Apr 2025 - 73.95 kBWorks with firefox 58.0 and laterSource code released under MIT Licence
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.2.0
Released 7 Sep 2021 - 73.74 kBWorks with firefox 48.0 and later- feature: side nav layout
- fix: handle undefined Alpine dataStack
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v1.2.0Source code released under MIT Licence
Version 1.1.0
Released 29 Jun 2021 - 73.44 kBWorks with firefox 48.0 and later- feature: initial Alpine v3 support (view/edit components & data)
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v1.1.0Source code released under MIT Licence
Version 1.0.1
Released 19 Apr 2021 - 72.93 kBWorks with firefox 48.0 and later- fix: components panel bug when a component crashes on startup
- internal: upgrade dependencies
Release Notes: https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v1.0.1Source code released under MIT Licence
Version 1.0.0
Released 15 Mar 2021 - 71.9 kBWorks with firefox 48.0 and later- performance: faster devtools boot time (component detection)
- performance: faster load time of component data when there's a large dataset
- fix: reset selected component when the page URL changes
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v1.0.0Source code released under MIT Licence
Version 0.3.0
Released 7 Mar 2021 - 70.84 kBWorks with firefox 48.0 and later- feature: warnings tab, supports eval errors in Alpine.js components (requires Alpine.js 2.8.0+)
- fix: x-model updates that weren't causing a re-render
- enhancement: link to discussions tab when displaying "Unserializable Value"
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.3.0Source code released under MIT Licence
Version 0.2.2
Released 20 Jan 2021 - 67.41 kBWorks with firefox 48.0 and later- fix crash when closing and re-opening devtools
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.2.2Source code released under MIT Licence
Version 0.2.1
Released 20 Jan 2021 - 67.4 kBWorks with firefox 48.0 and later- Fix: remove unused tabs permission
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.2.1Source code released under MIT Licence
Version 0.2.0
Released 13 Jan 2021 - 67.4 kBWorks with firefox 48.0 and later- 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
Release Notes: https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.2.0Source code released under MIT Licence
Version 0.1.1
Released 16 Dec 2020 - 67.12 kBWorks with firefox 48.0 and later- Fix: first selected component couldn't be deselected
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.1.1Source code released under MIT Licence
Version 0.1.0
Released 15 Dec 2020 - 67.11 kBWorks with firefox 48.0 and later- feature: add $x0, $x1 etc global variables Alpine components
- fix: detection of Alpine.js version when it contains a 0
- fix: color of "outdated Alpine version" section
- internal: upgrade Alpine.js version
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.1.0Source code released under MIT Licence
Version 0.0.10
Released 14 Dec 2020 - 66.72 kBWorks with firefox 48.0 and later- Feature: resizable panels
- Fix: support dynamically added/removed components
- Performance: switch to a single mutation observer (instead of 1 per component)
- Internal: Tailwind CSS v2, extract Alpine.js component to JS file, templating/partials for panel HTML
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.0.10Source code released under MIT Licence
Version 0.0.9
Released 3 Dec 2020 - 61.12 kBWorks with firefox 48.0 and laterSource code released under MIT Licence
Version 0.0.8
Released 3 Dec 2020 - 60.91 kBWorks with firefox 48.0 and laterFull release notes: https://github.com/alpine-collective/alpinejs-devtools/releases/tag/v0.0.8
Fix: support HTMLElement as top-level Alpine.js component variables
Fix: overlay when hovering over a component is visible even if other elements overlap
Fix: when editing a number value, use a number input
Feature: use LiveView view "name" for components if detected
Feature: support x-title, x-id, aria-label for component names
Performance: only update edited Alpine.js variables
Internal: improve dev setup, docs & testsSource code released under MIT Licence
Version 0.0.7
Released 25 Nov 2020 - 60.3 kBWorks with firefox 48.0 and laterFix: missing backend.js file
https://github.com/alpine-collective/alpinejs-devtools/releases/tag/0.0.7Source code released under MIT Licence
Version 0.0.5
Released 24 Nov 2020 - 56.87 kBWorks with firefox 48.0 and later- Performance/fix: bundle/purge TailwindCSS as a stylesheet
- Feature: add loading state for Alpine.js panel
- Feature: livewire component name detectionSource code released under MIT Licence
Version 0.0.4
Released 22 Nov 2020 - 319.19 kBWorks with firefox 48.0 and laterFeatures:
- Alpine components have an associated name
- UI has been redesigned to include the Alpine.js version on the page
- keyboard-only save/exit editing a data field
Fixes:
- devtools data reloads on page refresh
- devtools can be closed and reopened without crashingSource code released under MIT Licence
Version 0.0.3
Released 24 Apr 2020 - 187.24 kBWorks with firefox 48.0 and later- Fix: (Regression) Object/Array can't be collapsed once open #34
- Fix: loading of components with nested proxies eg. on alpinetoolbox.com #17
- Fix: stricter CSP per Firefox reviewer comment (remove remote origin)Source code released under MIT Licence