Skip to content

Latest commit

 

History

History
137 lines (90 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

137 lines (90 loc) · 2.7 KB

Changelog

[Unreleased]

  • Updated rc-slider to 11.1.8
  • Dev Dependency updates

v0.1.22

  • Updated microdiff to 1.5.0
  • Dev Dependency updates

v0.1.21

  • Updated the sidebar view: Toggling, keep bottom icons visible
  • Styling updates
  • Dev Dependency updates

v0.1.20

  • Added optional props:
    • onSave (listens for 'ctrl+s/mod+s' keypress)
    • onConvert: adds two icons (python,jupyter) to the panel
  • Updated context: Make the flow view re-render if the flowId changes
  • Added typings for 'importFlow'
  • Updated react-select to 5.9.0
  • Minor styling changes
  • Dev dependencies update

v0.1.19

  • Updated @xyflow/react to 12.3.6
  • Updated edges: make the name/label read-only, auto rename it when the source/target node is renamed
  • Dev dependencies update

v0.1.18

  • Added react 19.0.0 support
  • Fixed an issue with .lock values not allowing the theme or the sidebar state to be initially set

v0.1.17

  • Added node reconnection feature
  • Styling and theme/sidebar state updates
  • Dependency updates

v0.1.16

  • Dependency updates
  • Removed unnecessary console logs

v0.1.15

  • Dependency updates
  • Fixed an issue to prevent multiple open dialogs

v0.1.14

  • Fixed an issue regarding edges between a group manager and group members.
  • Dependency updates

v0.1.13

  • Fixed Couldn’t create edge for source/target handle id: null..., with group member nodes
  • Added scrollbar styling
  • Updated yarn to 4.5.3
  • Dependency updates

v0.1.12

  • Fixed a bug with edge orders not displaying correctly

v0.1.11

  • A lot
  • Changed package manager from bun to yarn.
  • Added two new components: wizard, collapsible.
  • Changed importing flows (use of wizard)
  • Changed three-level tabs on RAG's custom functions.
  • Updated nested chat trigger model and config
  • Changed node resizing
  • Added edge resizing
  • Minor bugfixes
  • Dependency updates

v0.1.10

  • Added undo/redo functionality
  • Updated: keep modals with more than one tabs open on 'Save'
  • Dependency updates
  • Minor styling changes
  • Minor bugfixes

v0.1.9

  • Fix #31: "Group chat: enable clear history not toggled"
  • Minor styling changes
  • Update dependencies

v0.1.8

  • Import/export: Add missing 'z' to 'WaldiezModel', 'WaldiezSkill', 'WaldiezAgent'
  • Dependency updates

v0.1.7

  • Updated info tooltips and views
  • Added CODE_OF_CONDUCT.md
  • Added CODEOWNERS
  • Added CONTRIBUTING.md

v0.1.6

  • Remove maxTokens from agents' data

  • Fix bug with nested chats remaining after edge deletion

v0.1.5

  • Handle file-drops and uploads

v0.1.4

  • Toggle the model's API key visibility

v0.1.3

  • Bugfix: Replace Waldie with Waldiez everywhere

v0.1.2

  • Update logo
  • Use Waldiez instead of Waldie

v0.1.1

  • Initial release