You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead or `listObj.sort('name', { desc: true/false })`.
@@ -117,11 +147,12 @@ I hope you'll like this update!
117
147
-**[Bugfix]** Remove sorting when searching and filtering.
118
148
-**[Bugfix]** Fix sorting and search when using pagiation plugin
119
149
120
-
121
150
### 2014-01-17: 1.0.2
151
+
122
152
-**[Bugfix]** Fix error that broke the lib in IE8.
123
153
124
154
### 2013-11-12: 1.0.0
155
+
125
156
-**[Feature]** Add more events and enable to add them on initialization.
126
157
-**[Feature]** Add support for Component.js, Bower, RequireJS and CommonJS
127
158
-**[Feature]** Make it possible to remove event handlers by `.off('event', handler)`
@@ -143,42 +174,49 @@ I hope you'll like this update!
143
174
-**[Change]** Move plugins into seperated repos: <ahref="https://github.com/javve/list.pagination.js">github.com/javve/list.pagination.js</a> and <ahref="https://github.com/javve/list.fuzzysearch.js">github.com/javve/list.fuzzysearch.js</a>
144
175
-**[Change]** Plugin initiation have changed. See <ahref="/docs/plugins">getting started with plugins
145
176
146
-
147
177
### 2012-04-24: 0.2.1
148
-
- Fuzzy Search plugin, `.filter()` changes and bug fixes *[Read more »](http://jonnystromberg.com/listjs-0-2-1-release-notes/)*
178
+
179
+
- Fuzzy Search plugin, `.filter()` changes and bug fixes _[Read more »](http://jonnystromberg.com/listjs-0-2-1-release-notes/)_
149
180
150
181
### 2012-01-23: 0.2.0
151
-
- Lots of updates and interesting features. *[Read more »](http://jonnystromberg.com/listjs-0-2-0-plugins-paging/)*
182
+
183
+
- Lots of updates and interesting features. _[Read more »](http://jonnystromberg.com/listjs-0-2-0-plugins-paging/)_
152
184
153
185
### 2011-12-15: 0.1.4
186
+
154
187
-`.filters()`, `.sort()` and `.search()` now deped on each other. If the list is filtered and then there is a search, the items hidden by the filters will stay hidden etc.
155
188
-`.filter()` is the only way to reset filter. `.filter(false)` does not work anymore.
156
189
157
190
### 2011-11-29: 0.1.3 release
191
+
158
192
- Added function `.clear()` that removes all items from the list
159
193
- Changed the sort function to be based on `data-sort` instead of `rel`
160
194
- When sorting one category, all sort-related classes will be removed from the other sort buttons
161
195
- Updated `.sort(valueName, sortFunction)` to `.sort(valueName, options)`, se more info in the documentation
162
196
163
197
### 2011-11-16: 0.1.2 release
198
+
164
199
- Sorting is now indicated by class `asc` or `desc` at sorting buttons
165
-
- Added three new small helper functions `hasClass(element, class)`, `addClass(element, class)``
166
-
and `removeClass(element, class)`</li>
200
+
- Added three new small helper functions `hasClass(element, class)`, ` addClass(element, class)`` and `removeClass(element, class)`</li>
167
201
168
202
### 2011-10-20: 0.1.1 release
203
+
169
204
- Added possibility to reverse sort the list
170
205
171
206
### 2011-10-18: 0.1 release
207
+
172
208
- Examples at Listjs.com works in IE7,8,9 (IE6 is not tested, should work)
173
209
- More documentation
174
210
- Misc bug fixes
175
211
176
212
### 2011-10-15 Final alpha 0.3 release
213
+
177
214
- More documentation
178
215
- Only show 200 items at same time, huge speed increase
|  | 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 ;)
|| 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 ;) |
0 commit comments