Skip to content

Commit 599b638

Browse files
author
Maximilian
committed
updated to version 1.23.2
1 parent 00ea84b commit 599b638

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.23.2] - 2019-01-08
11+
12+
### Fixed
13+
14+
- Prevent the form to be submitted on selecting a value via ENTER key within the select / #GH-51
15+
1016
## [1.23.1] - 2019-01-07
1117

1218
### Fixed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datalist-polyfill",
33
"description": "A minimal and dependency-free vanilla JavaScript datalist polyfill. Supports all standard's functionality as well as mimics other browsers behavior.",
4-
"version": "1.23.1",
4+
"version": "1.23.2",
55
"homepage": "https://github.com/mfranzke/datalist-polyfill",
66
"authors": [
77
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datalist-polyfill",
3-
"version": "1.23.1",
3+
"version": "1.23.2",
44
"description": "A minimal and dependency-free vanilla JavaScript datalist polyfill. Supports all standard's functionality as well as mimics other browsers behavior.",
55
"main": "datalist-polyfill.js",
66
"scripts": {

0 commit comments

Comments
 (0)