Releases: queritylib/querity-react
Release list
v1.5.3
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:
- fix(parser): support negative number literals by @vage88sg1 in #157
Chore:
- Replace eslint-config-airbnb-typescript-prettier with ESLint 9 flat config by @brunomendola in #112
Updated dependencies:
- Bump @types/react from 19.2.10 to 19.2.13 by @dependabot[bot] in #92
- Bump minimatch by @dependabot[bot] in #97
- Bump rollup from 4.57.1 to 4.59.0 by @dependabot[bot] in #96
- Bump @types/react from 19.2.13 to 19.2.14 by @dependabot[bot] in #94
- Bump rimraf from 6.1.2 to 6.1.3 by @dependabot[bot] in #93
- Bump svgo from 2.8.0 to 2.8.2 by @dependabot[bot] in #99
- Bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #111
- Bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #109
- Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #108
- Bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #107
- Bump @jest/globals from 30.2.0 to 30.3.0 by @dependabot[bot] in #104
- Bump jest-environment-jsdom from 30.2.0 to 30.3.0 by @dependabot[bot] in #105
- Bump jest from 30.2.0 to 30.3.0 by @dependabot[bot] in #103
- Bump @rollup/plugin-commonjs from 29.0.0 to 29.0.2 by @dependabot[bot] in #101
- Bump rollup-plugin-dts from 6.3.0 to 6.4.0 by @dependabot[bot] in #106
- Bump serialize-javascript and @rollup/plugin-terser by @dependabot[bot] in #110
- Bump uuid from 11.1.0 to 13.0.0 by @dependabot[bot] in #35
- Bump typescript-eslint from 8.58.1 to 8.59.0 by @dependabot[bot] in #120
- Bump rollup from 4.60.1 to 4.60.2 by @dependabot[bot] in #118
- Bump uuid from 13.0.0 to 14.0.0 by @dependabot[bot] in #116
- Bump eslint-plugin-react-hooks from 7.0.1 to 7.1.1 by @dependabot[bot] in #115
- Bump postcss from 8.5.3 to 8.5.12 by @dependabot[bot] in #121
- Bump globals from 17.5.0 to 17.6.0 by @dependabot[bot] in #123
- Bump rollup from 4.60.2 to 4.60.3 by @dependabot[bot] in #125
- Bump react from 19.2.5 to 19.2.6 by @dependabot[bot] in #130
- Bump typescript-eslint from 8.59.0 to 8.59.2 by @dependabot[bot] in #127
- Bump typescript-eslint from 8.59.2 to 8.59.4 by @dependabot[bot] in #136
- Bump ts-jest from 29.4.9 to 29.4.11 by @dependabot[bot] in #135
- Bump rollup from 4.60.3 to 4.60.4 by @dependabot[bot] in #134
- Bump react-dom from 19.2.5 to 19.2.6 by @dependabot[bot] in #132
- Bump eslint-plugin-prettier from 5.5.5 to 5.5.6 by @dependabot[bot] in #141
- Bump rollup from 4.60.4 to 4.61.1 by @dependabot[bot] in #139
- Bump react and @types/react by @dependabot[bot] in #140
- Bump typescript-eslint from 8.59.4 to 8.60.1 by @dependabot[bot] in #138
- Bump rollup from 4.61.1 to 4.62.0 by @dependabot[bot] in #145
- Bump typescript-eslint from 8.60.1 to 8.61.0 by @dependabot[bot] in #146
- Bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 by @dependabot[bot] in #144
- Bump typescript-eslint from 8.61.0 to 8.62.0 by @dependabot[bot] in #150
- Bump uuid from 14.0.0 to 14.0.1 by @dependabot[bot] in #149
- Bump globals from 17.6.0 to 17.7.0 by @dependabot[bot] in #147
- Bump react-dom from 19.2.6 to 19.2.7 by @dependabot[bot] in #143
- Bump ws from 8.20.0 to 8.21.0 by @dependabot[bot] in #151
- Bump rollup from 4.62.0 to 4.62.2 by @dependabot[bot] in #156
- Bump typescript-eslint from 8.62.0 to 8.63.0 by @dependabot[bot] in #154
- Bump @rollup/plugin-commonjs from 29.0.2 to 29.0.3 by @dependabot[bot] in #152
New Contributors
- @vage88sg1 made their first contribution in #157
Full Changelog: v1.5.2...v1.5.3
v1.5.2
v1.5.1
What's Changed
Updated grammar and support files to Querity v3.6.0.
Enhance query capabilities with new models:
- Introduced
AdvancedQuerysupporting select and group by - Added
FunctionArgument,Literal,FieldReference, andPropertyExpressionclasses to represent various query components. - Enhanced
QuerityBuilderandQuerityParserto 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
What's Changed
- Targeting React versions 17, 18, 19 as peer dependency
Updated dependencies:
- Bump rollup from 4.40.0 to 4.46.2 by @dependabot[bot] in #5
- Bump form-data from 4.0.2 to 4.0.4 by @dependabot[bot] in #9
- Bump ts-jest from 29.3.2 to 29.4.1 by @dependabot[bot] in #7
- Bump @testing-library/jest-dom from 6.6.3 to 6.6.4 by @dependabot[bot] in #8
- Bump @types/react from 19.1.2 to 19.1.11 by @dependabot[bot] in #15
- Bump @rollup/plugin-typescript from 12.1.2 to 12.1.4 by @dependabot[bot] in #12
- Bump @rollup/plugin-commonjs from 28.0.3 to 28.0.6 by @dependabot[bot] in #10
- Bump rollup-plugin-dts from 6.2.1 to 6.2.3 by @dependabot[bot] in #17
- Bump rollup from 4.46.2 to 4.49.0 by @dependabot[bot] in #19
- Bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #18
- Bump @types/react from 19.1.11 to 19.1.12 by @dependabot[bot] in #22
- Bump @types/react-dom from 19.1.2 to 19.1.9 by @dependabot[bot] in #23
- Bump @testing-library/dom from 10.4.0 to 10.4.1 by @dependabot[bot] in #21
- Bump @testing-library/jest-dom from 6.6.4 to 6.8.0 by @dependabot[bot] in #25
- Bump jest-environment-jsdom from 29.7.0 to 30.1.1 by @dependabot[bot] in #24
- Bump @jest/globals from 29.7.0 to 30.1.1 by @dependabot[bot] in #26
- Bump jest from 29.7.0 to 30.1.1 by @dependabot[bot] in #20
- Bump jest from 30.1.1 to 30.1.3 by @dependabot[bot] in #33
- Bump jest-environment-jsdom from 30.1.1 to 30.1.2 by @dependabot[bot] in #29
- Bump @types/react from 19.1.12 to 19.1.13 by @dependabot[bot] in #36
- Bump rollup from 4.49.0 to 4.50.1 by @dependabot[bot] in #34
New Contributors
- @dependabot[bot] made their first contribution in #5
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
- Support for IN and NOT_IN filter operators by @brunomendola in #2
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Added wrap button to switch a condition to a condition wrapper (and/or)
Full Changelog: v1.0.2...v1.1.0
v1.0.2
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
Just a bugfix to the release pipeline.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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