New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@slickgrid-universal/utils

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/utils - npm Package Versions

1
6

4.4.1

Diff

Changelog

Source

4.4.1 (2024-02-13)

Bug Fixes

  • 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

Features

  • ExcelExport: migrate to Excel-Export-Vanilla (ESM) (#1383) (f3838b3) - by @ghiscoding
ghiscoding
published 4.4.0 •

Changelog

Source

4.4.0 (2024-02-12)

Bug Fixes

  • 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

Features

  • ExcelExport: migrate to Excel-Export-Vanilla (ESM) (#1383) (f3838b3) - by @ghiscoding
ghiscoding
published 4.3.0 •

Changelog

Source

4.3.0 (2024-01-20)

Bug Fixes

  • getCellFromPoint() should return row/cell -1 outside grid canvas (#1325) (b483e62) - by @ghiscoding
  • add grid & cell role for screen ready accessibility (#1337) (7309fa8) - by @ghiscoding
  • core: allow extra spaces in headerCssClass & other cssClass (#1303) (59ebaa6) - by @ghiscoding
  • core: allow extra spaces to be striped to any css classes (#1352) (e5e29c0) - by @ghiscoding
  • core: column resize handle could throw when invalid elm (#1344) (41f6058) - by @ghiscoding
  • core: DataView inlineFilters should allow ES6 arrow functions (#1304) (25b9a10) - by @ghiscoding
  • core: don't show column header empty title tooltip (#1317) (8b20407) - by @ghiscoding
  • core: EventHandler subscribed event should be SlickEventData type (#1327) (2573310) - by @ghiscoding
  • core: remove editor keydown keyCaptureList duplicate code (#1322) (c5f6b85) - by @ghiscoding
  • core: SlickEvent handler event should be type of ArgType (#1328) (a9cb8ee), closes #1327 - by @ghiscoding
  • demo: Unsaved Cell CSS Styling follow sort/filter/pagination (#1313) (7619579) - by @ghiscoding
  • Editors/Filters should create SlickEventData with event arg (#1326) (e008902) - by @ghiscoding
  • plugin: CustomDataView for CellSelectionModel & SlickCustomTooltip (#1306) (3bdd300) - by @ghiscoding
  • regression with onSelectedRowsChanged not receiving correct caller prop (#1341) (03cad4a) - by @ghiscoding
  • SlickEmptyWarningComponent should accept native HTML for CSP safe (#1333) (4740f96) - by @ghiscoding
  • when onDragInit return false it should stop (#1340) (d9c714c), closes #1339 - by @ghiscoding
  • when onResizeStart return false it should stop (#1339) (5a3bd1c) - by @ghiscoding

Features

  • add name option to CheckboxSelectColumn plugin on columDef (#1331) (abe344b) - by @ghiscoding
  • add onBeforePasteCell event to excel copy buffer (#1298) (22037ca) - by @zewa666
  • add column reorderable option to optionally lock a column (#1357) (44f6c08) - by @ghiscoding
  • convert CheckSelectColumn plugin to native HTML for CSP safe code (#1332) (2b9216d) - by @ghiscoding
  • core: expose all SlickEvent via internal PubSub Service (#1311) (f56edef) - by @ghiscoding
  • editor: auto commit before save; add onBeforeEditMode callback (#1353) (f33bf52) - by @zewa666
  • plugin: new Row Based Editor (#1323) (64d464c) - by @zewa666

Performance Improvements

  • resizer: autosizeColumns is called too many times on page load (#1343) (e02ac55) - by @ghiscoding
ghiscoding
published 4.2.0 •

Changelog

Source

4.2.0 (2023-12-30)

Bug Fixes

  • updateColumns() should be public use with column hidden (#1288) (211180b) - by @ghiscoding
  • applyDefaults use provided grid options before applying defaults (#1283) (7fc772f) - by @ghiscoding
  • core: SlickGroupItemMetadataProvider should implements SlickPlugin (#1294) (5aac2b6) - by @ghiscoding
  • core: add missing option to control row highlight duration after CRUD (#1278) (8240c8c) - by @ghiscoding
  • GroupingGetterFunction should be allowed to return arbitrary value (#1296) (3807116) - by @ghiscoding
  • RowDetail: sort change should collapse all Row Detail (#1284) (21f6031) - by @ghiscoding
  • use correct argument type on setData() (#1287) (0b0b86c) - by @ghiscoding

Features

  • (re)add option to cancel Row Detail opening (#1286) (f08925c) - by @ghiscoding
  • datasetIdPropertyName respected in newRowCreator (#1279) (9d60a9d) - by @zewa666
  • make DataView Grouping compileAccumulatorLoop CSP safe (#1295) (af82208) - by @ghiscoding

Performance Improvements

  • prefer .forEach over for...in and for...of (#1281) (9cc6941) - by @ghiscoding
ghiscoding
published 4.1.0 •

Changelog

Source

4.1.0 (2023-12-21)

Bug Fixes

  • composite: onSave always include last dataContext on few inserts (#1271) (14791e7) - by @ghiscoding
  • npm: publish src folder for source maps, fixes downstream builds (#1269) (701da75) - by @ghiscoding

Features

  • core: add rowHighlightCssClass & highlightRow() to SlickGrid (#1272) (31c38ad) - by @ghiscoding
  • utils: replace slick-core extend utils with node-extend (#1277) (3439118) - by @ghiscoding
ghiscoding
published 4.0.2 •

Changelog

Source

4.0.2 (2023-12-15)

ghiscoding
published 4.0.1-alpha.1 •

Changelog

Source

4.0.1-alpha.1 (2023-12-12)

Bug Fixes

  • changing enableCellNavigation grid option not working (#1262) (b7de0f1) - by @ghiscoding
ghiscoding
published 4.0.1-alpha.0 •

Changelog

Source

4.0.1-alpha.0 (2023-12-10)

Bug Fixes

  • 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
ghiscoding
published 4.0.0-alpha.0 •

Changelog

Source

4.0.0-alpha.0 (2023-12-09)

Bug Fixes

  • 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

Features

  • 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

Performance Improvements

  • skip reapplying empty html when target is already empty (#1230) (ba99fae) - by @ghiscoding
ghiscoding
published 3.7.0 •

Changelog

Source

3.7.0 (2023-12-08)

Bug Fixes

  • 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

Features

  • Formatters: add new Formatters.iconBoolean for icon w/truthy val (#1228) (17ab965) - by @ghiscoding
  • GraphQL: Provide ability to specify operationName (#1224) (4db6c34) - by @Harsgalt86
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