Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/vue-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://github.com/vuejs/vue-vapor

test(slots): ensure createSlots helper work with ssr slots (#6660)

3cc8e024e60c85860baf5de13996506c7e4de7fb authored over 2 years ago by Shigma <[email protected]>
fix(ssr): fix dynamic slot regression in ssr

fix #6651

8963c5508cde3a0c990b2748787ffb582b16f23f authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix hydration mismatch when entire multi-root template is stringified

fix #6637

9698dd3cf1dfdb95d4dc4b4f7bd24ff94b4b5d84 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix pre tag windows newline hydration mismatch

fix #6410

03820193a8f768293d665ca2753439fe73aed0fd authored over 2 years ago by Evan You <[email protected]>
fix(ssr): respect case when rendering dynamic attrs on svg

fix #6755

121eb32fb0a21cf9988d788cfad1b4249b15997b authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): fix expression check for v-on with object literal value (#6652)

fix #6650
fix #6674

6958ec1b37fb4a9244ae222a35fcac032d26ad8a authored over 2 years ago by Travis <[email protected]>
fix(compiler-dom): remove v-bind boolean attribute with literal false value when stringifying (#6635)

fix #6617

6c6fe2c0cd89ce513503b1f85e0ddb696fd81e54 authored over 2 years ago by 某时橙 <[email protected]>
fix(ssr): avoid ast.helpers duplication (#6664)

57ffc3e546395ba048009396a4b82d3f968cca2c authored over 2 years ago by Anthony Fu <[email protected]>
fix(runtime-dom): fix unnecessary warning when setting coerced dom property value

fix #6616

b1817fe9eeb66a18f405ada9072149515654a9bd authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): avoid hoisted vnodes retaining detached DOM nodes

fix #6591

fc5bdb36ed429d6c3c956f373206ce75467adaf3 authored over 2 years ago by Evan You <[email protected]>
chore: remove no longer used cloneNode implementation in nodeOps

ab8bfac0a1d2c97cd653b736065a960eb2eaf354 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): remove prod-only hoisted clone behavior for manual DOM manipulation compat

fix #6727
fix #6739

aa70188c41fab1a4139748dd7b7c71532d063f3a authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): unset removed props first in full diff mode

fix #6571

c0d8db81a636f0ad1e725b7c04608d3a211cf163 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): Lifecycle hooks should support callbacks shared by reference (#6687)

fix #6686

c71a08e6fd44ee06c6b4f61d67727a7b7503605e authored over 2 years ago by Thorsten Lünborg <[email protected]>
chore: fix typos (#6708)

96ba71d0cffbb8a736365d92d1f5cd6be9afdcff authored over 2 years ago by Kid <[email protected]>
chore: allow sfc playground in iframes

fbd697a4b6c238147d661026836314862fd09221 authored over 2 years ago by Evan You <[email protected]>
chore: add headers for sfc playground

8772a01a9280b1591e781e20741d32e2f9a836c8 authored over 2 years ago by Evan You <[email protected]>
release: v3.2.39

f79c4236214e38be99192aa93d567c79a097ef4e authored over 2 years ago by Evan You <[email protected]>
chore: fix sfc playground deps

c1375da45f04bc59a87762dd6b941faeff0c452c authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): avoid double firing when mounting inside a watcher callback

fix #6614

6aaf8efefffdb0d4b93f178b2bb36cd3c6bc31b8 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): reset current instance (#6184)

fix #6110

6493da5bfa4624267248deb3d31dca2a4fb22aee authored over 2 years ago by 似水微寒 <[email protected]>
chore: cache bust svg [ci skip]

fa6556a0d56eeff1fec4f948460351ccf8f99f35 authored over 2 years ago by Evan You <[email protected]>
chore: special sponsor

a81f0225e4538e15b80aad7310b51e2772ea5b1a authored over 2 years ago by Evan You <[email protected]>
chore: upgrade to vite 3

c74d2b21c623bef2ac436d74d606f4582f6ac498 authored over 2 years ago by Evan You <[email protected]>
fix(types): support TypeScript 4.8

fix #6554

5381abc0571e58a9be6cf482dc50c8db8300f86c authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): support extends template for runtime compiler (#6250)

fix #6249

9875ecd762155732008e397d450edb0f8c01b05c authored over 2 years ago by edison <[email protected]>
release: v3.2.38

6624ead663cace226190d17c3b245ed234a83743 authored over 2 years ago by Evan You <[email protected]>
fix(slots): ensure different branches of dynamic slots have different keys

fix #6202

00036bb52c4e641b2be7fa55c39ced9448163b0f authored over 2 years ago by Evan You <[email protected]>
fix(hmr): fix HMR for nested non-SFC components (#4077)

96eb7452548293c343613ab778248a5da9619f45 authored over 2 years ago by Yaroslav Sych <[email protected]>
fix(custom-element): fix event listeners with capital letter event names on custom elements

close https://github.com/vuejs/docs/issues/1708
close https://github.com/vuejs/docs/pull/1890

0739f8909a0e56ae0fa760f233dfb8c113c9bde2 authored over 2 years ago by Evan You <[email protected]>
feat(custom-elements): automatically respect custom elements when compiling in browser

9f8f07ed38b2e003f308875fe3a3e4c0d5477b32 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): only set cache for object keys (#6266)

c3465c1e889651df925324ed2a10ac2d5f229110 authored over 2 years ago by Daniel Roe <[email protected]>
fix(ssr): forward helpers provided by CSS `v-bind` (#6489)

fix #6201

2024d11db03d9c6e49e20b3355f3df0ba04bb834 authored over 2 years ago by Anthony Fu <[email protected]>
fix(compiler-sfc): rewriteDefault for class with decorators (#6320)

fix #6318

81a7819535c4382ba7817c817722bac6d41921d8 authored over 2 years ago by 林烁壕 <[email protected]>
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 wh...

c1ee6caa82da89b3a9c33e2253c07a681ebb2628 authored over 2 years ago by Evan You <[email protected]>
fix(watch): flush:pre watchers should not fire if state change causes

owner component to unmount

fix #2291

78c199d6dbe8931520b75d8bfe0d49366a06922a authored over 2 years ago by Evan You <[email protected]>
fix(reactivity): fix shallow/readonly edge cases

a95554d35c65e5bfd0bf9d1c5b908ae789345a6d authored over 2 years ago by Evan You <[email protected]>
fix(types): fix on* props incorrect type for TS 4.7 (#6216)

fix #6052

8dcb6c7bbdd2905469e2bb11dfff27b58cc784b2 authored over 2 years ago by Carlos Rodrigues <[email protected]>
build(deps-dev): bump typescript to 4.7.4 (#6215)

17c50ce18df32048a7beb9d128949567b5575516 authored over 2 years ago by Carlos Rodrigues <[email protected]>
fix(compiler-sfc): fix template usage check edge case for v-on statements

ref: https://github.com/vuejs/vue/issues/12591

769e5555f9d9004ce541613341652db859881570 authored over 2 years ago by Evan You <[email protected]>
chore: fix wrong condition in 3ff83694

fb3bfde26468f3fc455d09599ae526c72dd053ee authored over 2 years ago by Evan You <[email protected]>
chore: bump node engine requirement to node 16.11 (#6183)

2eb332258d2df46b86e46ae80cffb96e519b3777 authored over 2 years ago by Thorsten Lünborg <[email protected]>
fix(compiler-sfc): only add decorators-legacy parser plugin when new decorators plugin is not used

3ff83694f523e3fe148d22a469ed742b46603bb4 authored over 2 years ago by Evan You <[email protected]>
workflow(playground-sfc): bump @vue/repl

8edf4b344179d0a8d3c1090ce63f466f4e787976 authored over 2 years ago by Evan You <[email protected]>
perf(ssr): improve isComment check (#6078)

25f7a16a6eccbfa8d857977dcf1f23fb36b830b5 authored over 2 years ago by Hitesh Khandelwal <[email protected]>
chore: add LICENSE file in reactivity-transform (#6072)

19236d2c907ab9e80eb927744201c6e5d95532f0 authored over 2 years ago by Stewart Haines <[email protected]>
chore(sfc-playground): hide versions when click iframe & set color-scheme to dark (#6003)

b4e1dfe3f8a58ce06117d4f95416d198c5d095b5 authored over 2 years ago by 木杉 <[email protected]>
release: v3.2.37

bdffc143ef3aa27c347b22f19d0052194b54836e authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): improve css v-bind parsing

fix #6022

e60244bcdf0b386de1560ff7c205ae0870bab355 authored over 2 years ago by Evan You <[email protected]>
fix(sfc): avoid auto name inference leading to unwanted recursion

fix #5965
fix #6027
fix #6029

9734b31c312244a2b5c5cf83c75d7b34076a0c4b authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): hydrate Static vnode (#6015)

fix #6008

11e17a1a29cf3d0b37628241d63ff3e8d8525f95 authored over 2 years ago by liulinboyi <[email protected]>
fix(ssr): hydration for transition wrapper components with empty slot content (#5995)

fix #5991

eb22a62798d845a8756b0a73b68afdd874feda59 authored over 2 years ago by 小刘(liulinboyi) <[email protected]>
chore: remove stale todo comment [ci skip]

0cf9ae62be21a6180f909e03091f087254ae3e52 authored over 2 years ago by Evan You <[email protected]>
chore: avoid redundant isRef check

3538f17a07d586a363cffa00af7cd220aff79710 authored over 2 years ago by Evan You <[email protected]>
chore: remove duplicated test + add missing prop decl

439377b220deb7d8bdbdf08ba295a743db3b1d42 authored over 2 years ago by Evan You <[email protected]>
build: include ssrUtils in server-renderer browser build

3cfe5f9fc8b20e096ace2372bfbe58a2f0f0d5ad authored over 2 years ago by Evan You <[email protected]>
chore: adjust sfc playground button color

2035fa00789f0a21ac688af9791d90318832a2d1 authored over 2 years ago by Evan You <[email protected]>
workflow(sfc-playground): copy server-renderer browser build

b50353a18337a2c68f3f4246f1b09bab196a37fb authored over 2 years ago by Evan You <[email protected]>
workflow: support ssr repros in sfc playground

ec2856c2baa297bd0cc4f257ab3e3bd846799b39 authored over 2 years ago by Evan You <[email protected]>
build: distribute esm-browser build for the server renderer

90308e893bbe1808ec9b4ec548c8f95d4c5fd900 authored over 2 years ago by Evan You <[email protected]>
workflow: fix sfc playground persist light mode (#5999)

7487d507756e032372d94bb6f362ab7deea747a6 authored over 2 years ago by Phan An <[email protected]>
chore(sfc-playground): style improvements (#6000)

109751abdd37ba66622cace0e9d889d21c6795ea authored over 2 years ago by Phan An <[email protected]>
fix(ssr): ensure app can be unmounted when created with createSSRApp() (#5992)

fix #5990

d4d3319c1be16dc9a046b2c5521096debc205f25 authored over 2 years ago by Thorsten Lünborg <[email protected]>
release: v3.2.36

160d5df34ae35c282fa48226842631584402d9fe authored over 2 years ago by Evan You <[email protected]>
fix(compat): fix globalProperties pollution in v3 mode

fix #5699

2f07e3460bf51bc1b083f3d03b3d192e042d2d75 authored over 2 years ago by Evan You <[email protected]>
workflow: fix dev script for compat build

108474e2bb9bc3732b4c55e1e8678ce2475cdb64 authored over 2 years ago by Evan You <[email protected]>
fix(compat): fix app-level asset registration affecting other local apps (#5979)

7fb57327b9d0e4d9eb675149f167d915fb0d59fa authored over 2 years ago by Alex Van Liew <[email protected]>
fix(compiler-core): fix svg with directives being incorrectly hoisted (#5919)

fix #5289

7fbc933f4d80c0259ee24872ba790681cf3cbe76 authored over 2 years ago by Travis <[email protected]>
perf: improve the performance of getNow (#5944)

3bdc41dff305422cb5334a64353c314bce1202a4 authored over 2 years ago by zhangenming <[email protected]>
chore: remove unnecessary optional check (#5958)

0cd21ba77cafe0900c43f0b13335694cc2d9f80f authored over 2 years ago by Jinesh Patel <[email protected]>
fix(sfc/types): allow use default factory for primitive types in `withDefaults` (#5939)

fix #5938

b5462822d6c0a43866deef2b3437bbe3bbfb3625 authored over 2 years ago by Alex Kozack <[email protected]>
fix(transition): fix cancel leave regression (#5974)

fix #5973

dddbd96dfe69292cee401f72d2703e8fb3708a14 authored over 2 years ago by edison <[email protected]>
release: v3.2.35

a0c577692f9595758cc5c873f9ffef11498a7a1b authored over 2 years ago by Evan You <[email protected]>
chore: fix dts test

ae1fd539b7bf9d83e30783cdacb468f204c1dad6 authored over 2 years ago by Evan You <[email protected]>
fix(types): fix typescript error when spreading `$props`(#5968)

0c7fd13ea628a2f1b72c6f4150c0dba32da4468e authored over 2 years ago by Carlos Rodrigues <[email protected]>
fix(types): restore DefineComponent argument order

This is necessary for compatibility w/ tsc-generated component types
using DefineComponent.

rev...

8071ef47b5adcd5fcd9d0d2ea2cefff5c34ce095 authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): fix usage detection for types in v-for/v-slot expressions

fix #5959

583b6259870211c32efee0bb4a60b342799d80f7 authored over 2 years ago by Evan You <[email protected]>
chore: bump repl

8ba0bb8ec3311afa23d2f0f46e94dcf24757cd31 authored over 2 years ago by Evan You <[email protected]>
build: target es2019/node 12 for node dist files

close #5957

cf554801639c1af49e4d084c753f97fd6b5f80ef authored over 2 years ago by Evan You <[email protected]>
chore: require version in bug report [ci skip]

80de1adb36483c94cc7e887ba1e67d43b63fe75c authored over 2 years ago by Evan You <[email protected]>
chore: use existing method

523f6aa363334eade6316b55340656eac35c5c64 authored over 2 years ago by Evan You <[email protected]>
release: v3.2.34

39916090877e6a20e6e7aa400ccbe1738559d7de authored over 2 years ago by Evan You <[email protected]>
chore: fix lint

31bdde0480755bbd5427d9332682e5f7a396c301 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix hydration for slot with empty text node

fix #5728

939209c6b554aed6634d9cf2ca10a2aa46ba7673 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix hydration mismatch caused by multi-line comments inside slot

fix #5355

e1bc2681ef64aed7975ad38950a478ae53c1abad authored over 2 years ago by Evan You <[email protected]>
fix(compiler-ssr): fix wrong attrs fallthrough on non-single-root v-if branches

fix #5140

516bc548fce295f6d564c7fb371c8067ead7cd71 authored over 2 years ago by Evan You <[email protected]>
workflow: add dev-esm script [ci skip]

e8ceac7a11a46ed46e2fec11957f4c0aa801ed95 authored over 2 years ago by Evan You <[email protected]>
test(runtime-dom): vModel tests for input range (#5907)

6ce75c10f1be4553e0b3cdc508670479775e3c1e authored over 2 years ago by 小刘(liulinboyi) <[email protected]>
fix(compiler-sfc): support `export { default } from '...'` (#5937)

fix #5935

73e6523134a013f9e369f53f213a214497ac7c40 authored over 2 years ago by 小刘(liulinboyi) <[email protected]>
fix(compiler-sfc): type-only defineProps does not recognize Promise (fix #5941) (#5943)

991d62322fa67d50b7ae8b0460f294d6b39f9711 authored over 2 years ago by Yunyoung LEE <[email protected]>
fix(types): fix `defineComponent` inference to `Component` (#5949)

7c8f4578e9e7178e326cf8e343f7a8b4143ba63b authored over 2 years ago by Carlos Rodrigues <[email protected]>
fix(types): export ComponentProvideOptions (#5947)

3e2850fa6c628284b4a1ab5deba3b11f1d2f66b6 authored over 2 years ago by Cédric Exbrayat <[email protected]>
chore: use `packageManager` field (#5911)

72ac937f350f25f867f7b93d43c9925e446c01ac authored over 2 years ago by Anthony Fu <[email protected]>
fix(ssr/teleport): support nested teleports in ssr

fix #5242

595263c0e9f5728c3650c6526dbed27cda9ba114 authored over 2 years ago by Evan You <[email protected]>
test: hydration test case for component w/ teleport root

84f03535119e6e7c4c8eca739566830687ddbe28 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): adjust force diff of dev root fragments

fix #5946

cdda49bbfb1939c9cf812d624992ea7bdae74c78 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix hydration error when teleport is used as component root

fix #4293

b60cff052c880b2965d06007f0ec4d0349ab47c0 authored over 2 years ago by Evan You <[email protected]>
chore: add note to pr guidelines [ci skip]

fd2aa120a1c013c7cb20df717870391fd0cd1cbf authored over 2 years ago by Evan You <[email protected]>
fix(keep-alive): fix keep-alive rendering when placed in vnode branch

fix #4817

0841b9b5243acdaf191099b25e9a145b30189dea authored over 2 years ago by Bulat Aykaev <[email protected]>
fix(ssr): fix hydration error when transition contains comment children

fix #5351

3705b3b46aa8f3e929014f564f8afa4a663e6375 authored over 2 years ago by Evan You <[email protected]>