Skip to content

Releases: hotwax/bopis

Release 2.23.0

24 May 13:09
556c876
Compare
Choose a tag to compare

What's Changed

  • Fixed: infinite scroll issue when used with searchbar(dxp-289) by @R-Sourabh in #384 and #385
  • Implemented: timeZone switcher component from dxp package(dxp/262) by @R-Sourabh in #381
  • Fixed: html tags not working in the translations (#354) by @R-Sourabh in #388
  • Fixed: Allowed search on groupName to handle the case where picker is a party group(#389) by @R-Sourabh in #390
  • Display Inventory Computation for Order Items (#386) by @R-Sourabh in #391 and #392

Full Changelog: v2.22.0...v2.23.0

v2.22.0

08 Apr 13:22
0fba5d7
Compare
Choose a tag to compare

What's Changed

  • Fixed: Permission issue when defining a base permission for app by @shanmukhdutt in #371
  • Removed: ShipToCustomerModal after Checking the usage(#356) by @shanmukhdutt in #360
  • Fixed: notification issues in bopis (#274) by @amansinghbais in #375
  • Fixed: login issue in case of no associated product store (#373) by @amansinghbais in #374
  • Fixed: service worker registration error by removing the register service worker file (dxp-253) by @shanmukhdutt in #369
  • 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 #378
  • Fixed: removed duplicate permission ids by adding set in the API request by @shanmukhdutt in #370
  • Fixed: error handling in login process in case of object in error (dxp-258) by @amansinghbais in #376
  • Improved: .env file (dxp/280) by @R-Sourabh in #380
  • Improved: app to ionic v7.6.0 (#354) by @amansinghbais in #382

New Contributors

Full Changelog: v2.21.0...v2.22.0

Release 2.21.0

18 Jan 10:58
6910435
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.20.0...v2.21.0

Release 2.20.0

22 Dec 09:39
618ddea
Compare
Choose a tag to compare

What's Changed

  • Fixed: Fab button is not clickable on order details page when disabled by @shanmukhdutt in #347
  • Fixed: build failure of app on node version 20 by @k2maan in #348
  • Fixed: not getting product identifiers on app refresh resulting in no order details. by @amansinghbais in #351

New Contributors

Full Changelog: v2.19.0...v2.20.0

Release 2.19.0

08 Nov 13:13
ffd9d53
Compare
Choose a tag to compare

What's Changed

  • Implemented: support to use the product identifier component and used primary and secondary identifier accordingly(#250) by @ymaheshwari1 in #337
  • Fixed: 'cannot fulfill order' message on order details page (#338) by @k2maan in #339
  • Fixed: issue of payment chip not visible on order detail page by @ymaheshwari1 in #341
  • Fixed: issue of product identifier api fails as token is not set before fetching product identifier(#250) by @ymaheshwari1 in #340
  • Fixed: issue of product identifier api fails as token is not set before fetching product identifier(#250) by @ymaheshwari1 in #342
  • Implemented: UI to show phone number and update payment status chip colour on order details page by @k2maan in #343

Full Changelog: v2.18.0...v2.19.0

Release 2.18.0

06 Nov 09:16
0d114db
Compare
Choose a tag to compare

What's Changed

  • Reverted: commented UI for notifications by @k2maan in #324
  • Updated the main.ts file and removed the console statements for issue #310 by @mukundsolanki in #319
  • Fixed: Corrected security permissions to allow all the positive actions without COMMON_ADMIN permission. Imposed security check only on Reject Order button. by @ravilodhi in #327
  • Improved: UI for order details page(#283) by @ymaheshwari1 in #325
  • Improved: Order detail page on the open tab (#283) by @sanskar345 in #302
  • Fixed: support to display the stock for product as per the facility selected and removed unused mutations and types by @ymaheshwari1 in #331
  • Implemented: order details page on packed tab (#284) by @amansinghbais in #330 and by @amansinghbais in #334
  • Improved: removing all items from order details on reject all event by @amansinghbais in #335
  • Implemented: picker changing functionality for orders in packed tab (#284) by @amansinghbais in #332

New Contributors

Full Changelog: v2.17.2...v2.18.0

Release 2.17.2

16 Oct 09:10
e02f0bf
Compare
Choose a tag to compare

What's Changed

  • Updated: version for DXP in package.json by @k2maan in #322

Full Changelog: v2.17.1...v2.17.2

Release 2.17.1

12 Oct 14:22
c5b4f19
Compare
Choose a tag to compare

What's Changed

  • Fixed: warning due to missing label entry by @k2maan in #315
  • Updated: UI to remove notifications button and preference from settings by @k2maan in #316

Full Changelog: v2.17.0...v2.17.1

Release 2.17.0

12 Oct 10:07
708f8bf
Compare
Choose a tag to compare

What's Changed

  • Improved: Updated occurrences of ofbizInstanceName with omsInstanceName(#301). by @ravilodhi in #313
  • Improved: used setUserLocale for setting user language preference by @k2maan in #306

Full Changelog: v2.16.0...v2.17.0

Release 2.16.0

11 Oct 13:42
67d9581
Compare
Choose a tag to compare

What's Changed

  • Improved: Added login support for the Store Fulfillment Admin User. by @ravilodhi in #277
  • Fixed: issue of facility name not visible on orders page(#277) by @ymaheshwari1 in #287
  • Implemented: in-app notifications state and UI by @k2maan in #279
  • Improved: Passed firebase config secrets. by @ravilodhi in #290
  • Improved: Added logs to print firebase config just to debug. by @ravilodhi in #297
  • Fixed: corrected env variable name. by @ravilodhi in #298
  • Improved: Corrected notification icon path. by @ravilodhi in #300
  • Improved: used ofbizInstanceName for generating topic name for notifications by @k2maan in #307
  • Implemented: logic to update notification icon after viewing and added notification preference card on the settings page (#301) by @k2maan in #304
  • Implemented: centralized oms instance navigator in settings page from dxp-components (#177) by @amansinghbais in #299
  • Implemented: code to display QOH instead of ATP (#308) by @k2maan in #309
  • Implemented: Setting for the Partial Order Rejection of BOPIS Orders by @ravilodhi in #288
  • Fixed: firebase project ID error on login due to missing configs in firebase-messaging-sw by @k2maan in #289
  • Implemented: support for single logout by @sanskar345 in #276

New Contributors

Full Changelog: v2.15.0...v2.16.0