Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-awesome-query-builder

User-friendly query builder library for React
Collective - Host: opensource - https://opencollective.com/react-awesome-query-builder - Code: https://github.com/ukrbublik/react-awesome-query-builder

Fix list value for multiselect used as function arg (#997)

* fix

* tests

* Use Immutable 4

* fixes for Immutable 4

* validation - check func in...

github.com/ukrbublik/react-awesome-query-builder - d17da0103e90c96d3aa081304129b2b355b89c9a authored about 1 year ago by Denys Oblohin <[email protected]>
Support MUI tooltips (#973)

* wip
.

* fix #969

* nit

.

* fix #986

* fix icon undefined

* improve

* .
...

github.com/ukrbublik/react-awesome-query-builder - bd89ae010f7ae737b5c61b97d3d629f876ee7874 authored about 1 year ago by Denys Oblohin <[email protected]>
Add `renderIcon` to customize button icons and drag icon (#962)

* Add renderIcon

* fluent

* bootstrap

* antd

* .

* mui

* iconProps

* chlog
...

github.com/ukrbublik/react-awesome-query-builder - 25ae3a64fd337d50d73f72cb8c1b59119ba85eb1 authored over 1 year ago by Denys Oblohin <[email protected]>
Fixes for dot notation (#960)

* Fixed import of fields with dot from JsonLogic

* Fixes export to SpEL to respect `fieldSepa...

github.com/ukrbublik/react-awesome-query-builder - 18fdb147ba3a42d50d5dd1f0e76d71c42dc01585 authored over 1 year ago by Denys Oblohin <[email protected]>
Fixes (#959)

* complete type ItemBuilderProps

* suppress known test warning logs
.
.

* lint fix

* ...

github.com/ukrbublik/react-awesome-query-builder - 40321b27274c1d8ba7fc01ecd347b34717554021 authored over 1 year ago by Denys Oblohin <[email protected]>
Add settings `defaultField` and `defaultOperator` (#956)

* fix shrink

* d.ts

* .

* upd

* ch

* fix

* fix tests

* more tests

* + te...

github.com/ukrbublik/react-awesome-query-builder - a0d499142a30099e5b12026f6f8e7c1436e18f75 authored over 1 year ago by Denys Oblohin <[email protected]>
Allow change autocomplete search logic (#954)

* Fix `fixListValuesGroupOrder`

* Fix clear autocomplete for MUI

* Add setting `fieldItemK...

github.com/ukrbublik/react-awesome-query-builder - 2e5d6ced682b321d8b1784c9e0635d04a68ca9d8 authored over 1 year ago by Denys Oblohin <[email protected]>
Autocomplete items now support `groupTitle` (#953)

* Autocomplete items now support `groupTitle`

* .

github.com/ukrbublik/react-awesome-query-builder - 23355c4122c337f875d7e7fa285ae0b60e95aff5 authored over 1 year ago by Denys Oblohin <[email protected]>
Fix antd warns (#952)

* upd antd

* upd

* pnpm i

* upd

* findLastIndex

* .

* .

* pnpm update --dep...

github.com/ukrbublik/react-awesome-query-builder - 0e7643fa1c8b13705a125a846e761aee9c384101 authored over 1 year ago by Denys Oblohin <[email protected]>
Support MUI 6 (#951)

* fix

* @mui/x-date-pickers 6

* chlog

github.com/ukrbublik/react-awesome-query-builder - e1f0bf8d2591f1377940fa153c594bd3ec33a15c authored over 1 year ago by Denys Oblohin <[email protected]>
LHS by rhallerman1 #896 deformatted (#900)

* LHS rhallerman1 #896 deformatted

* fix lint & test

* .

* fix

* fix sh

* renderF...

github.com/ukrbublik/react-awesome-query-builder - c14f0ae182e60afa50e7988185aca0da0b3e7308 authored over 1 year ago by Denys Oblohin <[email protected]>
Type fixes for strictNullChecks (#948)

* use strictNullChecks for examples and sandbox

github.com/ukrbublik/react-awesome-query-builder - 06360fae1b8b5bcfb83c0d9e804ea06449d829ae authored over 1 year ago by Denys Oblohin <[email protected]>
Improved autocomplete and asyncFetch (#947)

karma tests with debug
lint fix
fix for numeric values in select
antd test enzyme
material v...

github.com/ukrbublik/react-awesome-query-builder - 0f5984f0155cc5171312f8beb26a9ad7805ec38e authored over 1 year ago by Denys Oblohin <[email protected]>
Fix #930 Antd support for display label for selected values (#936)

* Fix #930 Antd support for display label for selected values

* Fix #930 Removed additional s...

github.com/ukrbublik/react-awesome-query-builder - 772735f274b21c2628e70d0019bf9c8b4fdc9b4f authored over 1 year ago by Prasad Tandel <[email protected]>
Fixed bug on change group value (#944)

* test #923

* fix

* chlog

* allow npm publish from branch

github.com/ukrbublik/react-awesome-query-builder - 890bffe82688782dc9128146f67c386afe25226f authored over 1 year ago by Denys Oblohin <[email protected]>
Fixed bug in loadTree (#917)

* fix #356

* chlog

github.com/ukrbublik/react-awesome-query-builder - 13f88988a008a6311c47894d5ee59114c2a1813a authored over 1 year ago by Denys Oblohin <[email protected]>
Fix totalQuery structure in mongodb (#916)

Co-authored-by: Leo Brdar <lbrdar>

github.com/ukrbublik/react-awesome-query-builder - 6fd3084f44a51dfeadbf54a775c7175a173c17be authored over 1 year ago by Leo Brdar <[email protected]>
Fix long smoke (#914)

* .

* codecov master

* don't rm lib

* "skipLibCheck": true,

github.com/ukrbublik/react-awesome-query-builder - 076df0a12423b98a1f9bf9b74c52b60fe1f5e3a4 authored over 1 year ago by Denys Oblohin <[email protected]>
Added Next.js app (#866)

* added next.js app

* .

* .

* sandbox_simple - remove complex config

* todo: why com...

github.com/ukrbublik/react-awesome-query-builder - d0a452c4909064ba15d3d072e8d027232e0bba8c authored over 1 year ago by Denys Oblohin <[email protected]>
Fix mongodbFormat to work with mode = array (#908)

Co-authored-by: Leo Brdar <lbrdar>

github.com/ukrbublik/react-awesome-query-builder - 2d214dbfc31ba8f135d7e83c34fd6421b469e004 authored over 1 year ago by Leo Brdar <[email protected]>
Add support for ElasticSearch 7 term syntax (#906)

github.com/ukrbublik/react-awesome-query-builder - 27f976873c701cdf0dff3c3b0c50a633530d1788 authored over 1 year ago by Daniel Rosendorf <[email protected]>
Fix bugs with React.StrictMode (#902)

* react 18 + strict

* remove UNSAFE_componentWillUpdate

* setLastTree
.

* this.pureSho...

github.com/ukrbublik/react-awesome-query-builder - 11ccb2ef59ce4be383547abd08771a259f2c452b authored over 1 year ago by Denys Oblohin <[email protected]>
Get rid of UNSAFE_componentWillReceiveProps (#901)

* enable strict in examples

* no PureComponent

* replace UNSAFE_componentWillReceiveProps
...

github.com/ukrbublik/react-awesome-query-builder - 19d9f92006aa4b581b8a4902e9990acf2ca02b11 authored over 1 year ago by Denys Oblohin <[email protected]>
Fix long smoke (#899)

github.com/ukrbublik/react-awesome-query-builder - d724775ebd3a475fce742ae8a7c4713ff813f0c2 authored over 1 year ago by Denys Oblohin <[email protected]>
Fix `BootstrapFieldSelect` for fields with 2+ level nesting (#898)

* Fix `BootstrapFieldSelect`

* chlog

github.com/ukrbublik/react-awesome-query-builder - 9975b4c44fb8ba80867eb56670bba0349803a20b authored over 1 year ago by Denys Oblohin <[email protected]>
Fix isNull roundtrip (#887)

* jsonLogic.js whitespace

* make sure we fix up args when hacking cardinality to support isNu...

github.com/ukrbublik/react-awesome-query-builder - 519b713b12f1fef9d869895df381f71adae7c23e authored over 1 year ago by Jarrad <[email protected]>
Install the CodeSee workflow. Learn more at https://docs.codesee.io (#894)

Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>

github.com/ukrbublik/react-awesome-query-builder - 3ff743610cac450b9ff9c0d87234b000339c2370 authored almost 2 years ago by codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
Fix typings: tuple -> array (#885)

* Fix typings: tuple -> array

* chlog

* 6.1.2

github.com/ukrbublik/react-awesome-query-builder - a6ade23d298efdd46186b095d2ae8694df5d8446 authored almost 2 years ago by Denys Oblohin <[email protected]>
Fix compare fields for case when type != widget.type (#875)

github.com/ukrbublik/react-awesome-query-builder - 1d04f4f177aef82612872717190787d9c66f14b0 authored almost 2 years ago by Denys Oblohin <[email protected]>
Fix CJS build for antd (#859)

github.com/ukrbublik/react-awesome-query-builder - 024a20af71de19ea8bca3e7b3ee848d62deae892 authored almost 2 years ago by Denis Oblogin <[email protected]>
Fix button labels (#824) (#856)

github.com/ukrbublik/react-awesome-query-builder - c2d3b0265226f6ee5e0851feb79a3ddb05731d21 authored almost 2 years ago by Denis Oblogin <[email protected]>
Fix whitespace in select (#855)

github.com/ukrbublik/react-awesome-query-builder - 6024f7b7ebeb0333be7f398e7eed5abcaa8df25b authored almost 2 years ago by Denis Oblogin <[email protected]>
Support antd 5 (#853)

github.com/ukrbublik/react-awesome-query-builder - 5c949988b7d11f115a140b1c7971f2629eac0800 authored almost 2 years ago by Denis Oblogin <[email protected]>
Fix import of NOT from SpEL (#852)

Resolves #834

Also fixes export of aggregation expression w/o children filter like cars.size(...

github.com/ukrbublik/react-awesome-query-builder - a612e7baca70c45b6f368bc52e079b995d0bc376 authored almost 2 years ago by Denis Oblogin <[email protected]>
Remove dependabot (#851)

github.com/ukrbublik/react-awesome-query-builder - f9b1281969052990c0eb8c235c73333ff50dbb61 authored almost 2 years ago by Denis Oblogin <[email protected]>
Fix import of is_null and is_not_null ops from SpEL (#831)

* cannot import is null

* fix missing semicolon and doublequotes

* move

* .

Co-autho...

github.com/ukrbublik/react-awesome-query-builder - 1b3b9dc4bbca01a05abdbfd0e5699c60b16e8ec2 authored almost 2 years ago by ingrid0404 <[email protected]>
Fluent UI widgets (#727)

github.com/ukrbublik/react-awesome-query-builder - 1356d4800dbb7d536fd31c983c69dd9a39fcf160 authored almost 2 years ago by Jessica Shi <[email protected]>
Improve styles (#848)

- More `flex`ible styles for low-width
- `styles.scss` now has vars that can be overridden to c...

github.com/ukrbublik/react-awesome-query-builder - 29924f40cdf3ba324aa238f0d246d3f2ed5b7b16 authored almost 2 years ago by Denis Oblogin <[email protected]>
Update npm-publish.yml

github.com/ukrbublik/react-awesome-query-builder - c54bd898dbd4ab70e0367e29eb3eea84d502c27f authored almost 2 years ago by Denis Oblogin <[email protected]>
Workspaces (#769)

* workspaces wip

test works
.
.
.
.
.

* .

* esm, no decorators, vite

* todo! fu...

github.com/ukrbublik/react-awesome-query-builder - 6f4d7460982ee74faaaad2766b10f7e955e526e3 authored almost 2 years ago by Denis Oblogin <[email protected]>
add multiselect_not_contains, support for spel and mongo

github.com/ukrbublik/react-awesome-query-builder - 8349b37395d5f33a5d313a83c83ef409579a2ac4 authored about 2 years ago by Denis Oblogin <[email protected]>
Add `multiselect_contains` operator (#813)

* Add jsonlogic support for multiselect_contains

* Remove comment

github.com/ukrbublik/react-awesome-query-builder - 62f00e5a79ff2835ac840fc5849a114ce3bb5c82 authored about 2 years ago by Hamish Meikle <[email protected]>
fix: Add typings for groupOperators (#798)

Typings for [groupOperators](https://github.com/ukrbublik/react-awesome-query-builder/blame/mast...

github.com/ukrbublik/react-awesome-query-builder - e822bbbd031163c117bca52b7682a48cf6a22f69 authored about 2 years ago by Mahesh Jaganiya <[email protected]>
fix: #791 add missing optional id for type JsonRule (#799)

Closes #791

github.com/ukrbublik/react-awesome-query-builder - 3ad61c4570564be220a7989ccc285b96a03a8983 authored about 2 years ago by Adrian Görisch <[email protected]>
Fix d-n-d issue in React 18 using ReactDOM.createRoot (#815)

* Fix d-n-d issue in React 18 using ReactDOM.createRoot

* use node 14 in CI

* chlog

* l...

github.com/ukrbublik/react-awesome-query-builder - 0c55b0d0f1280bea472fb1ceb8dae98fde904f89 authored about 2 years ago by Denis Oblogin <[email protected]>
fix: docs typo fixes (#793)

Fix typo for word `comlex`, expected `complex`

github.com/ukrbublik/react-awesome-query-builder - 328653f6c718589b3936e215327da905691bf007 authored about 2 years ago by Mahesh Jaganiya <[email protected]>
fix: not operation at the root not detected when importing from spel expression (#767)

github.com/ukrbublik/react-awesome-query-builder - 97f44dd8083c15b3f2e97cb1e861ca1795821d47 authored over 2 years ago by Afeedh Shaji <[email protected]>
fix: ui brokens when given select_not_equals operator (#761)

Co-authored-by: panjing.x <[email protected]>

github.com/ukrbublik/react-awesome-query-builder - e381b0eb072f9f896afd39183f3e41c57d018ec6 authored over 2 years ago by IsLand <[email protected]>
Update CHANGELOG.md

github.com/ukrbublik/react-awesome-query-builder - ead1b17e2e12d75bf89c769c300e5a4f8044fc3f authored over 2 years ago by Denis Oblogin <[email protected]>
Update package.json

github.com/ukrbublik/react-awesome-query-builder - 894a4b62938b2797374e5ccb62bdd1f49dcb5780 authored over 2 years ago by Denis Oblogin <[email protected]>
Update CHANGELOG.md

github.com/ukrbublik/react-awesome-query-builder - 7fc0cb5653c1fd4d57e9d81cdfc9fbb57ff07b4e authored over 2 years ago by Denis Oblogin <[email protected]>
Able to customize item render behavior (#729)

* Able to customize item render behavior

* Able to customize item render behavior

* Able t...

github.com/ukrbublik/react-awesome-query-builder - 4263d47c500fdfc11c13333937d2d0e04ed3ad56 authored over 2 years ago by kadinwu <[email protected]>
ES: Fix NOT (#750)

* ES: Fix NOT

* fix test

github.com/ukrbublik/react-awesome-query-builder - 49d7956f1c43938d950dc886de3a2e549441fd68 authored over 2 years ago by Denis Oblogin <[email protected]>
ES: Fix greater op (#749)

* ES: Fix greater op

* chlog

github.com/ukrbublik/react-awesome-query-builder - b9351aee035f7a645b2e429ea4a5e0d7a2d91cf9 authored over 2 years ago by Denis Oblogin <[email protected]>
Fix type applied to filter funcs as another func's arg value (#743)

* Fix type applied to filter funcs as another func's arg value
.

* chlog

github.com/ukrbublik/react-awesome-query-builder - d128d04198b4ac51c954997d948492a0a26e780f authored over 2 years ago by Denis Oblogin <[email protected]>
Allow self nesting of functions (#698)

* allow self nesting of functions

* function arguments instead of function parameters

Co-a...

github.com/ukrbublik/react-awesome-query-builder - e6ba33a74d302f0b81aa121392e10f06030fcedf authored over 2 years ago by Raphael Hallerman <[email protected]>
Fix gh-pages (#742)

github.com/ukrbublik/react-awesome-query-builder - b8f054aa2b040c2764416f640a8b89e786cf490d authored over 2 years ago by Denis Oblogin <[email protected]>
Update CHANGELOG.md

github.com/ukrbublik/react-awesome-query-builder - 97b24f62edca298aa994e1b388582812a0979b05 authored over 2 years ago by Denis Oblogin <[email protected]>
Fix is_empty and is_not_empty in spel converter (#713)

github.com/ukrbublik/react-awesome-query-builder - fa0c611bd44317f799248bbd59176ee67c9ee06d authored over 2 years ago by Afeedh Shaji <[email protected]>
Fix loadFromSpel for select_equals op (#740)

github.com/ukrbublik/react-awesome-query-builder - 025b71e758e3d354c5ce64bd7524c18b002ef3aa authored over 2 years ago by Denis Oblogin <[email protected]>
Bump @types/node from 17.0.45 to 18.7.7 (#737)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/ukrbublik/react-awesome-query-builder - 71c676613375c58ac9af7c2d0ec07754be09d060 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix validation of bad multiselect value (#733)

* Handle bad multiselect value correctly (remove bad values from list, don't unset whole value)
...

github.com/ukrbublik/react-awesome-query-builder - 38ddab255aa932e3d1cc66bd4b69ba517df8754f authored over 2 years ago by Denis Oblogin <[email protected]>
Support React 18. Migrate to x-date-pickers. (#734)

* Migrate to x-date-pickers

* react 18

* remove fibers

* fix sandbox

* fix ts versio...

github.com/ukrbublik/react-awesome-query-builder - fbeee0914b0ff92de53cd219c22c6c4124d01b28 authored over 2 years ago by Denis Oblogin <[email protected]>
Update README.md (#703)

Fix typos

github.com/ukrbublik/react-awesome-query-builder - d185b90881b1bfd13cda726268cae94a34783cb5 authored over 2 years ago by Ricardo Sanchez <[email protected]>
readme: migration to 5.2.0

github.com/ukrbublik/react-awesome-query-builder - 5d24de7c8f32832b58ab25d9dc8705a1a2d7a9f8 authored over 2 years ago by Denis Oblogin <[email protected]>
Breaking change: children1 is now array in result of getTree() to preserve items order (#672)

github.com/ukrbublik/react-awesome-query-builder - 4b49aefcf2d47791b8d3782bf849d685818d2e4a authored over 2 years ago by Denis Oblogin <[email protected]>
Fixed getTotalRulesCountInTree() == 1 (should be 0) for clear tree (#673)

github.com/ukrbublik/react-awesome-query-builder - dcc2c3211ab92c16aa18d596349a6156c9f8857b authored over 2 years ago by Denis Oblogin <[email protected]>
add: path prop at TreeItem (#671)

github.com/ukrbublik/react-awesome-query-builder - 78fe297d1be2d2c087c9e0eaab47e1b880d3e15d authored almost 3 years ago by Jong Taek Oh <[email protected]>
Use func arg type in field selection (#666)

github.com/ukrbublik/react-awesome-query-builder - 0a54e421cf95a69b93afab0b5f0fca3ac33d454c authored almost 3 years ago by Denis Oblogin <[email protected]>
Set missing id in fixPathsInTree() (#665)

github.com/ukrbublik/react-awesome-query-builder - 043048c1f2ca0ad5c206fd2625c9c331fc3cc702 authored almost 3 years ago by Denis Oblogin <[email protected]>
Fix error when using same field for comparison as argument of function (#662)

github.com/ukrbublik/react-awesome-query-builder - 598a34bb1a2e42b0593dc3fb2630991a4a04107d authored almost 3 years ago by Denis Oblogin <[email protected]>
Added config `removeIncompleteRulesOnLoad` (default false) (#661)

* Added config `removeIncompleteRulesOnLoad` (default false)

* 5.1.2 chog

github.com/ukrbublik/react-awesome-query-builder - 5d9541603d7d6f9bb5a42dccc73ee54864a8d38e authored almost 3 years ago by Denis Oblogin <[email protected]>
Fix value null instead of undefined in JSON (#657)

github.com/ukrbublik/react-awesome-query-builder - a44103a7e8087a938bf9ecdd8cf2ff46892a8159 authored almost 3 years ago by Denis Oblogin <[email protected]>
Fix validation of multiselect func arg (#656)

github.com/ukrbublik/react-awesome-query-builder - 935184a5baf6a0e4790122160764ac86e4e30092 authored almost 3 years ago by Denis Oblogin <[email protected]>
Fix autocomplete (#655)

github.com/ukrbublik/react-awesome-query-builder - 3d4b9d776b9e0cf1f45ebe6834f1d34ad96dac1d authored almost 3 years ago by Denis Oblogin <[email protected]>
hide divider when has no load more (#641)

github.com/ukrbublik/react-awesome-query-builder - b2ad1de66b1b51634cc4baac2d2eb4fabac14fe0 authored almost 3 years ago by Tagôre Cauê Cardoso <[email protected]>
Fix setting defaultValue on set value src (#639)

github.com/ukrbublik/react-awesome-query-builder - c8f34756b6f223177ec148c8811777b0e938dbde authored almost 3 years ago by Denis Oblogin <[email protected]>