-
Notifications
You must be signed in to change notification settings - Fork 896
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into sheffieldnick-debounced-search
- Loading branch information
Showing
74 changed files
with
14,410 additions
and
6,346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ie 9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ docs/_site | |
docs/.sass-cache | ||
docs/.jekyll-metadata | ||
coverage | ||
docs/vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
docs/ | ||
docs | ||
__test__ | ||
.circleci | ||
WISHLIST.md | ||
webpack.config.js | ||
Release.md | ||
prettier.config.js | ||
.prettierignore | ||
.codecov.yml | ||
.browserslistrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
14.15.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.min.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# List.js | ||
|
||
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. | ||
Really simple and easy to use! | ||
|
@@ -10,6 +11,7 @@ Really simple and easy to use! | |
[](https://www.jsdelivr.com/package/npm/list.js) | ||
|
||
### Core idea | ||
|
||
- Simple and invisible | ||
- Easy to apply to existing HTML | ||
- No dependencies | ||
|
@@ -18,35 +20,45 @@ Really simple and easy to use! | |
- Handle thousands of items | ||
|
||
### Features | ||
|
||
- Works both lists, tables and almost anything else. E.g. `<div>`,`<ul>`,`<table>`, etc. | ||
- Search [Read more ›](http://listjs.com/docs/list-api#search) | ||
- Sort [Read more ›](http://listjs.com/docs/list-api#sort) | ||
- Filter [Read more ›](http://listjs.com/docs/list-api#filter) | ||
- Simple templating system that adds possibility to add, edit, remove items [Read more ›](http://listjs.com/docs/list-api#add) | ||
- Plugins [Read more ›](http://listjs.com/docs/plugins) | ||
- Support for Chrome, Safari, Firefox, IE6+ | ||
- Support for Chrome, Safari, Firefox, IE9+ | ||
|
||
### Download / Install | ||
##### Via Bower | ||
``` | ||
bower install list.js | ||
``` | ||
|
||
##### Via NPM | ||
|
||
``` | ||
npm install list.js | ||
``` | ||
|
||
##### Via Bower | ||
|
||
``` | ||
bower install list.js | ||
``` | ||
|
||
##### Via CDNJS | ||
|
||
```html | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/2.0.0/list.min.js"></script> | ||
``` | ||
|
||
##### Via Direct Download | ||
- [Compressed list.js](https://raw.githubusercontent.com/javve/list.js/v1.5.0/dist/list.min.js) | ||
- [Uncompressed list.js](https://raw.githubusercontent.com/javve/list.js/v1.5.0/dist/list.js) | ||
|
||
- [Compressed list.js](https://raw.githubusercontent.com/javve/list.js/v2.0.0/dist/list.min.js) | ||
- [Uncompressed list.js](https://raw.githubusercontent.com/javve/list.js/v2.0.0/dist/list.js) | ||
|
||
### Questions / How to? | ||
|
||
https://stackoverflow.com/questions/tagged/list.js | ||
|
||
### Demo / Examples | ||
|
||
- [Existing list](http://listjs.com/examples/existing-list) | ||
- [Existing list + add](http://listjs.com/examples/existing-list-add) | ||
- [New list](http://listjs.com/examples/new-list) | ||
|
@@ -59,28 +71,24 @@ https://stackoverflow.com/questions/tagged/list.js | |
- [Only show list after search/filter](http://codepen.io/javve/pen/YyqyRg) | ||
|
||
## Documentation | ||
|
||
- [Getting started](http://listjs.com/docs) | ||
- [Options](http://listjs.com/docs/options) | ||
- [List API](http://listjs.com/docs/list-api) | ||
- [Item API](http://listjs.com/docs/item-api) | ||
- [Changelog](http://listjs.com/overview/changelog) | ||
|
||
### Plugins | ||
- [Introduction](http://listjs.com/docs/plugins) | ||
- [Pagination](http://listjs.com/docs/plugins/pagination) | ||
- [Fuzzy search](http://listjs.com/docs/plugins/fuzzysearch) | ||
- [Build your own](http://listjs.com/docs/plugins/build) | ||
- [Changelog](https://github.com/javve/list.js/blob/master/CHANGELOG.md) | ||
|
||
### Thanks to [all lovely contributors](https://github.com/javve/list.js/graphs/contributors)! Want to join them? | ||
|
||
- Read more at [listjs.com/overview/contribute](http://listjs.com/overview/contribute) | ||
|
||
### Creator | ||
| | Jonny Strömberg [@javve](http://twitter.com/javve) | | ||
| ------------- | ------------- | | ||
|  | I hope you like the lib. I’ve put a lot of hours into it! Feel free to follow me on [Twitter](http://twitter.com/javve) for news and [donate a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7ZGHV75VSD2E) for good karma ;) | ||
|
||
| | Jonny Strömberg [@javve](http://twitter.com/javve) | | ||
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
|  | I hope you like the lib. I’ve put a lot of hours into it! Feel free to follow me on [Twitter](http://twitter.com/javve) for news and [donate a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7ZGHV75VSD2E) for good karma ;) | | ||
|
||
## License (MIT) | ||
|
||
Copyright (c) 2011-2018 Jonny Strömberg <[[email protected]](mailto:[email protected])> | ||
[http://javve.com](http://javve.com) | ||
Copyright (c) 2011-2020 Jonny Strömberg <[[email protected]](mailto:[email protected])> | ||
[javve.com](https://javve.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
# RELEASE | ||
|
||
1. Update version in package.json | ||
2. Update links in README.md | ||
3. `cp package.json docs/_data/pkg.json` | ||
4. Commit "Version x.y.z" | ||
5. Tag with `git tag -a v1.14.0 -m "Version 1.14.0` | ||
6. Push with `git push` | ||
7. Push tags with `git push --tags` | ||
8. `npm publish` | ||
1. `npm release patch|minor|major` (depending on what kind of release it is) | ||
2. `npm publish` | ||
3. Update links in README.md with new version number |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.