Releases: javve/list.js
Releases Β· javve/list.js
Support restored for Node 6, 8, 10 and 12
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 π
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
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 π§Ή
- 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
withterser
- Misc: Update
node
for dev from6.15
to14.15.1
- Misc: Prettier on everything
- Misc: Make release script simpler
- Misc: Rename
History.md
toCHANGELOG.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)