@slickgrid-universal/pagination-component
Advanced tools
Changelog
4.0.1-alpha.0 (2023-12-10)
stripTags
shouldn't throw with null/undefined (8f706fc) - by @ghiscoding
core: SlickEventHandler handler args should have Types (#1261) (a33129b) - by @ghiscoding
regression, Row Detail no longer displayed after CSP safe code (#1259) (a35f0a4) - by @ghiscoding
utils: undefined html shouldn't throw on stripTags (05361e7) - by @ghiscoding
Changelog
4.0.0-alpha.0 (2023-12-09)
setActiveCellInternal()
should not throw when cell/row undefined (dbe6413) - by @ghiscoding
change dynamic html string w/CSP safe code to fix scroll (#1210) (cd03907) - by @ghiscoding
Draggable shouldn't trigger dragEnd without first dragging (#1211) (47cb36e) - by @ghiscoding
escape glob pattern for SASS copy to work in CI (0590b24) - by @ghiscoding-SE
only allow row drag on cell w/dnd
or cell-reorder
, fix #937 (6a2ab55), closes #897 - by @ghiscoding-SE
remove CellRange, SlickRange, SlickGroup, ... unused interfaces (#1219) (a4cc469) - by @ghiscoding
the devMode
should be false
or an object with other options (ac57992) - by @ghiscoding-SE
the devMode
should be false
or an object with other options (ad2285a) - by @ghiscoding-SE
try adding sort icon on non sortable
column shouldn't throw (4791fc8) - by @ghiscoding-SE
convert GroupItemMetadataProvider Formatter to native HTML for CSP (#1215) (d723856) - by @ghiscoding
introduce devMode to support nodejs based unit testing (#1251) (596737d) - by @ghiscoding
remove unnecessary Formatters, replace by cssClass
(#1225) (de26496) - by @ghiscoding
rewrite all Formatters as native HTML elements (#1229) (5cb4dd5) - by @ghiscoding
use PubSub Service singleton to subscribe to any SlickEvent (#1248) (388bd11) - by @ghiscoding
Changelog
3.7.0 (2023-12-08)
cell selection range with key combos were incorrect (#1244) (79d86fe) - by @ghiscoding
DraggableGrouping & Select Filter collectionAsync
mem leaks (#1247) (7dcf53a) - by @ghiscoding
formatters: show console error on invalid multiple formatters (#1227) (fd69ac0) - by @ghiscoding
registered external resouces should keep singleton ref (#1242) (adf2054) - by @ghiscoding
Changelog
3.5.0 (2023-11-10)
common: SlickCellRangeSelector shouldn't stop editor event bubbling (#1183) (7bb9d25) - by @ghiscoding
graphql: deprecate isWithCursor
in favor of simpler useCursor
(#1187) (7b3590f) - by @ghiscoding
pagination: should recreate pagination on cursor based changed (#1175) (c7836aa) - by @ghiscoding
styles: menu command with & without icons aren't aligned (#1180) (35f040d) - by @ghiscoding