Releases: BuilderIO/builder
@builder.io/[email protected]
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-vue"; setClientUserAttributes({ device: "tablet", });
@builder.io/[email protected]
Patch Changes
- 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.
@builder.io/[email protected]
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-svelte"; setClientUserAttributes({ device: "tablet", });
@builder.io/[email protected]
Patch Changes
- 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.
@builder.io/[email protected]
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-solid"; setClientUserAttributes({ device: "tablet", });
@builder.io/[email protected]
@builder.io/[email protected]
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"; setClientUserAttributes({ device: "tablet", });
-
abe5cba: Feat: support of Variant Containers or Block level personalization
@builder.io/[email protected]
Patch Changes
- 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.
@builder.io/[email protected]
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-nextjs"; setClientUserAttributes({ device: "tablet", });
@builder.io/[email protected]
Patch Changes
- 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.