Evan You
dbf15103f7
build: build 2.5.17-beta.0
2018-03-23 19:28:59 -04:00
Evan You
9089170970
build: build 2.5.16
2018-03-13 18:14:16 -04:00
Evan You
bafc73f427
build: build 2.5.15
2018-03-10 18:36:38 -05:00
Evan You
a08feed8c4
build: build 2.5.14
2018-03-09 16:41:25 -05:00
Hanks
ff8fcd2e2b
feat(weex): support parse object literal in binding attrs and styles ( #7291 )
2017-12-26 21:33:37 -05:00
Evan You
cc319bd8f7
build: build 2.5.13
2017-12-19 14:06:50 -05:00
Evan You
bc719405c0
build: build 2.5.12
2017-12-19 09:54:13 -05:00
Evan You
36efc76256
build: build 2.5.11
2017-12-14 11:56:00 -05:00
Evan You
711aaf71bb
build: build 2.5.10
2017-12-12 18:16:39 -05:00
Evan You
55a719c93a
build: build 2.5.9
2017-11-27 12:43:30 -05:00
Evan You
14e99086c0
fix(types): add missing ssr renderToString signature
2017-11-24 09:23:59 -05:00
Evan You
fcc122931b
fix(types): improve and test bundleRenderer.renderToString Promise types
2017-11-21 10:28:30 -05:00
Slee Woo
3554eb2726
fix(types): add Promise signature for bundleRenderer.renderToString ( #7098 )
...
* Make callback optional when providing context
Otherwise TypeScript compiler complains about `not assignable to parameter of type 'RenderCallback'`
* Update index.d.ts
2017-11-21 10:25:30 -05:00
Evan You
0fdeae7290
build: build 2.5.8
2017-11-21 09:42:17 -05:00
Evan You
c0d03ab127
build: build 2.5.7
2017-11-20 14:49:23 -05:00
Evan You
7f31ec9ab7
build: build 2.5.6
2017-11-18 14:44:00 -05:00
Evan You
9ae75e5c2a
build: build 2.5.5
2017-11-17 11:36:54 -05:00
Evan You
9edcc6b6c7
build: build 2.5.4
2017-11-16 14:53:22 -05:00
Evan You
015a318902
build: build 2.5.3
2017-11-03 17:11:28 -04:00
Evan You
fd0c4f5a6c
build: build 2.5.2
2017-10-13 16:20:59 -04:00
Evan You
6658b81a3b
ci: adjust cache
2017-10-13 12:42:42 -04:00
Evan You
2b3e1a0a96
build: build 2.5.1
2017-10-13 10:14:31 -04:00
Evan You
f38d44e23b
ci: update caching setup + update weex runtime
2017-10-13 00:20:59 -04:00
Evan You
bc2918f0e5
build: build 2.5.0
2017-10-12 23:04:35 -04:00
Evan You
96472be6f6
types: add types for new features and adjust tests
2017-10-06 17:41:54 -04:00
Evan You
a5e5b31455
feat: add in-browser build for vue-template-compiler
2017-10-02 18:14:41 -04:00
Meyti
dd50543829
docs: typo fix ( #6729 )
...
94512f3e8c/src/platforms/web/entry-compiler.js (L5)
2017-10-02 16:04:02 -04:00
SheetJSDev
924bfec9bc
doc: spelling and formatting ( #6681 )
2017-09-25 12:31:27 -04:00
Evan You
a32490f27d
build: build 2.4.4
2017-09-14 11:32:40 -04:00
kazuya kawaguchi
ed88ac4114
docs(packages): fix syntax ( #6600 )
2017-09-14 08:37:53 -04:00
Evan You
ef432c6e86
build: build 2.4.3
2017-09-13 03:57:29 -04:00
Clark Du
1a19c418b1
chore(docs): update packages readme links which point to 404 ( #6577 )
2017-09-12 09:10:18 -04:00
Evan You
f323719f20
chore: add line numbers to flow link in compiler readme
2017-09-06 02:24:29 -04:00
katashin
a67b795b36
types: add TypeScript declarations of webpack plugins ( #6325 )
...
close #6301
2017-09-05 15:57:05 -04:00
Hanks
b5cc8b9e93
[release] weex-vue-framework@2.4.2-weex.1 ( #6196 )
...
* build(release weex): ignore the file path of entries
* [release] weex-vue-framework@2.4.2-weex.1
2017-08-21 06:46:07 -04:00
Evan You
fd68195496
build: build 2.4.2
2017-07-21 00:28:41 -04:00
Evan You
297ded6d27
build: build 2.4.1
2017-07-13 14:40:23 +08:00
Evan You
1bdea8221a
build: build 2.4.0
2017-07-13 13:58:22 +08:00
Evan You
dc1bca1361
chore: document new ssr methods in vue-template-compiler
2017-07-13 12:28:08 +08:00
katashin
e6de9a5de2
Add types for vue-server-renderer ( fix #5772 ) ( #5775 )
...
* add types for vue-server-renderer
* add a new line to the end of files
* make RenderCallback's err to be nullable
* fix the server side directive types
* make stricter the types of the server bundle and the client manifest
2017-05-28 20:08:58 +08:00
gaara
0b2f11036d
fix typo ( #5667 )
2017-05-14 11:53:12 +08:00
Evan You
6bdaeb0444
[build] 2.3.3
2017-05-10 00:57:07 +08:00
Evan You
60291f2752
[build] 2.3.2
2017-05-02 18:29:58 +08:00
Evan You
2355318f0f
[build] 2.3.1
2017-05-02 15:58:34 +08:00
Pooya Parsa
1635ca7143
[vue-server-renderer] ensure assets are unique ( #5540 )
...
* [vue-server-renderer] ensure assets are unique
* add lodash.uniq to devDependencies
2017-04-29 14:16:23 +08:00
Evan You
d6c070d54d
link to latest info
2017-04-28 10:42:24 +08:00
Evan You
87b0d5d5a4
[build] 2.3.0
2017-04-27 14:22:08 +08:00
Evan You
56b6f8aac6
[build] 2.3.0-beta.1
2017-04-26 18:32:30 +08:00
Alexander Tesfamichael
e5814dee67
Update packages readme links ( #5488 )
2017-04-22 22:20:21 +08:00
Evan You
94d5e332d1
use lodash.template for ssr templates by default
2017-04-19 11:43:53 +08:00