Ecosyste.ms: OpenCollective

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

github.com/vuejs/composition-api

Composition API plugin for Vue 2
https://github.com/vuejs/composition-api

chore: update README

ccf0905edf3e2fb9b27ab34e8bab5103b7e729e0 authored over 4 years ago by Anthony Fu <[email protected]>
fix(reactivity): unwrap nested refs on the template (#361)

* fix: unwrap nested refs on the template

* chore: add more nested to test

* Update src/re...

1fd48f581bf70b2bad632fff93c14e3ef4709dbc authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: run lint

9613ddecd6de9fcfc7f23fcc22f9c179e2ea4f56 authored over 4 years ago by Anthony Fu <[email protected]>
chore(prettier): match with vue-next (#348)

* chore(prettier): match with vue-next

* add lint script

f01e8e89cac94172b619a434b7f4f81f8276a9a2 authored over 4 years ago by Anthony Fu <[email protected]>
fix: defineComponent() with array props (#364)

* fix: defineComponent() with array props

* fix

* fix by @pikax

* add test

* update ...

d7048d49688a1c1202e7fb4c992a34eac0f1e2c6 authored over 4 years ago by Anthony Fu <[email protected]>
fix(setup): Allow retuning frozen objects on the setup (#366)

bca3a69c65a8d34a78cb8771361c5cee81960004 authored over 4 years ago by Carlos Rodrigues <[email protected]>
Handle non-reactive nulls (#231) (#241)

* Fixes #231

* Impl feedback

* Handle undefined as well

* Add unit test for undefined v...

34c0fad7b3d6182365ee0fb55fcd9b232e95320c authored over 4 years ago by Preston Alvarado <[email protected]>
feat(test): add dts testing (#347)

* feat(test): add dts testing

* update test script

* update github actions

* chore: upd...

530f110b630a9ee06a0baa9e341d62dde0cbc1aa authored over 4 years ago by Anthony Fu <[email protected]>
fix: mark props as reactive (#359)

bc78428abecba8dcf22fdd16459fd3b1b4a4813f authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: add npm badge

9f18edf37a7b4527c145c93d99e1b39e4e9b9bdd authored over 4 years ago by Anthony Fu <[email protected]>
chore: ignore the circular warning from rollup

89aae218e60e3416b8d8d826e6ecda56f5785a72 authored over 4 years ago by Anthony Fu <[email protected]>
chore: release v0.6.1

47d59859689391cffaaf019a044d01d7262ca618 authored over 4 years ago by Anthony Fu <[email protected]>
fix: __DEV__ is not defined (#355)

32cdcea6908d5c46899c431ffaad880f9a14c214 authored over 4 years ago by IU <[email protected]>
chore: update CHANGELOG for #352

7358f0d78c9cf71b3b951914c2cfb1fd085756dc authored over 4 years ago by Anthony Fu <[email protected]>
types: Remove Function type from PropType type (#352)

387f484f41d7071caf7184502b76b59bcf69330f authored over 4 years ago by Carlos Rodrigues <[email protected]>
chore: release v0.6.0 (#349)

e1d300d80d0df43f6c4f9acc4c8928f363f69fb2 authored over 4 years ago by Anthony Fu <[email protected]>
fix(computed): destroy helper vm (#277)

upon host component destroy.

avoids a memory leak.

fix #270

39e99c2afafb8bb3bb71006267a1036d7543a484 authored over 4 years ago by Thorsten Lünborg <[email protected]>
fix: binding context vm when using function without parentheses (#148)

* fix: binding context vm when using function without parentesis #fixes 144

* improve test de...

5b269f72a1f97552705c76b5c41aee4be071ef1d authored over 4 years ago by Carlos Rodrigues <[email protected]>
fix(type): fix incorrect ref unwrap (#344)

* fix(type): fix incorrect ref unwrap, resolve #257

* fix type

* exact matched to vue-next

70452afe85bcf822b0b6ff94c322fb5f9a9e9a44 authored over 4 years ago by Anthony Fu <[email protected]>
chore(deps): update all deps (#345)

* chore(deps): update all deps

* revert change to peer deps

b090c2c6129cc392b2237d7184cddcb824f37fac authored over 4 years ago by Anthony Fu <[email protected]>
feat: adding missing reactivity api from vue-next (#311)

* fix(watch): component should runCleaup() on unmount

close #293

* feat: add unref API to ...

7701ff80d6c0acc991a093f7df49a12bb9b7d79a authored over 4 years ago by Carlos Rodrigues <[email protected]>
fix(watch): component should runCleanup() on unmount (#298)

* fix(watch): component should runCleaup() on unmount

close #293

* fix: dont push to vm._w...

d1715e4985401fe62714cbea051219269454b5d6 authored over 4 years ago by Thorsten Lünborg <[email protected]>
Branding Ref so types with a value property aren't incorrectly unwrapped. (#199)

* giving Ref a brand so that other types with a value property aren't inferred and unwrapped

...

7a730ff4af39dc18d44eced0981100de513756d1 authored over 4 years ago by Blaine Hansen <[email protected]>
Fix(types): inject() return type (#295)

use undefined as return type instead of void

close #290

0eb771ced39eb2a22125b4aeccffee47bf57fb3b authored over 4 years ago by Thorsten Lünborg <[email protected]>
Fixed mistype (#286)

7c8386eea241974ead77d3fd3eb6916fa8903653 authored almost 5 years ago by Naor Peled <[email protected]>
build: release 0.5.0

ab2b6f9fbf77b69e0f36d7c69a5c3adad0043bcf authored almost 5 years ago by Thorsten <[email protected]>
chore: 0.5.0 changelog

b99b210fd42195921bc329e1f0a41be36d9d5c4d authored almost 5 years ago by Thorsten <[email protected]>
type: Added Element type to ref BailTypes (#278)

52e01d8211ae068314f434d384740e3f3222ed83 authored almost 5 years ago by Michał Kędrzyński <[email protected]>
types(reactivity): fix corner case on UnwrapRef (#261)

817d4d1204b3f92c6ba70abea02048b6cf71e1d7 authored almost 5 years ago by IU <[email protected]>
feat(apis): add watchEffect API (#275)

795dc17ea992f6d36db1f0e36418556111072cbf authored almost 5 years ago by Husam Ibrahim <[email protected]>
fix: the parent setup should be called first (#276)

e1491f2e1264472b8df6ef88b38d26203164498d authored almost 5 years ago by shaonialife <[email protected]>
docs: remove --save (#263)

8cea63aadba5ea75969389e1c438b6fa5e775821 authored almost 5 years ago by Mohamed Nainar <[email protected]>
Update README.md

bde4d1b1900c98e13d7ec3e555425e19afc1b3f1 authored almost 5 years ago by Evan You <[email protected]>
chore: add repo info to package.json (#262)

a5f5a86a400f1f53e54a0ab5087bd31d34953cb9 authored almost 5 years ago by Rob <[email protected]>
fix(types): Function PropType (#208) (#212)

* fix(types): Function PropType (#208)

* revert style

* revert style

* revert style

...

a5ace7fb6687453a7674c8d69c42718536e4b081 authored almost 5 years ago by Jisoo Youn <[email protected]>
docs: improve translation (#126)

* docs: improve translation

* Update README.zh-CN.md

* Update README.zh-CN.md

d001f06627cc332dc5d6440b359777bbb94f0674 authored almost 5 years ago by Kid <[email protected]>
chore: changelog for 0.4.0

ea48e3eb2eb062ff2292712f96856f94af89f0ea authored almost 5 years ago by Haoqun Jiang <[email protected]>
build: release 0.4.0

5961705fc0ba387644ddc3c33ad0b42de785b53e authored almost 5 years ago by Haoqun Jiang <[email protected]>
ci: remove node 8 (#256)

16f99c41aee92fa972dc0d320232460cbf4bb078 authored almost 5 years ago by Eduardo San Martin Morote <[email protected]>
fix(lifecycle): deactivated should not run on unmounted lifecycle (#217)

close #178

42c582af91b0d8b07c995b4444445a97047adb84 authored almost 5 years ago by Thorsten Lünborg <[email protected]>
refactor: rename createComponent as defineComponent (#230)

Since Vue `3.0.0-alpha.1`, `createComponent` has been renamed `defineComponent`.
See https://gi...

3463fbc7356dd43de00c0fb7d39a385089eeed8f authored almost 5 years ago by Cédric Exbrayat <[email protected]>
fix: avoid accessing undeclared instance fields on type level (#189)

* fix: avoid accessing undeclared instance fields on type level

* fix: inherit vue constructo...

1b58a6745836deff1b0dd60715cfe1331e5d0ff4 authored almost 5 years ago by Katashin <[email protected]>
fix: correct the symbol check (#218)

close #116

e1b9757d0695643ca940518ada986862c651efba authored almost 5 years ago by HcySunYang <[email protected]>
build: release 0.3.4

3b7eadfbb3868fd2fc67b538ea8ded4af4905832 authored about 5 years ago by Guillaume Chau <[email protected]>
chore: update changelog

e923f8491fb8c2d12b06fcd5ec9d3ec113ab92b7 authored about 5 years ago by Guillaume Chau <[email protected]>
feat: add isServer to setup context

a731ee7117998d7635eca5c1a0024ac7d6a78646 authored about 5 years ago by Guillaume Chau <[email protected]>
fix: issue where value is not updated on server

d92b6e2ec2a9f8f24a10640bf518d9153a6e17e9 authored about 5 years ago by Guillaume Chau <[email protected]>
chore: update changelog

0659d9f84b487b5ea67edeb8c71654182511eee7 authored about 5 years ago by Guillaume Chau <[email protected]>
chore: update changelog

5b2091ae216b90ee6acdddaac94f5e9939ad32a1 authored about 5 years ago by Guillaume Chau <[email protected]>
build: release 0.3.3

cbfb18d2379e79c4c0500bd9fde72a9dda831ee4 authored about 5 years ago by Guillaume Chau <[email protected]>
feat: add `onServerPrefetch` (#198)

* feat: add `onServerPrefetch`

* test: onServerPrefetch

* docs: note about SSR

* test: ...

7456343516b354fc464fa37d5497de65ea530c6d authored about 5 years ago by Guillaume Chau <[email protected]>
chore: fix comment typo

b0a5c34939243dc7c58668353610e4852feff944 authored about 5 years ago by Guillaume Chau <[email protected]>
feat: expose getCurrentInstance like in Vue 3

6019f674ed36fed679eff87a1e51580e6d04b41c authored about 5 years ago by Guillaume Chau <[email protected]>
fix: fix computed type

* fix unwritable computed type

* Update src/apis/computed.ts

Co-Authored-By: Carlos Rodrig...

b9d8a4da88b49adddee1221bda057291969b1c24 authored about 5 years ago by kahirokunn <[email protected]>
fix: make __ob__ unenumerable (#149)

* fix: make __ob__ unenumerable

1672b6e214adb50a22e525c18cc9098953598024 authored about 5 years ago by pigwang <[email protected]>
docs: added limitation documentation of using reactive

bb1e0309ae943bf92ac92fab670d63b9e288e8f3 authored about 5 years ago by Carlos Rodrigues <[email protected]>
fix(src/install.ts): fix typo

bacf216f1d4b2e830f73c2c4cd772ae32070efc1 authored over 5 years ago by Souler Ou <[email protected]>
chore: setup CI

db81a772177e573db2efcbb2894aec9a637311af authored over 5 years ago by X.L <[email protected]>
build: release 0.3.2

478d5b27485de46b4dfd01a060f78cad65e96894 authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

69f3848183317159a7a9d0080b4bd21241e1b110 authored over 5 years ago by liximomo <[email protected]>
feat(type): add "Required" type parameter to "PropOptions"

022b43a17cb5b99c5d5255a2a63b992954e09bc0 authored over 5 years ago by liximomo <[email protected]>
fix(type): add listeners to SetupContext

56f40ba50e3b311103d8949bca4e0190e4c22640 authored over 5 years ago by liximomo <[email protected]>
fix(types): keep compatible with VueComponentOptions

Keep return type of `createComponent` compatible with
`VueComponentOptions`.

Resolves: #130

bb8f2fd095df4b11cac06739d969efaebbbeeb60 authored over 5 years ago by liximomo <[email protected]>
feat: expose listeners on context

a979c001b7542caa8145781dd8ef1a100c23c758 authored over 5 years ago by Thorsten Lünborg <[email protected]>
Merge branch 'master' of github.com:vuejs/composition-api

54b064aed1bb5b12095130606572ba45f0f9d698 authored over 5 years ago by liximomo <[email protected]>
feat(types): infer required props

Resolves: #106

0565acb4ff56042c811c661893a4c61d100ef33e authored over 5 years ago by liximomo <[email protected]>
docs: fix typo

ce51ec05f7422945c8b4d2ed01d86c06ca3acff8 authored over 5 years ago by Kid <[email protected]>
docs: update readme

cb82edb38652b9faaf820fe9c07d11e3af70fa53 authored over 5 years ago by liximomo <[email protected]>
build: release 0.3.1

ff8b1f64ff38c819f823c1368484a4aa78b3b17e authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

1a6848ad8d0e26e861a107b003c7d2f3c02f108b authored over 5 years ago by liximomo <[email protected]>
feat: export ComponentRenderProxy for tsx

Resolves: #123

96ac54b0421eef117ca687254293fc17042a1ae7 authored over 5 years ago by liximomo <[email protected]>
fix(watch): fix watcher callback not flushing at right timing

Resolves: #120

64ea4a6332f287bd3a9d6e2851f4112ccb9f3e43 authored over 5 years ago by liximomo <[email protected]>
chore(dependecy): upgrade typescript

32b65e3b38d5f3c6765132cefd1a54898211b41e authored over 5 years ago by liximomo <[email protected]>
fix(watch): fix cleaup callback not running when watcher stops

Resolves: #113

33add702c8889a6245eee55fdcda45379083636c authored over 5 years ago by liximomo <[email protected]>
build: release 0.3.0

3524cf122cef2481fbf60c9dd77a3f9594b988ba authored over 5 years ago by liximomo <[email protected]>
feat(type): export `PropOptions`

Resolves: #71

34bbf72b864fc1c5348b2db26abf11cc494db65f authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

7a8e18be9e296f12c01bc01ebb12f6b14aaa4e8e authored over 5 years ago by liximomo <[email protected]>
fix(type): fix type inference for component without props

Also remove `props` and `setupContext` from `render` in `setup()`.

Resolves: #112

9411ec5c06635812bf07c76961d1cd8d44e1ce05 authored over 5 years ago by liximomo <[email protected]>
fix: revolve context.slots before setup

3b8cfc2d8792a6ad140f555a57435a4e34efb29f authored over 5 years ago by liximomo <[email protected]>
docs: fix format

62b2dbdff4a2c0d0258bd2c87750207c6afb1614 authored over 5 years ago by Kid <[email protected]>
chore: fix typos

e5c04453ef713b712084ebcffffebd75fb202e2a authored over 5 years ago by Carlos Rodrigues <[email protected]>
docs: add typescript version requirement

425d0e2048ea5e77e767fe494ebdf9f45b707046 authored over 5 years ago by liximomo <[email protected]>
fix(type): remove uncessary type from VueConstructorProxy

ac3581b2eb11f285584fc4ee1279cb2981e7be75 authored over 5 years ago by liximomo <[email protected]>
build: release 0.2.1

1e4bd0bf8951b80f5545f05f718c9f90951d2bd7 authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

1d93c270f02b52f19ae595940403f4aa087134f7 authored over 5 years ago by liximomo <[email protected]>
fix(type): allow specify ref type to `ref()`

dbaca0ab3989dfca3fac1a8660e43c190bdd36d4 authored over 5 years ago by liximomo <[email protected]>
fix(type): allow provide prop types to `createComponent()`

Resolves: #82

ca4ec33338e7f4dd7e7c9a30566279052afca053 authored over 5 years ago by liximomo <[email protected]>
fix(type): add overlaod signature for `inject()`

Resolves: #83

f585005475cfe1afb78f539610d816ae1135d79d authored over 5 years ago by liximomo <[email protected]>
fix(type): make `VueProxy` work with `import()`

Resolves: #81

e5eaebdfc6ac6087802d2481a427497930a876f7 authored over 5 years ago by liximomo <[email protected]>
build: release 0.2.0

a7a68bda5d32139c6cf05b45e385cf8d4ce86707 authored over 5 years ago by liximomo <[email protected]>
chore: update changlog

df9062bc122e9584e6500fbf770f1e0114ed5f7e authored over 5 years ago by liximomo <[email protected]>
refactor: remove `as any`

590ae7e2a7392507e9f200d797fb44ef3a20e825 authored over 5 years ago by Carlos Rodrigues <[email protected]>
fix: remove deprecated lifecycle hooks

- rename `onBeforeDestroy` to `onBeforeUnmount`
- remove `onCreated`
- remove `onDestroyed`

9d8855a4a293321075c93b15d631a43681c2605b authored over 5 years ago by liximomo <[email protected]>
fix: prevent computed from being called before accessing it

Resolves: #79

ae44409ae6cb1a24e6c55ddf8e13694743c2799c authored over 5 years ago by liximomo <[email protected]>
docs: fix code syntax error

558504a4223f40d6151e6bc9c2767786fcd17708 authored over 5 years ago by Fantasy <[email protected]>
build: release 0.1.0

d016483ebc41bf0506f391fcc13d1b6089cbfa8a authored over 5 years ago by liximomo <[email protected]>
chore: update changelog

a0255a0ae6830357212372c9c7914ca405323e4e authored over 5 years ago by liximomo <[email protected]>
chore: rename function to composition

eb863e1a01f658303a65607e60c24f35ab666523 authored over 5 years ago by liximomo <[email protected]>
Merge branch 'master' of github.com:vuejs/vue-function-api

41a8d67fb422b2849fd65f29863b587729166892 authored over 5 years ago by liximomo <[email protected]>
chore: fix typos

6e9abc404f45df01db79fced87662a303a7457ff authored over 5 years ago by Carlos Rodrigues <[email protected]>