From 42cf1a94734d968fb322b18f5142adceef501dea Mon Sep 17 00:00:00 2001 From: Aliaksei Chumakou Date: Fri, 3 May 2019 16:07:42 +0300 Subject: [PATCH] Release v1.4.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f93f6f3..85f4aa0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Change history for ui-orders +## [1.4.0](https://github.com/folio-org/ui-orders/tree/v1.4.0) (2019-05-03) +[Full Changelog](https://github.com/folio-org/ui-orders/compare/v1.3.1...v1.4.0) +* UIOR-218 UI validation is unsynced with back-end for location quantities +* UIOR-214 Update PO search result list columns +* UIOR-215 Update POL table columns +* UIOR-213 move item details accordion to top of view +* UIOR-137 Error Modal: Order has inactive Vendor/Access Provider +* UIOR-209 Switch to mod-organizations-storage +* UIOR-207 allow user to add comment to Piece when receiving +* UIOR-184 Add data to POL based on vendor +* UIOR-167 Checkin: Add Pieces for a Purchase Order Line with newly added Item through plugin +* UIOR-147 Align POL Payment and Receipt status with PO Status +* UIOR-175 Infinite scroll in receiving history +* UIOR-193 update order error in modal window +* UIOR-120 Purchase Order Line - Material Type +* UIOR-192-added required attribute for Item Details title field +* UIOR-129 Settings: display system-supplied reasons for closure in settings area +* UIOR-159 Access Checkin History and Remove Items +* UIOR-173 Check-in Pieces for a Purchase Order Line +* UIOR-186 add piece modal +* UIOR-180 Ordering: Open Order action +* UIOR-161 Check-in button and Check-in items list +* UIOR-188 Filtering by status doesn't work for order results +* UIOR-185 Adjustments to piece and receivingHistory +* UIOR-132 Column sorting doesn't work for order results +* UIOR-149 Orders Settings Create Inventory + ## [1.3.1](https://github.com/folio-org/ui-orders/tree/v1.3.1) (2019-03-22) [Full Changelog](https://github.com/folio-org/ui-orders/compare/v1.3.0...v1.3.1) * Translations updated diff --git a/package.json b/package.json index 5414568fe..ce463b64e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/orders", - "version": "1.3.1", + "version": "1.4.0", "description": "Description for orders", "main": "src/index.js", "repository": "", @@ -20,7 +20,7 @@ "inventory": "8.0", "locations": "3.0", "material-types": "2.2", - "orders": "4.0", + "orders": "5.0", "users": "15.0", "organizations-storage.organizations": "1.0" },