Skip to content

Releases: BuilderIO/mitosis

@builder.io/[email protected]

02 Jun 17:07
65f3324

Choose a tag to compare

Patch Changes

  • 95cf7e0: Angular: generator handles self closing tags with components properly

@builder.io/[email protected]

02 Jun 17:07
65f3324

Choose a tag to compare

Patch Changes

@builder.io/[email protected]

30 May 16:56
3d6f0e9

Choose a tag to compare

Patch Changes

  • 9d47e1a: feat: add layerLocked and groupLocked attribute support for builder json

@builder.io/[email protected]

30 May 16:56
3d6f0e9

Choose a tag to compare

Patch Changes

@builder.io/[email protected]

28 May 15:43
52d17af

Choose a tag to compare

Patch Changes

  • 9052eb6: [React Native] Fix: import StyleSheet from React Native when styles are used

@builder.io/[email protected]

28 May 15:43
52d17af

Choose a tag to compare

Patch Changes

@builder.io/[email protected]

27 May 16:06
8d68cc5

Choose a tag to compare

Minor Changes

  • 3ac5f63: [Angular] revamp of the angular signals generator

    New

    • Support for template strings inside templates (converted to computed values)
    • Support for spread values inside templates (converted to computed values)
    • Support for TS as X expressions inside templates (converted to computed values)
    • export default class component support using defaultExportComponents option
    • Support dynamic component rendering (ngComponentOutlet)
    • Dependent signals initialization via onInit
    • onMount hook code to run only in the browser after view initialization
    • ngSkipHydration support using useMetadata
    • Helper utilities to set attributes and events on elements from arbitrary spread props
    • Fully typed component inputs
    • Dual-mode computed() handling:
      • In a For context with index and forName, uses plain functions
      • Otherwise, uses Angular’s computed
    • Binding functions when passed as props

    Fixes

    • Functions erroneously passed as fn() in callable expressions
    • Callable-expression arguments not updating state.x or props.x to x()

Patch Changes

  • 843814f: fix: do not generate empty expressions with slots

@builder.io/[email protected]

27 May 16:06
8d68cc5

Choose a tag to compare

Minor Changes

  • 3baeefe: [cli] add cosmiconfig to load different configs:

    • mitosis.config.js
    • mitosis.config.ts
    • mitosis.config.mjs
    • mitosis.config.cjs
    • mitosis.config.json

Patch Changes

@builder.io/[email protected]

06 May 13:31
60f50b0

Choose a tag to compare

Minor Changes

  • dee8a62: add flag for serializing and parsing deeply nested nodes

@builder.io/[email protected]

06 May 13:31
60f50b0

Choose a tag to compare

Patch Changes