Skip to content

Releases: dashhudson/vue-ld

0.4.0

Choose a tag to compare

@glounder glounder released this 28 Oct 17:25
0fa36aa

Updated libraries.

0.3.0

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 07 Jan 19:15
a560bf4

Added vue 3 support

v0.2.0

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 29 Oct 19:47
406b985

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

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 14 Jun 15:52
108cf47

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

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 11 May 19:58

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

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 23 Feb 19:10
ed52579

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

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 03 Feb 16:19
95a6b05
  • Fixed an issue with an incorrect prop warning with LDRouteGuard.vue
  • Dependabot updates

v0.1.6

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 21 Sep 22:39
7f6f703

Upgrade Considerations

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

v0.1.5

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 08 Sep 15:23
59869af

Fixed LDRouteGuard bug

v0.1.3

Choose a tag to compare

@benjamin-t-frost benjamin-t-frost released this 04 Sep 15:58
ec0a7eb

Initial release