Skip to content

Latest commit

 

History

History
355 lines (331 loc) · 20.8 KB

File metadata and controls

355 lines (331 loc) · 20.8 KB

Change history for ui-linked-data

3.0.0 (IN PROGRESS)

  • Refactor record control hooks. Refs UILD-744.
  • Refactor resource processing and preview loading. Refs UILD-744.
  • Refactor resource loading. Refs UILD-816.
  • Fix duplicate Work cannot be saved. Fixes UILD-821.
  • Refactor services providers and simple lookup data loading. Refs UILD-816.
  • Refactor imports and add import boundary rules. Refs UILD-816.
  • Fix regression issues that appeared after refactoring. Refs UILD-816, UILD-827.
  • Add Authority edit page. Refs UILD-826.
  • Extend Search page with Authority search and create options. Refs UILD-825.
  • Fix field collision in the record generation. Fixes UILD-838.
  • Update language used for importing works/instances. Refs UILD-839.
  • Fix multiple settings per profile. Refs UILD-780.

2.0.4 (2026-06-03)

  • Fix default profile type persistence across edit form and profile settings. Fixes UILD-820.

2.0.3 (2026-05-19)

  • Fix Reset search option is missing after using Advanced Search. Fixes UILD-812.

2.0.2 (2026-05-07)

  • Fix Sonar issues. Refs UILD-792.
  • Fix for hidden menu bar. Refs UILD-805.
  • Fix for tooltip position. Refs UILD-806.
  • Fix for blank preview in editor while searching for complex values. Refs UILD-807.

2.0.1 (2026-04-23)

  • Fix for the case when changes to profile settings are not applied immediately. Fixes UILD-798.
  • Fix overlapping labels in the search results table. Fixes UILD-797.

2.0.0 (2026-04-17)

  • Remove unnecessary child subcomponents when copying a whole field when the record is loaded. Fixes UILD-544.
  • Clear global state on web component disconnection. Refs UILD-552.
  • Fixed incorrect instances list display when the user opens the Create Work page. Fixes UILD-560.
  • Added a service to process a new custom profile. Extended logic to apply this service. Refs UILD-546.
  • Extended services to process the loaded record using the updated profile. Refs UILD-547.
  • Added import file action. Refs UILD-561, UILD-568.
  • Added and utilized a new API request to get the new custom profile. Refs UILD-571.
  • Added new services for the record generation. Refs UILD-548.
  • Removed unused code after introducing the new profile. Remove BF2-BFLite mapping. Refs UILD-550.
  • Extended configs to add support for Subject of Work. Refs UILD-555.
  • Added export RDF file action. Refs UILD-587.
  • Address general accessibility issues with focus. Refs UILD-579.
  • Loading separate profiles for Work and Instance on the Create resource page. Refs UILD-578.
  • Add support for administrative history, biographical data, physical description, accompanying material and award notes. Refs UILD-569.
  • Address accessibility issues. Refs UILD-579.
  • Add support for serials. Refs UILD-594.
  • Add support for updated extent handling. Refs UILD-557.
  • Added Profile selection when the user creates a new Instance. RefsUILD-573.
  • Add support for dates of publication note (MARC 362). Refs UILD-606.
  • Add support for book format. Refs UILD-607.
  • Add support for supplementary content. Refs UILD-611.
  • Add language subclass support. Refs UILD-564.
  • Open Instance using associated profile's Edit/Display form. Refs UILD-575.
  • Refactor profile handling logic to streamline schema management. Refs UILD-613.
  • Refactor record generation logic to remove hardcoded profile references. Refs UILD-614.
  • Add support for illustrative content. Refs UILD-610.
  • Add characteristic / serial publication type support. Refs UILD-604.
  • Adjust Profile prefix. Refs UILD-619.
  • Add ISSN, IAN, and other identifier support. Refs UILD-608.
  • Add ability to change profiles from Instance Edit view. Refs UILD-576.
  • Add support for publication frequency. Refs UILD-618.
  • Add read-only editor field support. Refs UILD-630.
  • Enable repeatable subcomponents for all groups. Refs UILD-632.
  • Add profile ID to generated record. Fixes UILD-637.
  • Add ability to set profile as default. Refs UILD-574.
  • Remove buttons when a group is not repeatable. Refs UILD-629.
  • Update simple field widget to allow for single value selection. Refs UILD-631.
  • Avoid cloning unique admin metadata when duplicating an instance. Refs UILD-638.
  • Add profile changing scenarios. Refs UILD-634.
  • Add profile selection for Work. Refs UILD-628.
  • Add tooltips with MARC labels. Refs UILD-538.
  • Update vocabulary term IRIs to replace 'marc' with 'library'. Refs UILD-603.
  • Search results: error is shown when no results found. Fixes UILD-646.
  • Add store selectors. Refs UILD-643.
  • Inform user on how instance admin metadata from FOLIO is supplied after additional processing. Refs UILD-641.
  • Add Hub entity search. Refs UILD-647.
  • Fixed SCSS warnings. Refs UILD-653.
  • Add Hub search assign button behavior. Refs UILD-648.
  • Adjusted Flex table component to make it responsive to content. Refs UILD-652.
  • Fixed shifted Admin metadata tooltip. Refs UILD-654.
  • Set or delete the default user profile when changing the profile for a Work/Instance. Refs UILD-645.
  • Change work Profile after it is created. Refs UILD-658.
  • Migrate to React 19 and update dependencies. Refs UILD-662.
  • Update code structure and config system for Search feature. Refs UILD-674.
  • Create compound components for Search. Refs UILD-675.
  • React Query setup and apply to Search. Refs UILD-676.
  • Add request building and response transforming strategies for Search. Update UI to support segment hierarchy. Refs UILD-683.
  • Add results formatting strategies for Search. Update UI to support search results for different types of search. Refs UILD-683.
  • Update Complex lookups to use the new Search feature. Refs UILD-686.
  • Add Hub tab to landing page. Refs UILD-687.
  • Add custom workspace profile settings application. Refs UILD-684.
  • Add Hub search behavior for LoC source; fix search results table. Refs UILD-688.
  • Add Hubs actions menu. Refs UILD-693.
  • Add initial workspace profile settings editing. Refs UILD-685.
  • Refactor Edit page to support multiple resource types. Add Hub create page. Refs UILD-694.
  • Persist Hub when save button is clicked. Refs UILD-699.
  • Add workspace profile settings components. Refs UILD-696.
  • Fix incorrect display of panels on the Edit page. Refs UILD-708.
  • Organize imports order in the code. Refs UILD-722.
  • Remove legacy search code. Refs UILD-721.
  • Bump react-router-dom from ^6.28.1 to ^6.30.3 fixing CVE-2025-68470. Refs [UILD-724].
  • Enhance record generation with custom hubs. Fixes UILD-673
  • Preserve search results state. Refs UILD-702.
  • Add navigation to Hub edit page. Refs UILD-704.
  • Add the Hubs source to the complex lookups. Refs UILD-710.
  • Implement API schema change for Hub. Refs UILD-723.
  • Fix incorrect link property generation when URI is not available. Fixes UILD-720.
  • Add drag and drop profile settings editing. Refs UILD-697.
  • Create a preview screen when importing a new Hub. Refs UILD-725.
  • Add Continue button behavior at Hub preview screen. Refs UILD-726.
  • Update custom settings toggle behavior. Refs UILD-727.
  • Add mandatory field handling in custom settings. Refs UILD-728.
  • Add possibility to assign Hubs as Subjects. Refs UILD-711.
  • Add possibility to change the assigned Hubs as Subjects. Refs UILD-730.
  • Connect profile settings editor to save settings API. Refs UILD-698.
  • Add hub preview functionality. Refs UILD-736.
  • Fix profile cache management and drag and drop affecting modified state. Refs UILD-739.
  • Fix profile setting application in editor and search state, minor UX adjustments. Refs UILD-740.
  • Add Subclass for the Subject field. Refs UILD-593.
  • Fix the relation URLs to match with the URLs defined in https://bibfra.me/vocab/relation UILD-748
  • Auto-focus the close button modals, and keep focus cycle within the modal. Refs UILD-580
  • Address manage profile settings label accessibility issues. Refs UILD-749.
  • Fix use of the enter key on dropdown menu items. Refs UILD-750.
  • Fix excessively small font in modal title. Refs UILD-751.
  • Address markup and styling issues, set focus on drop, and add drift explanation to editor. Refs UILD-756.
  • Fix multiselect to require active input for opening list instead of auto-opening. Refs UILD-592.
  • Add Dissertation section. Refs UILD-623.
  • Update toast behavior to remove auto-dismissal and display. Refs UILD-755.
  • Update dimensions property URI. Refs UILD-763.
  • Retrieve most value dictionaries from local API instead of id.loc.gov. Refs UILD-754.
  • Add Duplicate Hub functionality. Refs UILD-772.
  • Move Actions menu to the Edit area. Refs UILD-765.
  • Add Inventary View link. Refs UILD-768.
  • Show property labels in Work preview. Refs UILD-759.
  • Show warning that 'Dissertation' will be lost when the user switches from Books to Serials Work profile. Refs UILD-778.
  • Reconcile styling to latest Stripes styling. Refs UILD-761.
  • Change behavior of "Assign" button between different lookups. Refs UILD-745.
  • Add missing localization. Refs UILD-784.
  • Show Authority Source name in search results. Refs UILD-764.
  • Add support for the Geographic Coverage field. Fixes UILD-665.
  • Change display order for titles. Refs UILD-304.
  • Respond to the embedding application's locale config. Refs UILD-786.
  • Hide preview when starting a new search on the Search page. Fixes UILD-743.
  • Fix layout of Work title on the Search results page. Fixes UILD-677.
  • Fix editor save button being incorrectly enabled. Fixes UILD-586.
  • Fix missing preview field label. Fixes UILD-541.
  • Hide preview in complex lookups. Fixes UILD-709.
  • Show a toast after saving a resource. Fixes UILD-563.
  • Fix the broken search results table. Fixes UILD-788.
  • Importing an empty file treated as an error. Fixes UILD-692.
  • Fix CSS rule leaking out of this module. Fixes UILD-796.
  • Fix overlapping labels in the search results table. Fixes UILD-797.

1.0.5 (2025-04-30)

  • Browser Back button navigates to Edit without duplicated title when navigated from Duplicate screen. Fixes UILD-554.

1.0.4 (2025-04-24)

  • Added "selectedEntries" property to compared resources to properly render dropdown options. Fixes UILD-533
  • Update blocker logic in Prompt component and add fetchableId check in Edit component. Fixes UILD-543
  • Search query shows slashes when entered value has quotation marks. Fixes UILD-535.
  • Fix double title shown when importing after marc preview is opened. Fixes UILD-534.
  • Add safe formatting to the console error message. Fixes UILD-526.
  • Clear MARC preview state to display controls on the External Preview pane. Fixes UILD-534.
  • Fix text alignment for details title in Search results set. Fixes UILD-529.
  • Fixed table header cell styles: empty cells did not have the required bottom border and had excess borders. Fixes UILD-545

1.0.3 (2025-04-08)

  • Empty header cell in table changed from <th> to <td>. Fixes UILD-485
  • A11y enhanced by including resource titles in ARIA labels for buttons and checkboxes in Search results table. Fixes UILD-486
  • Implement updateTwinChildrenEntry method to synchronize UUIDs in twin children on entry updates. Fixes UILD-492
  • Refactor useSearch hook to use searchParams when making API calls after clicking pagination button. Fixes UILD-517
  • Add history action check to blocker to prevent navigation blocking on back button. Fixes UILD-532

1.0.2 (2025-03-27)

  • Several modals shown at once/Wrong app background colour when Advanced search modal is opened. Fixes UILD-506.
  • Comparison Mode Refinement - Numbered icons. Refs UILD-475.
  • Read-only Instance screen: Correctly redirect after clicking 'Cancel' and 'X' buttons. Fixes UILD-449.
  • Work creator subclass doesn't show in read-only mode. UILD-524.

1.0.1 (2025-03-12)

  • Initial release