Skip to content

Latest commit

 

History

History
103 lines (62 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

103 lines (62 loc) · 4.54 KB

Changelog

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

[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