@slickgrid-universal/custom-tooltip-plugin
Advanced tools
Changelog
2.3.0 (2023-01-21)
filters: provide flag to disable special chars input filter parsing (#873) (7e35dae), closes /stackoverflow.com/questions/75155658/in-angular-slickgrid-the-records-with-special-characters-are-not-gett/75160978#75160978 - by @ghiscoding
styling: do not remove ul>li bullet on html root, fixes #868 (#872) (59fa0ba) - by @ghiscoding
Changelog
2.2.0 (2022-12-21)
editors: Autocomplete list should be using same width as cell width (#846) (0055f8a) - by @ghiscoding
export: create custom Excel cell format with Formatters.decimal (#844) (a7a626c) - by @ghiscoding
exports: Date should always export w/Formatter unless false (#856) (1b249e8) - by @ghiscoding
formatters: add all missing Date Formatters (#855) (9d29e59) - by @ghiscoding
formatters: Date Formatter should work with Date object (#854) (30b80e2) - by @ghiscoding
styling: Grid Menu & Col Picker overflow in Firefox (#845) (9b0aef7) - by @ghiscoding
Excel exporter will now observe if numeric type has dollar formatter. If it does, it will use the dollarFormatter stylesheet. (#843) (ebabbaf) - by @austinsimpson
exports: add Excel auto-detect format by field types & formatters (#848) (27a18c4) - by @ghiscoding
exports: add Excel custom cell (column) styling (#851) (dd92d44) - by @ghiscoding
exports: add optional Excel export parser callback functions (#852) (975da5b) - by @ghiscoding
exports: add optional file MIME type to Excel export service (#849) (05402e5) - by @ghiscoding
formatters: add Currency Formatter and GroupTotalFormatter (#850) (ad373ab) - by @ghiscoding
Changelog
2.1.3 (2022-12-08)
common: Date Sorting was shuffling other lines with same dates (#831) (db34213) - by @ghiscoding
common: Resizer Service regression still resize container width (#834) (0db8b7e) - by @ghiscoding
common: Resizer Service should only resize grid not its container (#833) (7d21233) - by @ghiscoding
Grid Menu filtering options should be removed when option disabled (#837) (9bc29d2) - by @ghiscoding
Fix for page being cleared when using copy and paste with selectEditor (#836) (f1cadb33) - by @austinsimpson
Changelog
2.1.2 (2022-12-02)
addons: do not add special columns twice (like Row Selection) (#822) (a80d6f8) - by @ghiscoding
addons: onGroupChanged callback should be executed with Draggable (#826) (35c2631) - by @ghiscoding
all querySelector should be specific to a grid UID (#823) (bc2b65c) - by @ghiscoding
common: remove unused console log (593928a) - by @ghiscoding
core: grid service resetGrid
method wasn't always resetting (57de9c8) - by @ghiscoding
core: grid service resetGrid
method wasn't always resetting (#829) (1ffc382) - by @ghiscoding
styling: editor clear button should always be centered (3e9f330) - by @ghiscoding
styling: focused compound input box-shadow css (2c50c47) - by @ghiscoding
Changelog
2.1.0 (2022-11-17)
build: upgrading to TypeScript 4.9 brought new build issue (#816) (4d46d8a) - by @ghiscoding
common: changing Slider value(s) should update Tooltip instantly (#800) (9c6be27) - by @ghiscoding
common: Slider Range should update both number addons (#803) (3cfd84e) - by @ghiscoding
deps: update dependency autocompleter to v7 (#804) (c298646) - by @renovate-bot
deps: update dependency dompurify to ^2.4.1 (#806) (a33d8fb) - by @renovate-bot
editors: disable browser autofill on the Editors.autocompleter (#776) (fd2cf53) - by @ghiscoding
editors: Slider editor track not showing after Slider filter change (#792) (2ad02d2) - by @ghiscoding
filters: changing Slider value should update tooltip value (#788) (509a31d) - by @ghiscoding
filters: Slider default operator should be greater or equal (>=) (#793) (b895864) - by @ghiscoding
styling: new Slider not flexed correctly (#799) (83a86d0) - by @ghiscoding
toolip: left & right align were inverted (#797) (91c4a5c) - by @ghiscoding
addon: add group by sorting to SlickDraggableGrouping (#814) (962a756) - by @ghiscoding
common: add "targetSelector" to onFilterChanged & Grid State (#813) (a25791a) - by @ghiscoding
common: use editorOptions/filterOptions instead of params (#798) (a3c8b6e) - by @ghiscoding
core: expose EventPubSub Service on SlickerGridInstance (#780) (8ad54b5) - by @ghiscoding
filters: add "target" prop to onBeforeSearchChange
(#796) (c4606fd) - by @ghiscoding
filters: add back Slider Range filter in pure JS (#784) (b84525c) - by @ghiscoding
filters: add grid option skipCompoundOperatorFilterWithNullInput
(#794) (617c88d) - by @ghiscoding
filters: add Slider filter track filled track color (#795) (5fbd9c9) - by @ghiscoding
plugins: sync column definitions to user after plugin adds column (#781) (0755b65) - by @ghiscoding
tooltip: add a new "center" position option to SlickCustomTooltip (#787) (b019de5) - by @ghiscoding