Releases: BuilderIO/builder
Releases · BuilderIO/builder
@builder.io/sdk-react-native@3.0.6
Patch Changes
-
abe5cba: Feat: exports
setClientUserAttributes
helper that can be used to set and update Builder's user attributes cookie. This cookie is used by Builder's Personalization Containers to decide which variant to render.Usage example:
import { setClientUserAttributes } from "@builder.io/sdk-react-native"; setClientUserAttributes({ device: "tablet", });
@builder.io/sdk-react-native@3.0.5
Patch Changes
- 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.
@builder.io/sdk-qwik@0.17.7
Patch Changes
-
abe5cba: Feat: exports
setClientUserAttributes
helper that can be used to set and update Builder's user attributes cookie. This cookie is used by Builder's Personalization Containers to decide which variant to render.Usage example:
import { setClientUserAttributes } from "@builder.io/sdk-qwik"; setClientUserAttributes({ device: "tablet", });
@builder.io/sdk-qwik@0.17.6
Patch Changes
- 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.
@builder.io/sdk-angular@0.17.7
Patch Changes
-
abe5cba: Feat: exports
setClientUserAttributes
helper that can be used to set and update Builder's user attributes cookie. This cookie is used by Builder's Personalization Containers to decide which variant to render.Usage example:
import { setClientUserAttributes } from "@builder.io/sdk-angular"; setClientUserAttributes({ device: "tablet", });
@builder.io/sdk-angular@0.17.6
@builder.io/react@8.0.8
Patch Changes
- abe5cba: Fix: hydration mismatch error and reactivity of Personalization Containers when
userAttributes
cookie value is updated.
@builder.io/sdk@6.0.4
Patch Changes
- 58fb07e: Fix: ability to set
builder.canTrack
before callingbuilder.init()
@builder.io/sdk@6.0.3
Patch Changes
- b1ad88c: feat: Add support for "xsmall" breakpoint size in content entries.