@slickgrid-universal/custom-footer-component
Advanced tools
Changelog
4.6.1 (2024-03-31)
common: move DOMPurify/SortableJS @types as dependencies (51eaec7) - by @ghiscoding
common: switch to autocompleter-es
to get ESM build (#1449) (aa59334) - by @ghiscoding
improve Dark Mode styling for icons barely visible in dark (16b1a6e) - by @ghiscoding
pubsub: externalize PubSub event to SlickEventData to stop bubbling (#1444) (973d0ab) - by @ghiscoding
revisit package exports
to pass "are the types wrong" (#1440) (20229f7) - by @ghiscoding
styling: missing/too many borders compound filters w/group addon (#1446) (863933f) - by @ghiscoding
tooltip: allow multiple tooltips per grid cell (#1448) (061c4a0) - by @ghiscoding
Changelog
4.6.0 (2024-03-23)
column.editor
and gridOptions.editorFactory
type changed (#1428) (bf8c5b9) - by @ghiscodingtype
imports and exports (#1432) (cce4693) - by @ghiscodingtype
imports and exports (#1437) (324c4fe) - by @ghiscodingmodel
Type of FilterConstructor
(#1430) (3f3e952) - by @ghiscodingChangelog
4.5.0 (2024-03-05)
auto-resize not just grid but also headers for Salesforce tabs (#1395) (6180461) - by @ghiscoding
common: switch to isomorphic-dompurify
for SSR support (#1413) (b619453), closes /github.com/ghiscoding/Angular-Slickgrid/discussions/838#discussioncomment-8574215 - by @ghiscoding
core: add extra checks for some objects to be a bit more strict (#1404) (8b95c50) - by @ghiscoding
plugin: the RowMove plugin cell should be selectable (#1408) (8c01a13) - by @ghiscoding
styling: add full width to grid container (#1409) (eedc162) - by @ghiscoding
styling: add menu shadow & increase contrast for Dark Mode (bff2da0) - by @ghiscoding
styling: ms-select filter should use same color as other filters (#1396) (a30d590) - by @ghiscoding
styling: ms-select highlight bg-color same as nav highlight (fe77341) - by @ghiscoding-SE
styling: properly align flexbox ms-select icon+text vertically (#1397) (e744d02) - by @ghiscoding
styling: remove header menu open class for Dark Mode (6a2e7e1) - by @ghiscoding
styling: tweak Composite Editor form disabled buttons style (5052ba1) - by @ghiscoding
common: upgrade multiple-select-vanilla
to v2 (#1401) (d6bb1d7) - by @ghiscoding
deps: simplify package TS Types exports (#1402) (19bac52) - by @ghiscoding
editor: add onRendered
lifecycle callback option (#1410) (9d348d6) - by @ghiscoding
styling: add Dark Mode grid option (#1407) (855151b) - by @ghiscoding
Changelog
4.4.1 (2024-02-13)
ci: disable Husky when pushing new release (#1390) (6f9372e) - by @ghiscoding
core: replace any
types by valid types (#1378) (02c4bc1) - by @ghiscoding
demo: change trading demo full screen z-index lower than ms-select (1f4a9ac) - by @ghiscoding
deps: update all non-major dependencies (#1381) (2562352) - by @renovate-bot
mouse cell selection with active editor (#1382) (17549b8) - by @zewa666
publish: do not npm publish tsconfig.tsbuildinfo
(#1373) (9223338) - by @ghiscoding
Changelog
4.4.0 (2024-02-12)
core: replace any
types by valid types (#1378) (02c4bc1) - by @ghiscoding
demo: change trading demo full screen z-index lower than ms-select (1f4a9ac) - by @ghiscoding
deps: update all non-major dependencies (#1381) (2562352) - by @renovate-bot
mouse cell selection with active editor (#1382) (17549b8) - by @zewa666
publish: do not npm publish tsconfig.tsbuildinfo
(#1373) (9223338) - by @ghiscoding
common: make "ctrl + c" great again (#1379) (3bf59e) - by @zewa666
Changelog
4.3.1 (2024-01-27)
for..in
to Object.keys().forEach
for better perf (#1370) (29111a9) - by @ghiscodingChangelog
4.3.0 (2024-01-20)
getCellFromPoint()
should return row/cell -1 outside grid canvas (#1325) (b483e62) - by @ghiscodingrole
for screen ready accessibility (#1337) (7309fa8) - by @ghiscodingheaderCssClass
& other cssClass
(#1303) (59ebaa6) - by @ghiscodinginlineFilters
should allow ES6 arrow functions (#1304) (25b9a10) - by @ghiscodingonSelectedRowsChanged
not receiving correct caller
prop (#1341) (03cad4a) - by @ghiscodingonDragInit
return false it should stop (#1340) (d9c714c), closes #1339 - by @ghiscodingonResizeStart
return false it should stop (#1339) (5a3bd1c) - by @ghiscodingname
option to CheckboxSelectColumn plugin on columDef (#1331) (abe344b) - by @ghiscodingonBeforePasteCell
event to excel copy buffer (#1298) (22037ca) - by @zewa666reorderable
option to optionally lock a column (#1357) (44f6c08) - by @ghiscodingonBeforeEditMode
callback (#1353) (f33bf52) - by @zewa666Changelog
4.2.0 (2023-12-30)
updateColumns()
should be public use with column hidden (#1288) (211180b) - by @ghiscodingSlickGroupItemMetadataProvider
should implements SlickPlugin
(#1294) (5aac2b6) - by @ghiscodingsetData()
(#1287) (0b0b86c) - by @ghiscodingcompileAccumulatorLoop
CSP safe (#1295) (af82208) - by @ghiscoding