Skip to content

Releases: BuilderIO/builder

@builder.io/[email protected]

03 Feb 18:28
5562cc1
Compare
Choose a tag to compare

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]

03 Feb 05:26
730fcd6
Compare
Choose a tag to compare

Patch Changes

  • 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.

@builder.io/[email protected]

03 Feb 18:28
5562cc1
Compare
Choose a tag to compare

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]

03 Feb 05:26
730fcd6
Compare
Choose a tag to compare

Patch Changes

  • 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.

@builder.io/[email protected]

03 Feb 18:27
5562cc1
Compare
Choose a tag to compare

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]

03 Feb 05:26
730fcd6
Compare
Choose a tag to compare

Patch Changes

  • 91a7117: Fix: vertically aligning child block of columns block
  • 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.

@builder.io/[email protected]

03 Feb 18:27
5562cc1
Compare
Choose a tag to compare

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]

03 Feb 05:26
730fcd6
Compare
Choose a tag to compare

Patch Changes

  • 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.

@builder.io/[email protected]

03 Feb 18:27
5562cc1
Compare
Choose a tag to compare

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]

03 Feb 05:26
730fcd6
Compare
Choose a tag to compare

Patch Changes

  • 2f73837: Fix: Removed z-index from Video block, which caused it to hide its children elements.