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

fix(ssr): render fallthrough attributes for transition-group with tag

fix #5141

aed10c507279900f8afc4861dc01ca4f2b95acb8 authored over 2 years ago by Evan You <[email protected]>
chore: split ssr transition group tests

1035c6b51b9a2aaba9659f97710940af11cb43c3 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix hydration error on falsy v-if inside transition/keep-alive

fix #5352

ee4186ef9ebbc45827b208f6f5b648dbf4337d1d authored over 2 years ago by Evan You <[email protected]>
fix(compiler-ssr): only inject fallthrough attrs for root transition/keep-alive

c65b805ef1f9b164fb8aaa7bc679a91248b5891a authored over 2 years ago by Evan You <[email protected]>
fix(ssr): support client-compiled v-model with dynamic type during ssr (#5787)

fix #5786

c03459b9b6d3c18450235bc4074a603677996320 authored over 2 years ago by Roan Kattouw <[email protected]>
fix(ssr): inherit scope id on functional component during ssr

fix #5817

847d7f782bb6074c6b31378e07d94cb41ad30bd2 authored over 2 years ago by Evan You <[email protected]>
fix(compiler-core): should generate HYDRATE_EVENTS flag on dynamic component that resolves to element

fix #5870

415091b0ee2de66e622145028f00523f2032ce77 authored over 2 years ago by Evan You <[email protected]>
fix(compiler-ssr): fix component event handlers inheritance in ssr

fix #5664

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

4caa52120d44ed6ca953b1b4e978c8789e74293d authored over 2 years ago by Evan You <[email protected]>
chore: fix changelog format [ci skip]

6f9c2cd94dfe585db19d0da670fd40aea17f7a48 authored over 2 years ago by Evan You <[email protected]>
release: v3.2.34-beta.1

7fd761e577e55d6c83b9d5ff34c3a102f20413bb authored over 2 years ago by Evan You <[email protected]>
workflow: fix release script for pnpm 7 [ci skip]

739af3da605f29d2b0cf0173c7732e75287b1b4b authored over 2 years ago by Evan You <[email protected]>
fix(ssr): resolve teleports for stream render APIs

77fef9734496abe1e842d8e4086c497656d1fab2 authored over 2 years ago by Evan You <[email protected]>
workflow: add prod/dev toggle to sfc playground

57d3a0566fdb2aa569642a7d2e2afaa83cf2dbc8 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix ssr render output for fragment in slots

fix #5859

70c2d5bbc066585febd12536a6ab39c4384b277b authored over 2 years ago by Evan You <[email protected]>
build: output es2020 (target node 14+) for cjs/server builds

cbeb9f2d7859edbaceee0c73d2b33c578a1ffb58 authored over 2 years ago by Evan You <[email protected]>
fix(ssr/sfc-css-vars): fix v-bind css vars codegen for SSR

fix #5443
close #5444

efea4a8b5784f4660836b124d16dc29f7fea41e4 authored over 2 years ago by Evan You <[email protected]>
refactor(runtime-core): extract function `isReservedPrefix` (#3265)

* chore(runtime-core): extract function isReservedKey

* chore: improve code

Co-authored-by...

2a9e9a40963a852238adc4c61b86d0c48e7131fa authored over 2 years ago by edison <[email protected]>
refactor(runtime-core): extract type SetRootFn (#3209)

40794c80ca944d9ba7dcdcb83f08d3e8e3057a3e authored over 2 years ago by edison <[email protected]>
chore: use ast node creation helper (#5255)

e85e0a7f3aa873445539a0c8c2bf65d262d07737 authored over 2 years ago by 阿崔cxr <[email protected]>
fix(types): allow css variables in style binding (#5542)

9def7aa50827b12fdfbef28e5db6f373d5cba279 authored over 2 years ago by Package <[email protected]>
workflow: update github actions via dependabot (#5656)

94a18197f3e2d2648fd85d6708c0acb8b0e27353 authored over 2 years ago by neilnaveen <[email protected]>
workflow: lint test files (#5727)

6cca0d3b0e344eca2c102b03b7e9cb16b2fd7cbe authored over 2 years ago by Cédric Exbrayat <[email protected]>
fix(types): add `Set<any>` to checkbox binding type for v-model (#5713)

e5a90893a6a25a40464cc9d5484093ec531e8b78 authored over 2 years ago by Spencer McWilliams <[email protected]>
fix(shared): improve isDate check (#5803)

eef14471b228e8f3d3c921a0451d268f81a0a74d authored over 2 years ago by Vanilla <[email protected]>
fix(ssr): render teleport inside async component (#5187)

4d7803ed28fb67d45a83d3500f5407754e65bf64 authored over 2 years ago by Adam Jedlička <[email protected]>
chore: fix snapshots

31c0bb355a28dd857dea9656060a57616bf52f8e authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): add test for #5808

a0290fe781a0ab2e90239d615d18fdb7ee37cdfe authored over 2 years ago by liulinboyi <[email protected]>
fix(compiler-sfc): async transformer doesn't correctly detect need for semicolon in block #5808

6c3b681d235bc70293827c535572f90be1ab6c68 authored over 2 years ago by liulinboyi <[email protected]>
refactor: simplify logic

be6a0bff9887e58c9547c7cc0ee5aefe222d1f56 authored over 2 years ago by Evan You <[email protected]>
chore: fix snapshot + simplify fix

de7a879cda1cb2561413c2054210a8c0cfe13480 authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): <script> after <script setup> the script content not end with `\\n`

3b7b107120c6dba70b068312afd594c3575ea9eb authored over 2 years ago by liulinboyi <[email protected]>
fix(reactivity-transform): fix props access codegen for non-identifier prop names (#5436)

fix #5425

242914d938fccad1c09a52a7ed09f15ac509cf6b authored over 2 years ago by edison <[email protected]>
chore: warn when mounting different apps on the same host element (#5573)

0c07f12541061cf10996f998705d7ad36193aa4f authored over 2 years ago by zs <[email protected]>
fix(compiler-sfc): fix defineEmits() scope reference check error message (#5404)

f2c48f535250d01133a5e49c0bf2c26a46b6d935 authored over 2 years ago by Travis <[email protected]>
fix(compiler-dom): properly stringify v-html/v-text with constant value

fix #5439
close #5445

6283b2ec413b78fe88775d249d3598cdce977b7a authored over 2 years ago by Evan You <[email protected]>
chore: comments (#5332) [ci skip]

cd9265451042dbb3b5911ce09ef55562ab43f688 authored over 2 years ago by Marcos Dantas <[email protected]>
fix(watch): fix watching multiple sources containing shallowRef (#5381)

fix #5371

220f255fe94d5f1d2ccf3af3a469e9328c916167 authored over 2 years ago by edison <[email protected]>
fix(sfc-playground): default selected app (#5370)

04fff05f0043adb753928e806f9d8fb604701a38 authored over 2 years ago by 三咲智子 <[email protected]>
workflow: recover version when error occurred (#5493) [ci skip]

209483bed11ca62f69318c2237ea10caf2ec513e authored over 2 years ago by Cloyd Lau <[email protected]>
chore: bump @vue/repl dep

close #5825

8758da4749a655f5b777b25b1bf5b91bda841b8e authored over 2 years ago by Evan You <[email protected]>
fix(v-model): fix case where .trim and .number modifiers are used together (#5842)

fix #5839

71066b5afed7d3707b8ec9a6313dbdbd1adad45e authored over 2 years ago by 小刘(liulinboyi) <[email protected]>
fix(runtime-core): handle NaN identity check in v-memo (#5852)

fix #5853

a3881299e98de6217f05bbd42ac509e8cc8be3d9 authored over 2 years ago by huangcheng <[email protected]>
fix(runtime-core): clone root vnode before inheriting directives

d36ca4d80e297056f6c78cd7e3bc2004e0b58660 authored over 2 years ago by Evan You <[email protected]>
chore: add no-debugger eslint rule (#5906)

9ecee16f891d3ab22fec92d16b20805b5619bfa3 authored over 2 years ago by Cédric Exbrayat <[email protected]>
fix(compiler-sfc): fix treeshaking of namespace import when used in template

fix #5209

8a123ac34fd30fc36ac9e0c252dd345d6d7c7f50 authored over 2 years ago by Evan You <[email protected]>
fix(v-model): exclude range from lazy guard logic

fix #5875

8c51c6514f99b4c70183f4c1a0eaabd482f88d5b authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): fix template usage check false positives on types

fix #5414

ccf92564d339cdee3947aecfba2e861c88864883 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): fix missed updates when passing vnode to <component :is>

fix #4903

ba17792b7248552ea01a1ca6eca7d49b47d827f0 authored over 2 years ago by Evan You <[email protected]>
fix(compiler-core): normalize v-bind:style with array literal value

fix #5106

0f00cf43cf5eaeeee7f12d523a5f4936f7dc0a84 authored over 2 years ago by Evan You <[email protected]>
fix(transition): handle edge case of cancel leave before next frame

fix #4462

59cf2958e7bae5f1e13953373fcdbb4ad988be6c authored over 2 years ago by Evan You <[email protected]>
fix(ssr): fix hydration error for slot outlet inside transition

fix #3989

9309b044bd4f9d0a34e0d702ed4690a529443a41 authored over 2 years ago by Evan You <[email protected]>
fix(keep-alive): fix unmounting late-included components

fix #3648
based on #3650

da49c863a21fb9d9de4a1b816dcc4faff8046fdb authored over 2 years ago by Evan You <[email protected]>
fix(keep-alive): invoke initial activated hook for async components

revert #5459
fix #5095
fix #5651

20ed16f68c632a271d4e8cb09087c7ed4e936637 authored over 2 years ago by Evan You <[email protected]>
chore: remove dbeugger [ci skip]

9d815d28ad258c16621ad48fbefb800d91c04f96 authored over 2 years ago by Evan You <[email protected]>
chore: add explaination about the utility type IfAny<T, Y, N> (#5862) [ci skip]

109453f2baa0716806c82f328dce8c4459f8c7d7 authored over 2 years ago by Dongcai Huang <[email protected]>
chore: normalize file paths in test filter for windows (#5315)

d0695dad329319898db9540df664f5f4034024e2 authored over 2 years ago by ygj6 <[email protected]>
chore: issues forms (#5145)

cb69208a874db4ebdfdb501f2935967212632dbd authored over 2 years ago by patak <[email protected]>
chore(compiler): improve readability of compiler-core's test case (#4886)

9329feb7d331074f50aef090fdb41f44fbab44a5 authored over 2 years ago by WangJing <[email protected]>
chore: update branch references

54753c340145e4d037b9a619a5e47184ba0f80c9 authored over 2 years ago by Evan You <[email protected]>
chore(types): delete @ts-ignore or use @ts-expected-error instead (#3669)

Co-authored-by: heyunfei.i <[email protected]>

b5b103a736b9d7ba59daaf5f8924def67f3877f4 authored over 2 years ago by HeYunfei <[email protected]>
chore(compiler-core): use aliasHelper (#3592)

cd395559ce34bdcc77cf3cff6e5c062fc6d89d90 authored over 2 years ago by edison <[email protected]>
chore: update ci step name [ci skip]

c44b3fc2ff47984f5999b58e77d8e045eaba5b7c authored over 2 years ago by Evan You <[email protected]>
workflow: upgrade to pnpm 7

b5aa76873371612a9c275f6feeb64dfff99fa34d authored over 2 years ago by Evan You <[email protected]>
chore(runtime-code): delete outdated test case (#3036)

eed3973459999260064d211e0b19f0a1dcef86c7 authored over 2 years ago by Zardddddd60 <[email protected]>
fix(runtime-core): fix activated hook when using async component with KeepAlive (#5459)

fix #5095
fix #5651

f1d1cdbb699e27ac6a0d241209f7e8f8d9ebf2c7 authored over 2 years ago by edison <[email protected]>
fix(types): allow indeterminate for checkbox (#3473)

d4fcfddec6170cc1528a285fc8e0b3f3c5590311 authored over 2 years ago by Simon Legner <[email protected]>
feat(types): avoid props JSDocs loss by `default` option (#5871)

c901dca5add2c32554403e5896247fdb8aa7cf7d authored over 2 years ago by Johnson Chu <[email protected]>
fix(transition/v-show): ensure transition is in persisted mode when used with v-show

fix #4845
close #4852

425310e8b614ad91660dd93d4e7905fbe572ef31 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): fix directive inheritance on dev root fragment

fix #5523

2bab63968355995a4026cf5cd1ccad7c79e8d89c authored over 2 years ago by Evan You <[email protected]>
fix(compiler-core): template v-if should never be treated as dev root fragment

close #5189

51f3d386de7f5fcec6eb4c1c223ba824be036648 authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): ensure consistent behavior of export default render with script setup

close #4980

b7025d24f1c33023d020d60292319740852d1810 authored over 2 years ago by Evan You <[email protected]>
fix(compiler-sfc): fix skipped srcset transform when using base option

Based on implementation from #4835 due to conflicts

fix #4819
close #4834, close #4835

41d255ba5ddd40f1a1dd2dd6add01f38e20d6325 authored over 2 years ago by Evan You <[email protected]>
fix(ssr): should not hoist transformed asset urls in ssr compile

fix #3874

57bb37bd64cc6b2aa3099d91585441db6d43e2a2 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): transition hooks can be arrays of functions (#5177)

fec12d7dccc573c016ee2d8e1fa2b67f134c2786 authored over 2 years ago by Kael <[email protected]>
fix(ssr): don't warn for missing teleport target if disabled (#5135)

da10dd7de91123666152d058f3c18da3e9e7f22a authored over 2 years ago by Kael <[email protected]>
fix(ssr): should de-optimize on vnode with PatchFlags.BAIL (#4818)

fix #4679
fix #5771

cd659fc86f74741987bacc351f0d94ef3b80a1ca authored over 2 years ago by edison <[email protected]>
fix(compiler-sfc): defineProps return binding or rest binding should be considered reactive

410144149fbaaecad2b2d36a9cfe965ab7b2b6e6 authored over 2 years ago by Evan You <[email protected]>
chore: bump vite

03b03eee441bed4c9bde9a6ea772812a63e95126 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-core): ensure raw slot function is only normalized once (#5358)

fix: #5343

e4dffe900a7475c9b4c22c06283b5635e5c2de37 authored over 2 years ago by Thorsten Lünborg <[email protected]>
chore: fix snapshot

8e31765fd3f15bef6dc834bdb0816eb066d36017 authored over 2 years ago by Evan You <[email protected]>
fix(reactivity): ios10.x compatibility (#4900)

b87dc061930e62c78b4cc9a79f385e5880cdf8ae authored over 2 years ago by descire <[email protected]>
fix(runtime-core): ensure consistent identity of $forceUpdate and $nextTick instance methods

fix #5556

d52907f4ebc9bcfd7b3141fbebecd4c5b19aa80f authored over 2 years ago by Evan You <[email protected]>
chore: type [ci skip]

8ccbb0912aec0a95e8110b88e07277eb39037313 authored over 2 years ago by snowingfox <[email protected]>
chore: type [ci skip]

6042ab0f2f6141fff82ad3775c7de716d6d97d59 authored over 2 years ago by 那里好脏不可以 <[email protected]>
types(runtime-dom): fix typo in jsx type autosave (#5638)

181872f744537b75a4cec8c4e49b2c7c4d4f81ff authored over 2 years ago by Khinenw <[email protected]>
chore: typo (#5732) [ci skip]

908ffb4fd4b0a87b24a613b8bc2481507fc4fcb4 authored over 2 years ago by Leon Si <[email protected]>
chore: bump typescript deps

9bcfcac993e25d53a47e875b1dbcf00e68253f4b authored over 2 years ago by Evan You <[email protected]>
ci: run lint during ci

1414f17490165d8d170afa651ee9866294d971f6 authored over 2 years ago by Evan You <[email protected]>
workflow: update eslint config to allow spread usage

83aaa9b5469072f43314b11388e5985b77597acd authored over 2 years ago by Evan You <[email protected]>
chore: fix eslint error (#5876)

392ca5dd8807d16ea52225accbdabd0084250ddf authored over 2 years ago by huangcheng <[email protected]>
fix(shared): missed Symbol judge in looseEqual (#3553)

0aeb4bc9bf68c0006b496142bb5aeb3f06689b7c authored over 2 years ago by netcon <[email protected]>
chore: use explicit type import to avoid Rollup warning

30c33af839ab33b3c45d5f9fca2a610e438cd14d authored over 2 years ago by Evan You <[email protected]>
fix(ssr): implement empty read() on node stream

fix #3846
close #3867

c355c4b78451708b04e17a7c50680dee507f0c40 authored over 2 years ago by Evan You <[email protected]>
fix(runtime-dom): "el._assign is not a function" in compat mode (#4121)

e58277f6eaeaec84cf05b34126bec01b619a1b90 authored over 2 years ago by Julian Hundeloh <[email protected]>
chore: remove unused import due to merge conflict resolve mistake

16a0b232d7900c58d5f24a381f1844ced098ba2f authored over 2 years ago by Evan You <[email protected]>
chore: fix duplicate export

29e454d4d143b7473ed7cb7e4292fa3cd9d7e3e8 authored over 2 years ago by Evan You <[email protected]>
chore(runtime-core): Remove duplicate variable assignments (#3700)

2a44225446d98781f935a5b07ee4f8ed6057fe85 authored over 2 years ago by edison <[email protected]>
chore(runtime-core): use `getGlobalThis` when installing HMR API (#3217)

762a9e99ce43831c7b9da027de271aaa39f3924b authored over 2 years ago by edison <[email protected]>
types(compiler-sfc): export SFCParseResult type (#2923)

close #2921

decad9df57d456676ca0c0425a5b498f56310986 authored over 2 years ago by edison <[email protected]>