Releases: kareemmahlees/tablex
v0.3.9
Patch Changes
-
#93
24cc41e
Thanks @kareemmahlees! - Removes the splash screen + replace background images with procedural ones to reduce bundle size -
#86
9039b38
Thanks @kareemmahlees! - Creates a universal error interface integrated with frontend toast notifications. -
#78
e03b98c
Thanks @kareemmahlees! - Use zustand for managing dialogs/sheets state, hence decoupling code. -
#75
58304ca
Thanks @kareemmahlees! - Add support for date picker in in create/edit row sheets. -
#79
be2be03
Thanks @kareemmahlees! - Bump versions of Bun, tauri, tauri-sepcta and specta with the required new modifications. -
#83
0778494
Thanks @kareemmahlees! - Better scroll areas + using zustand for table state + boolean data type support + optimize pre commit hooks -
#82
d0129a0
Thanks @kareemmahlees! - Adds keybindings tab + adds some extra datatypes in the backend -
#87
9fa4b53
Thanks @kareemmahlees! - Adds logging to stdout and to log file -
#89
0db6f52
Thanks @kareemmahlees! - Pump versions of Bun and workspace dependencies. -
#77
a17820d
Thanks @kareemmahlees! - Adds DateTime picker and Json editor in create/edit rows sheets. -
#88
9e71146
Thanks @kareemmahlees! - A bunch of tiny backend and frontend features/fixes -
#80
7f2fb5b
Thanks @kareemmahlees! - Adds preferences dialog with general and settings ta
@tablex/[email protected]
Patch Changes
-
#68
755ac00
Thanks @kareemmahlees! - Use bun for everything:- For running package scripts
- For bundling
- In CI
- For future testing purposes
-
#73
04686a2
Thanks @kareemmahlees! - Adds support for updater -
#70
ce5d13b
Thanks @kareemmahlees! - Keybindings are registered locally rather than globally + keybindings.json + nicer architecture -
#71
fee7fae
Thanks @kareemmahlees! - Add settings support + opening config files in external editor -
#72
3cfd70c
Thanks @kareemmahlees! - Adds a schema for settings.json
@tablex/[email protected]
Patch Changes
- #64
b88d833
Thanks @kareemmahlees! - SQL dialog for in-app queries
@tablex/[email protected]
Patch Changes
-
#59
cae2fbe
Thanks @kareemmahlees! - ## Backend ChangesNew
ColumnProps
returns a new prophas_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.
@tablex/[email protected]
Patch Changes
-
2a591c3
Thanks @kareemmahlees! - ## FixesCompile
- Sync
tauri.conf.sidecar.json
withtauri.conf.json
UI
- Overflow the tables sidebar in table view
- Prevent Command Palette auto focus behavior
- Sync
@tablex/[email protected]
Patch Changes
-
#53
9256473
Thanks @kareemmahlees! - Connection to Databases Via the CLI 🚀New Features
- specify a connection string when you run TableX from the terminal like so:
$ TableX sqlite:test.db
- A new flag
--conn-name/-c
to specify the name of the connection. - A new flag
--save/-s
to optionally save the connection to your records
[!TIP]
TableX will continue to run normally if you didn't specify any arguments or flags.
@tablex/[email protected]
Patch Changes
- #50
36dd26b
Thanks @kareemmahlees! - Migrate from NextJs to React + Vite
@tablex/[email protected]
@tablex/[email protected]
@tablex/[email protected]
Minor Changes
- #34
1021466
Thanks @kareemmahlees! - Added pagination and used Tanstack Virtual for table view