forked from ethercap/ledap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
74 lines (53 loc) · 1.54 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
##[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"