Skip to content

v1.0.2

Latest

Choose a tag to compare

@HumanUser HumanUser released this 21 Jul 15:19

Version 1.0.2

This release adds a new flyql-react package and restructures the JavaScript editor internals. Version 1.0.2 is a lockstep bump across all packages - there are no functional changes to the Python and Go libraries.

Added

  • flyql-react - a new React package providing FlyqlEditor and FlyqlColumns components, mirroring the existing Vue components (#18)
  • React demo app alongside the Vue demo

Changed

  • Framework-agnostic editor logic (engine, columns engine, suggestions, editor state and helpers) moved from flyql-vue into the core flyql JS package under flyql/editor, so both the Vue and React packages share the same engine
  • flyql-vue now consumes the shared editor core from flyql instead of bundling its own copy

Unchanged

  • Python and Go packages: no code changes, version bump only