Skip to content

Commit

Permalink
updated to version 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian committed Jan 7, 2019
1 parent 689887a commit bafe433
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.23.1] - 2019-01-07

### Fixed

- JavaScript bug in IE9 and corrected the handling of the browsers towards IE10+ / #GH-50

## [1.23.0] - 2019-01-05

### Added
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ This is a minimal and dependency-free vanilla JavaScript polyfill for the awesom

## Features

- Lightweight: 6.5 kB of minified JavaScript, around 2.4 kB gzipped
- Lightweight: 6.7 kB of minified JavaScript, around 2.5 kB gzipped
- Fully flexible to change the datalist entries / `<option>`s
- Supporting:
- the relevant input field types: `text`, `email`, `number`, `search`, `tel` and `url` ...
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datalist-polyfill",
"description": "A minimal and dependency-free vanilla JavaScript datalist polyfill. Supports all standard's functionality as well as mimics other browsers behavior.",
"version": "1.23.0",
"version": "1.23.1",
"homepage": "https://github.com/mfranzke/datalist-polyfill",
"authors": [
{
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datalist-polyfill",
"version": "1.23.0",
"version": "1.23.1",
"description": "A minimal and dependency-free vanilla JavaScript datalist polyfill. Supports all standard's functionality as well as mimics other browsers behavior.",
"main": "datalist-polyfill.js",
"scripts": {

0 comments on commit bafe433

Please sign in to comment.