Skip to content

Commit

Permalink
Updated package version (3.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Apr 19, 2024
1 parent 3f85956 commit b2d8afb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ The following items are **breaking changes** and not supported in prior releases
### Added

- Support extended INPUT types

## [3.1.1] - 2024-04-19

## Added

- Support submit button INPUT type
- Ability to override submit button (`submit: false`)

### Updated

- Removed DIV wrapper on hidden/submit elements
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": "webform-toolkit",
"version": "3.1.0",
"version": "3.1.1",
"description": "Create a HTML form with field validation and custom errors.",
"main": "src/webform-toolkit.js",
"scripts": {
Expand Down

0 comments on commit b2d8afb

Please sign in to comment.