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 providingFlyqlEditorandFlyqlColumnscomponents, 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-vueinto the coreflyql JSpackage underflyql/editor, so both the Vue and React packages share the same engine flyql-vuenow consumes the shared editor core fromflyqlinstead of bundling its own copy
Unchanged
- Python and Go packages: no code changes, version bump only