Skip to content

1.2.0

Compare
Choose a tag to compare
@stefan-lacatus stefan-lacatus released this 04 May 11:28
· 29 commits to master since this release

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)