Skip to content

Commit

Permalink
Merge pull request #356 from folio-org/release-1.8.0
Browse files Browse the repository at this point in the history
Release v1.8.0
  • Loading branch information
nielserik authored Jun 10, 2019
2 parents f0e8f8d + cebeba9 commit 74e6ec9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change history for ui-circulation

## [1.8.0](https://github.com/folio-org/ui-circulation/tree/v1.8.0) (2019-06-10)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.7.0...v1.8.0)

* Anonymize closed loans. UIORG-169.
* Clearer select options for recall triggering events. UICIRC-252.
* Fix localization in fixed due date schedule form. UICIRC-254.
* Prevent deletion of patron notice template in use. UICIRC-185
* Modal consistency for staff slips and patron notices. UICIRC-262
* Expand user-specific token list for patron notice templates. UICIRC-247
* Move tokens to modal to accommodate growing list of tokens. UICIRC-253.
* Bug fix. UICIRC-255.
* Test coverage. UICIRC-235.

## [1.7.0](https://github.com/folio-org/ui-circulation/tree/v1.7.0) (2019-05-10)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.6.0...v1.7.0)

Expand All @@ -12,7 +25,6 @@
* Update to pane header to include dropdown menu for loan policies. UICIRC-226.
* Update to pane header to include "Cancel" option in dropdown menu for notice policy. UICIRC-229.
* Bug fixes: UICIRC-159, UICIRC-160, UICIRC-171, UICIRC-172, UICIRC-175, UICIRC-208, UICIRC-210, UICIRC-216, UICIRC-223, UICIRC-231, UICIRC-232.
* Add anonymize closed loans settings UI. UIORG-169.

## [1.6.0](https://github.com/folio-org/ui-circulation/tree/v1.6.0) (2019-03-17)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.5.0...v1.6.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/circulation",
"version": "1.7.0",
"version": "1.8.0",
"description": "Circulation manager",
"repository": "folio-org/ui-circulation",
"publishConfig": {
Expand Down

0 comments on commit 74e6ec9

Please sign in to comment.