From 6183e924d566439102f3d0d53c96e2f11716b939 Mon Sep 17 00:00:00 2001 From: dk1a Date: Fri, 22 Sep 2023 23:05:45 +0300 Subject: [PATCH] Create nice-fishes-perform.md --- .changeset/nice-fishes-perform.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/nice-fishes-perform.md diff --git a/.changeset/nice-fishes-perform.md b/.changeset/nice-fishes-perform.md new file mode 100644 index 0000000000..5ae4ad1356 --- /dev/null +++ b/.changeset/nice-fishes-perform.md @@ -0,0 +1,10 @@ +--- +"@latticexyz/store": major +--- + +These breaking changes only affect store utilities, you aren't affected if you use `@latticexyz/cli` codegen scripts. + +- Add `remappings` argument to the `tablegen` codegen function, so that it can read user-provided files. +- In `RenderTableOptions` change the type of `imports` from `RelativeImportDatum` to `ImportDatum`, to allow passing absolute imports to the table renderer. +- Add `solidityUserTypes` argument to several functions that need to resolve user or abi types: `resolveAbiOrUserType`, `importForAbiOrUserType`, `getUserTypeInfo`. +- Add `userTypes` config option to MUD config, which takes user types mapped to file paths from which to import them.