forked from alibaba/weex
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html5 feature 0.5 #3
Merged
zhangquan
merged 774 commits into
zhangquan:html5-feature-0.5
from
alibaba:html5-feature-0.5
Jan 4, 2017
Merged
Html5 feature 0.5 #3
zhangquan
merged 774 commits into
zhangquan:html5-feature-0.5
from
alibaba:html5-feature-0.5
Jan 4, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ios bugfix picker reuse
…feature-20161208datePicker
…icker Ios feature 20161208date picker
ios bugfix chinese not add
Ios bugfix picker crash
* [ios] fix bug height change to zero when style change
…ghbor Ios bugfix sticky and slider neighbor
[html5] support component slider-neighbor
[html5] fix content-type error
# Conflicts: # .gitignore # .wwprc # README.md # android/commons/src/main/java/com/alibaba/weex/commons/AbstractWeexActivity.java # android/sdk/src/main/java/com/taobao/weex/appfram/storage/WXSQLiteOpenHelper.java # android/sdk/src/main/java/com/taobao/weex/ui/view/WXCircleViewPager.java # dist/weex-js-framework/package.json # doc/components/slider.md # examples/component/input-demo.we # examples/index.we # examples/vanilla/index.js # html5/browser/base/component/lazyLoad.js # html5/browser/base/component/lazyload.js # html5/browser/base/root.js # html5/browser/extend/api/dom.js # html5/browser/index.js # html5/browser/runtime/app/bundle/bootstrap.js # html5/browser/runtime/app/bundle/index.js # html5/browser/runtime/app/ctrl/index.js # html5/browser/runtime/app/ctrl/init.js # html5/browser/runtime/app/index.js # html5/browser/runtime/config.js # html5/browser/runtime/index.js # html5/browser/runtime/static/create.js # html5/default/app/bundle/define.js # html5/default/app/ctrl/misc.js # html5/default/app/index.js # html5/default/app/instance.js # html5/default/index.js # html5/default/static/bridge.js # html5/default/static/create.js # html5/default/static/life.js # html5/default/static/misc.js # html5/frameworks/legacy/app/bundle/bootstrap.js # html5/frameworks/legacy/app/ctrl/init.js # html5/frameworks/legacy/core/watcher.js # html5/frameworks/legacy/static/register.js # html5/frameworks/legacy/util/index.js # html5/frameworks/legacy/vm/directive.js # html5/render/browser/base/component/lazyload.js # html5/render/browser/extend/api/index.js # html5/render/browser/extend/components/index.js # html5/render/browser/utils/index.js # html5/render/browser/utils/logger.js # html5/runtime/index.js # html5/runtime/init.js # html5/shared/arrayFrom.js # html5/shared/console.js # html5/shared/index.js # html5/shared/objectSetPrototypeOf.js # html5/shared/promise.js # html5/shared/setTimeout.js # html5/test/unit/default/api/methods.js # html5/test/unit/default/api/modules.js # html5/test/unit/default/app/bundle.js # html5/test/unit/default/app/ctrl.js # html5/test/unit/default/app/index.js # html5/test/unit/default/app/register.js # html5/test/unit/default/runtime.js # html5/test/unit/default/test.js # html5/test/unit/vdom/index.js # html5/vdom/index.js # ios/WXDevtool/WXDevTool/Source/DerivedSources/WXProfilerDomainController.h # ios/WXDevtool/WXDevTool/Source/PonyDebugger/WXDevToolType.h # ios/playground/Podfile # ios/playground/WeexDemo/Info.plist # ios/playground/WeexDemo/Scanner/WXScannerVC.m # ios/sdk/WeexSDK.podspec # ios/sdk/WeexSDK.xcodeproj/project.pbxproj # ios/sdk/WeexSDK/Resources/main.js # ios/sdk/WeexSDK/Sources/Bridge/WXBridgeContext.m # ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m # ios/sdk/WeexSDK/Sources/Bridge/WXPolyfillSet.h # ios/sdk/WeexSDK/Sources/Component/WXImageComponent.m # ios/sdk/WeexSDK/Sources/Component/WXListComponent.m # ios/sdk/WeexSDK/Sources/Component/WXScrollerComponent.m # ios/sdk/WeexSDK/Sources/Component/WXSliderNeighborComponent.m # ios/sdk/WeexSDK/Sources/Component/WXTextAreaComponent.m # ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m # ios/sdk/WeexSDK/Sources/Component/WXTextInputComponent.m # ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m # ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m # ios/sdk/WeexSDK/Sources/Manager/WXModuleManager.m # ios/sdk/WeexSDK/Sources/Manager/WXRuleManager.h # ios/sdk/WeexSDK/Sources/Manager/WXRuleManager.m # ios/sdk/WeexSDK/Sources/Model/WXComponent.m # ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.h # ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m # ios/sdk/WeexSDK/Sources/Module/WXCanvasModule.h # ios/sdk/WeexSDK/Sources/Module/WXDomModule.m # ios/sdk/WeexSDK/Sources/Module/WXGlobalEventModule.m # ios/sdk/WeexSDK/Sources/Module/WXPickerModule.h # ios/sdk/WeexSDK/Sources/Monitor/WXMonitor.m # ios/sdk/WeexSDK/Sources/Utility/WXAppConfiguration.h # ios/sdk/WeexSDK/Sources/Utility/WXAppConfiguration.m # ios/sdk/WeexSDK/Sources/Utility/WXDefine.h # ios/sdk/WeexSDK/Sources/Utility/WXUtility.h # ios/sdk/WeexSDK/Sources/Utility/WXUtility.m # ios/sdk/WeexSDK/Sources/View/WXComponent+ViewManagement.m # ios/sdk/WeexSDK/Sources/View/WXRootView.h # ios/sdk/WeexSDKTests/WXStreamModuleTests.m # package.json
Merge android code of v0.9.4
+ [ios] merge all 0.9.x ios features to dev
* [test] add travis config
[ios] fix max-height, min-height bug for text component
Fix typo in navigator.md
# Conflicts: # ios/sdk/WeexSDKTests/WXAnimationModuleTests.m
* [ios] fix test running problem
* * [html5] add picker. * * [html5] udpate picker's version.
zhangquan
pushed a commit
that referenced
this pull request
Jan 13, 2017
* [jsfm] make sure service options be object
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.