Skip to content

v1.0.0

Compare
Choose a tag to compare
@vashjs vashjs released this 12 Oct 13:17
· 192 commits to master since this release
14902b1
  • UIPQB-1 Query plugin - project setup.
  • UIPQB-5 Field-action-value component: String.
  • UIPQB-9 Date-time property format - action-value component
  • UIPQB-11 Enum property type - action-value component.
  • UIPQB-4 UUIDs: field-action-value component.
  • UIPQB-10 Object property type - action-value component
  • UIPQB-6 Array property type - action-value component.
  • UIPQB-14 Build query string
  • UIPQB-17 Test query
  • UIPQB-28 Update QueryBuilder Component to work with MongoDB-Compliant JSON Query
  • UIPQB-27 Title: Extend QueryBuilder plugin with 'saveBtnLabel' Prop
  • UIPQB-30 Create pulling mechanism for query-builder-plugin
  • UIPQB-33 Aborting long running query
  • UIPQB-35 Incorrect parsing for multiselect values
  • UIPQB-40 Change rendering behavior with IN operator
  • UIPQB-37 Reset form to original state after user cancel out
  • UIPQB-36 Add X button for closing the form
  • UIPQB-26 Validate value entered for integer property type
  • UIPQB-43 BREAKING upgrade React to v18.
  • UIPQB-44 Update Node.js to v18 in GitHub Actions.
  • UIPQB-49 Jest-related deps are used in development only.
  • UIPQB-52 BREAKING bump react-intl to v6.4.4.
  • UIPQB-45 Query builder dies when certain characters are used in combination with regex operators.
  • UIPQB-46 Incorrect text when no options available in the query builder's search bar.
  • UIPQB-50Add 'in-progress' handling to plugin-query-builder
  • UIPQB-48 "Show columns" dropdown doesn't fit in the screen.
  • UIPQB-47 400 error blocks save or further action in query builder.
  • UIPQB-51 Dropdown typeahead should use contains not starts with.
  • UIPQB-55 Regular expressions are incorrect for contains and starts_with operators