bugfix & features till v0.10. (old h5-render has implemented these features already.) ## legacy #### components + [x] support image lazyloading. + [x] support position: sticky. + [x] loading: load event. + [x] slider's autoplay. + [x] support horizontal scroller. + [x] video. + [ ] embed. + [x] slider-neighbor #### modules + [x] dom.scrollToElement support horizontal scroller. + [ ] meta. + [x] webSocket. + [x] picker. ## special styles + [x] text: lines + [x] text: text-overflow + [x] indicator: item-color, item-size, item-selected-color + [x] loading: height + [x] refresh: height + [x] loading-indicator: color + [ ] switch: width, height + [x] input: placeholder-color ## v0.10 features + [x] image support 'load' (originalWidth, originalHeight), 'error' events. + [x] image support 'placeholder', 'resize' attr. + [ ] set viewport. + [x] pseudo class. + [x] support richtext. + [x] component method. + [x] textarea support focus and blur event. ## optimize + [ ] slider's performance. + [ ] list/scoller's scrolling performance. + [ ] append inline style caused performance issue. ## others + [ ] jsservice.
bugfix & features till v0.10. (old h5-render has implemented these features already.)
legacy
components
modules
special styles
v0.10 features
optimize
others