Skip to content

v3.1.0

Compare
Choose a tag to compare
@Gnito Gnito released this 21 Sep 09:57
· 1046 commits to main since this release
208f2a1

This adds support for multiple listing types (#217). Essentially it takes the new stockMode filter into use on the SearchPage.duck.js file and changes the EditListingWizard so that tabs are reflected according to the selected listing type.

Note: This prepares this template for the upcoming feature in Console, but if you have already multiple listing types that come from your customized codebase, then this changes a bit how the wizard works.

This also highlights the initial inquiry message more (#213) and adds more translation file references (fr.json, es.json, de.json). Furthermore, if you have added secrets to the public web app, this tries to warn you about them when you are customizing the app.

Translation changes

  "ManageListingsPage.createListing": "Post a new listing",
  "SearchPage.createListing": "Post a new listing",
  "CheckoutPageWithInquiryProcess.initiateInquiryError": "Oops, something went wrong. Please try again. If the problem persists, contact support.",
  "CheckoutPageWithInquiryProcess.initiateInquiryErrorNoProcess": "Oops, no transaction process attached to the listing. Please contact support",

Changes v3.1.0

  • [fix] Add 2 missing error translations to the en.json file.
    #225
  • [add] Show warning if an environment variable key that starts with REACT_APP contains the word "SECRET".
    #224
  • [change] SearchPage.duck.js: use minStock and stockMode for listing.queries if the dates filter is not
    in use. #217
  • [fix] Handle missing hosted configurations to show Maintenance Mode page
    #223
  • [add] Add German translation as a reference (de.json) and update other lang files.
    #222
  • [change] Update browserlist DB (i.e. caniuse-lite entry in yarn.lock file)
    #221
  • [add] Add Spanish translations as a reference (es.json)
    #220
  • [fix] EditListingDetailsPanel: namespace listing field inputs to avoid conflicts in input names.
    #216
  • [add] Add French translations as a reference (fr.json)
    #219
  • [add] Add a create-listing link to blank slates of SearchPage and ManageListingsPage.
    #218
  • [change] TransactionPanel/InquiryMessageMaybe: highlight initial inquiry message more.
    #213