Skip to content

Releases: hotwax/bopis

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

Release 1.0.2

25 Feb 13:56
bc41809
Compare
Choose a tag to compare

What's Changed

  • Fixed the position of input label on login page (#1ym3jwv) by @azkyakhan in #45
  • Updated the markup #1y2ract by @disha1202 in #46
  • Improved code by using logo component for light and dark theme on login and shopify page (#1zw59ab) by @azkyakhan in #51
  • Fixed: the issue of empty cards on the orders page and removed the usage of order card component(#1ym1mnp) by @ymaheshwari1 in #43
  • Removed: unused ionNote component(#1y2ract) by @disha1202 in #55
  • Added pull to refresh functionality in order-fulfillment (Orders.vue) page (#51grfd). by @meet-aniket in #52
  • Added: logic and styling to show the badge based on order status(#24bcp14) by @ymaheshwari1 in #58
  • Changed: 'itemName' with 'internalName' to show in product card (#22c6ch7). by @meet-aniket in #62
  • added code to show orderName or orderId instead of showing orderIdentification in orders page (#1zw0db8). by @meet-aniket in #49
  • Option to hide shipping orders in orders tabs(#1xxumed) by @disha1202 in #63
  • Implemented option to hide shipping orders in orders tab (#1xxumed) by @bashu22tiwari in #50
  • Removed fullscreen=true from ion-content of all pages(#21aqct8) by @azkyakhan in #65
  • Added firebase auto deployment configuration(#20d6xcu) by @disha1202 in #53
  • Prepare for the release by @adityasharma7 in #66

New Contributors

Full Changelog: v1.0.1...v1.0.2

Release 1.0.1

12 Jan 13:34
Compare
Choose a tag to compare

What's Changed

  • Added support to pass instance url on the login page(#1wuu9z4) by @disha1202 in #23
  • Implemented: use bopis app as shopify embedded app (#1x633b0) by @adityasharma7 in #24
  • Improved: code to get and use api key from environment variables (#1x633b0) by @adityasharma7 in #26
  • Improved install page logo and content (#1x64ce8) by @azkyakhan in #27
  • Added: stock store in the vuex modules and used the getters to display the inventory count(#1x640rx) by @ymaheshwari1 in #25
  • Improved: set md mode and fixed build errors (#1x633b0) by @adityasharma7 in #29
  • Replaced: toast to console error statement(#1x640rx) by @ymaheshwari1 in #30
  • Improved: code to prepare loader on app mounted and assign it to null on dismiss(#1x640rx) by @ymaheshwari1 in #31
  • Improved: code to display the time delta and solve the issue of payload not properly prepared for searchProducts API(#1x640rx) by @ymaheshwari1 in #33
  • Implemented static UI for Catalog page(#1uvvbc4) by @Utkarshkaraiya in #32
  • Removed some references of the reroute scenario(#1xhkqjh) by @ymaheshwari1 in #36
  • Updated: orders action to empty orders properly and updated en.json file(#1xhkqjh) by @ymaheshwari1 in #37
  • Improved card styling for desktop view of orders page (#1xx2g9h) by @azkyakhan in #38
  • Implemented code to display current OMS information on settings page(#1y2ract) by @disha1202 in #39
  • Made some minor improvements in the UI (#1ye5r94) by @ymaheshwari1 in #40
  • Updated: the order label to Order from Shopify order(#1ye5r94) by @ymaheshwari1 in #41

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release 1.0.0

17 Dec 13:10
858abeb
Compare
Choose a tag to compare

What's Changed

  • Added Ionic SDK Content(#7hnh57) by @NamanTech in #2
  • Added Settings page(#7q6ud7) by @NamanTech in #3
  • Implemented: Tab navigation #7q6u0r by @NamanTech in #4
  • Created the Static UI for the Ionic-Bopis App under the Orders Sections for open an packed segments. (#1tz5k7e) by @bashu22tiwari in #6
  • Created Static UI for OrderDetail Page (#95032y) by @Utkarshkaraiya in #8
  • Improved the orders flow functionality by @ymaheshwari1 in #13
  • Implemented flow to get order using API and show in Orders tab(#1uvt6dd) by @bashu22tiwari in #11
  • Implement logic to populate data on Order details modal (#1vd027x) by @Utkarshkaraiya in #12

New Contributors

Full Changelog: https://github.com/hotwax/bopis/commits/1.0.0