Skip to content
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
merged 774 commits into from
Jan 4, 2017
Merged

Conversation

zhangquan
Copy link
Owner

No description provided.

kfeagle and others added 30 commits November 29, 2016 10:16
* [ios] fix bug height change to zero when style change
acton393 and others added 27 commits December 21, 2016 15:55
…ghbor

Ios bugfix sticky and slider neighbor
[html5] support component slider-neighbor
# 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
+ [ios] merge all 0.9.x ios features to dev
[ios] fix max-height, min-height bug for text component
# Conflicts:
#	ios/sdk/WeexSDKTests/WXAnimationModuleTests.m
* [ios] fix test running problem
* * [html5] add picker.

* * [html5] udpate picker's version.
@zhangquan zhangquan merged commit 5f823cb into zhangquan:html5-feature-0.5 Jan 4, 2017
zhangquan pushed a commit that referenced this pull request Jan 4, 2017
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.