builder

Visual Development for React, Vue, Svelte, Qwik, and more

MIT License

Downloads
614.4K
Stars
7.4K
Committers
91

Bot releases are visible (Hide)

builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • 4ee499e: Fix: Image block: remove redundant srcset for SVG images
  • 14da62f: Fix: restrict custom components to the models that get passed in models
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • 4ee499e: Fix: Image block: remove redundant srcset for SVG images
  • 14da62f: Fix: restrict custom components to the models that get passed in models
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • 4ee499e: Fix: Image block: remove redundant srcset for SVG images
  • 14da62f: Fix: restrict custom components to the models that get passed in models
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • 4ee499e: Fix: Image block: remove redundant srcset for SVG images
  • 14da62f: Fix: restrict custom components to the models that get passed in models
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • 4ee499e: Fix: Image block: remove redundant srcset for SVG images
  • 14da62f: Fix: restrict custom components to the models that get passed in models
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • 4ee499e: Fix: Image block: remove redundant srcset for SVG images
  • 14da62f: Fix: restrict custom components to the models that get passed in models
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • 4ee499e: Fix: Image block: remove redundant srcset for SVG images
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • bdd3762: Fix: onInit hook to run initialisations (converted to ngOnInit) on both server and client and move onMount and onUpdate hooks to only run on browser (converted to ngOnInit and ngOnChanges respectively with browser check)
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Fix: improve edge subpath exports to handle dynamically importing edge-specific and browser-specific SDK bundles.
  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Patch Changes

  • f6add9e: Feature: Add nonce prop to <Content>: allows SDK to set nonce attribute for its inlined style and script tags.
builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Major Changes

  • 2c6330f: Breaking Change 🧨: updated shouldReceiveBuilderProps config of Registered Components, with the following NEW defaults:

    shouldReceiveBuilderProps: {
        builderBlock: true, // used to be `true`
        builderContext: true, // used to be `true`
        builderComponents: false, // unchanged
        builderLinkComponent: false, // unchanged
      },
    

    This means that by default, the SDK will no longer provide any Builder props unless its respective config is explicitly set to true.

  • d031580: Breaking Change 🧨: Columns block now computes percentage widths correctly, by subtracting gutter space proportionally to each percentage.
    Previously, it computed the column's widths by subtracting gutter space equally from each column's width. This previous behavior was incorrect, and most strongly felt when the space was a substantially high percentage of the total width of the Columns block.

builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Major Changes

  • 2c6330f: Breaking Change 🧨: updated shouldReceiveBuilderProps config of Registered Components, with the following NEW defaults:

    shouldReceiveBuilderProps: {
        builderBlock: true, // used to be `true`
        builderContext: true, // used to be `true`
        builderComponents: false, // unchanged
        builderLinkComponent: false, // unchanged
      },
    

    This means that by default, the SDK will no longer provide any Builder props unless its respective config is explicitly set to true.

  • d031580: Breaking Change 🧨: Columns block now computes percentage widths correctly, by subtracting gutter space proportionally to each percentage.
    Previously, it computed the column's widths by subtracting gutter space equally from each column's width. This previous behavior was incorrect, and most strongly felt when the space was a substantially high percentage of the total width of the Columns block.

builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Major Changes

  • 2c6330f: Breaking Change 🧨: updated shouldReceiveBuilderProps config of Registered Components, with the following NEW defaults:

    shouldReceiveBuilderProps: {
        builderBlock: true, // used to be `true`
        builderContext: true, // used to be `true`
        builderComponents: false, // unchanged
        builderLinkComponent: false, // unchanged
      },
    

    This means that by default, the SDK will no longer provide any Builder props unless its respective config is explicitly set to true.

  • d031580: Breaking Change 🧨: Columns block now computes percentage widths correctly, by subtracting gutter space proportionally to each percentage.
    Previously, it computed the column's widths by subtracting gutter space equally from each column's width. This previous behavior was incorrect, and most strongly felt when the space was a substantially high percentage of the total width of the Columns block.

builder - @builder.io/[email protected]

Published by samijaber 3 months ago

Major Changes

  • 2c6330f: Breaking Change 🧨: updated shouldReceiveBuilderProps config of Registered Components, with the following NEW defaults:

    shouldReceiveBuilderProps: {
        builderBlock: true, // used to be `true`
        builderContext: true, // used to be `true`
        builderComponents: false, // unchanged
        builderLinkComponent: false, // unchanged
      },
    

    This means that by default, the SDK will no longer provide any Builder props unless its respective config is explicitly set to true.

  • d031580: Breaking Change 🧨: Columns block now computes percentage widths correctly, by subtracting gutter space proportionally to each percentage.
    Previously, it computed the column's widths by subtracting gutter space equally from each column's width. This previous behavior was incorrect, and most strongly felt when the space was a substantially high percentage of the total width of the Columns block.

Package Rankings
Top 0.91% on Npmjs.org
Related Projects