Skip to content

v0.3.0

Latest

Choose a tag to compare

@darabos darabos released this 25 Jan 10:21
· 775 commits to main since this release
b60d5d2

This release focused on polishing the user interface.

New

  • Updated and added new boxes for using PyKEEN graph embeddings. #62
  • A UI refresh. Boxes have icons now. #84 #112
  • A box's type can be changed. #100 #102
  • A new parameter type that allows choosing a table and its column. #109
  • Tooltip improvements. #104 #93 #103
  • Pan with left click drag, select with Shift drag. #92
  • Box search no longer off screen, zoom on scroll, bottom left buttons removed. #90
  • Resizable nicer groups. #85
  • Boxes and groups snap to grid when Shift is held. #86
  • Custom icons, scrolling tables. #88

Fixes

  • Match <input> borders on <textarea> and <select> elements. #94
  • Stop collapsed boxes from blocking things. #83
  • Fix extent=null issue. #81
  • Fix restoring height after uncollapsing box. #127
  • Fix unintentional text selection when trying to select boxes. #126
  • CRDT fixes. #116
  • Fix dropdowns. #101

Internal improvements

  • Make "name" a required field for relation definitions. #95
  • Upgrade all JavaScript dependencies. Connect CRDT and ReactFlow ourselves.
    #89
  • Do not install CUDA dependencies in CI. #91
  • Use uv build/publish from top-level directory. #80
  • Bump uv_build version. #79
  • Started a changelog.