Releases: hotwax/fulfillment
Releases · hotwax/fulfillment
Release 2.4.3
What's Changed
- Improved: add permission on menu item of rejection reason by @amansinghbais in #543
- Implemented: Added security permissions for the TO and Carriers section (#493). by @ravilodhi in #544
- Fixed: Corrected syntax (#493). by @ravilodhi in #545
- Improved: Removed cursor pointer as the item is not clickable (#493). by @ravilodhi in #546
- Improved: Updated the view entity name used to fetch the carrier detail as the entity get renamed (#493). by @ravilodhi in #549
- Improved: gitignore file to exclude firebase file from tracking by @ymaheshwari1 in #550
- Fixed: miscellaneous issues in carrier and shipment methods (#493). by @ravilodhi in #551
- Fixed: issue in fetching shipGroup information by updating the passed viewSize by @ymaheshwari1 in #552
- Fixed: issue in orderLookup when applying a filter after logging out from the app(#518) by @ymaheshwari1 in #548
- Fixed: miscellaneous fixes in carrier and shipment methods UI by @ravilodhi in #555
- Implemented: support to remove orderLookup filters when changing the route by @ymaheshwari1 in #556
- Fixed case where lastName is missing for the party by @ymaheshwari1 in #558
- Fixed: change the position of the 'ref' in ion-input(#557) by @R-Sourabh in #560
- Implemented: Shift-JIS encoding conversion for export packed orders feed. by @Nishtha-Jain-1119 in #559
- Improved: used default cursor on the rejection reasons list item since not clickable (#553) by @amansinghbais in #554
New Contributors
- @Nishtha-Jain-1119 made their first contribution in #559
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Implemented: custom date filter support and fix issue of filters being disabled(#518) by @ymaheshwari1 in #531
- Fixed: translate error on console on infinite scroll(#518) by @ymaheshwari1 in #532
- Miscellaneous fixes in carrier and shipment methods functionality (#493) by @ravilodhi in #533
- Improved: Formatting changes only (#493). by @ravilodhi in #534
- Fixed: Carrier shipment method association/dissociation functionality when 'Only carrier methods' option is selected. (#493) by @ravilodhi in #535
- Fixed: infinite scroll issue in orderLookup and added support min max values in date selector(#518) by @ymaheshwari1 in #537
- Improved: locales files for static text entry in spanish by @ymaheshwari1 in #538
- Improved: UI to honor internationalization by @ymaheshwari1 in #539
- Fixed: Miscellaneous issues in carrier and shipment methods UI (#493). by @ravilodhi in #540
- Improved: Added validation on delivery days and carrier code (#493). by @ravilodhi in #541
Full Changelog: v2.4.1...v2.4.2
Release 2.4.1
What's Changed
- Improved: UI to display order items as ion-item and added date filter(#518) by @ymaheshwari1 in #525
- Fixed: issue of contentId not being passed(#518) by @ymaheshwari1 in #526
- Fixed: Removed unnecessary deep cloning which is causing error. (#493) by @ravilodhi in #527
- Improved: env.example file for static entries(#518) by @ymaheshwari1 in #528
Full Changelog: v2.4.0...v2.4.1
Release 2.4.0
What's Changed
- Implemented: Carrier and shipment methods find and detail page (#493). by @ravilodhi in #515
- Implemented support for order lookup(#511) by @ymaheshwari1 in #516, #520, and #521
- Fixed: Product store shipment method association logic to persist the state of each product store (#493). by @ravilodhi in #519
- Fixed: On reject, the alert will close, and the loader will be displayed(#512) by @R-Sourabh in #514
Full Changelog: v2.3.0...v2.4.0
Release 2.3.0
What's Changed
- Fixed: infinite scroll issue when used with searchbar(dxp-289) by @R-Sourabh in #500
- Fixed: case of api failure as the endpoints using app's domain instead of oms domain(#504) by @ymaheshwari1 in #505
- Fixed: Allowed search on groupName to handle the case where picker is a party group. (#506) by @ravilodhi in #507
- Improved: logic to clear the scanned SKU from the ion-input once successfully scanned and highlight scanned items (#499) by @R-Sourabh in #503
Full Changelog: v2.2.0...v2.3.0
Release 2.2.0
What's Changed
- Fixed: Updated retry shipping label payload to pass forceRateShop flag as Y/N instead of boolean true/false. This is needed as recent OMS release is accepting String instead of boolean for this flag. (#495) by @ravilodhi in #496
- Implemented: timeZone switcher component from dxp package(dxp/262) by @R-Sourabh in #492
- Improvement : toast message to be shown in case of scanning success/failure item(#459) by @R-Sourabh in #494
- Fixed: infinite scroll issue when used with searchbar(dxp-289) by @R-Sourabh in #497
Full Changelog: v2.1.1...v2.2.0
Release 2.1.1
What's Changed
- Fixed: fav icon overlapping the last reason in rejection reasons page (#487) by @amansinghbais in #488
- Improved: made rejection reason name a mandatory field (#485) by @amansinghbais in #486
- Implemented: added an alert to confirm whether to delete a rejection reason or not (#483) by @amansinghbais in #484
- Improved: code to show reason name if available in rejection reason popover(#481) by @amansinghbais in #482
- Fixed: toast remains active once saving rejection reasons order (#466) by @amansinghbais in #480
Full Changelog: v2.1.0...v2.1.1
Release 2.1.0
What's Changed
- Implemented: added functionality to the rejection reasons (#423) by @amansinghbais in #434
- Improved:Updated the oms-api package to resolve login issues encountered when /api is omitted from the complete URL. Additionally, implemented a check in the app to handle direct URL access. by @R-Sourabh in #455
- Fixed: Update translations in the app(#456) by @R-Sourabh in #457
- Improved: app to ionic version v7.6.0 (#383) by @amansinghbais in #458
- Improved: Update the version of dxp-component(#275) by @R-Sourabh in #463
- Fixed: remove double line from the id input in create rejection reason modal by @amansinghbais in #465
- Implemented: alert before leaving the rejection reasons page after reordering the rejection reasons (#466) by @amansinghbais in #467
- FIxed: click event triggering even when toggle is disabled (#468) by @amansinghbais in #471
- Reverted: searching on the rejection reasons page (#469) by @amansinghbais in #475
- Fixed: multiple menu opening issue by giving unique id to each menu (#472) by @amansinghbais in #478
- Fixed: check stock button coming in middle due to only 2 items in order-item div (#470) by @amansinghbais in #479
Full Changelog: v2.0.3...v2.1.0
Release 2.0.3
What's Changed
- Implemented: Fixed translation error of 'Gateway' to Spanish on the order details page(#446) by @R-Sourabh in #451
- Improved: Included first name and last name in the export packed orders fields mapping (#450). by @ravilodhi in #452
- Implemented: app version component from dxp-components(#448) by @Ritika-Patel08 in #449
- Fixed: code by adding css to ion-content to remove the overlapping of icon and text(#431) by @Ritika-Patel08 in #447
- Fixed: error handling in login process in case of object in error (dxp-258) by @Ritika-Patel08 in #402
New Contributors
- @R-Sourabh made their first contribution in #451
Full Changelog: v2.0.2...v2.0.3
Release 2.0.2
What's Changed
- Fixed: Added checks to avoid opening of new tab in case no custom document generation url is available (#441). by @ravilodhi in #443
- Fixed: Added check to hide the show shipping label error button on TO detail page if tracking code is available (#442). by @ravilodhi in #445
Full Changelog: v2.0.1...v2.0.2