Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slickgrid

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slickgrid - npm Package Versions

13
13

5.10.0

Diff

Changelog

Source

5.10.0 (2024-06-19)

Bug Fixes

  • Draggable Grouping drop zone in preheader should take full width (#1025) (2c0a41f)

  • Draggable Grouping onColumnsReordered missing impactedColumns (#1026) (3d342cc)

  • make sure pager element exists before toggling CSS classes (#1028) (fe46af0)

Features

  • add iconButtonContainer option to Grid Menu (#1018) (56a24db)

  • add new preventDragFromKeys grid option (#1024) (b82f476)

  • add onPreHeaderContextMenu for Column Picker usage (#1030) (ea2c175)

  • add optional Top-Header for Drag Grouping + Header Grouping (#1029) (cec789c)

ghiscoding
published 5.9.2 •

Changelog

Source

5.9.2 (2024-05-07)

Bug Fixes

  • Fix: Tweak setupColumnSort() to fix exception when col no longer exists (#1016)
ghiscoding
published 5.9.1 •

Changelog

Source

5.9.1 (2024-04-16)

Bug Fixes

  • Remove ForceFit deprecation message, fixes (#603)

  • CellExternalCopyManager plugin restores focus on paste

ghiscoding
published 5.9.0 •

Changelog

Source

5.9.0 (2024-04-06)

Bug Fixes

  • default SlickGrid editors are not assignable to column field 'editor' (#1005) (9e1de20)

  • Editor.keyCaptureList is an array of numbers (#1006) (fbbff04)

  • primary entry point to the program isn't set correctly (#1008) (0714221)

Features

  • add the ability to receive extra filter arguments (#1007) (e22d814)
ghiscoding
published 5.8.3 •

Changelog

Source

5.8.3 (2024-03-30)

Bug Fixes

  • don't exclude mixin/var SASS files from prod build, fixes #1003 (a4f980e)
ghiscoding
published 5.8.2 •

Changelog

Source

5.8.2 (2024-03-16)

Bug Fixes

  • column.editor and gridOptions.editorFactory type changed (#995) (e02cf64)

  • realtime trading demo grouping wasn't working (#991) (180e4e7)

ghiscoding
published 5.8.1 •

Changelog

Source

5.8.1 (2024-02-13)

Bug Fixes

fix for hidden column issue fixes (#985) (02d0fd2b)

Performance Improvements

  • core: convert for..in to Object.keys().forEach for better perf (#987) (c0f7b7c)
ghiscoding
published 5.8.0 •

Changelog

Source

5.8.0 (2024-01-20)

Bug Fixes

  • add grid & cell role for screen ready accessibility, fixes #518 (#976) (f4184ef)

  • add missing option to control row highlight duration (#982) (4a49239)

  • core: SlickEvent handler event should be type of ArgType (#970) (1d1b727), closes #969 #967

  • DataView options should be optional (TypeScript) (feb154c)

  • don't show column header empty title tooltip (#964) (8ee0f2c)

  • EventHandler subscribed event should be SlickEventData type (#969) (d960f90), closes #967

  • legacyAutosizeColumns should push hidden width as 0 (#977) (ab634eb)

  • regression with onSelectedRowsChanged not receiving correct caller prop (#980) (ffbb335)

  • TS build error from ItemMetadata and Column intefaces (e8fd4c8)

  • updatePagingStatusFromView() should partial PagingInfo (28198a8)

  • when onDragInit return false it should stop (#979) (5471666), closes #978

  • when onResizeStart return false it should stop (#978) (8c659c9)

Features

  • add name option to CheckboxSelectColumn plugin on columDef (#972) (039f4ae)

  • add column reorderable option to optionally lock a column (#983) (fbcac63)

  • change CheckSelectColumn plugin to native HTML for CSP safe code (#973) (bef663c)

ghiscoding
published 5.7.1 •

Changelog

Source

5.7.1 (2024-01-06)

Bug Fixes

  • allow extra spaces in headerCssClass and other cssClass (#960) (dc30aea)

  • CellSelectionModel for CustomDataView and SlickCustomTooltip (#963) (a8b48eb)

  • DataView inlineFilters should allow ES6 arrow functions (#962) (d7d1f6d)

ghiscoding
published 5.7.0 •

Changelog

Source

5.7.0 (2023-12-29)

Bug Fixes

  • updateColumns() should be public use with column hidden (0dc5f6d)

  • updateColumns() should be public use with column hidden (ee8f72f)

  • applyDefaults should make sure grid options object is defined (13d2ed0)

  • applyDefaults use provided grid options before applying defaults (7867d49)

  • changing enableCellNavigation grid option not working (#949) (861a268)

  • core: SlickEventHandler should infer handler args Types (#948) (95d2156)

  • deps: update all dependencies & require Node 18 (#959) (ddbf5bb)

  • GroupItemMetaDataProvider should implements SlickPlugin (#956) (508aa7b)

  • use correct argument type on setData() (0402700)

Features

  • change DataView Grouping compileAccumulatorLoop for CSP safe (#952) (be5f74e)

  • core: add rowHighlightCssClass & highlightRow() to SlickGrid (#950) (33e9f2e)

Performance Improvements

  • prefer .forEach over for...in and for...of (#953) (1938048)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc