Releases: BuilderIO/mitosis
Releases · BuilderIO/mitosis
@builder.io/[email protected]
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 usingEventEmitter
@builder.io/[email protected]
Patch Changes
- Updated dependencies [8d94333]
- Updated dependencies [2ad4262]
- @builder.io/[email protected]
@builder.io/[email protected]
Patch Changes
- f87bd64: [Angular] Use tagName to generate
@builder.io/[email protected]
Patch Changes
- 3d44b65: Properly encode "<", ">", and other chars in text in Mitosis JSX output
@builder.io/[email protected]
Patch Changes
- Updated dependencies [f87bd64]
- @builder.io/[email protected]
@builder.io/[email protected]
Patch Changes
- Updated dependencies [3d44b65]
- @builder.io/[email protected]
@builder.io/[email protected]
Minor Changes
-
de31a91: [stencil]: Improve props
- Fix issue with props starting with
on
converted to "wrong"@Events
- Stencil addson
automatically to events - Remove
children
prop from@Prop
- Stencil uses<slot>
for children - Add
PropOptions
toToStencilOptions
andStencilMetadata
. 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}) { ... }
- Fix issue with props starting with
Patch Changes
- d5f3eea: JSX Parser: remove standalone null expressions
@builder.io/[email protected]
Patch Changes
- Updated dependencies [de31a91]
- Updated dependencies [d5f3eea]
- @builder.io/[email protected]
@builder.io/[email protected]
Minor Changes
- 383b022: @template/server-react: upgrade all dependencies to latest
@builder.io/[email protected]
Patch Changes
- db70010: Builder: generator does not generate duplicate option mappings