Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 830 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 830 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.0.1 - 2024-11-14

Fixed

  • Combinator Value not reflecting the value passed as part of Query Prop.
  • Between and notBetween operator field value was mot getting reflected in query.
  • Operator was using labels instead of values in reducer which was diff from the value editor defaults.

1.0.0 - 2024-11-13

Added

  • Initial major release for Query Builder.

1.0.0-beta.0 - 2024-11-12

  • Initial beta release

0.0.1-beta.1 - 2024-11-10

  • Initial beta release of Query Builder component in SolidJS.
  • This supports uncontrolled component behaviour.