|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Release (2025-01-21) |
| 4 | + |
| 5 | +@glimmer/compiler 0.94.0 (minor) |
| 6 | +@glimmer/destroyable 0.94.0 (minor) |
| 7 | +@glimmer/encoder 0.93.0 (minor) |
| 8 | +@glimmer/global-context 0.93.0 (minor) |
| 9 | +@glimmer/interfaces 0.94.0 (minor) |
| 10 | +@glimmer/manager 0.94.0 (minor) |
| 11 | +@glimmer/node 0.94.0 (minor) |
| 12 | +@glimmer/opcode-compiler 0.94.0 (minor) |
| 13 | +@glimmer/owner 0.93.0 (minor) |
| 14 | +@glimmer/program 0.94.0 (minor) |
| 15 | +@glimmer/reference 0.94.0 (minor) |
| 16 | +@glimmer/runtime 0.94.0 (minor) |
| 17 | +@glimmer/syntax 0.94.0 (minor) |
| 18 | +@glimmer/util 0.94.0 (minor) |
| 19 | +@glimmer/validator 0.94.0 (minor) |
| 20 | +@glimmer/vm 0.94.0 (minor) |
| 21 | +@glimmer/vm-babel-plugins 0.93.0 (minor) |
| 22 | +@glimmer/wire-format 0.94.0 (minor) |
| 23 | + |
| 24 | +#### :rocket: Enhancement |
| 25 | +* `@glimmer-workspace/meta-updater`, `@glimmer-workspace/bin`, `@glimmer-workspace/benchmark-env`, `@glimmer-workspace/build-support`, `@glimmer-workspace/env`, `@glimmer-workspace/eslint-plugin`, `@glimmer-workspace/integration-tests`, `@glimmer-workspace/test-utils`, `@glimmer/compiler`, `@glimmer/constants`, `@glimmer/debug-util`, `@glimmer/debug`, `@glimmer/destroyable`, `@glimmer/encoder`, `@glimmer/global-context`, `@glimmer/interfaces`, `@glimmer/local-debug-babel-plugin`, `@glimmer/local-debug-flags`, `@glimmer/manager`, `@glimmer/node`, `@glimmer/opcode-compiler`, `@glimmer/owner`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator`, `@glimmer/vm-babel-plugins`, `@glimmer/vm`, `@glimmer/wire-format`, `@types/eslint-community__eslint-plugin-eslint-comments`, `@types/eslint-plugin-import`, `@types/eslint-plugin-qunit`, `@types/js-reporters`, `@types/puppeteer-chromium-resolver`, `@glimmer-workspace/repo-metadata` |
| 26 | + * [#1677](https://github.com/glimmerjs/glimmer-vm/pull/1677) Refresh tsconfig and eslint setup ([@wycats](https://github.com/wycats)) |
| 27 | +* `@glimmer-workspace/integration-tests`, `@glimmer/syntax` |
| 28 | + * [#1673](https://github.com/glimmerjs/glimmer-vm/pull/1673) Lexical "this" capture ([@ef4](https://github.com/ef4)) |
| 29 | + |
| 30 | +#### :bug: Bug Fix |
| 31 | +* `@glimmer-workspace/integration-tests`, `@glimmer/runtime` |
| 32 | + * [#1672](https://github.com/glimmerjs/glimmer-vm/pull/1672) Feature: Basic mathml support ([@lifeart](https://github.com/lifeart)) |
| 33 | + |
| 34 | +#### :house: Internal |
| 35 | +* Other |
| 36 | + * [#1684](https://github.com/glimmerjs/glimmer-vm/pull/1684) Don't run the size check on main ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 37 | + * [#1683](https://github.com/glimmerjs/glimmer-vm/pull/1683) Use our own local copy of @glimemr/syntax when we run prettier to make sure we didn't break prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 38 | + * [#1681](https://github.com/glimmerjs/glimmer-vm/pull/1681) Rotate the size chart ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 39 | + * [#1679](https://github.com/glimmerjs/glimmer-vm/pull/1679) Compare sizes with main ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 40 | + * [#1678](https://github.com/glimmerjs/glimmer-vm/pull/1678) Allow manual checkout for perf and size workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 41 | + * [#1641](https://github.com/glimmerjs/glimmer-vm/pull/1641) Measure sizes and post as a comment ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 42 | +* `@types/puppeteer-chromium-resolver` |
| 43 | + * [#1675](https://github.com/glimmerjs/glimmer-vm/pull/1675) Fix CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 44 | + |
| 45 | +#### Committers: 4 |
| 46 | +- Alex Kanunnikov ([@lifeart](https://github.com/lifeart)) |
| 47 | +- Edward Faulkner ([@ef4](https://github.com/ef4)) |
| 48 | +- Yehuda Katz ([@wycats](https://github.com/wycats)) |
| 49 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 50 | + |
3 | 51 | ## Release (2024-11-27)
|
4 | 52 |
|
5 | 53 | @glimmer/compiler 0.93.1 (patch)
|
|
0 commit comments