diff --git a/.changeset/config.json b/.changeset/config.json index 765f9af6..db3118a6 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,7 +6,7 @@ ], "commit": false, "fixed": [], - "linked": [], + "linked": [["@tablex/core", "@tablex/lib", "@tablex/tailwind"]], "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", diff --git a/.changeset/cool-terms-deny.md b/.changeset/cool-terms-deny.md new file mode 100644 index 00000000..0bfebb13 --- /dev/null +++ b/.changeset/cool-terms-deny.md @@ -0,0 +1,24 @@ +--- +"@tablex/core": patch +--- + +## Backend Changes + +### New + +- `ColumnProps` returns a new prop `has_fk_relations`. +- A new Tauri command `fk_relations`. + +### Refactor + +- gather all enums and structs into `types.rs`. + +## Frontend Changes + +### New + +- Dropdown menu with tabs for table names and a Table for related rows. + +### Refactor + +- Split `useQuery` hooks into custom hooks.