Skip to content

Updated CHANGELOG with v2.3.0 details #491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<a name="2.3.0"></a>
## 2.3.0 (2018-09-19)

* Fixed issue with SCSS variables being referenced incorrectly (#449)
* Updated README to include new third-party VFG Fields
* Rework of formGenerator use a component
* Allow HTML for Field Label and Hints
* Updated package.json URL's for VFG
* Added a "noResult" slot to FieldVueMultiSelect
* Include a reference to the VFG instance that triggered a "validated" event (3rd param)
* Fixed a number parsing bug in IE/Edge with FieldInput
* Added support for Bootstrap CSS Classes (`form-group` will not set width on `col-*` elements)



<a name="2.2.2"></a>
## 2.2.2 (2018-04-24)

* Fix NaN with value 0 on input type number/range.
* Fix bug in fieldUpload that threw error due to $event not being defined
* Added $event to onValidationError in fieldSubmit
Expand Down