Releases: liam-hq/liam
Releases · liam-hq/liam
@liam-hq/cli@0.7.20
Patch Changes
- #3757 - - 🐛 Fix TableDetail not resetting when switching target tables in the ERD drawer / Thanks @tnyo43!
- Remount TableDetail using a key derived from table.name to avoid stale state; wire CommandPalette to allow table-mode activation
- #3745 - 🚸 Disable ERD resize handle when the left pane is closed to prevent accidental resizing and layout conflicts / Thanks @junkisai!
@liam-hq/schema@0.6.1
Patch Changes
- #3716 - - 🐛 Fix PostgreSQL parser to handle pg_dump meta-commands and UTF-8 byte offsets / Thanks @MH4GF!
- Sanitize
\restrictand\unrestrictmeta-commands from pg_dump 16.10+ by replacing with spaces to preserve byte offsets - Fix UTF-8 byte offset to character index conversion for multibyte characters in chunked SQL processing
- Sanitize
@liam-hq/cli@0.7.19
Patch Changes
- #3716 - - 🐛 Fix PostgreSQL parser to handle pg_dump meta-commands and UTF-8 byte offsets / Thanks @MH4GF!
- Sanitize
\restrictand\unrestrictmeta-commands from pg_dump 16.10+ by replacing with spaces to preserve byte offsets - Fix UTF-8 byte offset to character index conversion for multibyte characters in chunked SQL processing
- Sanitize
@liam-hq/schema@0.6.0
Minor Changes
- #3708 - - Add support for Liam Schema format JSON files in ERD page parser / Thanks @devin-ai-integration!
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
- Users can specify format using
?format=liamquery parameter
@liam-hq/erd-core@0.6.13
@liam-hq/cli@0.7.18
Patch Changes
- #3708 - - Add support for Liam Schema format JSON files in ERD page parser / Thanks @devin-ai-integration!
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
- Users can specify format using
?format=liamquery parameter
- #3708 - - Add support for Liam Schema format JSON files in ERD page parser / Thanks @devin-ai-integration!
- Liam format requires no conversion - just JSON parsing and validation against schemaSchema
- Users can specify format using
?format=liamquery parameter
- #3499 - - 💄 show BlinkCircle indicator when column element is selected in TableDetail / Thanks @tnyo43!
@liam-hq/schema@0.5.6
Patch Changes
- #3614 - 🐛 fix(Drizzle parser): support chained methods like pgTable().enableRLS().$comment() / Thanks @FunamaYukina!
@liam-hq/erd-core@0.6.12
Patch Changes
- #3626 - - ♿️ set autofocus on TableDetail to focus whenever the component opens / Thanks @tnyo43!
- #3640 - 💄 Improve table and column comment text wrapping to break at word boundaries / Thanks @FunamaYukina!
@liam-hq/cli@0.7.17
Patch Changes
- #3626 - - ♿️ set autofocus on TableDetail to focus whenever the component opens / Thanks @tnyo43!
- #3640 - 💄 Improve table and column comment text wrapping to break at word boundaries / Thanks @FunamaYukina!
- #3614 - 🐛 fix(Drizzle parser): support chained methods like pgTable().enableRLS().$comment() / Thanks @FunamaYukina!