Skip to content

Commit d876955

Browse files
authored
Merge pull request #491 from zoul0813/release/v2.3.0
Updated CHANGELOG with v2.3.0 details
2 parents 47b1aff + 943e11c commit d876955

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
116
<a name="2.2.2"></a>
217
## 2.2.2 (2018-04-24)
18+
319
* Fix NaN with value 0 on input type number/range.
420
* Fix bug in fieldUpload that threw error due to $event not being defined
521
* Added $event to onValidationError in fieldSubmit

0 commit comments

Comments
 (0)