Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-organize
src
file structure (apache#590)
* + [jsfm] add update finish * * [jsfm] patch version * + [jsfm] add changelos * + [jsfm] add level for log * * [jsfm] fixed fireEvent params * + [html5] image component support attr 'resize' * * [html5] fix height of root component * * [html5] wrap iframe with div for web component * * [html5] support embed config to fix a embed weex instance's default height * + [html5] loading-indicator support 'color' style * * [html5] add webkit vendor * * [html5] correct function name & clear unnecessary code * + [html5] embed component supports attribute loader and jsonp-callback * * [html5] update ver and add relase note * + [jsfm] update console polyfill * * [html5] fix lazyload of slider images & default value of autoPlay * * [html5] fix removing & inserting before fixed child * * [html5] fix removing & inserting before fixed child in list & scroller * + [jsfm] add log && update test * * [jsfm] add track-by test * * [jsfm] update changelog * * [jsfm] fix apache#323 * + [jsfm] add document.URL * + [jsfm] add build tag * + [jsfm] add document.ULR expect test * * [jsfm] update url * + [html5] add fetch API for stream module * + [html5] add logger * + [html5] support 'debug' flag in url * * [html5] fix lint * * [html5] add lint for src folder * * [html5] fix height of downgraded scrollable root * * [html5] add warnings for scrollable roots * * [jsfm] fix promise polyfill && apply native component * + [html5] add promise polyfill * * [html5] rewrite logger * * [html5] udpate jscs scripts * * [html5] fix default interval time for slider * * [html5] add vlist and hlist * * [html5] rm reduplicated code * * [html5] add env.deviceWidth for getConfig * * [html5] fix index for move elements inside the same parent * * [html5] removed duplicated root component register * + [jsfm] added style, attr, event test case for dom.js * + [jsfm] added test case for input-binding * * [jsfm] typo * + [jsfm] updated new data observer * + [jsfm] supported components options * + [jsfm] added a test case for component options and fixed bugs * * [jsfm] fix 'console' in jscore * + [jsfm] updated changelog * * [html5] fix merge conflicts * + [jsfm] updated CHANGELOG for components option * * [jsfm] add comment * * [html5] enhancement of value filters for auto-adding px to strings * * [html5] return -1 for native error * * [html5] fix <a> component * * [html5] stop default behavior for click event and stop event propagation * * [html5] stop propagation of clicking events for <a> * * [html5] fix bubbling and <a> component * * [html5] add demo for event bubbling * - [jsfm] removed unnecessary old perf APIs * * [jsfm] moved framework.js to runtime/index.js * + [jsfm] supported 3rd-party framework extension * + [jsfm] added framework helper * * [jsfm] used export default for main js framework * + [html5] add direction support for scroller and loadmore event * * [html5] fix html height * * [jsfm] removed all ".js" suffix of import path * - [jsfm] removed destroyDocument(id) in dom.js, use doc.destroy() instead. * * [jsfm] put event manager and dom listener into dom's dependencies * * [jsfm] separated dom and app from callTasks * * [jsfm] moved all dom files to lib/dom/ * + [jsfm] added Document.prototype.fireEvent(el, type, e, domChanges) * * [html5] fix default border style of image * * [html5] don't give warning for div root * * [html5] fix scrollTo in scroller and direction of appear events * * [html5] fix lint * + [html5] add ability to call APIs through messages * * [html5] rm irrelevant code * * [html5] beautify code * + [jsfm] virtual-DOM new implementations * + [html5] add building date info * * [jsfm] removed sinon.stub(console, log) in test * * [html5] refactor code & update version * * [jsfm] fixed more new v-dom bugs * * [jsfm] passed all test case for new virtual-DOM APIs * * [jsfm] fixed dom actions test case * - [jsfm] removed Node.prototype.parentRef instead of parentNode * - [jsfm] removed next() and prev() in dom instead of nextSibling and previousSibling * * [html5] fix embed udpate url & root warning * * [html5] udpate release version and fix list's scroll direction * * [html5] fix embed's update src * * [jsfm] update polyfill * + [jsfm] freeze 0.13.10 for pre-publish, and open 0.13.11 for feature && bugfix * + [html5] add e2e test * * [html5] fix lint * * [html5] add test to ci * * [html5] add transform before test * * [html5] build before running test * + [html5] add animation spec * * [html5] add test files to lint * * [html5] fix text's word-wrap * * [html5] fix indicator's initial item-color * * [html5] add transform and build to main ci * * [all] file structure adjustment * * [all] marked legacy files * * [all] fixed ci error * * [all] supported serve, clean and copy * * [all] fixed all npm scripts except create and removed watch script from ./start * * [all] scripts typo * * [all] build html5 renderer and js framework together * + [all] added weex-html5 package to dist * * [all] used eslint first * * [all] fixed no-undef and no-unused-vars in eslint * * [all] fixed padded-blocks and wrap-iife * + [all] added eslint into npm scripts * * [all] fixed no-var in eslint * * [all] reverted watching examples in ./start * + [html5] add direction to gestures * * [html5] implement timer with raf to optimize slider's performance * * [all] updated default framework exports * * [html5] fix scrollToElement's offset * * [all] vdom updated * * [all] fixed callJS bug in default JS Framework * * [html5] fix bugs of scroll, appear and kountdown * * [html5] fix lint * * [all] adapted default js-framework * + [html5] scaffold e2e testing with nightwatch * * [html5] fix code style * * [html5] fix lint * * [html5] fix ci * * [html5] fix ci 2 * * [html5] fix ci 3 * * [html5] change server port to 8088 * * [html5] fix ci 4 * * [all] fixed e2e test * * [all] fixed console problem * + [jsfm] added custom downgrade feature * * [html5] merge with legacy code * * [html5] fix lint * * [jsfm] update downgrade error message * * [html5] fix conflicts & fix timer * * [html5] fix promise * * [html5] fix typo * + [jsfm] added JS Bundle format version config * * [html5] add default bgcolor for loading & refresh & fix scroll bouncing * * [all] supported create body with children * * [all] upgraded npm scripts and deps * - [all] removed old website and some legacy files * * [all] moved weex-components into npm deps
- Loading branch information