Skip to content

Commit

Permalink
Bugfix: ensure there are field for clearFields action and update demo (
Browse files Browse the repository at this point in the history
…#245)

* Bugfix: ensure there are field for clearFields action and update demo

* v1.17.1

* Add modalOpened event
  • Loading branch information
kevinchappell authored Sep 12, 2016
1 parent 6cadf07 commit 3e10f4e
Show file tree
Hide file tree
Showing 22 changed files with 96 additions and 158 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- v1.17.1 - Bugfix: `clearFields` action will error if no fields on stage[#245](https://github.com/kevinchappell/formBuilder/pull/245)
- v1.17.0 - Feature: `showActionButtons` option and `showData` action[#244](https://github.com/kevinchappell/formBuilder/pull/244)
- v1.16.0 - Feature: JSON support[#237](https://github.com/kevinchappell/formBuilder/pull/237)
- v1.15.6 - Bugfix: Remove fields from `disableFields` option.[#231](https://github.com/kevinchappell/formBuilder/pull/231)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
formBuilder v1.17.0
formBuilder v1.17.1
===========

[![Join the chat at https://gitter.im/kevinchappell/formBuilder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/kevinchappell/formBuilder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formBuilder",
"version": "1.17.0",
"version": "1.17.1",
"main": [
"dist/*"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/assets/css/form-builder.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/assets/css/form-render.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion demo/assets/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jQuery(document).ready(function($) {
editing = !editing;
};

$(buildWrap).formBuilder();
var formBuilder = $(buildWrap).formBuilder().data('formBuilder');

console.log(formBuilder);

$('.form-builder-save').click(function(e) {
toggleEdit();
Expand Down
6 changes: 3 additions & 3 deletions demo/assets/js/form-builder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/assets/js/form-render.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/assets/js/form-render.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/form-builder.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
formBuilder - https://formbuilder.online/
Version: 1.17.0
Version: 1.17.1
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
Expand Down
Loading

0 comments on commit 3e10f4e

Please # to comment.