Rob Garrison
6834ec74a9
Docs: add duplicateSpan change
2016-04-06 22:22:18 -05:00
Rob Garrison
053553d4dd
Core: duplicateSpan false now uses textExtraction
...
See http://stackoverflow.com/q/36449711/145346
2016-04-06 22:15:38 -05:00
Rob Garrison
2eb0a1dd1b
Grunt: update dependencies
2016-04-06 22:13:35 -05:00
Rob Garrison
7f4f46e82e
Docs: update jQuery
2016-04-06 22:13:20 -05:00
Rob Garrison
f8c2e4b22d
Grunt: update Qunit
2016-04-06 22:12:47 -05:00
Rob Garrison
9fe5d647ce
Print: Process lazyload images before printing. See #1169
...
Make sure `print_now` is `false`
2016-04-05 11:07:10 -05:00
Rob Garrison
9feb20551e
version bump
2016-04-01 12:07:16 -05:00
Rob Garrison
b1276dc815
Lazyload: trigger window scroll after update. See #1169
2016-04-01 11:53:36 -05:00
Rob Garrison
6bc7a85557
Scroller: throttle scroll event. Fixes #1186
2016-04-01 11:47:38 -05:00
Rob Garrison
610eb33919
Grunt: update dependencies
2016-03-25 21:19:31 -05:00
Rob Garrison
16c625f5a8
Filter: check match on both internal & external filters. See #1177
2016-03-23 19:33:25 -05:00
Rob Garrison
8ed9156cbb
StickyHeaders: Update on table resize for Firefox. Fixes #1183
2016-03-23 11:12:28 -05:00
Rob Garrison
fade388523
version bump
2016-03-18 10:38:01 -05:00
Rob Garrison
15f5cc19e0
Filter: update cache when delayInit set. Fixes #1180
2016-03-18 10:26:28 -05:00
Rob Garrison
5d50d21087
Grunt: update dependencies
2016-03-18 10:25:40 -05:00
Rob Garrison
44c7fab7f8
Readme: add support badges
2016-03-11 15:50:09 -06:00
Rob Garrison
c6514a7671
Docs: More notes about .filtered {display:none}
. See #1172
2016-03-08 15:43:17 -06:00
Rob Garrison
bfee55735f
Filter: Add "filterResetSaved" method. See #1173
2016-03-08 14:39:23 -06:00
Rob Garrison
89e9eaa3c2
Lazyload: change skip_invisible option default to true
2016-03-06 11:54:29 -06:00
Rob Garrison
fe33ed9d60
Lazyload: trigger lazyload after filtering. Fixes #1169
2016-03-06 11:49:08 -06:00
Rob Garrison
1547da983e
Update dependencies
2016-03-05 10:57:16 -06:00
Rob Garrison
4d6c714a0c
Core: Add debug warning when widget is added more than once
2016-03-02 08:12:24 -06:00
Rob Garrison
d74fd843e7
Core: Add debug warning when widget not found
...
See http://stackoverflow.com/a/35713348/145346
2016-03-02 07:58:55 -06:00
Rob Garrison
d089be2734
version bump
2016-03-01 23:00:22 -06:00
Rob Garrison
5fc8ecb3e5
Filter: Add filter_matchType option. Fixes #1170
2016-03-01 22:23:59 -06:00
Rob Garrison
7d326a6975
JSCS cleanup
2016-03-01 20:42:45 -06:00
Rob Garrison
50656376c3
Docs: use filter widget directly for testing changes
2016-03-01 20:42:04 -06:00
Rob Garrison
9dd2d65281
Filter: Correctly use parsed data when set. Fixes #502
2016-03-01 19:40:13 -06:00
Rob Garrison
83402f040a
Math: Leave table in place or filter input lost. Fixes #903
2016-02-25 14:17:20 -06:00
Rob Garrison
7467196ba7
Math: general cleanup & optimization
2016-02-25 13:53:52 -06:00
Rob Garrison
c98a8ce6e8
Docs: Fix link & label
2016-02-24 21:41:37 -06:00
Rob Garrison
fa6c95b3aa
Grunt: update dependencies
2016-02-24 21:32:42 -06:00
Rob Garrison
623e442223
Update dist folder
2016-02-24 21:32:31 -06:00
Rob Garrison
8c99112332
Scroller: tweak code from #1165 . Fixes #907
2016-02-24 21:31:49 -06:00
Rob Garrison
c391287ce2
Scroller: Fix js error when no caption exists. See #1141
2016-02-24 21:27:12 -06:00
Rob G
f6d3a1587d
Merge pull request #1165 from jasongabel/patch-1
...
Update widget-scroller.js opt no Vertical Scroll
2016-02-24 21:03:02 -06:00
jasongabel
8df4e7a896
Update widget-scroller.js opt no Vertical Scroll
...
If the max-height is set to -1 for example, the the vertical scrollbar is not added because the div is not constrained with a max-height.
However if you set it to 0, javascript sees a 0 as an empty/default value and uses 300 back on this line:
maxHt = wo.scroller_height || 300;
2016-02-24 20:07:24 -05:00
Rob G
777e547ad3
Merge pull request #1164 from Drumsticks1/master
...
Modified stickyHeaderWidget for better performance.
2016-02-24 15:43:16 -06:00
Drumsticks1
ec1a2a7cf3
Modified stickyHeaderWidget for better performance
...
Don't call the checkSizes function anymore on disabling the sticky Header via addHeaderResizeEvent(table, true);
It was an unneccesary performance loss as the gained data wasn't used afterwards.
2016-02-24 21:27:08 +01:00
Rob Garrison
da06d6e563
Docs: get from storage now requires passing an "undefined" value. See #1163
2016-02-24 12:33:06 -06:00
Rob Garrison
b2153b7617
Update dist folder
2016-02-24 12:22:03 -06:00
Rob Garrison
6b8e08b1de
Storage: allow setting a falsy value. Fixes #1163
2016-02-24 12:21:29 -06:00
Rob G
ca24e6b550
Merge pull request #1162 from Drumsticks1/master
...
Fixed memory leak caused by sticky headers widget (#1034 )
2016-02-24 11:08:07 -06:00
Rob Garrison
2fdf197615
Print: stop print event propagation from nested tables. Fixes #1160
2016-02-24 10:57:48 -06:00
Drumsticks1
9807a4f907
Fixed memory leak caused by sticky headers ( #1034 )
2016-02-24 14:44:07 +01:00
Rob Garrison
3855c2e2b5
Dist: update other files in dist folder
2016-02-23 11:52:13 -06:00
Rob Garrison
b0b912ae35
Parser: Add huge number parser. See #1161
2016-02-23 11:51:31 -06:00
Rob Garrison
b31a1a61cd
Editable: Replace pasted content with plain text. See #994
2016-02-21 21:52:03 -06:00
Rob Garrison
2f9fa35e55
Global: Replace array push functions in main loops
2016-02-21 21:47:59 -06:00
Rob Garrison
61f38b81b1
Scroller: Move caption to cloned thead. Fixes #1141
2016-02-18 07:55:15 -06:00