Skip to content

Releases: launchdarkly/vue-client-sdk

launchdarkly-vue-client-sdk: v2.4.1

30 May 20:04
40d5147
Compare
Choose a tag to compare

2.4.1 (2025-05-30)

Bug Fixes

  • Update to js-client-sdk 3.8.1 for docs update (#59) (0406bf6)

launchdarkly-vue-client-sdk: v2.4.0

30 May 18:14
17b5800
Compare
Choose a tag to compare

2.4.0 (2025-05-29)

Features

  • Add hooks support. (f4a9aef)
  • Add per-context summary events. (f4a9aef)
  • Add plugin support. (f4a9aef)
  • Inline contexts in custom events. (f4a9aef)

launchdarkly-vue-client-sdk: v2.3.1

30 Apr 21:08
582d30b
Compare
Choose a tag to compare

2.3.1 (2025-04-30)

Bug Fixes

  • Fix incorrect flag update handling when streaming is disabled (#55) (c544ae4)

launchdarkly-vue-client-sdk: v2.3.0

18 Oct 21:23
8561d24
Compare
Choose a tag to compare

2.3.0 (2024-10-18)

Features

  • Add support for client-side prerequisite events. (#50) (aa0bfa9)

launchdarkly-vue-client-sdk: v2.2.2

05 Aug 16:08
da53933
Compare
Choose a tag to compare

2.2.2 (2024-08-05)

Bug Fixes

  • Add script required for publishing process. (#48) (ccef6ce)

launchdarkly-vue-client-sdk: v2.2.1

05 Aug 15:58
1cc2f07
Compare
Choose a tag to compare

2.2.1 (2024-08-05)

Bug Fixes

  • Re-export common types like LDContext. (#44) (f2b5603)

2.2.0

01 May 21:55
4db7d12
Compare
Choose a tag to compare

[2.2.0] - 2024-05-01

Added:

  • Added an optional timeout to the waitForInitialization method. When a timeout is specified the returned promise will be rejected after the timeout elapses if the client has not finished initializing within that time. When no timeout is specified the returned promise will not be resolved or rejected until the initialization either completes or fails.

Changed:

  • The track method now validates that the provided metricValue is a number. If a metric value is provided, and it is not a number, then a warning will be logged.

Fixed:

  • Fixed the documentation for evaluationReasons for the identify method.

2.1.0

21 Mar 13:57
Compare
Choose a tag to compare

[2.1.0] - 2024-03-21

Changed:

  • Redact anonymous attributes within feature events
  • Always inline contexts for feature events

2.0.5

09 Feb 22:18
Compare
Choose a tag to compare

[2.0.5] - 2024-02-09

Fixed:

  • Added type module to package.json.
  • Improved example app.

2.0.4

24 Aug 18:27
Compare
Choose a tag to compare

[2.0.4] - 2023-08-24

Fixed:

  • Fix wrong github urls in package.json.