Skip to content

Commit

Permalink
chore(release): 3.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.11.0](v3.10.6...v3.11.0) (2023-10-05)

### Bug Fixes

* Add missing options to documentation config ([b903345](b903345))
* doc link ([d5648d1](d5648d1))
* fix broken documentation links ([fa6b69f](fa6b69f))
* fix link to translation demo page from i18n option page in docs ([a4de783](a4de783))
* Improve the definition of utils.trimObj() to not modify the source object ([b807646](b807646))
* isPotentiallyDangerousAttribute returns false if the Sanitizer backends have been disabled via config ([c75ccdb](c75ccdb))
* make dompurify the primary sanitizer backend if it is available. Sanitizer API is still experimental and not support by all browsers therefore it should only be used if DomPurify isn't included ([d0043d0](d0043d0))

### Features

* Implement XSS and DOM Clobbering protection ([a268a0a](a268a0a))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent 0ec49b9 commit 1883196
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.11.0](https://github.com/kevinchappell/formBuilder/compare/v3.10.6...v3.11.0) (2023-10-05)


### Bug Fixes

* Add missing options to documentation config ([b903345](https://github.com/kevinchappell/formBuilder/commit/b90334509442dea96fa29b62cc6d7ecea30ef6f4))
* doc link ([d5648d1](https://github.com/kevinchappell/formBuilder/commit/d5648d179a3b78bb2e1e95ad85e5bbdce9ed7088))
* fix broken documentation links ([fa6b69f](https://github.com/kevinchappell/formBuilder/commit/fa6b69fe46f8619ac375eeddb871b3ebb31dce91))
* fix link to translation demo page from i18n option page in docs ([a4de783](https://github.com/kevinchappell/formBuilder/commit/a4de7837dcee08369593c10c8a524bfb33b07e59))
* Improve the definition of utils.trimObj() to not modify the source object ([b807646](https://github.com/kevinchappell/formBuilder/commit/b8076460ddeb9d9b3bd6652de96ad2201c1d5765))
* isPotentiallyDangerousAttribute returns false if the Sanitizer backends have been disabled via config ([c75ccdb](https://github.com/kevinchappell/formBuilder/commit/c75ccdb9c8ddbd5d3e262b6581bd41f9a8f8eb03))
* make dompurify the primary sanitizer backend if it is available. Sanitizer API is still experimental and not support by all browsers therefore it should only be used if DomPurify isn't included ([d0043d0](https://github.com/kevinchappell/formBuilder/commit/d0043d0432520ebc64059d86d0c8bd9c2c7ecc50))


### Features

* Implement XSS and DOM Clobbering protection ([a268a0a](https://github.com/kevinchappell/formBuilder/commit/a268a0a21d5e9ac620bef0758bc3a541968fe0f1))

## [3.10.6](https://github.com/kevinchappell/formBuilder/compare/v3.10.5...v3.10.6) (2023-09-21)


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

0 comments on commit 1883196

Please sign in to comment.