Skip to content

Releases: liam-hq/liam

@liam-hq/cli@0.7.20

17 Oct 03:20
e109b82

Choose a tag to compare

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

10 Oct 07:44
3a9216d

Choose a tag to compare

Patch Changes

  • #3716 - - 🐛 Fix PostgreSQL parser to handle pg_dump meta-commands and UTF-8 byte offsets / Thanks @MH4GF!
    • Sanitize \restrict and \unrestrict meta-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

@liam-hq/cli@0.7.19

10 Oct 07:44
3a9216d

Choose a tag to compare

Patch Changes

  • #3716 - - 🐛 Fix PostgreSQL parser to handle pg_dump meta-commands and UTF-8 byte offsets / Thanks @MH4GF!
    • Sanitize \restrict and \unrestrict meta-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

@liam-hq/schema@0.6.0

08 Oct 08:35
b3b684e

Choose a tag to compare

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=liam query parameter

@liam-hq/erd-core@0.6.13

08 Oct 08:35
b3b684e

Choose a tag to compare

Patch Changes

  • #3499 - - 💄 show BlinkCircle indicator when column element is selected in TableDetail / Thanks @tnyo43!

@liam-hq/cli@0.7.18

08 Oct 08:35
b3b684e

Choose a tag to compare

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=liam query 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=liam query parameter
  • #3499 - - 💄 show BlinkCircle indicator when column element is selected in TableDetail / Thanks @tnyo43!

@liam-hq/schema@0.5.6

02 Oct 00:03
4e160f8

Choose a tag to compare

Patch Changes

  • #3614 - 🐛 fix(Drizzle parser): support chained methods like pgTable().enableRLS().$comment() / Thanks @FunamaYukina!

@liam-hq/erd-core@0.6.12

02 Oct 00:03
4e160f8

Choose a tag to compare

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

02 Oct 00:03
4e160f8

Choose a tag to compare

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!

@liam-hq/erd-core@0.6.11

25 Sep 03:17
7f4d0e8

Choose a tag to compare

Patch Changes

  • #3560 - - 🐛 fix CommandPalette Show Mode commands descriptions, ⌘ -> ⇧ / Thanks @tnyo43!
  • #3479 - - ✨ add column detail links in TableDetail / Thanks @tnyo43!
    • selecting a column scrolls it into view
    • opening a page with a hash scrolls to the corresponding column element