* Added: JetTricks support for Gutenberg editor;
* Added: `Scroll Reveal` extension;
* Added: `Sticky Visibility`, `Scroll Sensitivity`, and `Transition Duration` controls for `Sticky Header` behavior;
* Added: `Show Tooltip On` control for Tooltip extension;
* Fixed: word count calculation in Unfold widget;
* Fixed: trigger `Scroll to Top After Hiding Content` only on Unfold button click, not on outside click;
* Fixed: prevent Unfold widget glitch when toggling during animation;
* Fixed: minor fixes and improvements.
* Added: `Append tooltip to` option to fix tooltip overlay issues;
* Fixed: JFB Formless Actions Endpoints compatibility for tooltip;
* Fixed: removed source map references from CSS and JS files to prevent 404 errors in browser console.
* Added: per-hotspot `Show Tooltip on Init` option;
* Added: `jet-tricks/hotspots/show_on_init` hook to filter tooltip visibility on init for each hotspot;
* Added: `jet-tricks/hotspots/icon_html` hook to filter hotspot icon HTML output;
* Added: `Word Count` option for controlling visible content height in Unfold widget;
* Fixed: prevent double initialization of JetForm inside tabs.
* Added: `Follow Cursor` control for Tooltip [Crocoblock/suggestions#2276](https://github.com/Crocoblock/suggestions/issues/2276);
* Fixed: Particles not initializing with Elementor Element Cache enabled;
* Updated: Popper.js to v2.11.8 [Crocoblock/suggestions#8261](https://github.com/Crocoblock/suggestions/issues/8261).
* Added: JetEngine Query Gateway support for Hotspots widget;
* Fixed: prevent MutationObserver recursion in sticky columns [Crocoblock/suggestions#6203](https://github.com/Crocoblock/suggestions/issues/6203);
* Fixed: shortcode processing in Tooltips [Crocoblock/suggestions#8253](https://github.com/Crocoblock/suggestions/issues/8253);
* Fixed: tooltip display positioning in editor for Hotspots widget.
* Added: Read Less functionality to Read More widget [Crocoblock/suggestions#6769](https://github.com/Crocoblock/suggestions/issues/6769);
* Added: Style controls for Button in Unfold widget (Icon size, color, margin) [Crocoblock/suggestions#6210](https://github.com/Crocoblock/suggestions/issues/6210);
* Fixed: Separator visibility when unfold button is hidden [Crocoblock/suggestions#8181](https://github.com/Crocoblock/suggestions/issues/8181);
* Fixed: Unfold widget not resizing on content height change [Crocoblock/suggestions#4510](https://github.com/Crocoblock/suggestions/issues/4510);
* Fixed: sanitize user input in Satellite to prevent XSS;
* Fixed: security vulnerability in AJAX get_query_control_options endpoint.