Skip to content

Commit

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

### Bug Fixes

* Add dompurify to dev requirements so that we can test the Sanitizer using the domPurify backend ([c342558](c342558))
* Control may not be instered into the DOM at the time of onRender, keep a reference to the element in build() and use in onRender() ([33ea8c4](33ea8c4))
* Fix JSDoc ([d2b8629](d2b8629))
* Mark XML helper functions as private and don't export them from utils module ([74d19a2](74d19a2))
* Remove unused local variable ([53649ae](53649ae))
* Replace non-standard and deprecated call to String.substr() with String.slice() ([813cecf](813cecf))
* Return true from SanatizerAPI backend when successfully setting HTML ([c5d24c8](c5d24c8))
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent 20fe08a commit 6c82fdf
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.1](https://github.com/kevinchappell/formBuilder/compare/v3.13.0...v3.13.1) (2023-10-09)


### Bug Fixes

* Add dompurify to dev requirements so that we can test the Sanitizer using the domPurify backend ([c342558](https://github.com/kevinchappell/formBuilder/commit/c342558ac6c87d95fc6c3a44af03ded348abcc16))
* Control may not be instered into the DOM at the time of onRender, keep a reference to the element in build() and use in onRender() ([33ea8c4](https://github.com/kevinchappell/formBuilder/commit/33ea8c479a094abf8b33e1a6f13ea13aeab327fe))
* Fix JSDoc ([d2b8629](https://github.com/kevinchappell/formBuilder/commit/d2b86295dab3a606829aab6dc5a33394ee9949d5))
* Mark XML helper functions as private and don't export them from utils module ([74d19a2](https://github.com/kevinchappell/formBuilder/commit/74d19a2345356e81b398d6367abb57ae4f529fc9))
* Remove unused local variable ([53649ae](https://github.com/kevinchappell/formBuilder/commit/53649aef3abfc32e3a4fdccd63333341c31baaa2))
* Replace non-standard and deprecated call to String.substr() with String.slice() ([813cecf](https://github.com/kevinchappell/formBuilder/commit/813cecfab3df50cb5ba93837b937055b2ab785ca))
* Return true from SanatizerAPI backend when successfully setting HTML ([c5d24c8](https://github.com/kevinchappell/formBuilder/commit/c5d24c849c2d8c7240012e6879eb5cd447d47364))

# [3.13.0](https://github.com/kevinchappell/formBuilder/compare/v3.12.4...v3.13.0) (2023-10-06)


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.13.0",
"version": "3.13.1",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 6c82fdf

Please sign in to comment.