Releases: folio-org/ui-plugin-query-builder
Releases · folio-org/ui-plugin-query-builder
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- 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
v1.0.1
v1.0.0
- 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
tov6.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