Skip to content

Releases: BuilderIO/builder

@builder.io/sdk-react-native@3.0.6

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-react-native";
    
    setClientUserAttributes({
      device: "tablet",
    });

@builder.io/sdk-react-native@3.0.5

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/sdk-qwik@0.17.7

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-qwik";
    
    setClientUserAttributes({
      device: "tablet",
    });

@builder.io/sdk-qwik@0.17.6

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/sdk-angular@0.17.7

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-angular";
    
    setClientUserAttributes({
      device: "tablet",
    });

@builder.io/sdk-angular@0.17.6

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/react@8.0.8

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

Patch Changes

  • abe5cba: Fix: hydration mismatch error and reactivity of Personalization Containers when userAttributes cookie value is updated.

@builder.io/sdk@6.0.4

30 Jan 19:49
7f17ab5
Compare
Choose a tag to compare

Patch Changes

  • 58fb07e: Fix: ability to set builder.canTrack before calling builder.init()

@builder.io/sdk@6.0.3

30 Jan 08:46
d4375ea
Compare
Choose a tag to compare

Patch Changes

  • b1ad88c: feat: Add support for "xsmall" breakpoint size in content entries.

@builder.io/react@8.0.7

30 Jan 19:49
7f17ab5
Compare
Choose a tag to compare

Patch Changes

  • 58fb07e: Fix: ability to set builder.canTrack before calling builder.init()
  • Updated dependencies [58fb07e]
    • @builder.io/sdk@6.0.4