Skip to content

Commit bafe433

Browse files
author
Maximilian
committed
updated to version 1.23.1
1 parent 689887a commit bafe433

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
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.1] - 2019-01-07
11+
12+
### Fixed
13+
14+
- JavaScript bug in IE9 and corrected the handling of the browsers towards IE10+ / #GH-50
15+
1016
## [1.23.0] - 2019-01-05
1117

1218
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is a minimal and dependency-free vanilla JavaScript polyfill for the awesom
2424

2525
## Features
2626

27-
- Lightweight: 6.5 kB of minified JavaScript, around 2.4 kB gzipped
27+
- Lightweight: 6.7 kB of minified JavaScript, around 2.5 kB gzipped
2828
- Fully flexible to change the datalist entries / `<option>`s
2929
- Supporting:
3030
- the relevant input field types: `text`, `email`, `number`, `search`, `tel` and `url` ...

bower.json

+1-1
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.0",
4+
"version": "1.23.1",
55
"homepage": "https://github.com/mfranzke/datalist-polyfill",
66
"authors": [
77
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datalist-polyfill",
3-
"version": "1.23.0",
3+
"version": "1.23.1",
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)