Skip to content

Tags: launchdarkly/vue-client-sdk

Tags

launchdarkly-vue-client-sdk-v2.4.1

Toggle launchdarkly-vue-client-sdk-v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release launchdarkly-vue-client-sdk 2.4.1 (#60)

🤖 I have created a release *beep* *boop*
---


##
[2.4.1](launchdarkly-vue-client-sdk-v2.4.0...launchdarkly-vue-client-sdk-v2.4.1)
(2025-05-30)


### Bug Fixes

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

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

launchdarkly-vue-client-sdk-v2.4.0

Toggle launchdarkly-vue-client-sdk-v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release launchdarkly-vue-client-sdk 2.4.0 (#58)

🤖 I have created a release *beep* *boop*
---


##
[2.4.0](launchdarkly-vue-client-sdk-v2.3.1...launchdarkly-vue-client-sdk-v2.4.0)
(2025-05-29)


### Features

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

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

launchdarkly-vue-client-sdk-v2.3.1

Toggle launchdarkly-vue-client-sdk-v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release launchdarkly-vue-client-sdk 2.3.1 (#56)

🤖 I have created a release *beep* *boop*
---


##
[2.3.1](launchdarkly-vue-client-sdk-v2.3.0...launchdarkly-vue-client-sdk-v2.3.1)
(2025-04-30)


### Bug Fixes

* Fix incorrect flag update handling when streaming is disabled
([#55](#55))
([c544ae4](c544ae4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

launchdarkly-vue-client-sdk-v2.3.0

Toggle launchdarkly-vue-client-sdk-v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release launchdarkly-vue-client-sdk 2.3.0 (#51)

🤖 I have created a release *beep* *boop*
---


##
[2.3.0](launchdarkly-vue-client-sdk-v2.2.2...launchdarkly-vue-client-sdk-v2.3.0)
(2024-10-18)


### Features

* Add support for client-side prerequisite events.
([#50](#50))
([aa0bfa9](aa0bfa9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

launchdarkly-vue-client-sdk-v2.2.2

Toggle launchdarkly-vue-client-sdk-v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release launchdarkly-vue-client-sdk 2.2.2 (#49)

🤖 I have created a release *beep* *boop*
---


##
[2.2.2](launchdarkly-vue-client-sdk-v2.2.1...launchdarkly-vue-client-sdk-v2.2.2)
(2024-08-05)


### Bug Fixes

* Add script required for publishing process.
([#48](#48))
([ccef6ce](ccef6ce))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

launchdarkly-vue-client-sdk-v2.2.1

Toggle launchdarkly-vue-client-sdk-v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release launchdarkly-vue-client-sdk 2.2.1 (#47)

🤖 I have created a release *beep* *boop*
---


##
[2.2.1](launchdarkly-vue-client-sdk-v2.2.0...launchdarkly-vue-client-sdk-v2.2.1)
(2024-08-05)


### Bug Fixes

* Re-export common types like LDContext.
([#44](#44))
([f2b5603](f2b5603))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prepare 2.2.0 release (#40)

## [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.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Louis Chan <[email protected]>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
Co-authored-by: Matthew M. Keeler <[email protected]>
Co-authored-by: Ryan Lamb <[email protected]>
Co-authored-by: Casey Waldren <[email protected]>

2.1.0

Toggle 2.1.0's commit message
Releasing version 2.1.0

2.0.5

Toggle 2.0.5's commit message
Releasing version 2.0.5

2.0.4

Toggle 2.0.4's commit message
Releasing version 2.0.4