Skip to content

Releases: BuilderIO/mitosis

@builder.io/[email protected]

21 Feb 17:07
06e29ee
Compare
Choose a tag to compare

Patch Changes

  • 05257f2: [Builder]: parser does not strip falsey style values

@builder.io/[email protected]

21 Feb 17:07
06e29ee
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

20 Feb 17:32
f578a66
Compare
Choose a tag to compare

Patch Changes

  • 0b55dc3: [Builder]: bound call expression styles are preserved in generator

@builder.io/[email protected]

20 Feb 05:28
58131c4
Compare
Choose a tag to compare

Patch Changes

  • 74b1a19: Angular: support to change the change detection strategy to OnPush using useMetadata

    useMetadata({
      angular: {
        changeDetection: 'OnPush',
      },
    });
  • 74b1a19: Angular: support to bypass sanitization of innerHTML by default, this can be overriden in useMetadata

    useMetadata({
      angular: {
        sanitizeInnerHTML: true, // doesn't use the sanitizer.bypassSecurityTrustHtml
      },
    });

@builder.io/[email protected]

20 Feb 17:32
f578a66
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

20 Feb 05:28
58131c4
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

18 Feb 18:51
6611c4c
Compare
Choose a tag to compare

Minor Changes

  • 93575b5: Normalize name to create valid className

@builder.io/[email protected]

18 Feb 18:51
6611c4c
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

13 Feb 19:25
04913ee
Compare
Choose a tag to compare

Patch Changes

  • 469394f: Builder: include Column widths in generator

@builder.io/[email protected]

13 Feb 18:05
9e2ebac
Compare
Choose a tag to compare

Patch Changes

  • f208f94: Builder: unsupported bound styles are removed to avoid crashes