List.js Versions Save

The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.

v2.3.1

3 years ago

I accidentally removed the support for all versions below Node 14 when I eagerly updated all the dependencies a while ago. So sorry about that. 😳

  • #708 The support for Node >=6 is now back, and I've also included tests for all main Node versions List.js supports (6,8,10,12,14) 🎊

v2.3.0

3 years ago

All the updates below are included in #696 🎊

  • Feature #682 Multiple word search
  • Feature #683 Debounced keyup handler in search
  • Improvement #679 Faster search
  • Website #684 Add more documentation for automagical search and sort elements

We should all thank @sheffieldnick for this release. Great work!

v2.1.0

3 years ago

The highlight of this release is the item template function (thanks @boidolr). I think it'll be super useful for many of you. Check it out in the docs

  • Feature: #634 Add item template function
  • Feature: #591 Support adding custom pagination item
  • Bugfix: #667 Fix getAttribute fallback method
  • Bugfix: #636 Aviod strange ie11 bug
  • Bugfix: #570 Don't empty original value array when adding items async
  • Misc: #637 Reuse iteration indices

Thanks to @boidolr (three PRs included in this release 🏅), @dbrw, @graemehoffman, and @Ohjann for these great contributions!

v2.0.0

3 years ago
  • Breaking: Drop support for IE6-8 🤯
  • Misc: Update dev dependencies to latest version: webpack 3.12.0 -> 5.6.0, jest 23.3 -> 26.6.3, jquery 3.3.1 -> 3.5.1
  • Misc: Removed: jshint & jshint-loader
  • Misc: Replace uglify-js with terser
  • Misc: Update node for dev from 6.15 to 14.15.1
  • Misc: Prettier on everything
  • Misc: Make release script simpler
  • Misc: Rename History.md to CHANGELOG.md
  • Misc: Use babal-loader with @babel/preset-env for supporting IE9-11
  • Misc: Add source-maps to /dist
  • Website: Update Jekyll to remove security warnings
  • Website: Fix all examples (sorry that they were broken)
  • Website: Use https instead of http for listjs.com
  • Website: Update Contribute guidelines 6242496de2ac5c07903fb1590a5cb5129f0887a7
  • Bugfix: Use one event listener per pagination and select page via data attributes 7610c59039f3b39f52175cd1a200e935664869e8
  • Bugfix: Don't break pagination if page=0 b3db0de731d436422e016b5e17f7ceab5941cd5d 725bc188d7ba72c7d234bda1e09fc50b40661310)