- Pagination
- Table
- List
- QRCode
- Checkbox
- CheckboxGroup
- Radio
- RadioGroup
- Select
- Tree
- Datepicker
- Message
- Form
- DataSource
- Dialog
- Upload
- Tab
- Accordion
- AutoComplete
- Progress
- Tooltip
- Slider
- Button
- Spinner
npm install
npm run lib
npm run example
browser example/index.html
- Add ScrollView
- Add TimePicker
- Table use ScrollView
- Table support column width
- Table support scroller and fixed title
- Spinner max number bug
- add Component Spinner
- Table support custom itemHeight
- Input add props disable
- add Slider thumb demo
- Table support object render
- add Form Control : Textarea
- implement table allcheck
- refactor TitleRender, ItemRender and Column
- fixed Pagination default state error
- fixed Table css float error, add clearfix
- fixed some bugs
- !!! The implement of Table is dirty , refactor in next version : 0.4.0
- add Component Slider
- add Component Tree
- add examples
- fixed data error bug
- add Mixin to export
- Tooltip half to complete
- fixed DatePicker range error
- Support IE8!!!
- DatePicker add getValue() and onChange
- fixed issue #7
- Input dynamic value
- reduce so many times to call render
- Pagination complete
- Datepicker default empty (no text in Input)
- Checkbox bug
- use webpack normal mode to pack all(I dont know why
-p
mode would remove all-webkit
-style code)
- fixed radio and checkbox render twice
- fixed Dialog and Loading battle for ToggleMixin
- add Select component min-height
- add Loading Component
- add DatePicker Component
- add RadioGroup Component, so had to destory and rebuild Radio Component
- Select component
search mode
support regexp to input - fixed some bug