Releases: thingworx-field-work/QueryBuilderWidgetTWX
Releases · thingworx-field-work/QueryBuilderWidgetTWX
v1.5.0
v1.4.1
v1.4.0
v1.3.2
v1.3.1
v1.3.0
Caution
This build contains an invalid production build, do not use it
What's Changed
- updated all dependencies, including dependencies, and adopt the latest template from https://github.com/ptc-iot-sharing/ThingworxDemoWebpackWidget
- feat: add "IN" and "NOTIN" operators by @red-victor in #44
New Contributors
- @vrosu made their first contribution in #31
- @red-victor made their first contribution in #44
Full Changelog: 1.2.3...1.3.0
1.2.3
Bug-fixes
- Fixed compatibility with Thingworx 9. See #13
Thanks
Thanks to @BogdanMihaiciuc for providing the solution
1.2.2
Breaking changes
- Relative duration filters now are now assumed to be in days. The generated filter clause suffix is now
~AgeInDays~
instead ofAge
. (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
1.2.0
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)