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(compiler-vapor): v-bind="obj" (#119)

c4a567b93d98039327e0f66ed46989ee998f5d21 authored 11 months ago by ygj6 <[email protected]>
refactor(runtime-vapor): update selected option

77743006b8947c6b0ea04a5e98c457aec42bc70a authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
Merge remote-tracking branch 'upstream/main'

3c3b56ac047a2a1b5401756ae3ea798dda7579d0 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(reactivity): avoid infinite recursion from side effects in computed getter (#10232)

close #10214

0bced13ee5c53a02d5f10e5db76fe38b6e131440 authored 11 months ago by Johnson Chu <[email protected]>
fix(reactivity): handle `MaybeDirty` recurse (#10187)

close #10185

6c7e0bd88f021b0b6365370e97b0c7e243d7d70b authored 11 months ago by Johnson Chu <[email protected]>
fix(compiler-core): support v-bind shorthand syntax for dynamic slot name (#10218)

close #10213

91f058a90cd603492649633d153b120977c4df6b authored 11 months ago by zhoulixiang <[email protected]>
fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250)

close #10215

f0b5f7ed8ddf74f9f5ba47cb65e8300370875291 authored 11 months ago by yangxiuxiu <[email protected]>
fix(runtime-dom): fix option selected update failed (#10200)

close #10194
close #10267

f31d782e4668050a188ac0f11ba8d5b861b913ca authored 11 months ago by Doctor Wu <[email protected]>
test(runtime-vapor): dom/patchProp.ts special check (#117)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

7c881f853c641e39f498adaaec89449e7eae1dd0 authored 11 months ago by FireBushtree <[email protected]>
Merge remote-tracking branch 'upstream/main'

6b20c84896f9b00df9ce4cc8e013c441110142a7 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(compiler-vapor): props merging (#118)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

ba3ca6a304b23a416f87f1a177892ca063d03d7f authored 11 months ago by Rizumu Ayaka <[email protected]>
feat(compiler-vapor): complex identifier rewriting with vOn (#113)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

75b0937d31839cff1e00065f403f6f92c2af918a authored 11 months ago by Rizumu Ayaka <[email protected]>
chore(deps): pin rollup to 4.9.2

4.9.3 introduced a regression in https://github.com/rollup/rollup/pull/5313
which changes the `e...

759a9518b4601f6a350c0031adfb1da8c0dff5fa authored 11 months ago by Evan You <[email protected]>
chore(deps): pin @rollup/plugin-replace to 5.0.4

5.0.5 introduced a regression that causes replacements in the truthy
branch of ternaries to be s...

a012e39b373f1b6918e5c89856e8f902e1bfa14d authored 11 months ago by Evan You <[email protected]>
chore(playground): update download template deps

d27ee592748d77eb40327c7663709c1150248bd8 authored 11 months ago by Evan You <[email protected]>
chore(playground): bump @vitejs/plugin-vue

2ebafc26a74eb3f620880a06a5291f1a1f85c748 authored 11 months ago by Evan You <[email protected]>
chore(deps): update build (#10271)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

dbc4677161a8b408ed490afffe945c6de352157d authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency puppeteer to ~21.11.0 (#10272)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

3d4e8e92782b05c0fd14a929274d904f83ca4a87 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(runtime-core): avoid inlining isShallow (#10238)

53eee72c3a96420db35236b5e8e4d9308a56e1b4 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
chore: remove missing reactivity transform file (#10255)

prev: https://github.com/vuejs/core/pull/9321

718fc86f458c06e4394e65e77f18c2ca1fb50d19 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(deps): update compiler (#10269)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

336bb65820243006efdf990e6ea3610696467508 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update all non-major dependencies (#10268)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

b0a669c1af5951e7ad890f229ac006bfeef91505 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat(runtime-vapor): component props validator (#114)

e9e7fe414b2778b3af3d57c7964b750aa257f8b7 authored 11 months ago by ubugeeei <[email protected]>
fix(compiler-vapor): treat attribute as dynamic if has dynamic key prop

2229d3ce2091ed243911d0f3f081a7cee74d725a authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(runtime-vapor): special check for setDOMProp

95782883b3680685f465b0f7a196efa4c1754aef authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(compiler-vapor): add source mapping for object key

6d098b68715a81cf61bb9e35d0948511eda5dbc3 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat: support v-bind="{}" (#106)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

d573a3d2f2dbb21e9e0bf8d0c9891d569380e723 authored 11 months ago by ygj6 <[email protected]>
test(runtime-vapor): pass raw props

920b36490ead3cbfa1ebbda8f22d02abbff8c196 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(runtime-vapor): support v-model w/ select tag

ed954bcd33518ac1208cab17c7a55de9f6c869a1 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(runtime-vapor): component emits (#103)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

cde91e4fb52496950490b00b8b0f54275229711c authored 11 months ago by ubugeeei <[email protected]>
test(runtime-vapor): component props (#99)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

ea5f7ec0762c4923d87442bc818c38ee9a2ee0f9 authored 11 months ago by ubugeeei <[email protected]>
fix(reactivity): keep previous effect scope

8dec243dc1182c1db5d2928633bb446c7e94abd9 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor: remove update function from compiler

be65b98a3331ab956d5dcbf373718016e4b3ac75 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
chore: update readme

5630a583c47a7f0e2f0c534392afc795b59fca43 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
chore(template-explorer): update title

5f2907b0717a32c8b1ceb9e108198487284eadf0 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
revert: "refactor: id rewrite of vapor v-for"

This reverts commit 31f497b1d15a1d24a93d7fe91249f00319b5051f.

e7e3b1c73e1480ce89e662dac2257438c9bdb512 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor: id rewrite of vapor v-for

31f497b1d15a1d24a93d7fe91249f00319b5051f authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
test(runtime-vapor): `dom/patchProp.ts` (#102)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

757af933dcf117c40d29767d4d6dd51a8fc756f3 authored 11 months ago by Rizumu Ayaka <[email protected]>
chore: update todo

bbf5e1dc0b4805be0d14b7af96a243c76f0c4a31 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(runtime-vapor): add defineComponent

261b7d40a436f06cd741066da76a88c4a91398e3 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(sfc-playground): enable vapor by default

a97289472168705253e8ac36580dd8cae51276c8 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): extract imports & unify context name

21bec835f0ef2ab38b4ca9429bde29b38f37a098 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): remove loc in IR

4062c6805a0dbdb585bdc4ea0cc05e92b6c92e85 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): missing check in genOperation

2bc107a7a7b93380e879d2b2704887ee6f99ef07 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): remove source in codegen context

3817bbf13419e12fa7df4918eefcab877b7060fe authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): symbol for newline (#104)

46e83e968112c21e34e2a9b13657149e9bef51b5 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
Merge remote-tracking branch 'upstream/main'

c88c6d12aa6f28301fa50a1845f43da00aceafd1 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(compiler-vapor): v-for (#101)

681dc5d954b5421d94943530a5ecefe1bda58b88 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(compiler-vapor): source map position

7b036fd4c0522f4a4e96ed83b6461673f1f355f1 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): remove createTextNode argument

f7642ab77c90551ef2ff1f4cc398b0989e194da4 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): re-organize

ccfadc1fb4efac10246e88e6445a1ddecca8f0ac authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): rename dynamicFlags to flags

38a06394f7b7895c141d9c3b40c5291d0a1913be authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): class-based CodegenContext

b8806f0954b44308be165d948d28461560545d71 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(compiler-vapor): import helper with type check

e02725665d1767a5bf4e9bb2d29acfee1c4e79bc authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): fast path for string

7f8a94b48e04a2fe78b0d5fd056e3332d1b8a430 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): CodeFragment for codegen

c0b7515369fec6f3dc53168a1b32851421ffc16f authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): simplify codegen context

d942be14f245b5d54db28ffd8b6c1cacfb819ee8 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): remove unnecessary DynamicFlag.INSERT

d7ab873f1e87c47fc682ca8cb23a859cd2468fb5 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(runtime-vapor): throw errors when node is not found

74f7e56fb8a0b244fcfd578e85596d762221548e authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
test: add normalizeBlock

cd0e3273d226b93ff510495c4860e365d679234c authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(runtime-vapor): template fragment (#100)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

489f11a1f9b6f908d9e89028988686ee6dd3e592 authored 11 months ago by Rizumu Ayaka <[email protected]>
test: simplify

93db0a70eb611f76601110d2c8206f4d3156c9ba authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(compiler-vapor): handle no template

48d2aa3bcbbc6568c46b797af8f42bc3a7d2aeb6 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): make dynamic.children an array

ed9368c06c146ca4260bdae194d98fdf64b3bb10 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): decoupe insert and non-template

22436ea3412e1b3b3a1ae13677fc85b4b868aad4 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): dynamicFlag

79636ddc5b16ce29b78f53cb8ebcabbedffc006a authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
chore(deps): update test (#10229)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

d276a4f3e914aaccc291f7b2513e5d978919d0f9 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update all non-major dependencies (#10175)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

26c79cc8fa4d43de640d90d324b38b1cacd98f05 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#10228)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

e3713c047476e47ccce123d7d250ab0036a7dd36 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
build(deps-dev): bump vite from 5.0.7 to 5.0.12 (#10162)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.7 to 5.0.12.
- [R...

733f63a0a933133af0c41874560646183b83a175 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
workflow: minor tweaks for release script (#10220)

- `pnpm run test` instead of `pnpm test run`
- also need `--no-git-checks` when drying run
- f...

4082426c0174216b8a283e38e9dab4997edd56cf authored 11 months ago by Neo <[email protected]>
feat(compiler-vapor): `v-else` / `v-else-if` (#98)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

63a127b612a74286197ac7745e3daa053327eb3c authored 11 months ago by Rizumu Ayaka <[email protected]>
style: respect root prettier config

63aacf61943e6dd4f77256d5f0a19eec588094de authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(runtime-vapor): createFor

17af64c0c1f519fdd80039a6577a44335c31534e authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
ci: show size report for push job

4be1fc1d60c3c0acdf20012ef4584d9bacdedf29 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
chore: add compiler-vapor & dom for size report

fcaa315493c525393369ce92b36091b24beaab45 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
perf(compiler-vapor): use array instead of regex

86ed0eddae9e1b8da7f108397772f89bc1770f02 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(compiler-vapor): don't mutate ast

d3baff92b1fb033a1411223a009a8bf68c432037 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(compiler-vapor): add error check and simplify for v-if

7e47ae17f9326a4886b4b13700f1f6ffebe74d7f authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(playground): replace v-show with v-if

61bec8a71dd3a6902b7e16bc3c524eb2a13e4640 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): dedpue fragment

9c9e9b2862bcddb5a359e9c5638b2f57243a6a3a authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(compiler-vapor): `v-if` (#96)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

ede6c2943424cc4ee1c2457f7dcdb26a92271d57 authored 11 months ago by Rizumu Ayaka <[email protected]>
test(compiler-vapor): refactor compile

2b5e8e4df6b00d08dcbf37bcac6be3e8ace752c4 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): codegen result

164fd90df400fd1ce8eca9b31cff29a303a54132 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): group directives by same element

c2c8070207db115e71055682874a9df40883a58e authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor: get oldVal from metadata

359a5dab19f123edc9d6b139fa8bad96abde810c authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(playground): todo mvc

0255505b5d97a74ea0ed414e8a66e62b27f09486 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(compiler-vapor): omit prop key for set class&style

8848d105222a7f26e7224b3981c90e1f7817cc34 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(sfc-playground): display vapor status

69b807412236c060514841de630b4825582611da authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat(runtime-vapor): expose vapor mode flag

1f134ae43ac069997c974be605815cffc1c8a3ce authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat: generate specific function when the prop key is static (#97)

Co-authored-by: 三咲智子 Kevin Deng <[email protected]>

5028880e5b18041e1ca848b5bdb4ed5c9b0aba33 authored 11 months ago by ygj6 <[email protected]>
chore(deps): update test to ^1.2.1 (#10176)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

f1068fc60ca511f68ff0aaedcc18b39124791d29 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat: repl (#94)

51098cff946121900301d69a5760eeff8da322fc authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(runtime-vapor): template refs

32604cf91c945d43a552db5e9a26c69663e821d3 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): extract gen operation

1d11ed72fbe1118b9b136f493dddb05a8c0d1e55 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat: v-model for input & textarea

31e8fa35c0e8daac2766bc52fff65cbc51114792 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
feat: basic template ref

782d60475d71173e31771a5c99b586334df1c098 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
refactor(runtime-vapor): remove ref wrapper for mounted state

6a26db2adc221e0214c54eda423c488966545525 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(runtime-vapor): set setupState

9d071e7c310b6dc4e8299e3e3b2446036014218e authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>
fix(runtime-vapor): patch prop

35334fd33e75068f2e95b66b5bb7bd5c1b75d758 authored 11 months ago by 三咲智子 Kevin Deng <[email protected]>