Skip to content

Commit

Permalink
Merge pull request #640 from folio-org/v2.18.0
Browse files Browse the repository at this point in the history
Release v2.18.0
  • Loading branch information
zburke authored Dec 17, 2018
2 parents 5a71266 + b62d02c commit 707b5af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for ui-users

## 2.18.0 (IN PROGRESS)
## [2.18.0](https://github.com/folio-org/ui-users/tree/v2.18.0) (2018-12-17)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v2.17.0...v2.18.0)

* Create permission for renewing loans. Fixes UIU-625.
* Adjust accordion headline sizes for correct a11y and visual hierarchy
Expand Down Expand Up @@ -46,6 +47,16 @@
* Hide request buttons and disable request links when user doesn't have permissions. Fixes UIU-757.
* Resolve fixes of fees/fines. Fixes UIU-762,UIU-763,UIU-765,UIU-766,UIU-769.
* Add feature enforce manual patron blocks. Ref UIU-675.
* Implement pane-header dropdown menu on detail records. Refs UIU-754.
* Attempt to use a shared Nightmare instance to generage code-coverage data. Refs UIU-570, UIU-777.
* Correctly initialize `<MultiSelection>` in the Settings > Users > Owners pane. Fixes UIU-752.
* Correctly show unsaved-changes dialog when the edit pane is closed. Fixes UIU-749.
* Hotkeys proof of concept. Refs STCOM-383, UIU-743, UIU-745.
* Implement new internationalization patterns based on `<FormattedMessage>` instead of `injectIntl` and `formatMessage()`. Refs UIU-679, UIU-736, UIU-740.
* Show "Reset password" modal from edit-users pane. Refs UIU-735, UIU-522.
* Link to request queue from loan-details pane. Fixes UIU-722.
* Add BigTest testing infrastructure. Refs UIU-678.
* Show check in service point's location field in loan details. Refs UIU-485.

## [2.17.0](https://github.com/folio-org/ui-users/tree/v2.17.0) (2018-10-5)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v2.16.0...v2.17.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/users",
"version": "2.17.9",
"version": "2.18.0",
"description": "User management",
"repository": "folio-org/ui-users",
"publishConfig": {
Expand Down

0 comments on commit 707b5af

Please sign in to comment.