Skip to content

Latest commit

 

History

History
295 lines (160 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

295 lines (160 loc) · 16.2 KB

Changelog

1.11.1 (2024-06-04)

Bug Fixes

  • fix possible race condition (b999716)

1.11.0 (2024-05-28)

Features

Bug Fixes

1.10.2 (2024-05-27)

Bug Fixes

  • deps: update dependency lucide-vue-next to v0.379.0 (d36c51a)
  • use memory store to buffer events (#349) (51ad833)

1.10.1 (2024-05-17)

Bug Fixes

  • default related to article (92ee182)

1.10.0 (2024-05-17)

Features

1.9.2 (2024-05-17)

Bug Fixes

1.9.1 (2024-05-16)

Bug Fixes

1.9.0 (2024-05-15)

Features

  • make a loader script to get fixed integrity hash (82960e8)

1.8.0 (2024-05-14)

Features

Bug Fixes

  • add timestamp to all tracking event (dbc850e)
  • deps: update dependency @effect/opentelemetry to ^0.34.0 (65a011c)
  • deps: update dependency hono to v4.2.7 [security] (b599abb)
  • deps: update dependency zod to v3.23.4 (aee1144)
  • deps: update dependency zod to v3.23.7 (0ba4229)
  • send sign in event (464ef76)

1.7.7 (2024-04-23)

Bug Fixes

1.7.6 (2024-04-23)

Bug Fixes

  • ensure use same version of @opentelemetry/api (2f5f63e)

1.7.5 (2024-04-23)

Bug Fixes

1.7.4 (2024-04-23)

Bug Fixes

  • add article id as target id (a5c1fbc)
  • log server error in tracing (8d0e04c)
  • use global tracer (3cc86f3)

1.7.3 (2024-04-23)

Bug Fixes

  • deps: update dependency @effect/opentelemetry to ^0.33.0 (#200) (01cc7bf)

1.7.2 (2024-04-23)

Bug Fixes

  • add more debug info (9937eb2)
  • deps: update dependency zod to v3.22.5 (e47bc81)
  • deps: update dependency zod to v3.23.0 (9507681)
  • deps: update dependency zod to v3.23.3 (743d7a7)
  • fix api host url (cacbd2b)

1.7.1 (2024-04-15)

Bug Fixes

1.7.0 (2024-04-15)

Features

1.6.0 (2024-04-15)

Features

1.5.0 (2024-04-11)

Features

  • support check free limit with interval (#176) (c61010a)

1.4.1 (2024-04-09)

Bug Fixes

1.4.0 (2024-04-09)

Features

  • add version query to script provider (#162) (75dd02b)

Bug Fixes

  • fix debug and ui size issue (a5fb999)

1.3.1 (2024-04-08)

Bug Fixes

1.3.0 (2024-04-08)

Features

Bug Fixes

1.2.0 (2024-04-08)

Features

Bug Fixes

1.1.0 (2024-04-08)

Features

Bug Fixes

  • add timestamp to read record (fcc9607)

1.0.3 (2024-03-05)

Bug Fixes

  • fetch scroll height instead of viewport height (f91d5a3)
  • remove dark mode (96b3b38)

1.0.2 (2024-02-29)

Bug Fixes

  • fix infinite recursive (119e629)
  • remove unused query action (55cac62)

1.0.1 (2024-02-29)

Bug Fixes

1.0.0 (2024-02-29)

Features

  • add basic tracking system (9675f38)
  • add form validation (40fdadb)
  • add prototype of leaky paywall component (a453548)
  • add scroll detect + mock article (b8e6bf5)
  • add tracking (96e73b0)
  • append to body (5aab149)
  • connect sign in and signup api (6a7095e)
  • connect tracking api (83de4da)
  • impl selective enable (3deff03)
  • open paywall after user idle for 1s (2e0268a)
  • pack as custom element (751656a)
  • record read article and allow limit free article (fa84e57)
  • support load config from window (7c17931)
  • support login (ec71631)
  • support track link (223497f)
  • switch sign in and subscribe mode (e8d34a3)
  • track scroll depth [SPMVP-7160] (#3) (2767c65)
  • update tracking (22ca31d)

Bug Fixes

  • add auto complete hint (d589d2b)
  • add custom portal target to fix css issue (b10b830)
  • add v-if (3b605a0)
  • adjust config (9e29233)
  • adjust event name (13bd832)
  • drop idle detect (efe3d87)
  • fix animation cause unexpectedly validation error (84904a7)
  • fix config (9644b34)
  • fix form reset cause unexpectedly validation error (0b4d29e)
  • fix link tracking (63238db)
  • fix paywall trigger tracking (c0d16bd)
  • fix portal root discover (dfa07b2)
  • fix scroll event trigger too much (9ffcf78)
  • fix style and config variable name (189f6da)
  • normalize tracking events (5bc473e)
  • release (b8fb0b1)
  • remove autofocus as it cause error (92758cb)
  • remove z-index (284cce5)
  • simpleify config (a8f4048)
  • simplify signin (e83d71a)
  • try add tabindex=-1 to fix focus (ec1f39f)
  • use dialog scroll lock (c0b7c82)