- Lists > Errors when query includes a deleted custom field UILISTS-205
- Prompt for unsaved changes when clicking on the Lists app home from the app context menu UILISTS-177
- Don't revert visibility setting when creating a new list. UILISTS-203
3.1.3 (2024-11-27)
- Stop polling after X attempts result in 500 errors UILISTS-161
- Update language used for export actions UILISTS-201
3.1.2 (2024-11-12)
- Remove backslashes from user-friendly query string UILISTS-196
- Use tenant timezone for building queries (adds use of permission
configuration.entries.collection.get
) UIPQB-126 - [ECS] The visibility for cross tenant record types changes to "Shared" when the user makes any changes after selecting the entity type [UILISTS-198]
- Remove module declaration for
@folio/stripes-acq-components
in theglobal.d.ts
file UILISTS-199
3.1.1 (2024-11-05)
- Update
stripes-acq-components
to 6.0.0 UILISTS-197
3.1.0 (2024-11-01)
- Lists app - Modal: Shortcut Keys List UILISTS-137
- Results List: Update Record type filter display UILISTS-145
- Lists app: Implement App context menu UILISTS-138
- Move stripes-testing in dev dependencies UILISTS-138
- Support export of visible columns and export of all columns UILISTS-157
- Handle updated entity-types API response format UILISTS-170
- Lists app - Implement Shortcut Keys UILISTS-158
- Add resolution entry in to package.json to pin TS version UILISTS-179
- Add autofocus for edit and create mode UILISTS-182
- Change save/cancel buttons styles UILISTS-183
- Fix issue with absent blue bar UILISTS-172
- Add cross-tenant logic for list-table UILISTS-185
- Cross-tenant indicator for list detail page UILISTS-173
- Fix GitHub Actions workflow not running for tags FOLIO-4086
- Add Cross-tenant default state for edit/duplicate/create modes UILISTS-175
- Supply necessary a11y props to
<Layer>
[UILISTS-195]
3.0.2 (2024-08-07)
- Fix type issue with
<DropdownMenu>
UILISTS-168
3.0.1 (2024-04-16)
- Duplicated lists have all columns selected UILISTS-118
- Change the app display name from Lists (beta) to Lists UILISTS-125
3.0.0 (2024-03-22)
- Use background polling to pick up new list updates. Refs UILISTS-9
- Add tooltips to the New List page. Refs UILISTS-2
- Fix pagination bug
- Update translations. Refs UILISTS-9
- Add tooltips for the shared and private settings. Refs UILISTS-2
- Add default filters for the list landing page. Refs UILISTS-10
- Add enabler for IDs tracking. Refs UILISTS-67
- Add support for duplicating lists. Refs UILISTS-68
- Remove explicit typescript version. Refs UILISTS-85
- Remove dependence on calendar typings. Refs UILISTS-49
- Minor cleanup. Refs UILISTS-95
- Fix incorrect types for CheckboxFilter. Refs UILISTS-92
- Add redirect from empty page. Refs UILISTS-62
- Add missing dependency on the query builder plugin. Refs UILISTS-77
- Add column width configuration. Refs UILISTS-105
- Add entity type to list details and edit pages. Refs UILISTS-98
- New lists display with columns selected when building a query. Refs UILISTS-77
- Update HTML page title on List detail page. Refs UILISTS-80
- Send list of columns when exporting a list. Refs UILISTS-110
- Bump up stripes-acq-components from 5.0.0 to 5.1.0
- Improve exception handling. Refs UILISTS-121
- Send list of selected columns as parameter to GET /lists/{listId}/contents API. Refs UILISTS-109
- Lists - Add accessibility testing to automated tests. Refs UILISTS-99
2.0.6 (2023-12-07)
- Revert all changes from 2.0.5 except for the "(Beta)" added to the app title
2.0.5 (2023-12-01)
- Use background polling to pick up new list updates. Refs UILISTS-9
- Add tooltips to the New List page. Refs UILISTS-2
- Fix pagination bug
- Update translations. Refs UILISTS-9
- Add tooltips for the shared and private settings. Refs UILISTS-2
- Add default filters for the list landing page. Refs UILISTS-10
- Add "(Beta)" to the app title
2.0.4 (2023-11-09)
- Add translation for invalid request. Refs UILISTS-14.
- Restrict user access to the list which is private or removed. Refs UILISTS-58.
- Sort record types when creating lists. Refs UILISTS-61.
- Fix display unknown user for list detail page. Refs UILISTS-63.
2.0.3 (2023-11-07)
- Fix source of lastUpdatedDate and lastUpdatedBy fields. Refs UILISTS-54.
- Update error message and polling delay. Refs UILISTS-59.
- Fix list icon whichs gets cut off when the list name is long. Refs UILISTS-4.
2.0.2 (2023-10-26)
- Add missing cancel export permission. Refs UILISTS-52.
- Added new translation keys for errors. Refs UILISTS-40, UILISTS-53, UILISTS-51, UILISTS-56.
2.0.1 (2023-10-24)
- Fix select in list create.
- Permissions Fix. Refs UILISTS-39.
- Fix clear group icon to disappear when no items selected. Refs UILISTS-25.
2.0.0 (2023-10-13)
- Initial release with core functionality.
- Update Stripes, React, React-Intl dependencies for Poppy release.
- Edit Query button width incorrect. Refs UILISTS-41.
- Implement granular permissions. Refs UILISTS-39.
- New app created with stripes-cli