Skip to content

Releases: BuilderIO/mitosis

@builder.io/[email protected]

18 Mar 19:15
30be3e5
Compare
Choose a tag to compare

Patch Changes

  • 8d94333: [Svelte] Bug: Fixed handling for key attribute due to its unique syntax and absence in the standard props
  • 2ad4262: [stencil]: Fix issue with @Event props not using EventEmitter

@builder.io/[email protected]

18 Mar 19:15
30be3e5
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

13 Mar 23:02
b867a25
Compare
Choose a tag to compare

Patch Changes

  • f87bd64: [Angular] Use tagName to generate

@builder.io/[email protected]

13 Mar 19:27
afac75b
Compare
Choose a tag to compare

Patch Changes

  • 3d44b65: Properly encode "<", ">", and other chars in text in Mitosis JSX output

@builder.io/[email protected]

13 Mar 23:02
b867a25
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

13 Mar 19:27
afac75b
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

11 Mar 15:34
11713dd
Compare
Choose a tag to compare

Minor Changes

  • de31a91: [stencil]: Improve props

    • Fix issue with props starting with on converted to "wrong" @Events - Stencil adds on automatically to events
    • Remove children prop from @Prop - Stencil uses <slot> for children
    • Add PropOptions to ToStencilOptions and StencilMetadata. You can use it like this:
    import { useMetadata } from '@builder.io/mitosis';
    
    useMetadata({
        stencil: {
            propOptions: {
                className: {
                    attribute: 'classname',
                    mutable: false,
                    reflect: false,
                },
            },
        },
    });
    
    export default function MyBasicComponent(props: {className:string}) {
        ...
    }

Patch Changes

  • d5f3eea: JSX Parser: remove standalone null expressions

@builder.io/[email protected]

11 Mar 15:34
11713dd
Compare
Choose a tag to compare

Patch Changes

@builder.io/[email protected]

11 Mar 15:34
11713dd
Compare
Choose a tag to compare

Minor Changes

  • 383b022: @template/server-react: upgrade all dependencies to latest

@builder.io/[email protected]

04 Mar 17:28
466d29b
Compare
Choose a tag to compare

Patch Changes

  • db70010: Builder: generator does not generate duplicate option mappings