Skip to content

Commit

Permalink
chore(release): 3.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.13.0](v3.12.4...v3.13.0) (2023-10-06)

### Bug Fixes

* Fix GH-594 and GH-727 Bring non-namespaced css selectors under .form-wrap.form-builder. Consolidate two definitions for .toggle-form. ([da89a92](da89a92)), closes [#594](#594) [#727](#727)
* Fix GH-594 and GH-727 Bring non-namespaced css selectors under .rendered-form ([0caf26e](0caf26e)), closes [#594](#594) [#727](#727)

### Features

* Extend disableInjectedStyle option to excluded only the embedded Bootstrap 3 classes while allow the formBuilder styles to be included. ([60524bc](60524bc))
  • Loading branch information
semantic-release-bot committed Oct 6, 2023
1 parent 267fb17 commit 499849c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.13.0](https://github.com/kevinchappell/formBuilder/compare/v3.12.4...v3.13.0) (2023-10-06)


### Bug Fixes

* Fix GH-594 and GH-727 Bring non-namespaced css selectors under .form-wrap.form-builder. Consolidate two definitions for .toggle-form. ([da89a92](https://github.com/kevinchappell/formBuilder/commit/da89a92beb1f2e59bf056805ab00734087226a00)), closes [#594](https://github.com/kevinchappell/formBuilder/issues/594) [#727](https://github.com/kevinchappell/formBuilder/issues/727)
* Fix GH-594 and GH-727 Bring non-namespaced css selectors under .rendered-form ([0caf26e](https://github.com/kevinchappell/formBuilder/commit/0caf26e74e53f2f1b92069d0a537c495d28183a3)), closes [#594](https://github.com/kevinchappell/formBuilder/issues/594) [#727](https://github.com/kevinchappell/formBuilder/issues/727)


### Features

* Extend disableInjectedStyle option to excluded only the embedded Bootstrap 3 classes while allow the formBuilder styles to be included. ([60524bc](https://github.com/kevinchappell/formBuilder/commit/60524bc108831141be9929c6d0f8e3979a699254))

## [3.12.4](https://github.com/kevinchappell/formBuilder/compare/v3.12.3...v3.12.4) (2023-10-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formBuilder",
"version": "3.12.4",
"version": "3.13.0",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 499849c

Please sign in to comment.