Skip to content

Latest commit

 

History

History
202 lines (117 loc) · 7.74 KB

CHANGELOG.md

File metadata and controls

202 lines (117 loc) · 7.74 KB

Changelog

All notable changes to Flyde will be documented in this file.

[0.109.0] - 2025-02-25

What's Changed

  • Node configuration improvements by @GabiGrin in #190

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.108.5...v0.109.0

[0.108.5] - 2025-02-11

What's Changed

  • Diff view improvements and fixes by @GabiGrin in #189

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.108.4...v0.108.5

[0.108.4] - 2025-02-10

What's Changed

  • Fixed recently used external nodes not working
  • Removed orphan connections warning
  • UI tweaks by @GabiGrin in #188

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.108.3...v0.108.4

[0.108.3] - 2025-02-10

What's Changed

  • Debugger tooltip redesign by @GabiGrin in #187
  • Fixed command menu not finding custom nodes
  • UI fixes by @GabiGrin in #186
  • No longer surfacing JS expression code to node display name

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.108.2...v0.108.3

[0.108.2] - 2025-02-07

What's Changed

  • Native AI generation infrastructure and many bug fixes by @GabiGrin in #185

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.108.1...v0.108.2

[0.108.1] - 2025-02-02

What's Changed

  • Better add node menu and UI fixes by @GabiGrin in #182
  • Fixed dragging pins on main I/O by @GabiGrin in #183
  • Added ability to revive hidden connections

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.108.0...v0.108.1

[0.108.0] - 2025-01-25

What's Changed

  • Migrated UI to ShadCN by @GabiGrin in #181

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.107.0...v0.108.0

[0.107.0] - 2025-01-19

What's Changed

  • Node redesign by @GabiGrin in #180
  • Fork nodes functionality by @GabiGrin in #179

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.106.2...v0.107.0

[0.106.2] - 2025-01-01

What's Changed

  • Macro value replacement improvements by @GabiGrin in #178

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.106.1...v0.106.2

[0.106.1] - 2024-12-23

What's Changed

  • custom node related fixes by @GabiGrin in #177

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

[0.106.0] - 2024-12-23

What's Changed

  • custom nodes creation + stdlib cleanup + fork any node preps by @GabiGrin in #175
  • allow switching between macros in the same namespace by @GabiGrin in #172
  • fix display of custom svg icons by @GabiGrin in #173
  • Improved macro node API by @GabiGrin in #174

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

[0.105.0] - 2024-10-05

What's Changed

  • various ux tweaks by @GabiGrin in #159
  • improved macro node by @GabiGrin in #162
  • Update JSONStringify.flyde.ts by @akim-muto in #163

Breaking changes

  • Most macro nodes in the stdlib were converted to an improved version, most cases should be fixed automatically by this migration
  • Conditional node was simplified and changed (see #162 -> Conditional), will require manual fixing

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.104.0...v0.105.0

[0.104.0] - 2024-09-15

What's Changed

  • support longtext in macro editor by @GabiGrin in #153
  • macro editor tweaks by @GabiGrin in #155
  • fixes dragging main pin ends being selected + ability to connect main input to output by @GabiGrin in #154
  • simplify value and function node by @GabiGrin in #156
  • various tweaks by @GabiGrin in #157

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

[0.103.0] - 2024-09-08

  • allow panning using space+drag, adds onboarding tips by @GabiGrin in #152, fixes #60

  • enables adding nodes by dragging from the nodes library by @GabiGrin in #149

  • fixes connection hover errors, fixes #145 by @GabiGrin in #147

  • visual nodes logic refactor by @GabiGrin in #150

  • refactor visual node editor context menu by @GabiGrin in #148

  • editor refactors by @GabiGrin in #151

[0.102.5] - 2024-09-06

  • rename "Inline Value" to "Value"
  • rename "Inline Code" to "Function"
  • Lengthen time of visual feedback of the remote debugger

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

[0.102.4] - 2024-08-30

  • improve set attribute node by @GabiGrin in #142
  • Comment Node tweaks + AI generation refinement by @GabiGrin in #143
  • Fixes comment node lighting up when flow runs by @GabiGrin in #144

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.102.3...v0.102.4

[0.102.3] - 2024-08-27

  • fixes issue #138 by @GabiGrin in #140

[0.102.2] - 2024-08-22

  • upgrades Typescript by @GabiGrin in #134
  • @flyde/core cleanups by @GabiGrin in #135
  • fixes inline value label not updating by @GabiGrin in #136
  • new logo by @GabiGrin in #137

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.102.0...v0.102.1

[0.102.0] - 2024-07-29

  • adds comment node by @GabiGrin in #133

[0.101.2] - 2024-07-02

  • Removes hardcoded debugging string that slipped into the version by mistake

[0.101.1] - 2024-07-01

  • Fixes broken npm release

[0.101.0] - 2024-07-01

  • AI node generator by @GabiGrin in #132

Full Changelog: https://github.com/flydelabs/flyde/compare/v0.100.0...v0.101.0

[0.100.0] - 2024-06-13

Note: this is the first up-to-date changelog for Flyde. Beforehand, versions for the various npm packages and extension were not in sync. Starting with this change, all Flyde-related artifacts will have the same version.

What's Changed

  • adds the ability to select and remove connections, fixes #107 by @Tokyros in #116
  • resolving of ui bundle missed path by 1 level #120 by @akim-muto in #124
  • fixes hotkeys on windows, resolves #127 by @GabiGrin in #128

New Contributors

  • @akim-muto made their first contribution in #124

Full Changelog: https://github.com/flydelabs/flyde/commits/v0.100.0