Releases: folio-org/stripes-erm-components
Releases · folio-org/stripes-erm-components
Version 6.1.0
6.1.0 2022-03-02
- ERM-1949 ERM-1950 Added ActionMenu Component
- ERM-1928 Limit alternative names to 255 characters in UI
- ERM-1901 Use formattedNumber for custom properties with Integer type
- ERM-1897 Upgrade
@folio/react-intl-safe-html
for compatibility with@folio/stripes
v7
. - ERM-1744 ERM-1745 Add Organisations to Agreements/Licenses simple search widget definition
- ERM-1700 Apply a four column layout to the User card for agreements and licenses and add link to Name
- Tweaks to useComposedRefs
v6.0.0
- Fixed bug with error on saving license/agreement if a change in made to the visibility (internal) flag of a primary property without populating it. ERM-1770 ERM-1771
- Upgrade to Stripes v7.
- Improved a11y and focus management. ERM-1826
- Added sort capability on license type by label. ERM-1693
- Added support for multiple roles per organisation in Agreements and Licenses. ERM-1540 ERM-1541
Version 5.1.0
5.1.0 2021-06-04
- Added FormattedDateTime/InternalContactsArrayDisplay components ERM-1682/ERM-1683/ERM-1684
- Increase tags retrieved on opening tags panel and sort by label. ERM-1622
- Ensure runtime automatically chosen for test env - @babel/preset-react
- bumped babel-eslint dep to 10.0.0
- Increase size of credentials show hide button from 160px to 300px
Version 5.0.1
5.0.1 2021-04-21
- Increase tags retrieved on opening tags panel and sort by label. ERM-1622
Version 5.0.0
5.0.0 2021-03-17
- Add FOLIO keyboard shortcuts to Agreements ERM-1151
- Setup React testing library and jest infrastructure. ERM-1216.
- Supplementary documents: Do not hide the Note field when empty. ERM-1221 ERM-1222
- Added keyboard shortcut handler for save. Handlers for other shortcuts now live in stripes-components.ERM-1239 ERM-1240 ERM-1241
- Change API for DateFilter to include resourceName and hideNoDateSetCheckbox. ERM-1532
- Update stripes-cli to v2 ERM-1550
v4.0.1
v4.0.0
- Added
EResourceType
,getResourceIdentifier
,getSiblingIdentifier
andisPackage
utility functions. ERM-958 - Added
Embargo
component. ERM-951 - Increment
@folio/stripes
tov5.0
,react-router
tov5.2
. - Remove
<CreateOrganizationModal>
component. ERM-1005 - Remove
<Spinner>
component. it's now instripes-components
. ERM-1005 - Remove deprecated
deleteButtonTooltipText
from<DocumentsFieldArray>
. ERM-1005 - Replace
bigtest/mirage
withmiragejs
. - Added alignment property to
Embargo
component, default to 'center'. ERM-1121
v3.0.1
v3.0.0
- Disallow whitespace-only strings in
requiredValidator
. ERM-553 - Upgrade to Stripes 4.0
- Added ability to filter agreements and licenses by their custom properties. ERM-876
- Added
withAsyncValidation
higher-order component. ERM-877 - Added
preventResourceRefresh
helper function. ERM-852 - Added
AlternativeNamesFieldArray
component. ERM-827 828 - Added
DuplicateModal
component. ERM-814 - Bumped the required node version to 10.