Skip to content

Commit

Permalink
chore: add changeset for 0.3.6 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed May 5, 2024
1 parent 56cf3f3 commit cae2fbe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"commit": false,
"fixed": [],
"linked": [],
"linked": [["@tablex/core", "@tablex/lib", "@tablex/tailwind"]],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
Expand Down
24 changes: 24 additions & 0 deletions .changeset/cool-terms-deny.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cae2fbe

Please sign in to comment.