File tree Expand file tree Collapse file tree 7 files changed +53
-46
lines changed Expand file tree Collapse file tree 7 files changed +53
-46
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @builder .io/mitosis-cli
2
2
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
+
21
+
3
22
## 0.10.0
4
23
5
24
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @builder.io/mitosis-cli" ,
3
- "version" : " 0.10 .0" ,
3
+ "version" : " 0.11 .0" ,
4
4
"description" : " mitosis CLI" ,
5
5
"types" : " build/types/types.d.ts" ,
6
6
"bin" : {
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
35
## 0.10.0
4
36
5
37
### Minor Changes
Original file line number Diff line number Diff line change 22
22
"name" : " Builder.io" ,
23
23
"url" : " https://www.builder.io"
24
24
},
25
- "version" : " 0.10 .0" ,
25
+ "version" : " 0.11 .0" ,
26
26
"homepage" : " https://github.com/BuilderIO/mitosis" ,
27
27
"main" : " ./dist/src/index.js" ,
28
28
"exports" : {
You can’t perform that action at this time.
0 commit comments