Releases: latticexyz/mud
Releases · latticexyz/mud
@latticexyz/[email protected]
Major Changes
- #1624
88b1a5a1
Thanks @alvrs! - We now expose aWorldContextConsumerLib
library with the same functionality as theWorldContextConsumer
contract, but the ability to be used inside of internal libraries.
We also renamed theWorldContextProvider
library toWorldContextProviderLib
for consistency.
Minor Changes
- #1675
7987c94d
Thanks @alvrs! - Return address of the newly created World fromWorldFactory.deployWorld
.
Patch Changes
- Updated dependencies []:
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- #1624
88b1a5a1
Thanks @alvrs! - We now expose aWorldContextConsumerLib
library with the same functionality as theWorldContextConsumer
contract, but the ability to be used inside of internal libraries.
We also renamed theWorldContextProvider
library toWorldContextProviderLib
for consistency. - Updated dependencies [
88b1a5a1
,7987c94d
]:- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- Updated dependencies []:
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
Minor Changes
-
#1662
4081493b
Thanks @holic! - Added atableIds
parameter to store sync methods and indexer to allow filtering data streams by table IDs. Store sync methods automatically include all internal table IDs from Store and World.import { syncToRecs } from "@latticexyz/store-sync/recs"; import { resourceIdToHex } from "@latticexyz/common"; syncToRecs({ ... tableIds: [resourceIdToHex(...)], });
import { createIndexerClient } from "@latticexyz/store-sync/trpc-indexer"; import { resourceIdToHex } from "@latticexyz/common"; const client = createIndexerClient({ ... }); client.findAll({ ... tableIds: [resourceIdToHex(...)], });
Patch Changes
- Updated dependencies [
88b1a5a1
,7987c94d
]:- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
Minor Changes
-
#1662
4081493b
Thanks @holic! - Added atableIds
parameter to store sync methods and indexer to allow filtering data streams by table IDs. Store sync methods automatically include all internal table IDs from Store and World.import { syncToRecs } from "@latticexyz/store-sync/recs"; import { resourceIdToHex } from "@latticexyz/common"; syncToRecs({ ... tableIds: [resourceIdToHex(...)], });
import { createIndexerClient } from "@latticexyz/store-sync/trpc-indexer"; import { resourceIdToHex } from "@latticexyz/common"; const client = createIndexerClient({ ... }); client.findAll({ ... tableIds: [resourceIdToHex(...)], });
Patch Changes
- Updated dependencies [
4081493b
]:- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- Updated dependencies []:
- @latticexyz/[email protected]
- @latticexyz/[email protected]
@latticexyz/[email protected]
Patch Changes
- Updated dependencies []:
- @latticexyz/[email protected]
- @latticexyz/[email protected]