Releases: dashhudson/vue-ld
0.4.0
0.3.0
Added vue 3 support
v0.2.0
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
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
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
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
- Fixed an issue with an incorrect prop warning with LDRouteGuard.vue
- Dependabot updates
v0.1.6
Upgrade Considerations
The launchdarkly-js-client-sdk library is now a peer dependency; you will have to install it yourself.
v0.1.5
Fixed LDRouteGuard bug
v0.1.3
Initial release