File tree Expand file tree Collapse file tree 5 files changed +67
-30
lines changed
Expand file tree Collapse file tree 5 files changed +67
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @prosdevlab/experience-sdk
22
3+ ## 0.2.0
4+
5+ ### Minor Changes
6+
7+ - 02de640: feat: add display condition plugins with event-driven architecture
8+
9+ Add 4 new display condition plugins with comprehensive testing and documentation:
10+
11+ ** New Plugins:**
12+
13+ - Exit Intent: Velocity-based mouse tracking with session awareness
14+ - Scroll Depth: Multiple thresholds with advanced engagement metrics
15+ - Page Visits: Session and lifetime counters with first-visit detection
16+ - Time Delay: Millisecond-precision delays with visibility API integration
17+
18+ ** Core Enhancements:**
19+
20+ - Event-driven trigger architecture (` trigger:* ` events)
21+ - Composable display conditions (AND/OR/NOT logic)
22+ - TriggerState interface for type-safe context updates
23+
24+ ** Developer Experience:**
25+
26+ - 101 new tests across 4 plugins (314 total)
27+ - 12 integration tests for plugin composition
28+ - Complete API documentation with examples
29+ - Pure functions for easier testing
30+
31+ All plugins are backward compatible and work independently or together.
32+
33+ ### Patch Changes
34+
35+ - Updated dependencies [ 02de640]
36+ - @prosdevlab/experience-sdk-plugins @0.2.0
37+
338## 0.1.5
439
540### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @prosdevlab/experience-sdk" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " A lightweight, explainable client-side experience runtime" ,
55 "private" : false ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @prosdevlab/experience-sdk-plugins
22
3+ ## 0.2.0
4+
5+ ### Minor Changes
6+
7+ - 02de640: feat: add display condition plugins with event-driven architecture
8+
9+ Add 4 new display condition plugins with comprehensive testing and documentation:
10+
11+ ** New Plugins:**
12+
13+ - Exit Intent: Velocity-based mouse tracking with session awareness
14+ - Scroll Depth: Multiple thresholds with advanced engagement metrics
15+ - Page Visits: Session and lifetime counters with first-visit detection
16+ - Time Delay: Millisecond-precision delays with visibility API integration
17+
18+ ** Core Enhancements:**
19+
20+ - Event-driven trigger architecture (` trigger:* ` events)
21+ - Composable display conditions (AND/OR/NOT logic)
22+ - TriggerState interface for type-safe context updates
23+
24+ ** Developer Experience:**
25+
26+ - 101 new tests across 4 plugins (314 total)
27+ - 12 integration tests for plugin composition
28+ - Complete API documentation with examples
29+ - Pure functions for easier testing
30+
31+ All plugins are backward compatible and work independently or together.
32+
333## 0.1.4
434
535### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @prosdevlab/experience-sdk-plugins" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Official plugins for Experience SDK" ,
55 "private" : false ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments