Hugo
Hugo
Web Extensions Manifest v3 is being rolled out: - https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/ - https://blog.mozilla.org/addons/2021/05/27/manifest-v3-update/
Additional things we can write our own "warning" for (see https://github.com/alpinejs/alpine/discussions/975) - `x-init` on an element without `x-data` (v2) - Alpine directives outside of `x-data` - Alpine is loaded but...
See discussion: https://github.com/alpine-collective/alpinejs-devtools/discussions/189 Instead of currently rendering the component's "computed name" to be a single field: ``` ``` We could render (render each of the relevant attributes that help identify...
Some issues wouldn't be as bad (#165 #151 ) if we had a way for the user to manually "refresh" (really re-initialise) the devtools panel We can use the heroicons...
This is again inspired by Vue.js Devtool's "events" tab, obviously Alpine.js doesn't use synthetic events or emit events to communicate between components. ~~Instead we should register a top-level listener for...
This seems to have a script to release to Firefox/Chrome: https://github.com/single-spa/single-spa-inspector#publishing-a-new-version Uses https://www.npmjs.com/package/@wext/shipit under the hood. That package brings in a lot of dependencies, we might be better off lifting...
Follow-up from #78, #80 we've fixed the `x-data="{ el: $el }"` case. We also detect functions and replace their values with `'function'`. However we get the same error in the...
Fixes #41715 Alternative approaches detailed in the issue. This functionality was broken by https://github.com/vercel/next.js/pull/21240. ## Bug - [x] Related issues linked using `fixes #number` - [x] Integration tests added -...
If this PR gets merged -> https://github.com/justin-schroeder/arrow-js/pull/87, the reactivity will not wrap Map, Set, WeakMap, WeakSet (which means they'll be returned without any interception) Without it being merged I don't...
Add a test (or more) that checks stylenames work inside of alpine.js components & style is reactive