Evan You
1b6a7d4b87
add esm builds
8 years ago
Evan You
6468e15194
fix release script tag handling
8 years ago
Evan You
bc034d33a4
also respect release tag for sub packages
8 years ago
Evan You
2055b0dcdf
allow release script to specify publish tag
8 years ago
Evan You
0dd158fbaf
bump deps
8 years ago
Evan You
3566d9296d
update karma configs to use explicit plugins
8 years ago
Evan You
e71d70dcb3
tweak build + upgrade flow
8 years ago
Evan You
1baa9d9c6c
upgrade to use webpack 2.2
8 years ago
Evan You
068095579b
support source map in bundle renderer
8 years ago
Evan You
8b2b5d9697
update weex release script
8 years ago
Evan You
53d059222f
[weex] use factory pattern to create fresh Vue copies for each Weex instance
8 years ago
Evan You
3b34b029e9
bump deps
8 years ago
Evan You
bb426258a1
skip multiple select tests on Android 4.4 by detecting its bug
8 years ago
Julian Lloyd
3549e73c03
Updated Android 4 SauceLabs configuration ( #4672 )
* update sauce config for android
SauceLabs has sunset all versions of Android 4 prior to 4.4, as
they are modernizing their infrastructure:
https://wiki.saucelabs.com/pages/viewpage.action?pageId=67012495
This means the previous Selendroid configuration must be changed
for Appium, the new platform for Android 4.4 testing.
* add --no-ssl-bump-domains flag to sauce config
To complicate matters even further, the new Android 4.4 appium
platform seems to surface an SSL error that prevents the karma
tests from running (unless you manually take over the device and
close the popup).
After 2 days of pain going back and forth with a SauceLabs support
tech, it seems that this flag fixes the issue... even though I
hope Google will fix their untrusted certificate authority issues
soon. Until then, this flag gets the job done.
* fix unexpected trailing comma linting error
8 years ago
Evan You
a36dc07222
do not run sauce from ci
8 years ago
kazuya kawaguchi
d80eff8eb6
tweak comment of coverage setting ( #4594 )
8 years ago
Eduardo San Martin Morote
b9376eb5ff
Refactor version replacement ( #4400 )
Use the rollup replace plugin to replace weexVersion and (Vue) version
inside the files
8 years ago
Evan You
4da64ee2ae
use babel-plugin-istanbul instead
8 years ago
Evan You
20bfa98ec4
adjust release script
8 years ago
Evan You
90301adbb5
add quiet flag to pre-commit eslint
8 years ago
Evan You
9dce7adfa2
Streaming render for weex
fix append mode for keep-alive reactivation
streaming render for weex
fix weex test case
inject __WEEX__ during tests
fix append:tree for iOS
ignore weex branch
8 years ago
Evan You
68e560af24
remove flow in pre-commit hook
8 years ago
Evan You
ea61d9878f
add pre-commit hook
8 years ago
Evan You
2dc2d062b1
adjust build
8 years ago
Evan You
c994146372
increase transition test duration buffer on saucelabs
8 years ago
Evan You
366202f316
fix entity-decoder build config
8 years ago
Evan You
02620c928f
fix weex-compiler externals
8 years ago
Evan You
83eb63b612
update weex release script
8 years ago
Evan You
8973196e25
revert to selenium server 2.53.1 because CircleCI does not support 3 yet
8 years ago
Evan You
24604e70ea
bump dependencies
8 years ago
Evan You
69eab86813
remove unnecessary alias
8 years ago
Evan You
cb13df372a
update build and release scripts for weex
8 years ago
Evan You
cb253d7405
wip: weex framework integration
8 years ago
Evan You
a4fcdbe673
make standalone build usable in Node.js too
8 years ago
Evan You
4314f45022
add umd runtime build for CDN ( close #3948 )
8 years ago
peisong
9c91190b40
Fix typos. ( #3956 )
8 years ago
Evan You
d362d64633
update entities encoding/decoding ( fix #3899 )
8 years ago
Sebastian Schweizer
6541e68aaa
add license information to vue.common.js ( #3835 )
8 years ago
Evan You
89adabf0a5
remove --next tag in release script
8 years ago
Evan You
fd5ea73254
test iOS 8 instead of 7 given market share
8 years ago
Evan You
eef05ac9e9
use rollup-plugin-flow-no-whitespace
8 years ago
Evan You
08a928e07b
include tsc tests in ci script
8 years ago
Evan You
638d1820c2
bump dev deps
8 years ago
Evan You
72710db4f4
use same alias file
8 years ago
Evan You
97476a4185
more build tweaks
8 years ago
Evan You
961d109148
build adjustments
8 years ago
Evan You
e833d951ab
test iOS 9.3 on sauce
8 years ago
Evan You
00091053c4
check version compatibility in packages
8 years ago
Evan You
d83088ab07
extract nightwatch-helpers into npm package
8 years ago
Evan You
5c6c8c7ed0
include compiler in vue-server-renderer
9 years ago