Skip to content

Releases: BuilderIO/builder

@builder.io/[email protected]

09 Sep 09:05
f2e7923
Compare
Choose a tag to compare

Patch Changes

  • 6003607: Fix: support destructuring out objects in Angular. Fixes slot, nested symbols and element event binding in blocks other than button

@builder.io/[email protected]

06 Sep 21:21
562cfc4
Compare
Choose a tag to compare

Patch Changes

  • 1a69210: Chore: improve performance by caching block processing during renders.

@builder.io/[email protected]

06 Sep 21:21
562cfc4
Compare
Choose a tag to compare

Patch Changes

  • 1a69210: Chore: improve performance by caching block processing during renders.

@builder.io/[email protected]

06 Sep 21:21
562cfc4
Compare
Choose a tag to compare

Patch Changes

  • 1a69210: Chore: improve performance by caching block processing during renders.

@builder.io/[email protected]

06 Sep 00:22
acfe139
Compare
Choose a tag to compare

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.io/[email protected]

04 Sep 19:20
7818a49
Compare
Choose a tag to compare

Patch Changes

  • cb68f66: Fix: update exported content-variants selector to content

@builder.io/[email protected]

28 Aug 20:32
f9f2392
Compare
Choose a tag to compare

Patch Changes

  • 077cae9: strict validation fixes for react native

@builder.io/[email protected]

23 Aug 16:31
3a24497
Compare
Choose a tag to compare

Patch Changes

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

@builder.io/[email protected]

23 Aug 16:32
3a24497
Compare
Choose a tag to compare

Patch Changes

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

@builder.io/[email protected]

23 Aug 16:32
3a24497
Compare
Choose a tag to compare

Patch Changes

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