corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 ### Latest release (2017-02-22)
2  
3 #### v1.11.1
4  
5 - fix(js): fix #2439, `filterBy` cannot filter array keys
6 - fix(js): fix #2424, from html with checkbox bug
7 - fix(js): fix #2385, checkbox render bug with formatter
8 - fix(js): fix #750, showRow and hideRow bug
9 - fix(js): fix #2387, page list bug
10 - fix(js): decrement totalRows on remove if using server side pagination
11 - fix(js): bug in the calculation of toolbar and pagination heights
12 - feat(js): fix #2414, add `paginationLoop` option
13 - feat(js): update method `getRowsHidden` to `getHiddenRows`
14 - feat(js): add `sortClass` option
15 - feat(js): add `totalField` Option
16 - feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
17 - feat(js): add `escape` column option
18 - fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
19 - fix(js): fix #2879, IE8 bug
20 - fix(js): fix #2719, remove `tabindex`
21 - fix(css): fix #2208, dropdown-menu style bug
22 - fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
23 - fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
24 - fix(reorder-row extension): fix #1343, reorder rows bug with pagination
25 - fix(cookie extension): correction regex to match 'mi'
26 - feat(locale): fix #2759, add es-CL and uz-UZ locales
27 - feat(cookie extension): fix #2386, add `getCookies` method
28 - feat(cookie extension): fix #2371, add `cookieStorage` option
29 - feat(multiple-selection-row extension): add multiple-selection-row extension
30 - feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
31 - feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
32 - feat(filter-control extension): fix #2189, set placeholder of the filter-control input
33 - feat(print extension): add print extension
34 - feat(auto-refresh extension): add auto refresh extension
35 - feat(tree-column extension): add tree column extension