v0.106.0

aidenybai/react-grabv0.106.0Dec 23, 2024by GabiGrin

AI Summary

This release introduces custom node creation capabilities and standard library cleanup, alongside improvements to the macro node API. It also prepares the groundwork for forking nodes and allows users to switch between macros within the same namespace.

Key Highlights

  • Custom nodes creation and standard library cleanup
  • Improved macro node API
  • Preparation for forking any node
  • Ability to switch between macros in the same namespace
  • Fix display of custom SVG icons

New Features

  • Custom nodes creation
  • Switching between macros in the same namespace
  • Fork any node preparation

Full Release Notes

## What's Changed
* custom nodes creation + stdlib cleanup + fork any node preps by @GabiGrin in https://github.com/flydelabs/flyde/pull/175
* allow switching between macros in the same namespace by @GabiGrin in https://github.com/flydelabs/flyde/pull/172
* fix display of custom svg icons by @GabiGrin in https://github.com/flydelabs/flyde/pull/173
* Improved macro node API by @GabiGrin in https://github.com/flydelabs/flyde/pull/174

**Full Changelog**: https://github.com/flydelabs/flyde/compare/v0.105.2...v0.106.0