Skip to content

Releases: folio-org/ui-plugin-query-builder

v1.1.5

22 Apr 14:37
Compare
Choose a tag to compare
  • UIPQB-115 Array type fields display strangely on the list details page, after adding them.

v1.1.4

02 Apr 13:18
c0a81b8
Compare
Choose a tag to compare
  • UIPQB-108 Fix missing horizontal overflow in ResultViewer

v1.1.3

02 Apr 08:06
Compare
Choose a tag to compare
  • UIPQB-86 The IN operator is incorrectly rendered in the query builder when editing existing queries

v1.1.2

22 Mar 19:00
b925f30
Compare
Choose a tag to compare
  • UIPQB-101 Fix crash when attempting to edit a query with null/empty operator
  • UIPQB-104 Use original fields when provided for editing a query, instead of the defaults
  • UIPQB-90 Auto-hide failure toast messages

v1.1.1

19 Mar 11:43
Compare
Choose a tag to compare
  • Update version of @folio/stripes-acq-components to v5.1.0

v1.1.0

19 Mar 09:26
4e6a645
Compare
Choose a tag to compare
  • UIPQB-60 'In' and 'Not In' requests not properly formatted for [Users] "User ID"
  • UIPQB-56 Prevent columns from being reset when query is changed
  • UIPQB-67 Styles are defined globally for inputs with type "number"
  • UIPQB-64 Query builder can’t edit single condition queries without AND wrapper
  • UIPQB-53 Add support for $contains and $not_contains operators
  • UIPQB-66 Localize dates in results view.
  • UIPQB-54 Add support for array fields in query results.
  • UIPQB-70 Array fields support verification.
  • UIPQB-80 Add operators for NumberType and adjust operators for IntegerType.
  • UIPQB-73 Result Viewer shows current date if date column is not present.
  • UIPQB-82 [Query Builder] Support querying based on nested objects within arrays.
  • UIPQB-84 Results viewer doesn't show 0 value for number type.
  • UIPQB-78 Query builder display if no records match the query
  • UIPQB-74Non-default fields that are part of the query are automatically displayed as columns
  • UIPQB-95 Disable run query button when records limit exceeded
  • UIPQB-96 Extend runQuery handler with "user-friendly" query param

v1.0.2

10 Nov 10:37
Compare
Choose a tag to compare
  • UIPQB-57 400 error should be reported in the UI

v1.0.1

30 Oct 11:35
Compare
Choose a tag to compare
  • UIPQB-60 'In' and 'Not In' requests not properly formatted for [Users] "User ID"

v1.0.0

12 Oct 13:17
14902b1
Compare
Choose a tag to compare
  • 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