Skip to content

Releases: thingworx-field-work/QueryBuilderWidgetTWX

v1.5.0

01 Oct 21:40
Compare
Choose a tag to compare

1.5.0 (2024-10-01)

Features

  • date_format: allow the user to specify if time should be selectable in the date time picker by specifying a DatePickerFormat with no time component (be3a040)

v1.4.1

17 Sep 12:23
Compare
Choose a tag to compare

1.4.1 (2024-09-17)

Bug Fixes

  • when the data is bound from another widget, it would not update the query fields (dbc8be4)

v1.4.0

16 Jul 16:58
Compare
Choose a tag to compare

1.4.0 (2024-07-16)

Features

  • allow a custom date format to be specified for the dates (#45) (6a1d443)

v1.3.2

30 Nov 03:27
Compare
Choose a tag to compare

1.3.2 (2023-11-30)

Bug Fixes

  • trigger a new release, this time including a good production build (b700460)

v1.3.1

30 Nov 03:24
Compare
Choose a tag to compare

1.3.1 (2023-11-30)

Bug Fixes

  • resolve issue with the production build being invalid

v1.3.0

28 Nov 16:55
Compare
Choose a tag to compare

Caution

This build contains an invalid production build, do not use it

What's Changed

New Contributors

Full Changelog: 1.2.3...1.3.0

1.2.3

31 Jul 13:59
Compare
Choose a tag to compare

Bug-fixes

  • Fixed compatibility with Thingworx 9. See #13

Thanks

Thanks to @BogdanMihaiciuc for providing the solution

1.2.2

06 Jul 13:45
Compare
Choose a tag to compare

Breaking changes

  • Relative duration filters now are now assumed to be in days. The generated filter clause suffix is now ~AgeInDays~ instead of Age. (340bfc2)

Bug-fixes

  • Fixed date-time clauses not updating correctly on query changed (e20eca5)

Thanks

Thanks to @Lykhoshva-amc for the above PRs

1.2.1

09 Jun 10:03
Compare
Choose a tag to compare

Bug fix

  • Add min and max values for INTEGER fields, to bound the values to Java Integer.MAX_VALUE (46440d9)

1.2.0

04 May 11:28
Compare
Choose a tag to compare

Features

  • Added two new properties that can be used for validation of the current query (12f2ac0):
    • ContainsValidQuery: Boolean, true if the current query is valid. Please note that an empty query is invalid.
    • IsQueryEmpty: Boolean, true if the current query is empty (there are no rules added).

Fixes

  • Dispose of the widget explicitly, rather than letting thingworx handle it (cfa3dc9)