|
| 1 | +## Version 2.2.0 |
| 2 | + |
| 3 | +Release date: Fri Aug 30 2024 |
| 4 | + |
| 5 | +### Minor changes |
| 6 | + |
| 7 | +**[chore(explorer): update world explorer naming (#3069)](https://github.com/latticexyz/mud/commit/0eb25560cfc78354a5e6845c3244375759b71f4c)** (@latticexyz/explorer) |
| 8 | + |
| 9 | +Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future. |
| 10 | + |
| 11 | +Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). |
| 12 | + |
| 13 | +### Patch changes |
| 14 | + |
| 15 | +**[fix(common): route all actions through viem client (#3071)](https://github.com/latticexyz/mud/commit/69cd0a1ba0450f3407ec5865334079653503fa86)** (@latticexyz/common) |
| 16 | + |
| 17 | +Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed. |
| 18 | + |
| 19 | +**[build: use shx from dev deps (#3085)](https://github.com/latticexyz/mud/commit/c0bb0da58966b49c51570de9e3e031bee78b8473)** (create-mud) |
| 20 | + |
| 21 | +Templates now use `shx` to run shell commands in scripts for better Windows compatibility. |
| 22 | + |
| 23 | +**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/config, @latticexyz/store) |
| 24 | + |
| 25 | +Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects. |
| 26 | + |
| 27 | +**[fix(create-mud): update changeset package name + description (#3066)](https://github.com/latticexyz/mud/commit/bd4dffcabd6c6715df213e6c0c8b0631c9afc0b7)** (create-mud) |
| 28 | + |
| 29 | +New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services. |
| 30 | + |
| 31 | +**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/cli, @latticexyz/world) |
| 32 | + |
| 33 | +Add a strongly typed `namespaceLabel` to the system config output. |
| 34 | +It corresponds to the `label` of the namespace the system belongs to and can't be set manually. |
| 35 | + |
| 36 | +**[feat(cli,world): register system ABI onchain (#3050)](https://github.com/latticexyz/mud/commit/31caecc95be72fe94efd1df8cba2b5435fa39bb4)** (@latticexyz/cli) |
| 37 | + |
| 38 | +In addition to table labels, system labels and ABIs are now registered onchain during deploy. |
| 39 | + |
| 40 | +--- |
| 41 | + |
1 | 42 | ## Version 2.1.1
|
2 | 43 |
|
3 | 44 | Release date: Tue Aug 20 2024
|
|
0 commit comments