@backstage/version-bridge
Home > @backstage/version-bridge
Utilities used by Backstage packages to support multiple concurrent versions
Functions
Function |
Description |
---|---|
Get the existing or create a new versioned React context that's stored inside a global singleton. | |
Creates a helper for writing tests towards multiple different combinations of versions provided from a context. | |
Creates a container for a map of versioned values that implements VersionedValue. | |
Serializes access to a global singleton value, with the first caller creating the value. | |
A hook that simplifies the consumption of a versioned contexts that's stored inside a global singleton. |
Type Aliases
Type Alias |
Description |
---|---|
The versioned value interface is a container for a set of values that can be looked up by version. It is intended to be used as a container for values that can be versioned independently of package versions. |