Skip to content

Releases: javve/list.js

Support restored for Node 6, 8, 10 and 12

17 Jan 16:59
Compare
Choose a tag to compare

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 - Better search 🔍

25 Nov 22:06
Compare
Choose a tag to compare

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

21 Nov 22:19
Compare
Choose a tag to compare

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 - Winter cleanup 🧹

21 Nov 15:25
Compare
Choose a tag to compare
  • 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 6242496
  • Bugfix: Use one event listener per pagination and select page via data attributes 7610c59
  • Bugfix: Don't break pagination if page=0 b3db0de 725bc18)