Skip to content

Commit

Permalink
chore(release): 3.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.14.0](v3.13.2...v3.14.0) (2023-10-14)

### Bug Fixes

* starControl did not save nor load userData ([a12603d](a12603d))
* update tests for starRating ([f34a259](f34a259))

### Features

* Add in additional HTML5 inputs time, datetime-local and range [supported by all major browsers]. For BC reasons time and datetime-local implemented as a subtype of date. ([0a1c141](0a1c141))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent 1c4bc4f commit 977a9b2
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.14.0](https://github.com/kevinchappell/formBuilder/compare/v3.13.2...v3.14.0) (2023-10-14)


### Bug Fixes

* starControl did not save nor load userData ([a12603d](https://github.com/kevinchappell/formBuilder/commit/a12603d14e1d6dc24fbb10e6d85822f101f0ba1d))
* update tests for starRating ([f34a259](https://github.com/kevinchappell/formBuilder/commit/f34a259bf82e24c670381872dcc85edb027c186a))


### Features

* Add in additional HTML5 inputs time, datetime-local and range [supported by all major browsers]. For BC reasons time and datetime-local implemented as a subtype of date. ([0a1c141](https://github.com/kevinchappell/formBuilder/commit/0a1c14164a760cc66995f77ea1c6560b9227be00))

## [3.13.2](https://github.com/kevinchappell/formBuilder/compare/v3.13.1...v3.13.2) (2023-10-09)


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

0 comments on commit 977a9b2

Please sign in to comment.