|
| 1 | +<a name="2.3.0"></a> |
| 2 | +## 2.3.0 (2018年09月19日) |
| 3 | + |
| 4 | +* Fixed issue with SCSS variables being referenced incorrectly (#449) |
| 5 | +* Updated README to include new third-party VFG Fields |
| 6 | +* Rework of formGenerator use a component |
| 7 | +* Allow HTML for Field Label and Hints |
| 8 | +* Updated package.json URL's for VFG |
| 9 | +* Added a "noResult" slot to FieldVueMultiSelect |
| 10 | +* Include a reference to the VFG instance that triggered a "validated" event (3rd param) |
| 11 | +* Fixed a number parsing bug in IE/Edge with FieldInput |
| 12 | +* Added support for Bootstrap CSS Classes (`form-group` will not set width on `col-*` elements) |
| 13 | + |
| 14 | + |
| 15 | + |
1 | 16 | <a name="2.2.2"></a>
|
2 | 17 | ## 2.2.2 (2018年04月24日)
|
| 18 | + |
3 | 19 | * Fix NaN with value 0 on input type number/range.
|
4 | 20 | * Fix bug in fieldUpload that threw error due to $event not being defined
|
5 | 21 | * Added $event to onValidationError in fieldSubmit
|
|
0 commit comments