UNPKG

1.91 kBMarkdownView Raw
1# Change Log
2
3## v3.0.0
4
5v3.0.0 adds support for CollectionSpace 5.2.
6
7### Breaking Changes
8
9- On the Roles and Permissions tab of the Administration screen, roles may now be sorted by display name. This requires API support from the CollectionSpace server that is present in CollectionSpace 5.2, but not in prior versions of CollectionSpace. If this version of cspace-ui is used with an older version of the CollectionSpace server, attempting to sort roles by display name will cause an error.
10- A new field, `fieldCollectionFeature`, has been added to the record editor form for object records. This field exists in CollectionSpace 5.2, but not in prior versions of CollectionSpace. To use this version of cspace-ui with an older version of the CollectionSpace server, this new field should be hidden; otherwise, any value entered will not be saved.
11
12## v2.0.0
13
14v2.0.0 adds support for CollectionSpace 5.1.
15
16### Breaking Changes
17
18New fields have been added to the record editor forms for following record types: group, intake, loan in, loan out, and object exit. These fields exist in CollectionSpace 5.1, but not in prior versions of CollectionSpace. To use this version of cspace-ui with an older version of the CollectionSpace server, these new fields should be hidden; otherwise, any values entered will not be saved. The following fields are new:
19
20#### group
21- `groupEarliestSingleDate`
22- `groupLatestDate`
23
24#### intake
25- `approvalGroupList` and descendants
26
27#### loan in
28- `loanGroup` (in `loanStatusGroupList/loanStatusGroup`)
29- `loanIndividual` (in `loanStatusGroupList/loanStatusGroup`)
30
31#### loan out
32- `loanGroup` (in `loanStatusGroupList/loanStatusGroup`)
33- `loanIndividual` (in `loanStatusGroupList/loanStatusGroup`)
34
35#### object exit
36- `deaccessionApprovalIndividual` (in `deacApprovalGroupList/deacApprovalGroup`)
37- `deaccessionApprovalNote` (in `deacApprovalGroupList/deacApprovalGroup`)