Skip to content

Releases: BuilderIO/mitosis

@builder.io/[email protected]

27 Feb 15:06
e0ba666
Compare
Choose a tag to compare

Patch Changes

  • 997f673: [stencil] add dependency handling for onUpdate hook

@builder.io/[email protected]

27 Feb 11:11
72cfea0
Compare
Choose a tag to compare

Patch Changes

  • 3a6216e: [Builder]: Remove broken emoji from text

@builder.io/[email protected]

27 Feb 15:06
e0ba666
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

27 Feb 11:11
72cfea0
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

24 Feb 15:35
2025ba3
Compare
Choose a tag to compare

Patch Changes

  • 8e9e3c3: [All] Normalize name of mitosis node before assigning it to className

@builder.io/[email protected]

24 Feb 15:35
2025ba3
Compare
Choose a tag to compare

Patch Changes

@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
      },
    });