Skip to content

Releases: ukrbublik/react-awesome-query-builder

bugfix

14 Feb 09:16
Compare
Choose a tag to compare
1.3.2

1.3.2 - bugfix

Added FieldTreeSelect

10 Feb 19:10
5858a52
Compare
Choose a tag to compare
1.3.1

Added FieldTreeSelect (#148)

Added support of !group

10 Feb 19:05
70515a5
Compare
Choose a tag to compare
1.3.0

Added supprt of !group and $elemMatch (#147)

Added tree select

15 Jan 11:05
30880c2
Compare
Choose a tag to compare
  • 1.2.0
    • Added treeselect and treemultiselect types
    • Changed format of listValues from {<value>: <title>} to [{value, title}] (old is supported).
      Tree select also use listValues, format is compatible with simple select - [{value, title, parent}]

Fixed console warnings. Improved dev hot reload. Added render hooks

14 Jan 15:23
Compare
Choose a tag to compare
  • 1.1.3
    • Fixed console warnings
    • Fixed dev hot reload: now state is preserving
    • Added render hoooks to config.settings: renderBeforeWidget, renderAfterWidget, renderBeforeActions, renderAfterActions

Import from JsonLogic

08 Jan 01:04
875e984
Compare
Choose a tag to compare
import from json logic (#135)

* Import from json logic
* Added jsType

Export to JsonLogic

05 Jan 18:49
Compare
Choose a tag to compare
  • 1.1.1
    • Optimized $eq and $and in MongoDb query export
    • Fixed error if query value is empty
    • Added API in readme
  • 1.1.0

Func improvements

19 Dec 22:46
7aaa13e
Compare
Choose a tag to compare
  • 1.0.12
    • Added sqlFormatFunc, mongoFormatFunc, renderBrackets, renderSeps (for func), funcs (for field)

Nit

15 Dec 23:01
Compare
Choose a tag to compare
Nit
  • 1.0.11
    • Added css-class qb-lite for query builder (see readme if you wanna use it)
  • 1.0.10
    • Fix when using cascader for func selection
  • 1.0.9
    • Allow group of functions (like with fields - type == '!struct' and subfields)

Added functions support

15 Dec 20:06
4773229
Compare
Choose a tag to compare
  • 1.0.8
    • Added support for your custom functions as value source (args can be values/fields/funcs), see new section funcs in config
    • Improved Mongo format: now can compare with field & use funcs with help of $expr
    • (breaking) mongoFormatOp - inserted arg useExpr at 4th position
    • Added hideForSelect, hideForCompare for field config
  • 1.0.7
    • Fixed Babel