Skip to content

Commit

Permalink
Merge pull request #640 from folio-org/b4.0
Browse files Browse the repository at this point in the history
Release v4.0.0
  • Loading branch information
maximdidenkoepam authored Oct 13, 2020
2 parents 8bc74cb + 6118bf5 commit 67b9339
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for ui-circulation

## 4.0.0 (IN PROGRESS)
## 4.0.0 (https://github.com/folio-org/ui-circulation/tree/v4.0.0) (2020-10-13)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v3.0.0...v4.0.0)

* Accessibility work with color contrast. Refs UICIRC-463.
* Able to set Overdue Fine Max to value less than Overdue Fine. Refs UICIRC-475.
Expand All @@ -15,8 +16,23 @@
* Localized permission names. Refs UICIRC-504.
* Fix of Lost item fee displays as `Set cost of NaN`. Refs UICIRC-500.
* Incorrect error validation for 'Patron billed after aged to lost' on Lost Item Fee Policy. Refs UICIRC-499.

## 3.0.0 (https://github.com/folio-org/ui-circulation/tree/v3.0.0) (2019-06-10)
* In circulation rule editor last line cannot be seen. Refs UICIRC-456.
* Migrate Request policy form to react-final-form. Refs UICIRC-438.
* Migrate Staff slips form to react-final-form. Refs UICIRC-446.
* Migrate Patron notice template form to react-final-form. Refs UICIRC-439.
* Change "...close the loan after" to "...scrub the loan after" in Lost Item Fee Policy. Refs UICIRC-485.
* Migrate fixed due date schedule form to react-final-form. Refs UICIRC-445.
* Migrate patron notice policy form to react-final-form. Refs UICIRC-440.
* Migrate Loan policy form to react-final-form. Refs UICIRC-443.
* Move circulation rules form to react-final-from. UICIRC-448.
* Migrate other settings form to react-final-from. UICIRC-447.
* Loan tokens should be unavailable (and greyed out) for manual fee/fine charge category. Refs UICIRC-494.
* Move Overdue fine policy form to react-final-form. Refs UICIRC-442.
* Move Lost item fee policy form to react-final-form. Refs UICIRC-441.
* Move Loan history form to react-final-form. Refs UICIRC-444.
* Modify default values and validation for 'Lost item fee policy. Refs UICIRC-502.

## 3.0.0 (https://github.com/folio-org/ui-circulation/tree/v3.0.0) (2020-06-10)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v2.0.0...v3.0.0)

* New/Edit Patron notice policy: do not display inactive loan and request notice templates in the dropdown. Refs UICIRC-418.
Expand All @@ -30,7 +46,7 @@
* Fixed Due Date Schedule - Dates on Edit/Create and View out of sync. Refs UICIRC-460.
* Incorrect footer displaying for circulation settings. Refs UICIRC-469.

## 2.0.0 (https://github.com/folio-org/ui-circulation/tree/v2.0.0) (2019-03-13)
## 2.0.0 (https://github.com/folio-org/ui-circulation/tree/v2.0.0) (2020-03-13)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.12.0...v2.0.0)

* Provide two options for barcode tokens on staff slips. Refs UICIRC-393.
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": "3.0.0",
"version": "4.0.0",
"description": "Circulation manager",
"repository": "folio-org/ui-circulation",
"publishConfig": {
Expand Down

0 comments on commit 67b9339

Please sign in to comment.