Skip to content

Commit 86fbca3

Browse files
committed
chore: Release 10.0.0
Updated CHANGELOG and dependencies for 10.0.0 release ERM-2660
1 parent c12fcb9 commit 86fbca3

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

CHANGELOG.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,42 @@
11
# Change history for ui-agreements
22

3-
## 10.0.0 In progress
3+
## 10.0.0 2023-10-12
4+
* ERM-3052 In Document filter builder OR displays on screen instead of AND
5+
* ERM-3046 Agreement lines search MCL - Implement MCL Next/Previous pagination
6+
* ERM-3038 Creating adding an eHolding resource to a new agreement fails
7+
* ERM-3036 unlock @rehooks/local-storage from 2.4.4
8+
* ERM-3026 *BREAKING* bump `react-intl` to `v6.4.4`
9+
* ERM-3016 QIndex control for Titles SASQ
10+
* ERM-3013 Icon of the associated agreements should change if it is a closed agreement
11+
* ERM-3012 Agreement relationship type translations don't show in Agreements UI
12+
* ERM-3010 Add has/has not filter in Agreements
13+
* ERM-3001 Update Node.js to v18 in GitHub Actions
14+
* ERM-2992 Switch default behaviour for Agreements to not expand items
15+
* ERM-2983 Added documents filter to Agreements search and sort
416
* ERM-2979 Add agreement line summary information and navigation link to Agreement edit view
517
* reuse FormLines component
18+
* ERM-2978 Edition, volume, issue render on new line
19+
* ERM-2973 Replace naive fetch hooks with parallelised ones (and deprecate)
20+
* ERM-2967 Use useChunkedCQLFetch consistently across ERM
21+
* ERM-2937 Titles Tab - Implement MCL Next/Previous pagination
22+
* ERM-2934 Agreement lines simple search widget definition
23+
* ERM-2923 Add created/updated metadata for Resources in local KB
24+
* ERM-2922 On changing the fields to be searched, the text string is cleared from the search box
625
* ERM-2920 Replace "External data source" search
26+
* ERM-2641 Upgrade to Grails 5 (including Hibernate 5.6.x) for Poppy
27+
* Added okapi interface dependency on new erm interface 6.0
28+
* Added okapi interface dependency on new licenses interface 5.0
29+
* ERM-2630 Add new endpoint for external KB "push" process
730
* ERM-2624 Add view only permissions for Agreement settings
8-
* STRIPES-870 BREAKING upgrade react to v18
31+
* ERM-2612 Add support for content type property on Agreement
32+
* ERM-2506 Display licenses sorted in predictable order in Agreements
33+
* ERM-2421 Remove Agreement lines from Agreement Edit view
34+
* ERM-2054 Platforms Tab - Implement MCL Next/Previous pagination
35+
* ERM-2053 Packages Tab - Implement MCL Next/Previous pagination
36+
* ERM-2052 Agreements Tab - Implement MCL Next/Previous pagination
37+
* ERM-1110 Add templated URLs to PCI display
38+
* STRIPES-870 *BREAKING* upgrade react to v18
939
* ERM-2991 Upgrade ui-agreements React to v18
10-
* ERM-2983 Added documents filter to Agreements search and sort
11-
* ERM-3012 Agreement relationship type translations don't show in Agreements UI
12-
* ERM-3027 *BREAKING* bump `react-intl` to `v6.4.4`
1340

1441
## 9.0.0 2023-02-22
1542
* ERM-2613 Remove unneeded `react-redux`. Upgrade `stripes-acq-components` to `v4`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"typescript": "^2.8.0"
4646
},
4747
"dependencies": {
48-
"@folio/stripes-acq-components": "^4.0.0",
49-
"@k-int/stripes-kint-components": "^5.1.0",
48+
"@folio/stripes-acq-components": "^5.0.0",
49+
"@k-int/stripes-kint-components": "^5.1.1",
5050
"@rehooks/local-storage": "^2.4.4",
5151
"compose-function": "^3.0.3",
5252
"final-form": "^4.18.4",

0 commit comments

Comments
 (0)