@tablex/core
0.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 tab
0.3.8
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
0.3.7
Patch Changes
- #64
b88d833
Thanks @kareemmahlees! - SQL dialog for in-app queries
0.3.6
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.
0.3.5
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
0.3.4
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.
0.3.3
Patch Changes
- #50
36dd26b
Thanks @kareemmahlees! - Migrate from NextJs to React + Vite
0.3.2
Patch Changes
0.3.1
Patch Changes
0.3.0
Minor Changes
- #34
1021466
Thanks @kareemmahlees! - Added pagination and used Tanstack Virtual for table view
0.2.6
Patch Changes
d62ad6e
Thanks @kareemmahlees! - Fix annoying lint error in setup
0.2.5
Patch Changes
482136a
Thanks @kareemmahlees! - Fix lint error in main.rs
0.2.4
Patch Changes
#29
6806384
Thanks @kareemmahlees! - ## ModificationsBackend
- Fix a bug while creating the connections file, previously it didn't create the parent directories before creating the file.
- Return empty Vector if there are not tables in the database
Frontend
- Make creating a connection more verbose with toast info
0.2.3
Patch Changes
68a5127
Thanks @kareemmahlees! - make tauri action work on release
0.2.2
Patch Changes
070018d
Thanks @kareemmahlees! - fix some errors in release ci
0.2.1
Patch Changes
6fe8cd7
Thanks @kareemmahlees! - fix some issues in readme
0.2.0
Minor Changes
#20
232d431
Thanks @kareemmahlees! - TableX now uses MetaX as a sidecar to expose a RESTfull and GraphQL APIs for the connected database.For optimization reasons, this is only enabled in release builds, dev and debug builds are opted out.
0.1.7
Patch Changes
574e072
Thanks @kareemmahlees! - make tauri.config.json use package.json for versioning
0.1.6
Patch Changes
e6764be
Thanks @kareemmahlees! - fixing download links
0.1.5
Patch Changes
f79f512
Thanks @kareemmahlees! - use RELEASE_TOKEN in release workflow
0.1.4
Patch Changes
934e9d3
Thanks @kareemmahlees! - remove branch-ignores in workflows
0.1.3
Patch Changes
5fa4e83
Thanks @kareemmahlees! - minor fix to changeset action
0.1.2
Patch Changes
c92efee
Thanks @kareemmahlees! - adding a fake publish script to create github releases
0.1.1
Patch Changes
- #9
2c72c41
Thanks @kareemmahlees! - First stable version of TableX