Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datalist-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datalist-polyfill - npm Package Versions

13
7

1.23.0

Diff

Changelog

Source

[1.23.0] - 2019-01-05

Added

  • Microsoft EDGE / datalist popups get "emptied" when receiving focus via tabbing / #49

Changed

  • Updated webdriver.io testing framework to version 5
  • Updated some aspects within the README file as well as announced some upcoming bigger changes regarding and to cheer the recognized basic support of datalist elements within Apple Safari browser.
  • Refactoring to prevent a „Function has a complexity of 21.“
  • Some simple reformatting of the code according to prettier
mfranzke
published 1.22.2 •

Changelog

Source

[1.22.2] - 2018-11-03

Changed

  • Added comment regarding the structure of the HTML code / #44 & #45

Fixed

  • Preventing a JS error on no type-attribute being provided for the input-element / #45
mfranzke
published 1.22.1 •

Changelog

Source

[1.22.1] - 2018-08-27

Fixed

  • Escaping the user inputs value as doublequotes wouldn't work on the newly added IE11+ and EDGE functionality / #40
mfranzke
published 1.22.0 •

Changelog

Source

[1.22.0] - 2018-08-27

Added

  • Substring matching for the suggestions on both the value and the text values / #36
mfranzke
published 1.21.2 •

Changelog

Source

[1.21.2] - 2018-08-11

Added

  • Finally integrated the test regarding clicking the selects option elements, as this was actually previously prevented by the other bug fixed in the previous release

Fixed

  • Corrected the code style of the README file again, as this got incorrectly reformatted previously
mfranzke
published 1.21.1 •

Changelog

Source

[1.21.1] - 2018-08-09

Fixed

  • Suggestions aren‘t working onClick any more (#35)
mfranzke
published 1.21.0 •

Changelog

Source

[1.21.0] - 2018-08-08

Added

Changed

  • increased specificity on one of the selectors according the usage in other parts of the code
  • Check for correct element on the inputs event delegation
  • Simplified some code parts
  • Further aligned the naming conventions
  • code and complexity simplifications

Fixed

  • Arrow keys (top&down) disturb the general browser behaviour on number fields (#32)
mfranzke
published 1.20.1 •

Changelog

Source

[1.20.1] - 2018-07-20

Changed

  • Code simplifications

Fixed

  • Suggestions aren‘t working onclick any more #31
mfranzke
published 1.20.0 •

Changelog

Source

[1.20.0] - 2018-07-18

Changed

  • on input[type=url] omitting the scheme part and performing intelligent matching on the domain name (#28)
  • README: Updated the tested browsers list as well as updated the Features section due to the updates by this release
  • Preparation for automated testing / splitting the demo page by regular and IE9

Fixed

  • IE9: Use .getAttribute for retrieving .type and .multiple values/existance (#29)
  • list IDL attribute must return the current suggestions source element (#30)
mfranzke
published 1.19.0 •

Changelog

Source

[1.19.0] - 2018-07-13

Added

  • In case of the ESC key being pressed while focusing the polyfilling select, we still want to focus the input[list]

Changed

  • Performance: Set a local variable
  • Preparation for some automated testing
  • Changed and added some functionality to the description within the README file
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc