builder

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

MIT License

Downloads
614.4K
Stars
7.4K
Committers
91

Bot releases are hidden (Show)

builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 51285ea: Fix: repeat items when they are Symbols
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 51285ea: Fix: repeat items when they are Symbols
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 51285ea: Fix: repeat items when they are Symbols
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 51285ea: Fix: repeat items when they are Symbols
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 51285ea: Fix: repeat items when they are Symbols
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 6003607: Fix: support destructuring out objects in Angular. Fixes slot, nested symbols and element event binding in blocks other than button
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 1a69210: Chore: improve performance by caching block processing during renders.
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 1a69210: Chore: improve performance by caching block processing during renders.
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 1a69210: Chore: improve performance by caching block processing during renders.
builder - @builder.io/[email protected]

Published by samijaber about 1 month ago

Patch Changes

  • 9c4ab57: Feature: add @builder.io/sdk-qwik/node/init entry point with initializeNodeRuntime export that sets the IVM instance.

    This import should be called in a server-only location such as,

    // entry.ssr.tsx
    import {
      renderToStream,
      type RenderToStreamOptions,
    } from "@builder.io/qwik/server";
    import { manifest } from "@qwik-client-manifest";
    import Root from "./root";
    import { initializeNodeRuntime } from "@builder.io/sdk-qwik/node/init";
    
    initializeNodeRuntime();
    
    export default function (opts: RenderToStreamOptions) {
      return renderToStream(<Root />, {
        manifest,
        ...opts,
        // ...
      });
    }
    
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • cb68f66: Fix: update exported content-variants selector to content
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 077cae9: strict validation fixes for react native
builder - @builder.io/[email protected] Latest Release

Published by samijaber about 2 months ago

Patch Changes

  • 561e375: Fix: Drag and drop blocks into the correct place and add blocks using the "+Add Block" button
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 69859d4: serialize functions for registering plugins so you can have showIf on fields as functions
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 69859d4: serialize functions for registering plugins so you can have showIf on fields as functions
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 69859d4: serialize functions for registering plugins so you can have showIf on fields as functions
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 69859d4: serialize functions for registering plugins so you can have showIf on fields as functions
  • f1527ee: Allow gap, rowGap, columnGap in react native strict mode styles
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 69859d4: serialize functions for registering plugins so you can have showIf on fields as functions
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 69859d4: serialize functions for registering plugins so you can have showIf on fields as functions
builder - @builder.io/[email protected]

Published by samijaber about 2 months ago

Patch Changes

  • 69859d4: serialize functions for registering plugins so you can have showIf on fields as functions