Skip to content

v7.1.0

Choose a tag to compare

@fregante fregante released this 04 Jan 00:00

Major changes for v7

  • IE support dropped (if you need it, use select-dom@v6 or polyfill NodeList[Symbol.iterator])
  • select and select.last now return undefined instead of null if the element wasn't found

TypeScript changes

  • Types are automatically detected by parsing the selector (with typed-query-selector, requires TypeScript 4.1+)

Bugfixes

  • When passing an array as base element to select.all, now any results are deduplicated

v6.0.2...v7.1.0