Skip to content

Commit

Permalink
Release v2.4.0 (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx authored Jun 18, 2021
1 parent 1b7efee commit a6f47af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## (IN PROGRESS)

## [2.4.0](https://github.com/folio-org/ui-orders/tree/v2.4.0) (2021-06-18)
[Full Changelog](https://github.com/folio-org/ui-orders/compare/v2.3.1...v2.4.0)

* Filter order lines by Expense class. Refs UIOR-678.
* Resizable Panes - Persistence. Refs UIOR-683.
* Apply Results list column chooser. Refs UIOR-691.
Expand All @@ -15,6 +18,13 @@
* Implement Keyboard shortcuts modal. Refs UIOR-729.
* Multiple PO lines created when 'Save & Open' used on POL with fund distribution and no budget. Refs UIOR-723.
* Order export to CSV does not perform when attempting export of 50+ records. Refs UIOR-739.
* Update "Renewal Review period" filter label to match PO field label. Refs UIOR-715.
* Update filter label to match PO field label. Refs UIOR-714.
* Support new error codes of Order validation on UI. Refs UIOR-711.
* Compile Translation Files into AST Format. Refs UIOR-697.
* orders - Acquisition units no longer restrict edit create or delete actions from action menu. Refs UIOR-686.
* Print order from HTML template. Refs UIOR-674.
* Add Print action and icon to order actions menu. Refs UIOR-672.

## [2.3.1](https://github.com/folio-org/ui-orders/tree/v2.3.1) (2021-04-16)
[Full Changelog](https://github.com/folio-org/ui-orders/compare/v2.3.0...v2.3.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/orders",
"version": "2.3.1",
"version": "2.4.0",
"description": "Description for orders",
"main": "src/index.js",
"repository": "",
Expand Down Expand Up @@ -420,7 +420,7 @@
},
"dependencies": {
"@folio/plugin-find-po-line": "^2.3.0",
"@folio/stripes-acq-components": "~2.3.0",
"@folio/stripes-acq-components": "~2.4.0",
"classnames": "^2.2.5",
"final-form": "^4.19.1",
"lodash": "^4.17.19",
Expand Down

0 comments on commit a6f47af

Please sign in to comment.