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

@slickgrid-universal/custom-tooltip-plugin

Package Overview
Dependencies
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/custom-tooltip-plugin - npm Package Versions

23
10

5.12.2

Diff

Changelog

Source

5.12.2 (2025-02-08)

Bug Fixes

  • add an explicit check to bound element to work around monkey patching issues (#1839) (7ccede6), closes #1835 - by @zewa666
  • resize grid height even dataset is empty (#1832) (0ba1160) - by @ghiscoding
  • vue: Row Detail were not unmounted correctly before recreating them (#1840) (080e815) - by @ghiscoding
ghiscoding
published 5.12.1 •

Changelog

Source

5.12.1 (2025-01-25)

Bug Fixes

  • add missing slick-filter class (a82535e) - by @ghiscoding
  • core: using SlickGrid setOptions() was overriding object prop (#1821) (0c5210f) - by @ghiscoding
  • Header Menu was offset when header/footer slots provided (#1812) (320db40) - by @ghiscoding
  • inherit color for icon colors on Default Theme (a528da3) - by @ghiscoding
  • resizer: add autoResize.autoHeight to resize by dataset length (#1820) (f278140) - by @ghiscoding
  • RowSpan should work with Excel Export and merge cells (#1819) (8b0d4a3) - by @ghiscoding
  • styling: slick filters should always be full width in flex (8f4c35d) - by @ghiscoding
  • vue: prefer Ref<Column[]> to avoid template type mismatch (#1816) (0351a18) - by @ghiscoding
  • vue: remove column definition defineModel type (#1815) (475baf7) - by @ghiscoding
  • vue: show how to use Vue Component in a Formatter (#1817) (5533913) - by @ghiscoding
ghiscoding
published 5.12.0 •

Changelog

Source

5.12.0 (2025-01-21)

Features

  • add initialGroupBy to Draggable Grouping (#1800) (27ec3d1) - by @ghiscoding
  • add a Default Theme to avoid requiring certain Bootstrap styling (#1806) (f9b2164) - by @ghiscoding
  • add Custom Global Item Data Provider (#1794) (8b78201) - by @ghiscoding
  • add final rowspan implementation (#1798) (5d0f58e) - by @ghiscoding
  • vue: add rowspan to Slickgrid-Vue (#1804) (e58c0cb) - by @ghiscoding

Bug Fixes

  • add missing slick-filter class & flex align header filters (78478ab) - by @ghiscoding
  • core: add missing key shortcuts for navigation & cell selections (#1788) (972783e) - by @ghiscoding
  • deps: update vue.js dependencies (#1781) (eeed5f7) - by @renovate-bot
  • deps: update vue.js dependencies (#1801) (5a4c3f7) - by @renovate-bot
  • Group Titles should be aligned in center (b359fa3) - by @ghiscoding
  • never activate more than 1 cell, clear any previous active CSS class (#1797) (8b02e06) - by @ghiscoding
  • opening Header Menu shouldn't add Active Header Cell (#1807) (a7364bb) - by @ghiscoding
  • remove "active" CSS classes before navigating to another cell (#1791) (38a7f81) - by @ghiscoding
  • shift+mousewheel should scroll horizontally (#1792) (a04fb21) - by @ghiscoding
  • vue: add all missing events to Slickgrid-Vue props def (cbd9e6c) - by @ghiscoding
ghiscoding
published 5.11.0 •

Changelog

Source

5.11.0 (2024-12-14)

Features

  • create new Slickgrid-Vue package to support VueJS framework (#1753) (ec4323b) - by @ghiscoding
  • dynamically create grid from imported CSV data (#1772) (2c32450) - by @ghiscoding
  • vanilla: allow using component w/o grid options (#1770) (f61bf18) - by @ghiscoding
  • vue: allow using SlickgridVue component w/o grid options (#1771) (2a24968) - by @ghiscoding
  • vue: dynamically create grid from imported CSV data (#1773) (d67d339) - by @ghiscoding
  • vue: make I18Next totally optional in Slickgrid-Vue (#1765) (9a225c9) - by @ghiscoding

Bug Fixes

  • add missing Collection Observer disconnect method (#1761) (68a2110) - by @ghiscoding
  • add missing collection observer in Vue grid implementation (#1762) (a99d143) - by @ghiscoding
  • deps: update vue.js dependencies (#1776) (6060d94) - by @renovate-bot
  • vue: use dts w/Rollup to fix types & pass "are the types wrong" (#1766) (30fa904) - by @ghiscoding
ghiscoding
published 5.10.2 •

Changelog

Source

5.10.2 (2024-11-30)

Bug Fixes

  • add "frozen" class to all slick-pane for easier styling (#1752) (33a8a38) - by @ghiscoding
  • Composite Editor should reapply original when exist & form is reset (#1739) (f709b56) - by @ghiscoding
  • ensure DOM alterations during initialization are always cleaned up (#1751) (c65466f) - by @ghiscoding
  • ExternalCopyManager shouldn't change body scroll pos, fixes #1078 (#1741) (5bf633c) - by @ghiscoding
  • icons should have default black color instead of inherit (af9f5db) - by @ghiscoding
  • input filter loses focus after edit+filtering with enableExcelCopyBuffer (#1750) (b2f4f52) - by @ghiscoding
  • setting filter dynamically shouldn't make body taller (#1748) (41e4317) - by @ghiscoding
ghiscoding
published 5.10.1 •

Changelog

Source

5.10.1 (2024-11-09)

Bug Fixes

  • date editor clear/reset not working in composite editor (#1735) (976bd23) - by @ghiscoding
  • editor: add missing changeEditorOption() for Composite Editor (#1733) (b43b53b) - by @ghiscoding
  • hideColumnByIds wasn't hiding columns properly (#1738) (da89db4) - by @ghiscoding
  • hideColumnByIds() should call setColumn() only once (#1736) (0ba1a93) - by @ghiscoding
  • hiding column(s) returned incorrect Grid State changes data (#1737) (59a47b8) - by @ghiscoding
  • Material Theme primary color should be reassigned & forwarded (a786038) - by @ghiscoding
  • Material Theme primary color should be reassigned & forwarded (b3f4a23) - by @ghiscoding
  • more ms-select Dark Mode styling fixes (810ce40) - by @ghiscoding
  • remove $primary-color & fix more styling issues for ms-select (2841dbc) - by @ghiscoding
  • small box-shadow fix on ms-select filter in focus (23ec036) - by @ghiscoding
ghiscoding
published 5.10.0 •

Changelog

Source

5.10.0 (2024-11-02)

Features

  • switch to SASS @use and remove any @import to fix deprecations (ba58eab) - by @ghiscoding

Bug Fixes

  • add more SASS styling fixes & fix box-shadow w/filled filters (2fc5dad) - by @ghiscoding
  • couple of SASS styling fixes (d87912b) - by @ghiscoding
  • decrease ColumnPicker/GridMenu min-height to 150px (5041c95) - by @ghiscoding
ghiscoding
published 5.9.0 •

Changelog

Source

5.9.0 (2024-10-19)

Features

  • allow providing a Custom Pagination (4a2bfc8) - by @ghiscoding

Bug Fixes

  • Column Picker should auto-position left/right with available space (48c2d13) - by @ghiscoding
  • deps: update all non-major dependencies (fcc779b) - by @renovate-bot
  • move DI to init() to make Pagination Comp working with all ports (cd30686) - by @ghiscoding

Performance Improvements

  • remove unnecessary events to re-render Header Grouping (ce02f0f) - by @ghiscoding
ghiscoding
published 5.8.0 •

Changelog

Source

5.8.0 (2024-09-29)

Features

  • allow overriding readOnly behavior of dateEditor (d4da489) - by @zewa666
  • home and end key stop propagation in editors (d143820) - by @zewa666
  • PubSub: allow multiple subcribe events for a single callback (6d39c2c) - by @ghiscoding
  • update according to review; add unit tests (eb176de) - by @zewa666

Bug Fixes

  • allowInput instead of allowEdit (8318853) - by @zewa666
  • Date parsing shouldn't fail & dateIso type should accept time (a3e5a49) - by @ghiscoding
  • styling: SASS deprecated lighten and darken methods (a66506f) - by @ghiscoding

Performance Improvements

  • improve Date Sorting by optionally pre-parsing date items (6678139) - by @ghiscoding
  • treeData: huge time decrease to expandAll/collapseAll tree grid (98bd334) - by @ghiscoding
ghiscoding
published 5.7.0 •

Changelog

Source

5.7.0 (2024-09-14)

Features

  • add warning if necessary rows aren't added (6471248) - by @zewa666
  • matching border color for range selector in darkmode (aec04ed) - by @zewa666
  • switch darkmode inside init (908e7aa) - by @zewa666

Bug Fixes

  • composite editor wrong selector (77b89c6) - by @zewa666
  • core: Autocomplete Editor shouldn't navigate down twice on enter (4f9eb36) - by @ghiscoding
  • deps: update dependency @faker-js/faker to v9 (5e9ffb2) - by @renovate-bot
  • do not create empty object rows, use newRowCreator instead (a170560) - by @zewa666
  • styling: add missing !default to a few SASS variables (6779947) - by @ghiscoding-SE
  • TreeData: identifier is not always "id' when unflattening (78653f9) - by @ghiscoding-SE
  • TreeData: Reset the childrens prop when unflattening dataset in case it is being reused (cf70729) - by @jano-kucera

Performance Improvements

  • Reduce iterative time complexity, fixes #1668 (8a95b8ae - by @Vsinghal339-source
  • Optimize SlickGrid handleSelectedRangesChanged by using Set ac7e6f9 - by @Vsinghal339-source
  • don't invalidate grid rows more than once, fixes #1678 (a5b9647) - by @ghiscoding
  • RowDetail: use Set to improve perf with Row Detail (5abfd41) - by @ghiscoding
  • use Set to improve perf when read current values (56dfe92), closes #1670 - by @ghiscoding
23
10
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