Skip to content

Commit

Permalink
Merge pull request #18 from tomik23/tomik23/issue17
Browse files Browse the repository at this point in the history
Up-down arrows item selection
  • Loading branch information
tomickigrzegorz authored Aug 18, 2020
2 parents 5f941cc + 6636992 commit c5f8381
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 39 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2020-08-19
### Changed
- remove promise-polyfill
- update dependencies
- fix: Up-down arrows item selection [#17](https://github.com/tomik23/autosuggest/issues/17)

## 2020-08-18
### Added
- an example of using a static file

### Changed
- update dependencies

## 2020-08-17
### Added
- an example of using a static file
Expand All @@ -7,15 +20,15 @@

## 2020-08-16
### Changed
- errors if we have more than one autocomplete field [#13](https://github.com/tomik23/autosuggest/issues/13)
- Non-closing list of results [#15](https://github.com/tomik23/autosuggest/issues/15)
- fix: errors if we have more than one autocomplete field [#13](https://github.com/tomik23/autosuggest/issues/13)
- fix: Non-closing list of results [#15](https://github.com/tomik23/autosuggest/issues/15)
- adding two fields to the example
- update readme

## 2020-08-15
### Added
- github corner
- scrollIntoView [#12](https://github.com/tomik23/autosuggest/issues/12)
- fix: scrollIntoView [#12](https://github.com/tomik23/autosuggest/issues/12)

### Changed
- update example
Expand Down
2 changes: 1 addition & 1 deletion docs/autosuggest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@
"node-sass": "^4.14.1",
"postcss-cli": "^7.1.1",
"prettier": "^2.0.5",
"promise-polyfill": "^8.1.3",
"rollup": "^2.26.3",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-postcss": "^3.1.5",
"rollup-plugin-serve": "^1.0.3",
"rollup-plugin-terser": "^7.0.0"
}
}
}
Loading

0 comments on commit c5f8381

Please sign in to comment.