Skip to content

Releases: hotwax/bopis

Release 2.4.0

02 Mar 12:53
Compare
Choose a tag to compare

What's Changed

  • Implemented: support for using api and client methods from OMS api package (#85zrm1ktj) by @k2maan in #181
  • Updated: UI for packing slip card on settings page (#85zrmkrmq) by @k2maan in #182
  • Updated: UI for shipping orders card on settings page (#85zrmkx7q) by @k2maan in #183
  • Fixed: navigation to login failed for token expire (oms-api#61) by @adityasharma7 in #188
  • Fixed: show packing slip toggle (#85zrphr3t) by @k2maan in #191
  • Fixed: build failure due to node version 18 on github (#85zrmkx7q) by @k2maan in #192
  • Implemented: flow to get and show details on product details page (#1uvvc3x) by @adityasharma7 in #193
  • Fixed: warehouse should not be in other stores list (#1uvvc3x) by @adityasharma7 in #195
  • Fixed: loader should be dismissed when API fails on catalog and product page by @adityasharma7 in #196
  • Moved packing slip and shipping order configuration from oms to app settings(#85zrpq1yd) by @disha1202 in #197
  • Improved: selected color and size should not fetch variant info again by @adityasharma7 in #198

Full Changelog: v2.3.0...v2.4.0

Release 2.3.0

02 Feb 13:28
f280ba1
Compare
Choose a tag to compare

What's Changed

  • Implemented: Add time zone support and migrated from moment to luxon (#25k8h53) by @k2maan in #174
  • Implemented: Code to show app version and build information on Settings page (#85zrhn8w8) by @k2maan in #175
  • Implemented: support for completed orders(#85zrkm9e3) by @ymaheshwari1 in #177
  • Implemented: Flow to get and show product on Catalog page (#1uvvc2n) by @k2maan in #179

Full Changelog: v2.2.0...v2.3.0

Release 2.2.0

20 Jan 13:22
e18b7c4
Compare
Choose a tag to compare

What's Changed

  • Fixed: the case when getting 404 for the getUserPreference api by handling the condition in try catch block(#2gnze24) by @ymaheshwari1 in #104
  • Improved code by wrapping text on bopis order item details for products(#2h77kau) by @azkyakhan in #114
  • Improved markup and styling of segments in orders page(#2hcnrem) by @azkyakhan in #116
  • Implemented: Code to check if user has permission to access the app(#2hr41aq) by @shashwatbangar in #129
  • Updated: UI of Settings page(#32j3r6t) by @shashwatbangar in #156
  • Fixed build issue due to eslint version mismatch in dependencies (#85zrhpak3) by @k2maan in #158
  • Added hotwax-apps-theme package by @disha1202 in #164

Full Changelog: v2.1.0...v2.2.0

Release 2.1.0

02 Dec 06:35
8b56ca1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

Release 2.0.3

02 Sep 12:56
0bdc8dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Release 2.0.2

06 Jul 06:35
Compare
Choose a tag to compare

What's Changed

  • Fixed: Error when rejecting order with multiple items (#2hcqnu2) by @adityasharma7 in #117
  • Fixed: Order is not removed after ready to pickup action (#1zgmh46) by @adityasharma7 in #119
  • Added user preference for packing slip document(#1x692wg) by @disha1202 in #118
  • Fixed: Search bar should reset on logout (#2hjmgzk) by @adityasharma7 in #121

Full Changelog: v2.0.1...v2.0.2

Release 2.0.1

29 Jun 06:58
3d79fd8
Compare
Choose a tag to compare

What's Changed

  • Fixed: issue of orders not found after changing the section by assigning empty string to the queryString property before the method for fetching the orders is called(#2gnzkbw) by @ymaheshwari1 in #106
  • Improved: the query to not include orders whose fulfillment status is either Cancelled or Rejected(#2h194jz) by @ymaheshwari1 in #108
  • Fixed: When rejecting order items duplicate entries are created and item is not rejected (#2h1em69) by @adityasharma7 in #110

Full Changelog: v2.0.0...v2.0.1

Release 2.0.0

27 Jun 10:48
9de8be4
Compare
Choose a tag to compare

What's Changed

  • Implemented: code to use solr-query for open section and order details page(#1xqg6b5) by @ymaheshwari1 in #95
  • Improved: code to use solr query for fetching packed orders and implemented search functionality(#2gg3yeb) by @disha1202 in #97
  • Fixed: the case when getting 404 for the getUserPreference api by handling the condition in try catch block(#2gnze24) by @ymaheshwari1 in #105

Full Changelog: v1.0.4...v2.0.0

Release 1.0.4

27 Jun 09:40
21a60b9
Compare
Choose a tag to compare

What's Changed

  • Implemented: Add support to open Packing slip pdf for packed orders (#2ftc6v9) by @adityasharma7 in #94
  • Improved: code to hide option to set baseURL if value available in '.env' file (#29wgkkh). by @Mayank909 in #86
  • Fixed: build console warnings (#2d932bv) by @adityasharma7 in #99
  • Fixed: redundant base url config in .env and typo on startsWith() method name (#29wgkkh) by @adityasharma7 in #100
  • Implemented: code to get and set user preference (#2g4w5hz) by @disha1202 in #103

Full Changelog: v1.0.3...v1.0.4

Release 1.0.3

03 Jun 05:35
469a41c
Compare
Choose a tag to compare

What's Changed

  • Updated: title of orders page to facility name(#22x7jng) by @disha1202 in #67
  • Added types by @adityasharma7 in #68
  • Implemented: functionality to fetch and show order-details when user directly navigate to it ( #1yzga23 ). by @meet-aniket in #60
  • Changed: variable name form 'currentFacilityId' to 'currentFacility' (#22x822a). by @meet-aniket in #69
  • Updated color of ion-icon in ion-chip, ion-chip outline and ion-item lines in dark mode(#238p38r) by @azkyakhan in #70
  • Added ship to customer button, modal and alert on order detail page(#238x4f5) by @azkyakhan in #71
  • Added search-bar to orders page and aligned product section in the center of order detail page. (#238x463) by @Nihu-Sharma in #72
  • Added default PWA configuration by @adityasharma7 in #77
  • Improved styling of ion-tab-bar(#23ecz5d) by @azkyakhan in #74
  • Added PWA Configuration (#226cynn) by @Mayank909 in #79
  • Added theme color in index.html file by @disha1202 in #80
  • Added media query to style tab bar only on desktop view (#23ecz5d) by @azkyakhan in #81
  • Improved styling on ion-tab-bar by applying transition animation (#23zmgmg) by @azkyakhan in #82
  • Improved: code to pass viewSize in all list queries (#24pfzq8). by @meet-aniket in #84
  • Improved: code to remove error while having spaces around fields on Login page (#20jwqu1). by @meet-aniket in #83

New Contributors

Full Changelog: v1.0.2...v1.0.3