v0.103.0

flydelabs/flydev0.103.0Sep 8, 2024by GabiGrin

AI Summary

Enhances the visual node editor with new interaction capabilities like panning and onboarding tips, alongside several refactoring efforts to improve the codebase structure.

Key Highlights

  • Added space+drag panning capability
  • Introduced onboarding tips for new users
  • Enabled dragging nodes from the nodes library
  • Fixed connection hover errors

New Features

  • Pan canvas using space+drag
  • Onboarding tips
  • Drag-and-drop nodes from library

Full Release Notes

## What's Changed
* allow panning using space+drag, adds onboarding tips by @GabiGrin in https://github.com/flydelabs/flyde/pull/152, fixes #60 
* enables adding nodes by dragging from the nodes library  by @GabiGrin in https://github.com/flydelabs/flyde/pull/149
* fixes connection hover errors, fixes #145 by @GabiGrin in https://github.com/flydelabs/flyde/pull/147

* visual nodes logic refactor by @GabiGrin in https://github.com/flydelabs/flyde/pull/150
* refactor visual node editor context menu by @GabiGrin in https://github.com/flydelabs/flyde/pull/148
* editor refactors by @GabiGrin in https://github.com/flydelabs/flyde/pull/151

**Full Changelog**: https://github.com/flydelabs/flyde/compare/v0.102.5...v0.103.0