Evan You
d5ab70ba66
release: v3.0.0-beta.19
5 years ago
Evan You
7f83856f34
release: v3.0.0-beta.18
5 years ago
Evan You
f6da6bf999
release: v3.0.0-beta.17
5 years ago
Evan You
ec3c12ee10
release: v3.0.0-beta.16
5 years ago
Evan You
e52b7cd7e7
fix(compiler-core): ignore comment nodes in transition children
fix #1352
5 years ago
Evan You
cf2f278f48
release: v3.0.0-beta.15
5 years ago
Evan You
91fa52850a
chore: lint for unused arguments
5 years ago
Evan You
80c868aefe
workflow: setup eslint for prohibited syntax and globals
fix #1285
5 years ago
Evan You
9b5d13e598
fix: bail stringification for slots
fix #1281 , close #1286
5 years ago
蜗牛老湿
fbaf52ae9f
fix(compiler-dom): add tfoot,caption,col element on bail stringification ( #1333 )
5 years ago
Evan You
3f80183f1f
test: test for table stringification bail
5 years ago
Evan You
a938b61edc
fix(compiler-dom): bail stringification on table elements
close #1230 , close #1268
5 years ago
Zardddddd60
64ec8bfb54
fix(compiler-core): bail static stringfication even threshold is met ( #1298 )
fix #1128
5 years ago
Evan You
32b3f78a36
release: v3.0.0-beta.14
5 years ago
Jian Zhang
b2dd5612ff
chore: fix typo Stringiable -> Stringifiable ( #1200 )
5 years ago
Evan You
dd2bfb5a8f
fix(compiler-dom): should bail stringification on runtime constant regardless of position
ref: vuejs/vite#157
5 years ago
Evan You
449fd05ad6
release: v3.0.0-beta.13
5 years ago
Evan You
d965bb6227
feat: improve static content stringiciation
Now a single static vnode can contain stringified content
for multiple consecutive nodes, which greatly improves the
coverage of this optimization.
5 years ago
Evan You
59d50dad9c
wip: account for text call nodes in stringify chunks
5 years ago
Evan You
baa6973b13
wip(compiler): tests for new stringification
5 years ago
Evan You
cb9444807e
wip(compiler): improve node stringification to support adjacent nodes
5 years ago
Evan You
3c88299f6a
release: v3.0.0-beta.12
5 years ago
Evan You
7887c54dfe
release: v3.0.0-beta.11
5 years ago
Evan You
13acb9134e
release: v3.0.0-beta.10
5 years ago
Evan You
e58beecc97
refactor(compiler/types): convert compiler options documentation to jsdoc
BREAKING CHANGE: `getTextMode` compiler option signature has changed from
```ts
(tag: string, ns: string, parent: ElementNode | undefined) => TextModes
```
to
```ts
(node: ElementNode, parent: ElementNode | undefined) => TextModes
```
5 years ago
Evan You
304ab8c99b
fix(compiler-dom): bail static stringfication on non-attr bindings
fix #1128
5 years ago
Evan You
8df6bc0132
refactor: reuse parseStringStyle across compiler and runtime
5 years ago
Evan You
c32ed52b97
release: v3.0.0-beta.9
5 years ago
Evan You
f9a3766fd6
fix(compiler): bail strigification on runtime constant expressions
5 years ago
Evan You
3c3fe88c64
release: v3.0.0-beta.8
5 years ago
Evan You
0dc44a6a86
release: v3.0.0-beta.7
5 years ago
Evan You
b570287dfe
release: v3.0.0-beta.6
5 years ago
HiiTea
22717772dd
chore: fix typos ( #1090 )
5 years ago
Evan You
c9bf7ded2e
refactor(types): mark internal API exports and exclude from d.ts
BREAKING CHANGE: Internal APIs are now excluded from type decalrations.
5 years ago
Evan You
a5bb1d02b7
release: v3.0.0-beta.5
5 years ago
Evan You
d29aefcf99
release: v3.0.0-beta.4
5 years ago
Evan You
6fefeafe98
release: v3.0.0-beta.3
5 years ago
Evan You
218e6e1667
build: adjust build formats
- Rename `esm` to `esm-browser`
- Add runtime-only build for `esm-browser`
- Add default CDN alias for jsdelivr
5 years ago
Evan You
c1a85cb124
release: v3.0.0-beta.2
5 years ago
Evan You
ca6912554c
release: v3.0.0-beta.1
5 years ago
Evan You
11654a6e50
release: v3.0.0-alpha.13
5 years ago
Evan You
1d9f8fc979
release: v3.0.0-alpha.12
5 years ago
Evan You
1f6e72b110
fix(compiler): support full range of entity decoding in browser builds
BREAKING CHANGE: compiler options have been adjusted.
- new option `decodeEntities` is added.
- `namedCharacterReferences` option has been removed.
- `maxCRNameLength` option has been rmeoved.
5 years ago
Evan You
8c17535a47
fix(compiler): should not condense
fix #945
5 years ago
Evan You
be666ebd59
fix(compiler): should only strip leading newline directly in pre tag
5 years ago
Evan You
7402951d94
release: v3.0.0-alpha.11
5 years ago
Evan You
7f30cb5772
fix(compiler): fix pre tag whitespace handling
- should preserve whitespace even in nested elements
- should remove leading newline per spec
fix #908
5 years ago
Eduardo San Martin Morote
37b1dc8242
fix(transition): warn only when there is more than one rendered child ( #903 )
5 years ago
Evan You
de81faf00a
release: v3.0.0-alpha.10
5 years ago
Evan You
0831b98eac
fix(compiler-core): support interpolation in RCDATA mode (e.g. textarea)
5 years ago