Releases: liam-hq/liam
Releases · liam-hq/liam
@liam-hq/erd-core@0.6.18
@liam-hq/cli@0.7.24
@liam-hq/erd-core@0.6.17
@liam-hq/cli@0.7.23
@liam-hq/ui@0.0.24
@liam-hq/erd-core@0.6.16
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
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
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
- Support
@liam-hq/cli@0.7.21
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
- Support
@liam-hq/erd-core@0.6.14
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!