featurely-site-manager 1.1.29 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.2.0] - 2026-04-21
9
+
10
+ ### Added
11
+
12
+ - **Advanced Analytics Features**:
13
+ - Click heatmap tracking with coordinate sampling (`enableHeatmaps`, `heatmapSampleRate`)
14
+ - Rage click detection for frustration analysis (`enableRageClickDetection`)
15
+ - Scroll depth tracking at 25%, 50%, 75%, 90%, 100% milestones (`enableScrollTracking`)
16
+ - Performance monitoring for resource timing and long tasks (`enablePerformanceTracking`)
17
+ - Revenue tracking with `trackRevenue(eventName, amount, currency, properties)` method
18
+ - Heatmap events now include viewport-normalized coordinates and scroll position
19
+ - Rage click events track element details and click count
20
+ - Resource timing events filter out analytics scripts and track cache status
21
+ - Long task detection for UI blocking tasks >100ms
22
+
23
+ ### Changed
24
+
25
+ - Analytics configuration now supports granular control over tracking features
26
+ - Heatmap clicks are sampled (default 10%) to reduce data volume
27
+ - Performance tracking filters resources <50ms to focus on significant delays
28
+
8
29
  ## [1.1.0] - 2026-03-15
9
30
 
10
31
  ### Added