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

3.6.0

Diff

Changelog

Source

3.6.0 (2023-11-26)

Features

  • Column.excludeFieldFromQuery, exclude field but keep fields array (#1217) (85cc514) - by @Harsgalt86
ghiscoding
published 3.5.1 •

Changelog

Source

3.5.1 (2023-11-13)

Bug Fixes

  • common: ms-select-vanilla requires @types/trusted-types dep (#1190) (284a379) - by @ghiscoding
  • improve build & types exports for all targets, Node, CJS/ESM (#1188) (980fd68) - by @ghiscoding
ghiscoding
published 3.4.0 •

Changelog

Source

3.4.0 (2023-11-02)

Bug Fixes

  • common: unbindAll with a group name should remove all tagged ones (#1152) (5014354), closes #1150 - by @ghiscoding
  • common: calling bind with multiple events should add group name (#1157) (9023b54), closes #1150 - by @ghiscoding
  • common: clicking Menu close button should only close current menu (#1160) (b524ef1) - by @ghiscoding
  • common: context menu should close when clicking another cell (#1163) (bd132c5) - by @ghiscoding
  • common: disable throwWhenFrozenNotAllViewable w/frozen grids (#1149) (9a06875) - by @ghiscoding
  • common: make sure destroy is a function before calling it (#1148) (dba9606) - by @ghiscoding
  • common: mouseover disabled sub-menu shouldn't open it (#1167) (550f103) - by @ghiscoding
  • common: replace innerHTML: '×' with textContent: '×' (#1156) (e8b2cfb) - by @ghiscoding
  • common: rollback event capture causing multiple calls (#1168) (90876c9) - by @ghiscoding
  • deprecate HeaderMenu items in favor of commandItems (634441c) - by @ghiscoding
  • deprecate HeaderMenu items in favor of commandItems (#1159) (2b26d6d) - by @ghiscoding
  • deps: update all non-major dependencies (#1136) (a755b0f) - by @renovate-bot
  • deps: update all non-major dependencies (#1138) (82a602e) - by @renovate-bot
  • gridMenu: remove GridMenu from DOM after closing it (#1169) (87b242f) - by @ghiscoding
  • move innerHTML as separate assignment to improve CSP trusted types (#1162) (9c6a002) - by @ghiscoding

Features

  • add subMenuOpenByEvent option to open sub-menus via mouseover (#1161) (609f88b) - by @ghiscoding
  • add sub-menu(s) to CellMenu & ContextMenu plugins (#1141) (bd18af1) - by @ghiscoding
  • add sub-menu(s) to GridMenu plugin (#1151) (5178310) - by @ghiscoding
  • add sub-menu(s) to HeaderMenu plugin (#1158) (eeab42e) - by @ghiscoding
  • add support for grid inside Shadow DOM (#1166) (f7b8c46) - by @ghiscoding
  • common: add group name to bind and unbindAll methods (#1150) (6c3b90e) - by @ghiscoding
  • common: create ColumnPicker dynamically every time (#1165) (7e8d80e) - by @ghiscoding
  • graphql: add optional cursor pagination to GraphQL backend service (#1153) (29579b2) - by @Harsgalt86
ghiscoding
published 3.3.2 •

Changelog

Source

3.3.2 (2023-10-06)

Bug Fixes

  • graphql: column with complex object could throw null pointer exception (#1130) (f3c85b8) - by @Harsgalt86
ghiscoding
published 3.1.0 •

Changelog

Source

3.1.0 (2023-07-20)

Features

  • common: add optional scrollIntoView to GridService addItems (#1043) (a6d194a) - by @ghiscoding

Bug Fixes

  • deps: update dependency dompurify to ^3.0.5 (#1030) (728bc58) - by @renovate-bot

  • plugins: RowMoveManager shouldn't add cssClass when not usable (#1044) (f25eeec) - by @ghiscoding

ghiscoding
published 3.0.1 •

Changelog

Source

3.0.1 (2023-07-01)

Bug Fixes

  • common: Select Filter/Editor regular text shouldn't be html encoded (#1011) (c203a2c), closes #976 - by @ghiscoding
  • deps: update all non-major dependencies (#1016) (c34ed84) - by @renovate-bot
  • deps: update dependency autocompleter to ^8.0.4 (#996) (3adf3a1) - by @renovate-bot
  • deps: update dependency conventional-changelog-conventionalcommits to v6 (#990) (b3fbcf5) - by @renovate-bot
  • deps: update dependency slickgrid to ^4.0.1 (#1017) (2750816) - by @renovate-bot
  • GridState: calling getAssociatedGridColumns should extend column (#1014) (77cec0c) - by @ghiscoding
  • GridState: calling getAssociatedGridColumns should extend column (part2) (#1015) (3ea1d02) - by @ghiscoding
  • grouping: DraggableGrouping could throw when leaving page (#1019) (c233a9c) - by @ghiscoding
ghiscoding
published 3.0.0 •

Changelog

Source

3.0.0 (2023-05-29)

ghiscoding
published 3.0.0-beta.0 •

Changelog

Source

3.0.0-beta.0 (2023-05-20)

⚠ BREAKING CHANGES

  • drop jQuery requirement (#962)

  • common: migrate to multiple-select-vanilla (#919)

Features

  • common: migrate to multiple-select-vanilla (#919) (bc74207) - by @ghiscoding
  • drop jQuery requirement (#962) (3da21da) - by @ghiscoding
ghiscoding
published 2.6.4 •

Changelog

Source

2.6.4 (2023-05-20)

Bug Fixes

  • binding: remove unnecessary sanitizer in BindingService (#947) (32a9a35) - by @ghiscoding
  • core: add better aria accessibility missing on menus and checkboxes (#968) (8041c11) - by @ghiscoding
  • core: set wheel event listener to passive for better perf (#971) (e4417e8) - by @ghiscoding
  • deps: update all non-major dependencies (#975) (c4313b0) - by @renovate-bot
  • deps: update dependency @faker-js/faker to v8 (#973) (0f2837e) - by @renovate-bot
  • export: fix negative number exports to Excel (#977) (edf5721) - by @ghiscoding
  • SlickDraggableGrouping should hide group elms when dragging (#965) (6601998) - by @ghiscoding
ghiscoding
published 2.6.2 •

Changelog

Source

2.6.2 (2023-03-03)

Bug Fixes

  • draggable grouping shouldn't throw error when dynamically changing columns (#922) (07a39dc) - by @dmitov92
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