Skip to content

Commit 8d68cc5

Browse files
📦 Publish Mitosis (#1764)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 843814f commit 8d68cc5

File tree

7 files changed

+53
-46
lines changed

7 files changed

+53
-46
lines changed

.changeset/blue-colts-stare.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/hungry-gifts-rush.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/purple-timers-cheer.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @builder.io/mitosis-cli
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 3baeefe: [cli] add `cosmiconfig` to load different configs:
8+
9+
- `mitosis.config.js`
10+
- `mitosis.config.ts`
11+
- `mitosis.config.mjs`
12+
- `mitosis.config.cjs`
13+
- `mitosis.config.json`
14+
15+
### Patch Changes
16+
17+
- 843814f: fix: do not generate empty expressions with slots
18+
- Updated dependencies [843814f]
19+
- Updated dependencies [3ac5f63]
20+
- @builder.io/[email protected]
21+
322
## 0.10.0
423

524
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/mitosis-cli",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "mitosis CLI",
55
"types": "build/types/types.d.ts",
66
"bin": {

packages/core/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Change Log
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 3ac5f63: [Angular] revamp of the angular signals generator
8+
9+
### New
10+
11+
- Support for template strings inside templates (converted to computed values)
12+
- Support for spread values inside templates (converted to computed values)
13+
- Support for TS `as X` expressions inside templates (converted to computed values)
14+
- `export default class` component support using `defaultExportComponents` option
15+
- Support dynamic component rendering (`ngComponentOutlet`)
16+
- Dependent signals initialization via `onInit`
17+
- `onMount` hook code to run only in the browser after view initialization
18+
- `ngSkipHydration` support using `useMetadata`
19+
- Helper utilities to set attributes and events on elements from arbitrary spread props
20+
- Fully typed component inputs
21+
- Dual-mode `computed()` handling:
22+
- In a `For` context with index and forName, uses plain functions
23+
- Otherwise, uses Angular’s `computed`
24+
- Binding functions when passed as props
25+
26+
### Fixes
27+
28+
- Functions erroneously passed as `fn()` in callable expressions
29+
- Callable-expression arguments not updating `state.x` or `props.x` to `x()`
30+
31+
### Patch Changes
32+
33+
- 843814f: fix: do not generate empty expressions with slots
34+
335
## 0.10.0
436

537
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"name": "Builder.io",
2323
"url": "https://www.builder.io"
2424
},
25-
"version": "0.10.0",
25+
"version": "0.11.0",
2626
"homepage": "https://github.com/BuilderIO/mitosis",
2727
"main": "./dist/src/index.js",
2828
"exports": {

0 commit comments

Comments
 (0)