Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Sep 19, 2016
1 parent d7e8dec commit caa2bdf
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 23 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# Changelog

- v1.19.0 - Feature: typeUserAttrs [#247](https://github.com/kevinchappell/formBuilder/pull/247)
- v1.18.0 - Feature: typeUserAttrs [#247](https://github.com/kevinchappell/formBuilder/pull/247)
- v1.17.2 - Bugfix: Classes not saving in XML mode and option pre-select issues[#250](https://github.com/kevinchappell/formBuilder/pull/250)
- v1.17.1 - Bugfix: `clearFields` action will error if no fields on stage[#245](https://github.com/kevinchappell/formBuilder/pull/245)
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
formBuilder v1.18.0
formBuilder v1.19.0
===========

[![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
@@ -1,6 +1,6 @@
{
"name": "formBuilder",
"version": "1.18.0",
"version": "1.19.0",
"main": [
"dist/*"
],
Expand Down
4 changes: 2 additions & 2 deletions 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.

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.

5 changes: 3 additions & 2 deletions dist/form-builder.css
@@ -1,6 +1,6 @@
/*
formBuilder - https://formbuilder.online/
Version: 1.18.0
Version: 1.19.0
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
Expand Down Expand Up @@ -465,7 +465,8 @@ Author: Kevin Chappell <kevin.b.chappell@gmail.com>
right: 0;
opacity: 0; }
[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions a:hover {
text-decoration: none; }
text-decoration: none;
color: #000; }
[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn {
display: inline-block;
width: 32px;
Expand Down

0 comments on commit caa2bdf

Please sign in to comment.