- Pagination Done
- Table Done
- List
- QRCode
- Checkbox Done
- CheckboxGroup Done
- Radio Done
- RadioGroup Done
- Select Done
- Tree
- Datepicker Done
- Message
- Form
- DataSource
- Dialog Done
- Upload
- Tab
- Accordion
- AutoComplete
- Progress
- Tooltip Done
- Slider
- Button Done
npm install
npm run lib
npm run example
browser example/index.html
- 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