Skip to content

Releases: thingworx-field-work/QueryBuilderWidgetTWX

1.1.11

02 May 07:07
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where between filters on DATETIME fields are not correctly loaded (cf43fc3)

1.1.10

01 Apr 08:56
Compare
Choose a tag to compare

Fixes

  • Fix issue where an initial empty query would break any further updates to the query being built (945df9f)

1.1.9

01 Dec 13:43
Compare
Choose a tag to compare

Fixes

  • Fix issue handling the Not Equal filters

1.1.7

26 Sep 09:31
Compare
Choose a tag to compare

New Features:

  • Configure the maximum nesting
  • Configure the types of conditions allowed (AND/OR)
  • For DATETIME fields, generate an additional item that you can add rules on with the name ${fieldName}__Age. This field allows creation of conditions that are relative to the current timestamp the query is actually executed. Keep in mind, that this is only a display feature. The backend will need to support parsing the extra query.

Bug fixes:

  • The order of the data and query bindings no longer matters.

1.1.4

18 Sep 12:04
Compare
Choose a tag to compare

Fixed CSS styles being applied globally
Removed some css styles that were not needed.

1.1.3

19 Aug 12:53
Compare
Choose a tag to compare

Initial github release