Commit Graph

154 Commits

Author SHA1 Message Date
renovate[bot]
831987885b
chore(deps): update vue monorepo to v3.0.0-rc.6 (#55)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-20 09:14:28 +08:00
renovate[bot]
d9f96e02b3
chore(deps): update dependency @vue/test-utils to v2.0.0-beta.2 (#52)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-06 09:36:45 +08:00
renovate[bot]
1dbc78205f
chore(deps): update dependency @vue/test-utils to v2.0.0-beta.1 (#50)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-01 20:35:11 +08:00
Amour1688
881ea9ec84 docs: upgrade README 2020-07-29 12:37:37 +08:00
Amour1688
d19a593080 v1.0.0-rc.1 2020-07-29 09:46:15 +08:00
Amour1688
5c2179f6d9 feat: remove compatibleProps 2020-07-29 09:30:06 +08:00
renovate[bot]
0559c78b57
chore(deps): update vue monorepo to v3.0.0-rc.5 (#46)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-29 09:26:13 +08:00
Amour1688
89afeac355
chore: mark slotflag and fix some bugs (#45)
* fix: reassign variable as component should work

* feat: remove `compatibleProps`

* feat: mark slotFlag

* chore: istanbul ignore in babel.config.js

* test: reassign variable as component should work
2020-07-28 21:25:30 +08:00
Amour1688
ebbd992ba0
chore: use typescript to refactor test and fix some bugs(#42)
* style: formate code

* chore: disable no-non-null-assertion

* chore: test vHtml and vText

* chore: set optimize as true in test

* style: fix eslint warning

* chore: v-model test

* fix: v-model has not type should use vModelText

* chore: use typescript to refactor test

* fix: slots test

* feat: support isCustomElement
2020-07-25 22:39:19 +08:00
Amour1688
84b006bdd3 docs: withModifiers 2020-07-22 09:53:16 +08:00
Amour1688
b817fa38af chore: v1.0.0-beta.4 changelog 2020-07-22 09:23:23 +08:00
Amour1688
f481fef240 v1.0.0-beta.4 2020-07-22 09:20:13 +08:00
renovate[bot]
59757a170c
chore(deps): update vue monorepo to v3.0.0-rc.4 (#39)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:10:56 +08:00
renovate[bot]
96c36a4c1b
chore(deps): update vue monorepo to v3.0.0-rc.2 (#38)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-20 09:11:32 +08:00
xrk
ee0d544c24
chore: add tslint (#37)
* chore: tslint

* chore: workflow lint

Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
2020-07-19 14:47:24 +08:00
xrk
6b0b7534a4
docs: optimize Readme and add link (#35)
* docs: optimize Readme and add link

Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
2020-07-18 11:45:05 +08:00
renovate[bot]
b205dd4e08
chore(deps): update vue monorepo to v3.0.0-rc.1 (#34)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-18 09:04:08 +08:00
Amour1688
b3ea528a6e
fix: force update on forwarded slots (#33) 2020-07-17 21:24:05 +08:00
renovate[bot]
a34ff99277
chore(deps): update vue monorepo to v3.0.0-beta.24 (#31)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 09:10:47 +08:00
renovate[bot]
a9060aa1ae
chore(deps): update vue monorepo (#30)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-16 09:09:06 +08:00
Amour1688
61c4559d2d chore: v1.0.0-beta.3 changelog 2020-07-15 19:34:50 +08:00
Amour1688
c2bde6ea41 v1.0.0-beta.3 2020-07-15 19:28:58 +08:00
Amour1688
9f133858c5 fix: directive with single param did not work 2020-07-15 19:27:49 +08:00
Amour1688
5c2ff2df70 docs: update README 2020-07-15 09:52:00 +08:00
Amour1688
8cc537283c chore: v1.0.0-beta.2 changelog 2020-07-15 09:29:06 +08:00
Amour1688
53d1c0f83d docs: update README 2020-07-15 09:22:27 +08:00
Amour1688
b95986ee90 v1.0.0-beta.2 2020-07-15 09:17:26 +08:00
renovate[bot]
36c5cc38eb
chore(deps): update vue monorepo to v3.0.0-beta.21 (#29)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 09:13:03 +08:00
Amour1688
9179e9c7a3
fix: warning Fragment with condition fails with undefined vnode (#28) 2020-07-14 10:38:34 +08:00
Amour1688
672f27d258 refactor: new directive API 2020-07-13 23:44:52 +08:00
martinoooo
d495546883
fix: walksScope throw error when path.parentPath is null (#25) 2020-07-13 14:01:19 +08:00
Amour1688
6f847c455c docs: badge 2020-07-12 18:56:19 +08:00
Amour1688
094342b74c chore: v1.0.0-beta.1 changelog 2020-07-12 16:36:45 +08:00
Amour1688
ede484fad5 v1.0.0-beta.1 2020-07-12 16:29:24 +08:00
Amour1688
76f3f17602 feat: optional usePatchFlag 2020-07-12 16:23:13 +08:00
Amour1688
858f39cea2 chore: use BAIL instead of h 2020-07-12 14:01:29 +08:00
Amour1688
9454655ee7 fix: component doesn't render when variables outside slot 2020-07-12 10:19:31 +08:00
Amour1688
5c59e2e27b fix: checkIsComponent got wrong result 2020-07-12 02:04:51 +08:00
Amour1688
17a0e56342 feat: vSlots 2020-07-11 23:14:18 +08:00
Amour1688
e8861330ad chore: workflows 2020-07-11 14:30:38 +08:00
Amour1688
a4d7390273 fix: Fragment 2020-07-11 14:23:56 +08:00
Amour1688
9757f3eafd chore: cnpm in lock 2020-07-10 09:21:01 +08:00
Amour1688
59ad212060 chore: @types/svg-tags in devDependencies 2020-07-09 21:43:11 +08:00
Amour1688
4f332b55bf docs: fix wrong vant link 2020-07-09 21:36:13 +08:00
Amour1688
5158d5ec11 docs: who is using 2020-07-09 21:16:10 +08:00
Amour1688
bc4ef2c028
refactor: with TypeScript (#24)
* refactor: add ts support (#19)

Co-authored-by: 逆寒 <869732751@qq.com>
2020-07-09 20:51:47 +08:00
renovate[bot]
3d49271878
chore(deps): update vue monorepo to v3.0.0-beta.20 (#23)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-09 09:18:38 +08:00
renovate[bot]
4d158a3a37
chore(deps): update vue monorepo to v3.0.0-beta.19 (#22)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 22:43:21 +08:00
renovate[bot]
c5b7f24aad
chore(deps): update vue monorepo to v3.0.0-beta.18 (#18)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-03 11:14:27 +08:00
renovate[bot]
4eb06a9ac5
chore(deps): add renovate.json (#15)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-03 09:28:16 +08:00