Tiny no-dependency library that will automatically hide the cursor after a given time of mouse inactivity.
A tiny no-dependency library that provides callbacks for all four action keys on presenters.
chore: Add description for computed debugOptions
chore: doc format
chore: reuse docs from docs website
chore: bump vite and esbuild
build: update build scripts to esm
wip(vitest-migration): reactivity tests passing
wip(vitest-migration): shared tests passing
build: fix build script
wip(vitest-migration): ssr tests passing
wip(vitest-migration): compiler-core tests passing
wip(vitest-migration): compiler-dom tests passing
wip(vitest-migration): compiler-sfc tests passing
wip(vitest-migration): compiler-ssr tests passing
wip(vitest-migration): compat tests passing
wip(vitest-migration): runtime-core tests passing
chore: only wrap during tests
wip(vitest-migration): runtime-dom tests passing + use environmentMatchGlobs
wip(vitest-migration): all tests passing
workflow: complete migration from jest to vitest
chore: replace test global types with vitest types
chore: explicitly install jsdom
ci: fix dts tests
test: configure test hooks sequence order, remove workaround
Update packages/reactivity/src/ref.ts
Co-authored-by: Eduardo San Martin Morote posva@users.noreply.github.com
Update packages/reactivity/src/effectScope.ts
Co-authored-by: Eduardo San Martin Morote posva@users.noreply.github.com
Update packages/reactivity/src/effect.ts
Co-authored-by: Eduardo San Martin Morote posva@users.noreply.github.com
A belated merry christmas and happy new year to everyone 😘 I've updated the PR so it can be merged again.
chore: remove stale todo comment [ci skip]
fix(ssr): hydration for transition wrapper components with empty slot content (#5995)
fix #5991
fix(runtime-core): hydrate Static vnode (#6015)
fix #6008
fix(sfc): avoid auto name inference leading to unwanted recursion
fix #5965 fix #6027 fix #6029
fix(compiler-sfc): improve css v-bind parsing
fix #6022
release: v3.2.37
chore(sfc-playground): hide versions when click iframe & set color-scheme to dark (#6003)
chore: add LICENSE file in reactivity-transform (#6072)
perf(ssr): improve isComment check (#6078)
workflow(playground-sfc): bump @vue/repl
fix(compiler-sfc): only add decorators-legacy parser plugin when new decorators plugin is not used
chore: bump node engine requirement to node 16.11 (#6183)
chore: fix wrong condition in 3ff83694
fix(compiler-sfc): fix template usage check edge case for v-on statements
ref: https://github.com/vuejs/vue/issues/12591
build(deps-dev): bump typescript to 4.7.4 (#6215)
fix(types): fix on* props incorrect type for TS 4.7 (#6216)
fix #6052
fix(reactivity): fix shallow/readonly edge cases
fix(watch): flush:pre watchers should not fire if state change causes owner component to unmount
fix #2291
fix(types): add types field for sub package exports
Add types field for vue/server-renderer and vue/compiler-sfc deep imports which are necessary when using "moduleResolution": "nodenext"
fix(compiler-sfc): rewriteDefault for class with decorators (#6320)
fix #6318
Yeah what if I explicitly want to allow non-react-router-initiated URL changes? I could ignore the warning, but the problem is that no routing is happening.
... and of course it would be nicer to have some kind of opt-in option (i.e. remove warning, activate routing on external URL change).
Bump interface version for Dragonflight (10.0.5)
Update vite.config.ts
+1, as well. I'm currently testing out Warp as a potential replacement for iTerm2 and would love to see this feature implemented, as well.
Add option to display each part's runtime duration
[CHALLENGE 12] Simplify heuristic to manhattan distance
[CHALLENGE 16] Suppressing console output
Add option to display each part's runtime duration
[CHALLENGE 18-2] Add stub
[CHALLENGE 17] Add stub
[CHALLENGE 18-1] Add implementation
[CHALLENGE 16-1] Tests run, actual input doesn't
[CHALLENGE 15-2] Add implementation
[CHALLENGE 16] Add non-working attempt