Skip to content

Releases: liam-hq/liam

@liam-hq/erd-core@0.6.18

25 Nov 02:37
1df0824

Choose a tag to compare

Patch Changes

  • #4006 - - ✨ Add "Show All Tables" and "Hide All Tables" table visibility shortcuts and options in CommandPalette / Thanks @tnyo43!
    • Command Palette: new "Show All Tables" and "Hide All Tables" commands
    • Subscribe shortcuts: ⇧A for "Show All Tables" and ⇧H for "Hide All Tables"

@liam-hq/cli@0.7.24

25 Nov 02:37
1df0824

Choose a tag to compare

Patch Changes

  • #4006 - - ✨ Add "Show All Tables" and "Hide All Tables" table visibility shortcuts and options in CommandPalette / Thanks @tnyo43!
    • Command Palette: new "Show All Tables" and "Hide All Tables" commands
    • Subscribe shortcuts: ⇧A for "Show All Tables" and ⇧H for "Hide All Tables"

@liam-hq/erd-core@0.6.17

12 Nov 07:28
d5679e9

Choose a tag to compare

Patch Changes

  • #3988 - - ✨ Add Export dropdown to copy PostgreSQL DDL and YAML from the ERD / Thanks @tnyo43!
    • Adds ExportDropdown to the AppBar with “Copy PostgreSQL” and “Copy YAML” actions, using schema deparsers and clipboard with success/error toasts; adds @liam-hq/neverthrow dependency

@liam-hq/cli@0.7.23

12 Nov 07:28
d5679e9

Choose a tag to compare

Patch Changes

  • #3988 - - ✨ Add Export dropdown to copy PostgreSQL DDL and YAML from the ERD / Thanks @tnyo43!
    • Adds ExportDropdown to the AppBar with “Copy PostgreSQL” and “Copy YAML” actions, using schema deparsers and clipboard with success/error toasts; adds @liam-hq/neverthrow dependency

@liam-hq/ui@0.0.24

05 Nov 05:29
de714bf

Choose a tag to compare

Patch Changes

  • #3971 - - 💄 fix scrollbar styles so that ::-webkit-scrollbar pseudo classes take effect in Safari / Thanks @tnyo43!

@liam-hq/erd-core@0.6.16

05 Nov 05:29
de714bf

Choose a tag to compare

Patch Changes

  • #3943 - - ✨ Enable Command Palette "table" input mode / Thanks @tnyo43!
    • Pressing Tab with a table suggestion switches to table mode
    • Tab now completes suggestions in non-default modes and for non-table suggestions
    • The table column and index options are shown and linked to the TableDetail content
  • #3833 - - 🐛 Fix focus trap and enable click-outside-to-close for Table Detail Drawer / Thanks @devin-ai-integration!
  • #3897 - - 💄 style(CommandPalette): handle long names / Thanks @tnyo43!
    • Wrap and truncate long text in options and input suggestions
  • #3968 - - 💄 fix CommandPalette empty message style / Thanks @tnyo43!
    • bring the message to the center of the container
  • #3971 - - 💄 fix scrollbar styles so that ::-webkit-scrollbar pseudo classes take effect in Safari / Thanks @tnyo43!

@liam-hq/cli@0.7.22

05 Nov 05:29
de714bf

Choose a tag to compare

Patch Changes

  • #3943 - - ✨ Enable Command Palette "table" input mode / Thanks @tnyo43!
    • Pressing Tab with a table suggestion switches to table mode
    • Tab now completes suggestions in non-default modes and for non-table suggestions
    • The table column and index options are shown and linked to the TableDetail content
  • #3833 - - 🐛 Fix focus trap and enable click-outside-to-close for Table Detail Drawer / Thanks @devin-ai-integration!
  • #3897 - - 💄 style(CommandPalette): handle long names / Thanks @tnyo43!
    • Wrap and truncate long text in options and input suggestions
  • #3968 - - 💄 fix CommandPalette empty message style / Thanks @tnyo43!
    • bring the message to the center of the container

@liam-hq/erd-core@0.6.15

22 Oct 08:54
4dcb858

Choose a tag to compare

Patch Changes

  • #3805 - - ✨ Add linkable anchors and hash-based focus for index items in TableDetail / Thanks @tnyo43!
    • Support #<table>__indexes__<index_name> anchors and hashchange handling
    • Show visual focus (blink indicator + outline) on the targeted index item
    • Adjust scroll positioning for CollapsibleHeader and item scroll-margin
    • Extend internal hash schema to accept __indexes__ IDs

@liam-hq/cli@0.7.21

22 Oct 08:54
4dcb858

Choose a tag to compare

Patch Changes

  • #3805 - - ✨ Add linkable anchors and hash-based focus for index items in TableDetail / Thanks @tnyo43!
    • Support #<table>__indexes__<index_name> anchors and hashchange handling
    • Show visual focus (blink indicator + outline) on the targeted index item
    • Adjust scroll positioning for CollapsibleHeader and item scroll-margin
    • Extend internal hash schema to accept __indexes__ IDs

@liam-hq/erd-core@0.6.14

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!