File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.5.10
2+
3+ ### Fixed
4+
5+ - Do not pass ` label ` prop to ` <Checkbox /> `
6+
17## 2.5.9
28
39### Fixed
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
7979
8080## Changelog
8181
82+ - [ 2.5.10] ( /CHANGELOG.md#2510 )
8283- [ 2.5.9] ( /CHANGELOG.md#259 )
8384- [ 2.5.8] ( /CHANGELOG.md#258 )
8485- [ 2.5.7] ( /CHANGELOG.md#257 )
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ const ConnectedCheckbox = {
5959 class = { this . class }
6060 name = { this . name }
6161 value = { value }
62- label = { this . label }
6362 true-label = { this . trueLabel }
6463 false-label = { this . falseLabel }
6564 disabled = { this . disabled }
Original file line number Diff line number Diff line change 11{
22 "name" : " @detools/vue-form" ,
3- "version" : " 2.5.9 " ,
3+ "version" : " 2.5.10 " ,
44 "description" : " Form State Management for VueJS" ,
55 "main" : " VueForm/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments