|
1 | 1 | # Changelog |
| 2 | +[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.11.1...v0.11.2) |
| 3 | + |
| 4 | +### 🚀 Features |
| 5 | + |
| 6 | +- **generator**: discover stx component sources ([18ade38](https://github.com/stacksjs/dtsx/commit/18ade38)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 7 | +- **stx**: generate component declarations ([8d19443](https://github.com/stacksjs/dtsx/commit/8d19443)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 8 | + |
| 9 | +### 🐛 Bug Fixes |
| 10 | + |
| 11 | +- **generator**: emit valid default declarations ([070dc24](https://github.com/stacksjs/dtsx/commit/070dc24)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 12 | +- **isolated**: retain complex JSX scan boundaries ([ec11d48](https://github.com/stacksjs/dtsx/commit/ec11d48)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 13 | +- **zig**: balance jsx initializer syntax ([3c5e4a5](https://github.com/stacksjs/dtsx/commit/3c5e4a5)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 14 | +- **react**: harden jsx expression boundaries ([5fa7599](https://github.com/stacksjs/dtsx/commit/5fa7599)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 15 | +- **react**: narrow wrapper dependency inference ([5d8fc55](https://github.com/stacksjs/dtsx/commit/5d8fc55)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 16 | +- **react**: support component wrapper patterns ([38150d7](https://github.com/stacksjs/dtsx/commit/38150d7)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 17 | +- **react**: scan jsx component initializers ([6901cac](https://github.com/stacksjs/dtsx/commit/6901cac)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 18 | +- **react**: preserve wrapped component types ([2856c9c](https://github.com/stacksjs/dtsx/commit/2856c9c)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 19 | +- **react**: infer jsx component returns ([d47aaa6](https://github.com/stacksjs/dtsx/commit/d47aaa6)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 20 | + |
| 21 | +### ⚡ Performance Improvements |
| 22 | + |
| 23 | +- **isolated**: skip annotated single-line literals ([ab657d5](https://github.com/stacksjs/dtsx/commit/ab657d5)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 24 | + |
| 25 | +### 📚 Documentation |
| 26 | + |
| 27 | +- link the community as stacksjs.com/discord ([d2bf3c1](https://github.com/stacksjs/dtsx/commit/d2bf3c1)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 28 | +- **stx**: document component declarations ([51594bd](https://github.com/stacksjs/dtsx/commit/51594bd)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 29 | +- **cli**: label command output fences ([aee2894](https://github.com/stacksjs/dtsx/commit/aee2894)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 30 | + |
| 31 | +### 🧪 Tests |
| 32 | + |
| 33 | +- **generator**: cover annotated default export records ([bcca75a](https://github.com/stacksjs/dtsx/commit/bcca75a)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 34 | +- **stx**: cover component declaration syntax ([3e0729c](https://github.com/stacksjs/dtsx/commit/3e0729c)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 35 | +- **vue**: follow renamed burn fixture ([ef79503](https://github.com/stacksjs/dtsx/commit/ef79503)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 36 | + |
| 37 | +### 🤖 Continuous Integration |
| 38 | + |
| 39 | +- **benchmark**: report isolated mode speedup ([edeb9ac](https://github.com/stacksjs/dtsx/commit/edeb9ac)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 40 | + |
| 41 | +### 🧹 Chores |
| 42 | + |
| 43 | +- release v0.11.2 ([bd88ad7](https://github.com/stacksjs/dtsx/commit/bd88ad7)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 44 | +- wip ([a76b183](https://github.com/stacksjs/dtsx/commit/a76b183)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 45 | + |
| 46 | +### 📄 Miscellaneous |
| 47 | + |
| 48 | +- Merge pull request #3106 from stacksjs/codex/isolated-mode-benchmarks ([be1c8c2](https://github.com/stacksjs/dtsx/commit/be1c8c2)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#3106](https://github.com/stacksjs/dtsx/issues/3106), [#3106](https://github.com/stacksjs/dtsx/issues/3106)) |
| 49 | +- Merge pull request #3105 from stacksjs/codex/stx-component-declarations ([30310cf](https://github.com/stacksjs/dtsx/commit/30310cf)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#3105](https://github.com/stacksjs/dtsx/issues/3105), [#3105](https://github.com/stacksjs/dtsx/issues/3105)) |
| 50 | +- Merge pull request #3104 from stacksjs/agent/react-component-declarations ([787d732](https://github.com/stacksjs/dtsx/commit/787d732)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#3104](https://github.com/stacksjs/dtsx/issues/3104), [#3104](https://github.com/stacksjs/dtsx/issues/3104)) |
| 51 | + |
| 52 | +### bench |
| 53 | + |
| 54 | +- **isolated**: stabilize mode comparison workloads ([c1b2e49](https://github.com/stacksjs/dtsx/commit/c1b2e49)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 55 | +- **isolated**: compare generation paths ([1582d5e](https://github.com/stacksjs/dtsx/commit/1582d5e)) _(by Chris <chrisbreuer93@gmail.com>)_ |
| 56 | + |
| 57 | +### Contributors |
| 58 | + |
| 59 | +- _Chris <chrisbreuer93@gmail.com>_ |
| 60 | + |
2 | 61 | [Compare changes](https://github.com/stacksjs/dtsx/compare/v0.11.0...v0.11.1) |
3 | 62 |
|
4 | 63 | ### 🐛 Bug Fixes |
|
0 commit comments