Commit Graph

47 Commits

Author SHA1 Message Date
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
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
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
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
a4d7390273 fix: Fragment 2020-07-11 14:23:56 +08:00
Amour1688
59ad212060 chore: @types/svg-tags in devDependencies 2020-07-09 21:43:11 +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
Amour1688
d7bdb3c06d docs: Update docs 2020-07-03 00:51:53 +08:00
Amour1688
290c56ae96 chore: update vue to 3.0 beta17 2020-07-01 22:01:57 +08:00
Amour1688
a68a45e6ca
use createVNode (#14)
* chore: use createVNode

* test: add patchFlag
2020-06-27 09:31:41 +08:00
Amour1688
ed66deccf6 release 1.0.0-alpha.6 2020-06-21 17:33:04 +08:00
Amour1688
9b005fcf02 feat: configurable usePatchFlag 2020-06-21 17:29:07 +08:00
Amour1688
74744fe74b fix: skip normalizeObjectSlots in runtime-core 2020-06-21 17:06:37 +08:00
martinoooo
20f508e917
add code to the location hash (#13)
* feat: add url

* fix: format
2020-06-21 13:21:27 +08:00
Amour1688
620496f790
chore: deploy site in netlify.app (#12) 2020-06-17 19:57:37 +08:00
Amour1688
fe4f0ff48f release: 1.0.0-alpha.5 2020-06-16 23:40:59 +08:00
Amour1688
8a6c8a7ca2 fix: isFragment get wrong result
feat: PatchFlag will be bail when has container

chore: remove npmignore
2020-06-16 23:33:50 +08:00
Amour1688
4180c849ac fix: only pass string when children is string 2020-06-14 22:42:47 +08:00
Amour1688
92db537e84 test: nested component 2020-06-14 22:40:31 +08:00
Amour1688
6913a51ee8 chore: console log ast in jsx explorer 2020-06-14 16:18:50 +08:00
Amour1688
dd787c0256 refactor: Dedupe props in an object literal 2020-06-14 16:17:59 +08:00
Amour1688
b8aa96eb20 chore: upgrade to vue@3.0.0-beta.15 2020-06-14 14:01:07 +08:00
Amour1688
4dda1411b9
feat: jsx-explorer (#11) 2020-06-13 11:23:47 +08:00
Amour1688
fc128fb981 chore: set rollup babel configFile as false 2020-06-09 13:29:31 +08:00
Amour1688
4c34cf1d5d
perf: replace h with createVNode for PatchFlags (#6)
* chore: disable `no-bitwise` in eslint

* feat: replace h with createVNode for PatchFlags

* fix: vModel modifiers shift

* chore: rename v-_model to _model in sugar-v-model

* fix: hasRef will not always be false

* feat: Check if an attribute value is constant

* chore: pass null when children is empty

* chore: describe Transform JSX in test

* chore: add describe Patch Flags

* perf: import compatibleProps when opts.compatibleProps is true

* test: add coverage report (#7)

* refactor: cjs to esModule

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-06-07 17:22:42 +08:00
Amour1688
88bf7cca93 chore: move npmignore 2020-06-04 19:46:26 +08:00
Haoqun Jiang
9c464f4ce5
chore: improve setup of the tooling (#4)
* chore: lockfile should be committed to the repo

See https://classic.yarnpkg.com/blog/2016/11/24/lockfiles-for-all/

* chore: explicitly set the npm client to yarn

* chore: set up yarn workspaces

* chore: use jest.config.js

See: https://jestjs.io/docs/en/configuration

Better follow the convention than to define yet another config file name

* test: the `globals` configuration is redundant

* chore: prefer babel.config.js over .babelrc

See https://babeljs.io/docs/en/config-files

* chore: the jsxInjection alias is extraneous

* chore: add .js extension to eslint config

It is the preferred configuration file format.
https://eslint.org/docs/user-guide/configuring#configuration-file-formats

Also deleted the jasmine env as it's not used in this project.

* chore: downgrade to eslint v6 for compatibility with other dependencies

* chore: use eslint-config-airbnb-base instead of the full airbnb config

* chore: remove babel-eslint

Syntax used in this repo can already be parsed with the default ESLint
parser

* chore: add missing peer dependency for `@vue/test-utils`

* chore: enable useWorkspaces in lerna
2020-05-28 21:20:39 +08:00
Amour1688
5f7c77ad88 bump 1.0.0-alpha.4 2020-05-28 12:47:25 +08:00
Amour1688
83ed0ac6d4 docs: update README 2020-05-27 13:05:24 +08:00
Amour1688
dcadabd28a feat: compatible with Vue 2.x 2020-05-27 12:53:25 +08:00
Amour1688
7e0ee7dc5e bump 1.0.0-alpha.3 2020-05-27 00:43:37 +08:00
Amour1688
082f537b89 docs: update README 2020-05-27 00:12:34 +08:00
Amour1688
5e2eaa6ced fix error when use fragment 2020-05-26 23:49:19 +08:00
Amour1688
7a1a39a4cb refactor: support transformOn 2020-05-26 21:04:56 +08:00