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(defineModel): ensure trigger effect when prop changed (#9841)

close #9838

eb12f211b8e312fd64d91ef1a58b2c2db618bdee authored about 1 year ago by edison <[email protected]>
fix(hydration): handle appear transition before patch props (#9837)

close #9832

e70f4c47c553b6e16d8fad70743271ca23802fe7 authored about 1 year ago by edison <[email protected]>
test(runtime-core): uncomment assertion in hydration test (#9843)

4070502bd00a1bba6deec9e256f479dc8a4e91fa authored about 1 year ago by Cédric Exbrayat <[email protected]>
fix(compiler-core): vnode hooks error message (#9842)

7bc3c9e205c5158230772d9fcd25bf300809342e authored about 1 year ago by Cédric Exbrayat <[email protected]>
fix(Suspense): fix edge case of Suspense being patched during async HOC child remount

f0f6f7cea6e16650181e71dcfccbee405a1db503 authored about 1 year ago by Evan You <[email protected]>
fix(sfc/cssVars): fix loss of CSS v-bind variables when setting inline style with string value (#9824)

close #9821

0a387dfb1d04afb6eae4296b6da76dfdaca77af4 authored about 1 year ago by 丶远方 <[email protected]>
feat(runtime-vapor): mounted & unmounted hook (#46)

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

9d3abcf24b2f291629aa23cf73171b91f3f73913 authored about 1 year ago by GaoNeng <[email protected]>
refactor(runtime-vapor): clean up

9dda97e736df75fa59db6de9cb1715da3453f8ef authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
fix(runtime-vapor): `unmountComponent` (#63)

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

6eaf4b651b10da9524ad1e05886e37f100e38002 authored about 1 year ago by 白雾三语 <[email protected]>
fix(mathml): update known mathML tags (#9829)

ebd78d2c99d9587307e444e6b7baa7bc920d42e7 authored about 1 year ago by Divyansh Singh <[email protected]>
release: v3.4.0-beta.2

c51ab4c7658188058c759d73c8aa0010991b0b76 authored about 1 year ago by Evan You <[email protected]>
feat(types): remove default jsx global registration

BREAKING CHANGE: Vue no longer registers the global `JSX` namespace by
default.

92b8d9cef69146540db2bf7f2a5632ab5d38f672 authored about 1 year ago by Evan You <[email protected]>
chore: cleanup changelog [ci skip]

98793a05a643e07baefef637ab6e7033aedcf8db authored about 1 year ago by Evan You <[email protected]>
release: v3.4.0-beta.1

e00b160435d0b20455ae3027fd120d284ed3cf10 authored about 1 year ago by Evan You <[email protected]>
fix(runtime-core): properly pop warning context when mounting components with async setup

69a2acc6ea159da8300a68ecc8953f19932c251b authored about 1 year ago by Evan You <[email protected]>
fix(Suspense): properly fix #6416

previous fix caused regressions in nuxt

0db336ff6c640fb9d3e48943c69f4c1737412be4 authored about 1 year ago by Evan You <[email protected]>
fix: throw error without `script` block (#61)

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

9e031275d7be2c4eed61b76fe2bd2eeed6e54e1f authored about 1 year ago by 白雾三语 <[email protected]>
feat(compiler-vapor): functional custom directive support updated hooks (#58)

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

5e681b594577054944a0bf8fc464bf50bf8478e6 authored about 1 year ago by 白雾三语 <[email protected]>
fix(hydration): should not warn mismatch for nullish prop

33159a5916bf7686fe53517befa59b450b34e974 authored about 1 year ago by Evan You <[email protected]>
chore: preserve error code enum order

0b6effb4236efba1b80289c40ed9f061de456737 authored about 1 year ago by Evan You <[email protected]>
fix(Suspense): handle switching away from kept-alive component before resolve

close #6416
using test from #6467

aa0c13f637df7eb27faa2545ee731f543c0813ec authored about 1 year ago by Evan You <[email protected]>
chore: remove unnecessary statements

96aeb24d66500d91af9e6f81fee8d711fbbcf581 authored about 1 year ago by Evan You <[email protected]>
chore(sfc-playground): use dev mode by default

85c804092f782d044e357757d18af468fa29a4e5 authored about 1 year ago by Evan You <[email protected]>
workflow(sfc-playground): add reload function (#8674)

20ad4757180aef1712ca1db8da68ae3532b251f6 authored about 1 year ago by 丶远方 <[email protected]>
fix(runtime-core): fix suspense crash when patching non-resolved async setup component (#7290)

close #5993
close #6463
close #6949
close #6095
close #8121

bb0c8899cadd03af22e23c0383aaab363635c5b4 authored about 1 year ago by mmis1000 <[email protected]>
fix(ssr): make isInSSRComponentSetup state sharable across copies of Vue

This also fixes the issue when rendering async components in
the SFC playground with SSR enabled.

e04d821422102446704e223c03e50d26cbb1fe69 authored about 1 year ago by Evan You <[email protected]>
chore: update lockfile

b010fcfc5ce3f509468824a92fb04b2cf5ab7e17 authored about 1 year ago by Evan You <[email protected]>
fix(hydration): swap client/server labels for hydration mismatch warnings

this was swapped in #9098 but lost when merging #5953

f41fd86d5f26bd0009b4ca285ddc3cefaafa9f7c authored about 1 year ago by Evan You <[email protected]>
feat(compiler-sfc): promote defineModel stable (#9598)

ef688ba92bfccbc8b7ea3997eb297665d13e5249 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
chore: update defineModel comment docs [ci skip]

74387929cd29db8d090d098e4d67c3996f81d032 authored about 1 year ago by Evan You <[email protected]>
feat(defineModel): support local mutation by default, remove local option

ref https://github.com/vuejs/rfcs/discussions/503#discussioncomment-7566278

f74785bc4ad351102dde17fdfd2c7276b823111f authored about 1 year ago by Evan You <[email protected]>
test: add all tests for `v-on` (#52)

42b913283b7de63216ccaa6989c9cc8325370b5f authored about 1 year ago by Rizumu Ayaka <[email protected]>
test: add v-show unit test (#56)

2e25c22ddf1dc3adc2682dde8f615a2eb225f2fe authored about 1 year ago by 白雾三语 <[email protected]>
fix(runtime-vapor): custom directive instance

closes #50

19fb55febf602c19e3ad989b2ba2a0a79518fb52 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
refactor: improve file path resolution (#55)

48e8f2c196d0c213ff37a641798cf75fcd6b92ac authored about 1 year ago by Kaine <[email protected]>
perf: use sync watcher for defineModel local mode

ref https://github.com/vuejs/rfcs/discussions/503#discussioncomment-7566278

7e60d1058ff06e3d37c8608f3449453321220edc authored about 1 year ago by Evan You <[email protected]>
chore: remove accidentally kept file from merge

70eca21f5006fd099a83b6be9e812b0c88eafcd3 authored about 1 year ago by Evan You <[email protected]>
ci: disable continuous benchmark for now

8b259826c07a69fc081fe9f0efd5041da59a2320 authored about 1 year ago by Evan You <[email protected]>
feat(types): improve event type inference when using `h` with native elements (#9756)

a625376ac8901eea81bf3c66cb531f2157f073ef authored about 1 year ago by 丶远方 <[email protected]>
feat(types): support passing generics when registering global directives (#9660)

a41409ed02a8c7220e637f56caf6813edeb077f8 authored about 1 year ago by Carles Mitjans <[email protected]>
feat(types): export AriaAttributes type (#8909)

fd0b6ba01660499fa07b0cf360eefaac8cca8287 authored about 1 year ago by Mehmet <[email protected]>
feat(types): export ObjectPlugin and FunctionPlugin types (#8946)

close #8577

fa4969e7a3aefa6863203f9294fc5e769ddf6d8f authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
chore: Merge branch 'main' into minor

982a145d385489216bec7a66dae846d0483c2ada authored about 1 year ago by Evan You <[email protected]>
refactor(types): simplify `EmitsToProps` types (#9788)

a6503e3e77b04a1ab8c07078e07091b06d51131d authored about 1 year ago by 丶远方 <[email protected]>
chore(sfc-playground): highlight the active version in dropdown (#9045)

376dac4e6fce7c9caea24efe8c30aed7f4ba0e85 authored about 1 year ago by btea <[email protected]>
refactor(reactivity): improve nested readonly ref set check

ref #9094

ef432bda777d8c73e7d66b4d70bb7a5f3d2aa60f authored about 1 year ago by Evan You <[email protected]>
refactor(compiler-sfc): avoid unnecessary switch case fallthrough (#8998)

9d1ca320c40c0df4879d2b33d29e8710f8ca4b91 authored about 1 year ago by 丶远方 <[email protected]>
chore(deps): update lint (#9800)

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

bc5799d4c0df46a9cdded32f887c6ef91f0c450c authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency marked to v11 (#9806)

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

4f88f24898a0b4d87945fec507aaf957243a2807 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
refactor(runtime-vapor): remove argument generic

3ba1315e72dc391eb73b5d99f6b4707d655aaad3 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
chore(deps): update dependency jsdom to v23 (#9805)

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

60029f499eef8f4bc736acb691666314743e3891 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update test (#9802)

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

40172024d0b77373d29aa22a5447a93b51896b02 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update codspeedhq/action action to v2 (#9804)

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

517885ff4e1ab59ea0441ca4778e8e7dca584894 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency monaco-editor to ^0.45.0 (#9803)

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

879ea30ab86a745c44355efac7f90d1d3c77ce6f authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update all non-major dependencies (#9799)

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

0550062172ec48679b1b714824d2f63f1d984393 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
refactor(compiler-core): reuse unwrapTS utility function (#9795)

cf7743533857b6fc07720ae14d876e211d43589e authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
chore: remove out of date comment (#9794) [ci skip]

5b5e971752c4f84401d9b76ef885bf60797449d6 authored about 1 year ago by zhangenming <[email protected]>
test: add transform tests to `v-html` / `v-text` tests (#49)

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

c87512f592f6e49274e408c16707b5314277545a authored about 1 year ago by Rizumu Ayaka <[email protected]>
test: add transform tests to `v-once` tests (#44)

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

28b11f5cf7e35f7e805855d7d7618103fcaf20b3 authored about 1 year ago by Rizumu Ayaka <[email protected]>
fix(compiler-vapor): add modifier for empty v-on

d1dd1e110a1efcb6ed13ba8db024c1c0d588b9b8 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
test: combine with transform and codegen tests for `v-bind` (#45)

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

b421aa91a2b09f4b9f9b995a65dc18affd12d3ac authored about 1 year ago by Rizumu Ayaka <[email protected]>
feat(runtime-vapor): component props (#40)

12250a85b92551af95e0bc60b21b5997f74640ce authored about 1 year ago by ubugeeei <[email protected]>
feat: pushFnCall

ecf7da98d7d86da278c1a3a9b2a6c144727d62d6 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
feat: withIndent

0c26b0d4edbe3c52b917e30312a215a2b0c9f80f authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
refactor: pushMulti

4b4cb055a4044b362a91aa02edcc75eeb0445bfa authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
refactor(compiler-vapor): v-on

da8e196ca5ccc52d8908a10ad093c2804118def7 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
fix(compiler-vapor): generate static expression

45e86e36d7fdba1f47bc31f11b181c0f2f5b4e6e authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
feat(compiler-vapor/v-bind): globally allowed

341ddf019076231c590b9784d902c0daee5eaabb authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
feat: camel modifier for `v-bind` (#39)

26308c51ebf28e339d3ab1fb0e91c54eea7b976d authored about 1 year ago by Rizumu Ayaka <[email protected]>
test: add transform test

5f769745fa927274db86b68d0406f6f8b0d84e47 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
test: split test files (#38)

e3b21b25b1fdd57aa1e44a15255ff60db0e36151 authored about 1 year ago by Rizumu Ayaka <[email protected]>
feat(types): expose `DefineProps` type

096ba81817b7da15f61bc55fc1a93f72ac9586e0 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
fix(ssr): fix suspense hydration of fallback content (#7188)

60415b5d67df55f1fd6b176615299c08640fa142 authored about 1 year ago by edison <[email protected]>
fix(types): support for generic keyof slots (#8374)

213eba479ce080efc1053fe636f6be4a4c889b44 authored about 1 year ago by Carlos Rodrigues <[email protected]>
chore: fix types

c95ab629363a7968d56b903c93f4cb60137a9d47 authored about 1 year ago by Evan You <[email protected]>
feat(types): add emits and slots type to `FunctionalComponent` (#8644)

927ab17cfc645e82d061fdf227c34689491268e1 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
feat(types): provide ComponentInstance type (#5408)

bfb856565d3105db4b18991ae9e404e7cc989b25 authored about 1 year ago by Carlos Rodrigues <[email protected]>
feat(types): expose `PublicProps` type (#2403)

44135dc95fb8fea26b84d1433839d28b8c21f708 authored about 1 year ago by Carlos Rodrigues <[email protected]>
fix(types): add `xmlns:xlink` to `SVGAttributes` (#9300)

close #9299

0d61b429ecf63591d31e09702058fa4c7132e1a7 authored about 1 year ago by 丶远方 <[email protected]>
ci: add continuous reactivity benchmark (#9638)

b1fe48d85124594a7142f203d939d403ddaf049e authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
chore: update todo

3a46c7a3e005e91b835797bb9c10f0a5290e139f authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
feat: MathML support (#7836)

close #7820

d42b6ba3f530746eb1221eb7a4be0f44eb56f7d3 authored about 1 year ago by Fabian Gündel <[email protected]>
test: update snapshot

aa954b969b5583997ca56464eda9e087c4b31805 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
feat: v-show

5f90f8bef0bb7c03c91d355983ab7107d08839fc authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
feat(ssr): add `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` feature flag (#9550)

bc7698dbfed9b5327a93565f9df336ae5a94d605 authored about 1 year ago by Divyansh Singh <[email protected]>
feat(ssr): improve ssr hydration mismatch checks (#5953)

- Include the actual element in the warning message
- Also warn class/style/attribute mismatche...

2ffc1e8cfdc6ec9c45c4a4dd8e3081b2aa138f1e authored about 1 year ago by Evan You <[email protected]>
feat(compiler-core): add current filename to TransformContext (#8950)

638f1abbb632000553e2b7d75e87c95d8ca192d6 authored about 1 year ago by Adrien Foulon <[email protected]>
feat(compiler-sfc): support import attributes and `using` syntax (#8786)

5b2bd1df78e8ff524c3a184adaa284681aba6574 authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
release: v3.3.11

19b590fa3a178830267a575f82bc80f80ec29753 authored about 1 year ago by Evan You <[email protected]>
fix(Suspense): properly get anchor when mount fallback vnode (#9770)

close #9769

b700328342e17dc16b19316c2e134a26107139d2 authored about 1 year ago by edison <[email protected]>
fix(watch): should not fire pre watcher on child component unmount (#7181)

close #7030

6784f0b1f8501746ea70d87d18ed63a62cf6b76d authored about 1 year ago by Rudy <[email protected]>
fix(types): ref() return type should not be any when initial value is any (#9768)

cdac12161ec27b45ded48854c3d749664b6d4a6d authored about 1 year ago by 丶远方 <[email protected]>
chore(dx): fix defineProps jsdoc + update defineEmits jsdoc example

b4ac0e6ac1ed4c49c62fceaf976f382f4031965e authored about 1 year ago by Evan You <[email protected]>
chore: typo (#9767)

2744a09f3a5f154e6da641d536f3869b472c484d authored about 1 year ago by agoni1212 <[email protected]>
fix(reactivity): fix mutation on user proxy of reactive Array

close #9742
close #9751
close #9750

6ecbd5ce2a7f59314a8326a1d193874b87f4d8c8 authored about 1 year ago by Evan You <[email protected]>
types(runtime-vapor): add modifiers & argument type

71bc13575f0805bf33744db7f5edb053e1642d3f authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>
fix(shared): handle more Symbol cases in toDisplayString

983d45d4f8eb766b5a16b7ea93b86d3c51618fa6 authored about 1 year ago by Evan You <[email protected]>
fix(shared): handle Map with symbol keys in toDisplayString (#9731)

close #9727

364821d6bdb1775e2f55a69bcfb9f40f7acf1506 authored about 1 year ago by Carlos Rodrigues <[email protected]>
fix(runtime-dom): fix width and height prop check condition

close #9762

5b002869c533220706f9788b496b8ca8d8e98609 authored about 1 year ago by Evan You <[email protected]>
refactor: extract Data

41a70794936485df93af608acfda9ba6dd18042b authored about 1 year ago by 三咲智子 Kevin Deng <[email protected]>