##[0.1.10] - 2021-01-20

### Added

### Changed

### Fixed
- Fix multiple upload widget can't be placed on one page
- fixed the option of validator


##[0.1.9] - 2020-8-27
### Added

### Changed

### Fixed
- Fix the bug of model.hasErrors
- Fix the bug of validate when the model has an attribute equals to the name of validator
- Fix the bug of RegexValidator, StringValidator


##[0.1.8] - 2020-7-10
### Added
- Improve documents, you can visit the document websites now.
- Add the 'label' property for 'form-item' component
- Add the 'option' property for 'dropdown' componet

### Changed

### Fixed
- Fix the reactive bug of 'searchinput' and 'select2' component
- Fix the ineffectiveness of exclude of 'groupinput' component
- Fix the ineffectiveness of usesort in some situation of 'grid' component



##[0.1.7] - 2020-4-21
### Added
- vue component -- step

### Changed
- change example from bootstrap3 to bootstrap4

### Fixed



##[0.1.6] - 2020-2-11
### Added

### Changed

### Fixed
- fixed required validator
- fixed the order of groupinput and dropinput
- fixed the data-banding 



##[0.1.4] - 2019-10-11
### Added
- add FnValidator
- add default options for validators

### Changed
- change the validators

### Fixed
- fixed formitem can't update bug

##[0.1.4] - 2019-10-11
### Added
- add uploader for bootstrap example

### Changed
- webpack config
- baseinput add tag prop.
- select2 add clear function and add some fixtures

### Fixed
- fixed model event 



##[0.1.3] - 2019-06-21
### Added
- add App for ledap interface, and add axios to ledap
- add form-item, searchinput, select2
- add scoped slot for grid, detail, formitems
- add sort for grid
- add scripts

### Changed
- "detail-view"  change to "detail", and params "data-model" changed to "model"
- because of js extends, change all private to public
- form validate only validate attribute

### Fixed
- fixed lodash's empty bug



##[0.1.1] - 2019-06-21
### Added
- add Theme for Vue platform
- add formItems: baseInput, dropDown, checkboxgroup, radiogroup

### Changed
- changed vue component directory 

### fixed
- fix data Binding problem
- fix dataProvider sort
- fix group change problem


### Fixed

## [0.0.9] - 2019-06-13
### Added
- Column support vue template.
- add Vue component : Checkbox, Radio
- DataProvider add remove and sortModel function
- BaseModel add clone function to support data-binding
- examples add detail.html, dataprovider.html

### Changed
- Event change to instance function. all old fixtures are supported.
- all BaseModel's Event changed to instance Event.

### Fixed
- Fix the bug when npm install ledap, show "ledap Appears to be a git repo or submodule"

