v0.17.0
版本发布时间: 2024-01-28 07:12:59
kreneskyp/ix最新发布版本:v0.19.1(2024-02-09 01:24:17)
A small release that includes a new JSONTransform component to simplify flow and a number of bug fixes for the editor.
JSON Transform #411
Introducing JSONTransform
an advanced version of JSONPath
that can build lists and objects in addition to single values. It's a flexible way to extract multiple values and build more complex values.
JSONTransform
can replace many instances where JSONPath
and Map
were chained to pack a value in a dict. Shown here in the dall-e
agent.
Previous Dall-e agent
Updated Dall-e agent
Misc
- Run log viewer now renders input/output with json highlighting #412
- Run log viewer now expands to fill the modal #412
- ChainSelect now shows initial values loaded from API and renders a custom option #413
- Nodes now have a context menu containing action features like
delete
andopen-in-tab
#415 - Referenced chains may now be opened in a new tab via the context menu. #415
Bug Fixes
tab state syncing
- Edge create/update/delete was not synced to tab state #416
- Node delete was not synced to tab state #416
- Edge updates weren't synced if they only moved between keys on the source or target #417
misc fixes
- JSON Schema didn't appear when dropped on the graph. #414