Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: queritylib/querity-react

v1.5.3

Choose a tag to compare

@brunomendola brunomendola released this 13 Jul 13:02

Updated grammar and support files to Querity v3.7.1 and v4.1.1.

What's Changed

New features:

  • feat: add arithmetic functions ADD/SUBTRACT/MULTIPLY/DIVIDE/NEGATE from querity 4.1.0

Fixes:

Chore:

  • Replace eslint-config-airbnb-typescript-prettier with ESLint 9 flat config by @brunomendola in #112

Updated dependencies:

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

Choose a tag to compare

@brunomendola brunomendola released this 04 Feb 10:44

Full Changelog: v1.5.1...v1.5.2

v1.5.1

Choose a tag to compare

@brunomendola brunomendola released this 03 Feb 13:26

What's Changed

Updated grammar and support files to Querity v3.6.0.

Enhance query capabilities with new models:

  • Introduced AdvancedQuery supporting select and group by
  • Added FunctionArgument, Literal, FieldReference, and PropertyExpression classes to represent various query components.
  • Enhanced QuerityBuilder and QuerityParser to support advanced queries with selections, groupings, and function calls.
  • Updated tests to cover new functionalities and ensure correctness.

Full Changelog: v1.4.0...v1.5.1

v1.4.0

Choose a tag to compare

@brunomendola brunomendola released this 18 Sep 07:09

What's Changed

  • Targeting React versions 17, 18, 19 as peer dependency

Updated dependencies:

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@brunomendola brunomendola released this 17 Apr 10:00

What's Changed

  • Added default theme to import (see README.md) #3

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@brunomendola brunomendola released this 10 Apr 16:10

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@brunomendola brunomendola released this 09 Apr 09:48

Added wrap button to switch a condition to a condition wrapper (and/or)

Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@brunomendola brunomendola released this 08 Apr 15:20

Bugfixes:

  • Cleared condition value when switching to an operator with no values required (e.g. "is null")

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@brunomendola brunomendola released this 08 Apr 11:54

Just a bugfix to the release pipeline.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@brunomendola brunomendola released this 08 Apr 11:02

Cheers! This is the first release! 🎉

By adding @queritylib/react to your project, you will be able to use QuerityFilter and QuerityBuilderUI to easily build queries to use with a Querity backend.

See the README.md file for more info.

Full Changelog: https://github.com/queritylib/querity-react/commits/v1.0.0