Releases: BuilderIO/mitosis
Releases · BuilderIO/mitosis
@builder.io/[email protected]
Patch Changes
- 05257f2: [Builder]: parser does not strip falsey style values
@builder.io/[email protected]
Patch Changes
- Updated dependencies [05257f2]
- @builder.io/[email protected]
@builder.io/[email protected]
Patch Changes
- 0b55dc3: [Builder]: bound call expression styles are preserved in generator
@builder.io/[email protected]
Patch Changes
-
74b1a19: Angular: support to change the change detection strategy to
OnPush
usinguseMetadata
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]
Patch Changes
- Updated dependencies [0b55dc3]
- @builder.io/[email protected]
@builder.io/[email protected]
Patch Changes
- Updated dependencies [74b1a19]
- Updated dependencies [74b1a19]
- @builder.io/[email protected]
@builder.io/[email protected]
Minor Changes
- 93575b5: Normalize name to create valid className
@builder.io/[email protected]
Patch Changes
- Updated dependencies [93575b5]
- @builder.io/[email protected]
@builder.io/[email protected]
Patch Changes
- 469394f: Builder: include Column widths in generator
@builder.io/[email protected]
Patch Changes
- f208f94: Builder: unsupported bound styles are removed to avoid crashes