Skip to content

Releases: dashhudson/vue-ld

0.4.0

28 Oct 17:25
0fa36aa
Compare
Choose a tag to compare

Updated libraries.

0.3.0

07 Jan 19:15
a560bf4
Compare
Choose a tag to compare

Added vue 3 support

v0.2.0

29 Oct 19:47
406b985
Compare
Choose a tag to compare

New - componentProps prop

Added componentProps to LDRouteGuard for the purpose of passing props in the router to target components.

Note: This may break any implementation currently making use of passing existing props to children of LDRouteGuard

0.1.11

14 Jun 15:52
108cf47
Compare
Choose a tag to compare

New - Enabling Graceful Failure

Added $ld.error to allow developers to choose how to fallback when launchdarkly-js-client-sdk throws an error.

0.1.10

11 May 19:58
Compare
Choose a tag to compare

New - flagsStub option

This is intended to use in e2e tests where users are created dynamically; stubbing it with a proxy will allow for most tests.

0.1.8

23 Feb 19:10
ed52579
Compare
Choose a tag to compare

New

LDRouteGuard & ldRedirectMixin

New Prop: InvertFlag
When true, it flips the value of the actual flag internally.

Updated Prop: to
Accept to param as function to allow evaluation of to value at runtime for dynamic route values

Fixes

ldRedirect does redirect handling on mount and activate to handle keep-alive context

0.1.7

03 Feb 16:19
95a6b05
Compare
Choose a tag to compare
  • Fixed an issue with an incorrect prop warning with LDRouteGuard.vue
  • Dependabot updates

v0.1.6

21 Sep 22:39
7f6f703
Compare
Choose a tag to compare

Upgrade Considerations

The launchdarkly-js-client-sdk library is now a peer dependency; you will have to install it yourself.

v0.1.5

08 Sep 15:23
59869af
Compare
Choose a tag to compare

Fixed LDRouteGuard bug

v0.1.3

04 Sep 15:58
ec0a7eb
Compare
Choose a tag to compare

Initial release