Skip to content

Latest commit

 

History

History
1213 lines (1009 loc) · 66.4 KB

CHANGELOG.md

File metadata and controls

1213 lines (1009 loc) · 66.4 KB

Change Log

We are not following semantic versioning in this template app since any change could potentially be a breaking change for forked customization projects. We are still experimenting with what is a good way to update this template, but currently, we follow a pattern:

  • Major version change (vX.0.0): Changes to several pages and other components. Consider implementing this without merging upstream (we'll provide instructions).
  • Minor version change (v0.X.0): New features and changes to a single page. These are likely to cause conflicts.
  • Patch (v0.0.X): Bug fixes and small changes to components.

Upcoming version 2024-XX-XX

  • [add] Update moment-timezone library to v0.5.46. #472
  • [add] Update caniuselite, which is used by browserlist. #471
  • [add] Add support for the youtubeVideoUrl schema type: listingPage and profilePage can now display an embedded Youtube video #467
  • [add] Add currently available translations for DE, ES, FR. #466

v5.7.0 2024-10-08

  • [add] Access control: Viewing rights.

    When a user's viewing rights have been revoked:

    • SearchPage redirects to NoAccessPage
    • ListingPage redirects to NoAccessPage unless the user is viewing their own listing. Reviews are not displayed.
    • ProfilePage redirects to NoAccessPage unless the user is viewing their own profile. Reviews are not displayed.
    • TransactionPage does not show the OrderPanel for transactions at the inquiry state of booking or purchase processes.

    #459

v5.6.1 2024-10-07

  • [fix] Updated JSON asset schema structure from Console: Removed the enabled field, now using only the type attribute for CTA status.
  • [add] Add currently available translations for DE, ES, FR. #461

v5.6.0 2024-10-01

  • [add] Add support for CTAs on NoAccessPage #455

  • [add] Add currently available translations for DE, ES, FR. #458

  • [fix] Topbar: malformed custom link causes a 500 error on server. #457

  • [fix] ListingPage.shared.js: import for convertMoneyToNumber was not made for priceForSchemaMaybe function. #456

  • [add] Access control: Transaction rights

    • When a user does not have the "initiateTransactions" permission in their effectivePermissionSet relationship and they try to initiate an order or send an inquiry, they are redirected to the NoAccessPage.

    #450

  • [fix] InquiryForm: test code was committed earlier. #452

  • [fix] EmailVerification: enforce that currentUser is fetched after verification. #451

  • [fix] ListingPage: fix 0 as value of listing fields. #449

  • [fix] EditListingDetailsPanel: fix 0 as value of listing fields. #448

  • [fix] Currencies that the Stripe does not support should not cause 500 errors. #447

v5.5.0 2024-09-03

  • [add] Add currently available translations for DE, ES, FR. #445
  • [change] Make the propType blockId optional for all Block types. #444
  • [change] Update Sentry (v6.19.7 -> v8.26.0). Add ignoreErrors setup, add CSP directives and avoid some errors. #441
  • [fix] ListingPage: the optional chaining for processType variable was faulty. #443
  • [change] Updates to the configuration script. Marketplace name is now prompted in the mandatory settings. #440
  • [change] Update one copy text. #439

v5.4.0 2024-08-20

  • [change] auth.duck.js: login flow should wait for currentUser entity be loaded. #436

  • [add] Access control: private marketplace mode

    • Fetch a new asset: /general/access-control.json to check private: true/false flag
    • Make SearchPage, ListingPage, ProfilePage, Styleguide require authentication
    • Ensure currentUser entity is loaded before loadData on client-side
    • Restrict data load & add redirections for SearchPage, ListingPage, and ProfilePage

    #434

  • [add] Access control: 'pending-approval' state for users.

    • Users will get "state", which is exposed through currentUser's attribute
    • A new state is "pending-approval", which restricts user from initiating transactions and posting listings.
    • In addition, 'banned' users will also have state 'banned'.
    • Extra: Routes.js: do not allow banned users to auth pages
    • [fix]: InboxPage.duck.js: include deleted and banned attributes
    • [fix]: ModalMissingInformation: only 'active' users get this modal shown
    • [fix]: Inquiry modal: open the modal after authentication
    • Some util-file imports have been reordered (might cause conflicts)

    #428

  • [fix] SearchPage: SearchFiltersMobile (modal) should be above topbar. #432

v5.3.0 2024-08-13

  • [change] ProfilePage: redirect Stripe's crawler to landing page (profile page might be empty). #430

  • [add] Add currently available translations for DE, ES, FR. #429

  • [add] Handle API's new permission model & permission to post listings

    • CurrentUser fetch includes a new relationship: effectivePermissionSet
    • There is a new Page component: NoAccessPage
    • If user has no posting rights: they can't create or edit a draft listing and they can't open a previously closed published listing. Instead, they are redirected to NoAccessPage

    #426

  • [fix] Routes.js: reTry can be undefined in some cases (reTry.scrollIntoView) #427

  • [change] ProfilePage: remove withViewport and refactor a bit. #424

  • [change] Update express.js (v4.19.2) and nodemon (3.1.4). #421

  • [add] richText.js: support parentheses on autolinked URLs. #419

  • [fix] Safari has a bug related to reading array directly from JSON-LD script tag. #418

  • [fix] There could be rare time-windows when indexing has not caught up with deleted & closed listings. This might result those listings to be included to listing queries. #417

v5.2.1 2024-07-02

  • [fix] fix: calculateShippingFee (when shippingPriceInSubunitsAdditionalItems is 0, no shipping fee was included) #414
  • [fix] Remove stock from schema if there's no stock in use. #405
  • [fix] Remove left-behind slash from inquiry-new-inquiry email template reference. #406
  • [fix] The subject line of purchase-new-order email had a wrong variable name. #413
  • [change] Fix another typo in FR translations. #409
  • [change] Fix a typo in FR translations. #408
  • [add] Add currently available translations for de, es, fr. #404
  • [fix] The example files of SignupForm and ConfirmSignupForm had wrong data. #403
  • [change] FilterComponent: relax generated name-attribute for inputs: allow camelCase. #402

v5.2.0 2024-05-28

  • [add] add currently available translations for de, es, fr. #400

  • [add] This adds user types. User fields can be tied to user types

    • User fields contain multiple default user fields
      • Only displayName and phoneNumber can be toggle on/off
        • You can also toggle wether those are shown on sign up forms.
    • Custom user fields can be tied to user types.
    • AuthenticationPage: SignupForm and ConfirmSignupForm show a dropdown to select user type if it's not preselected
      • Default
    • New route SignupForUserTypePage with path /signup/:userType
      • This route preselects one user type for the sign up forms.
      • If preselected userType is there (/signup/:userType), then
        • Dropdown selector is not shown.
        • Toggling between login & signup tabs should keep the userType in memory
        • Using SSO, saves the preselected user type to a temporary cookie (to be used in ConfirmSignupForm after returning from ID provider's website)
      • An unknown (e.g. outdated) userType in the route will show 404 page.

    #399

  • [add] Toggle the visibility of unselected options on SectionMultiEnumMaybe through hosted assets. #382

  • [fix] Update SDK to v1.21.1. Fixes bug with extended data with a key length and a number type value. #398

  • [fix] util/sanitize.js: handle publicData = null case which happens with banned user #397

  • [fix] en.json: typo on 'ModalMissingInformation.verifyEmailText' #396

  • [fix] Ensure that there is listingType, transactionProcessAlias and unitType defined. #394

  • [fix] en.json: typo on 'StripeConnectAccountForm.stripeToSText' #395

  • [change] StripeConnectAccount: use 'collectionOptions' instead of deprecated 'collect'. The future_requirements uses 'include' by default. #392

  • [fix] mergeDefaultTypesAndFieldsForDebugging was set to true, which is wrong. The 0 handling with min and max was wrong. #393

v5.1.0 2024-05-21

  • [add] support for extended data fields with type long #364

  • [change] the login-as feature has changed:

    • Use sdk.loginAs instead of sdk.login, which is deprecated for this purpose
    • Use authInfo.isLoggedInAs instead of relying on auth token's scope to determine if current session is operator user logged in as marketplace user.
    • Note: when taking update from upstream, check also commit be7e2b9b4.

    #386

  • [fix] the email template for default-purchase process (purchase-order-canceled-from-disputed-provider-html.html) contained copy-paste related typo. #390

  • [add] Autolink text on the UI. Those links must start with 'http' to be recognized.

    • ListingPage > Listing's description
    • ListingPage > Listing fields with schema type ‘text’
    • ListingPage > User's bio on
    • ProfilePage > User's bio
    • ProfilePage > User fields with schema type ‘text’
    • TransactionPage > Messages
    • TransactionPage > inquiryMessage

    #385

  • [change] handle listings with draft and pending-approval state with login-as feature. #387

  • [Add] Get the color of the PrimeryButton from branding asset. #379

  • [change] Add preview resolution for listing in PreviewResolverPage #384

  • [add] Support for a target path parameter (target_path) in the login as user functionality #383

  • [change] listingMinimumPriceSubUnits: update code comments (0 is not valid value in hosted asset). #381

  • [fix] Styleguide shows multiple versions of some components. The 'id' attributes need to be unique. #380

  • [change] Update SDK to v1.21.0 #386

v5.0.1 2024-04-30

  • [fix] Fix: currentUser was not passed to billing details, which resulted email address missing on Stripe side. #377
  • [fix] currentUserHasListings info. This is an old bug that emerged when we introduced draft status to listing. The fetched listing might not be a published one but a draft listing. The ownListings API endpoint is not queryable to get only published listings but luckily we have introduced authorId filter to listings end point later on. #376
  • [add] Update translations for de.json, es.json, and fr.json. #374
  • [change] Update one copy text. #373
  • [change] EditListingDetailsForm: pass categoryLevel as argument to translations. #372
  • [fix] Fix: when changing categories, clear previously saved ones #371
  • [fix] util/search.js: fix pickInitialValuesForFieldSelectTree. #369

v5.0.0 2024-04-23

This major release prepares the codebase for the new concepts: user fields and categories. The biggest changes are on PRs: #314 and #337.

Note: We will also introduce user types later on, but that concept might still change a bit from what we have in this release.

  • [add] Add support for hosted category configuration

    • Prepare for a future asset: listing-categories.json
    • Prepare for a future changes to assets: listing-search.json and listing-fields.json
    • Collect (nested) category info on EditListingDetailsPanel
      • Saved to publicData as categoryLevel1, categoryLelvel2, categoryLevel3.
      • Allow listing fields to be limited to categories in addition to listing types.
    • Show listing fields on the ListingPage (category restrictions apply)
    • Show category filter on the SearchPage
    • Show listing fields on the SearchPage if category restrictions allow

    #314

  • [change] Fix a typo in translation keys. #365

  • [change] Update browserlist-db aka caniuse-lite. #363

  • [change] Update moment-timezone library to v0.5.45 #362

  • [add] Update translations for de.json, es.json, and fr.json. #361

  • [add] Add support for user fields, which will be released later as a new hosted asset.

    • The hosted asset will support enums, multi-enums, and text fields in the same manner as listing fields.
    • User fields will be stored in public data at this point.
    • The ProfilePage will display these fields by default.
    • The ProfileSettingsPage is the default location for adding or editing user fields.
    • The AuthenticationPage (SignupForm and ConfirmSignupForm) can also collect user field data.

    #337

  • [change] Update Node.js version to >= 18.20.1 (engine) 20.12.1 (circleci) #360

  • [change] formatMoney should use correct formattingOptions (JPY gets correct formatting) #356

  • [change] Twitter's brand and logo has changed to X. #355

  • [fix] Verify that browser's clock is not more than a minute out of sync. #354

  • [change] configStripe.js: update code-comment for dayCountAvailableForBooking. #352

  • [add] Add a readme for the Topbar component #353

  • [fix] Some email templates were not using the correct helper to format currencies and dates based on localization. #351

v4.1.2 2024-03-26

  • [fix] SSO signups didn't show hosted Terms & Privacy policy assets due to missing loadData. #349
  • [fix] Input inside sticky element caused scroll effect on keystrokes, when scroll-padding was used. #347
  • [fix] KeywordsFilter: add missing attribute: htmlFor #343

v4.1.1 2024-03-13

  • [fix] configDefault.js: fix Fb & twitter examples. #339
  • [fix] Daylight saving time bug on those time zones that change exactly at midnight. #338
  • [add] Update translations for de.json, es.json, and fr.json. #335
  • [fix] TopbarDesktop: when CustomLinksMenu is not in use, reduce the min-width of search input. #334

v4.1.0 2024-02-26

  • [add] new component CustomLinksMenu added to the Topbar. It shows custom links if there's enough space available, or adds a new menu component that includes those links in a dropdown list. #320
  • [add] Mention Sharetribe Experts in the README.md #332
  • [fix] AuthenticationPage: fix mobile layout issue when content was too long #330
  • [add] Update translations for de.json, es.json, and fr.json. #328
  • [change] Update social login button labels to be aligned with branding guides #327
  • [fix] Show an error message on authentication page in case identity provider authentication fails #326
  • [change] Upgrade Sharetribe SDK to 1.20.1 #326
  • [change] Update the copy of TransactionPage.default-purchase.customer.purchased.extraInfo #323
  • [add] PageBuilder/SectionContainer: break long words (e.g. links) so that mobile layout does not break. #322
  • [change] OrderBreakdown: ensure that only those line-items are shown that have been included for the currentUser's role (customer vs provider). #321
  • [fix] A listing using the inquiry transaction process should not show the payout details warning to the user. #319
  • [add] Update translations for de.json, es.json, and fr.json. #317
  • [fix] When delivery method is not set, it's still better to maintain the value as string, because it's used as an argument in translations. #316

v4.0.0 2024-02-07

Breaking change: if you have customized your transaction process, you need to update the email templates. The new customer commission (#293) adds changes to emails that contain a receipt aka order breakdown information. In addition, also PR 310 touches the email templates.

This also prepares the codebase for future configuration possibilities:

  • Postponing the requirement for a provider to give payout details (but it is still needed)

  • Makes certain listing features optional (location, delivery method)

  • Adds infinity stock (It is just emulated through a big number 10^15)

  • [add] Update de.json asset. #313

  • [add] Update fr.json asset. #311

  • [add] Update translation assets for German, French, and Spanish. #309

  • [change] Update default email templates (no need to use triple handlebars anymore). #310

  • [add] Add stock types: infiniteOneItem and infiniteMultipleItems (faked through 10^15) #299

  • [change] Make location and delivery method configurable on EditListingWizard. This just prepares the codebase for an upcoming feature, when the configuration is ready on Console. #298

  • [change] Make the requirement of payout details configurable on EditListingWizard. This just prepares the codebase for an upcoming feature, when the configuration is ready on Console. #297

  • [fix] The destructuring of undefined commissionAsset can't be against null. #308

  • [change] Allow distinguishing customer and provider commission translations in OrderBreakdown and email templates #307

  • [change] Add environment variable REACT_APP_MARKETPLACE_NAME and add code-comments to built-in configs about hosted configs, which might overwrite them. Check that the line doesn't use 'Biketribe' if you take update from the upstream! #305

  • [change] Updated a small patch of outdated libraries: express, body-parser, moment, moment-timezone, helmet, nodemon, decimal.js, concurrently, classnames, jose, passport #304

  • [add] CSP: add new rules: _.analytics.google.com and _.giphy.com #303

  • [change] Fetch customer commission from assets and add handling. This update introduces changes to the transaction process email templates, so the transaction process needs to be updated in Sharetribe backend. #293

  • [change] ext/ directory: update email translation defaults for no-delivery-method scenario. #292

  • [change] Code-split FieldDateInput, FieldDateRangeInput, FieldDateRangeController. The consequence is that react-dates library is code-splitted too. #290

  • [change] Move IconCard under SaveCardDetails (might be code-splitted later). #283

  • [change] Code-split Topbar component and move it under TopbarContainer. #282

  • [fix] AuthenticationPage/lodash: do not import the whole library. #288

  • [change] PageBuilder/YoutubeEmbed: add rel=0 search param (related videos only from same channel). This also adds width and height to iframe element. #286

  • [fix] FieldRadioButton: disabled style was missing. #284

  • [fix] Add missing imports to an email template file #279

v3.5.0 2023-12-12

  • [fix] OrderPanel: showed price for inquiry on mobile layout even if price was marked hidden #278
  • [add] Add a specific message for too-many-request error on ListingPage and CheckoutPage #277
  • [fix] Add missing update to yarn.lock file. #272
  • [fix] Final Form: iOS 17.0.x initializes unreliably Object.assign. This is fixed in iOS 17.1, but for the transition period, we decided to introduce a patch to remedy the situation. #271
  • [add] Update translation assets for French. #269
  • [add] Limit listing fields to specific listing types through Console. #268
  • [add] Update translation assets for French. #267
  • [fix] TransactionPage.duck.js: add another delayed refresh call for tx after transition. #265
  • [change] ListingPage: always render multi-enum sections. #264
  • [add] SectionFooter: add title attributes to social media icons. #261
  • [add] PageBuilder: add backgroundImage overlay to shade the image darker. #262
  • [fix] they keys of built-in filters could have clashed with listing field keys. #260
  • [fix] Use the correct translation asset in email templates. #259
  • [fix] When stockType is oneItem: don't show shipping fee for additional items. #258
  • [fix] configHelpers: undefined enumOptions was not handled properly. #257

v3.4.0 2023-10-23

  • [change] Update Console URL from https://flex-console.sharetribe.com to https://console.sharetribe.com #249
  • [change] Remove Flex branding from code comments. #248
  • [change] PageBuilder: make sectionId and blockId optional. #254
  • [fix] PaginationLinks: fix pagination limit handling. #253
  • [add] Add more config assets: analytics, googleSearchConsole, maps, localization. #252
  • [add] SectionHero component added to the PageBuilder. #244
  • [fix] Map integration is mandatory, but let's not allow error loops if not available. #250

v3.3.0 2023-10-17

  • [add] Change transaction process reference to contain updated email templates, which support email texts (a content management concept for email templates). #240

  • [fix] CheckoutPage: Fix wrong pending state name at checkout page. #246

  • [add] This removes old express-sitemap setup and adds starts generating sitemap package.

    • Robots.txt and sitemap-* resources will be generated on request
    • There's a small in-memory cache in use for these files.

    #243

  • [fix] Prev PR (#241) changed the structure of config.stripe unintentionally. #242

  • [fix] Ensure that stripe currencies have valid subunit divisors and add subunit divisors for BGN, CZK, PLN, RON. #241

  • [change] configHelpers.js: remove trailing slash from marketplaceRootURL #239

  • [fix] webmanifest error should use log and not return 500 if rendering dynamic data fails. #238

v3.2.0 2023-10-04

  • [fix] mac OS Sonoma seems to have issues with time zone handling. #235
  • [add] Update translation assets for French, Spanish, and Germany. #236
  • [change] remove caret from react-image-gallery dependency. #234
  • [add] Plausible analytics integration. This can be used through environment variable: REACT_APP_PLAUSIBLE_DOMAINS #228
  • [add] Prepare for appIcon property to come from branding asset. This generates site.webmanifest file and apple-touch-icon link. #215
  • [add] Prepare for configurable Logo variants. Console will support height variants of 24, 36, and 48 pixels. #214
  • [change] FieldPhoneNumberInput: change formatter from fi locale to only format E.164. This does not change input strings that don't start with a '+'. #233

v3.1.1 2023-09-22

  • [fix] Single listing type caused problem on the EditListingWizard. #231
  • [fix] ManageListingCard: fix wrong (non-existent) classname. #230
  • [add] util/api.js: Added rudimentary support for other HTTP Methods. There's a new 'request' function, which is easier to extend. #229

v3.1.0 2023-09-21

  • [fix] Add 2 missing error translations to en.json file. #225
  • [add] Show warning if environment variable key that starts with REACT_APP contains word "SECRET". #224
  • [change] SearchPage.duck.js: use minStock and stockMode for listing.queries if 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

v3.0.1 2023-09-06

  • [fix] CheckoutPage/ErrorMessages: add missing css import. #211

v3.0.0 2023-09-04

This is a major version release. Mainly due to a new process and big changes to the CheckoutPage.

  • [add] This PR adds a 3rd process (default-inquiry) to the template.

    • As a consequence, CheckoutPage has been refactored heavily
    • This removes en.json file (Biketribe-themed translations) and
    • This renames defaultMicrocopy.json (with generic copy-texts) to be the new en.json file
    • This PR branch evolved to be v3 development branch. It included the following PRs too.
    • Read more about the changes from PR:

    195

  • [fix] small UI bug fixes. (The biggest is the removing defaultBranding.brandImageURL) #209

  • [change] Change email template name of default inquiry process. #208

  • [change] IconSpinner: add delay prop to reduce fast flicker of spinner on fast connections. #207

  • [change] EditListingDetailsPanel: rename setNoAvailabilityForProductListings as setNoAvailabilityForUnbookableListings #206

  • [fix] ListingPage: use updated CSS rules with react-image-gallery. #205

  • [change] Use getSdk function to initialize SDK on server/index.js and server/api/login-as.js. #201

  • [fix] Add default sort options to en.json (microcopy) #204

  • [delete] Remove en.json file (Biketribe-themed translations) and rename defaultMicrocopy.json to be the new en.json file. #203

  • [change] Updates to the copy texts in the defaultMicrocopy.json file. #199

  • [fix] asset data denormalization: null values were not handled correctly. #200

v2.2.0 2023-08-09

  • [fix] CheckoutPage: totalPrice caused an error after inquiry transition. #197
  • [fix] there is was a race condition, if logged in user tries to log in again. #194
  • [fix] Add subdomain wildcard for sentry. (Sentry has started to use subdomains for sending data) #193
  • [add] More tests to cover multiple transaction processes, unit types, and page variants #192
  • [fix] zero commission was throwing error due to 0 being falsy. #191
  • [fix] Inline formatting was wrong for links in PageBuilder and ListingPage descriptions #190

v2.1.1 2023-06-26

  • [fix] New message email template contained an old link that was not in use on the new Template. #187
  • [fix] Add missing translation: StripeConnectAccountForm.missingStripeKey #186

v2.1.0 2023-06-22

  • [fix] Use ternary as picker for site verification for Google Search Console. #184

  • [add] Add support for site verification for Google Search Console. #183

  • [change] Prepare that keywords filter config might come from listing-search asset. #182

  • [fix] localization asset: Add localization asset (it won't be available yet). #180

  • [fix] EditListingDeliveryPanel:

    • Shipping price 0 was shown as undefined.
    • Add safeguard: delivery panel can't handle currency change yet.

    #181

  • [fix] WeeklyCalendar: fix typo

    • AvailableExecptions > AvailableExceptionsInfo
    • NotAvailableExecptions > NotAvailableExceptionsInfo

    #179

  • [fix] SearchPageWithMap: include extra query parameters for onMapMoveEnd callback as they might contain 'keywords'. #178

  • [fix] SectionCarousel was overflown, when scrollbars were enforced. #177

  • [add] Import moment locales dynamically as a fallback. #171

  • [fix] This adds a few fixes to reported bugs

    #176

v2.0.0 2023-06-02

This major release takes configurations from hosted assets.

  • Upgrade sharetribe-flex-sdk

  • Use multi-asset fetch to retrieve config assets on React app:

    • translations: '/content/translations.json',
    • footer: '/content/footer.json',
    • branding: '/design/branding.json',
    • layout: '/design/layout.json',
    • listingTypes: '/listings/listing-types.json',
    • listingFields: '/listings/listing-fields.json',
    • search: '/listings/listing-search.json',
    • transactionSize: '/transactions/minimum-transaction-size.json',
  • Take commission.json asset into use (provider commission) on server routes:

    • /api/transaction-line-items/
    • /api/initiate-privileged/
    • /api/transition-privileged/
  • Show MaintenanceMode component if mandatory configs are not found from hosted assets

  • Add SectionFooter to PageBuilder and use it from FooterContainer.

  • Delete the old Footer component

  • Add defaultMicrocopy.json. It talks about listings instead of Biketribe bikes.

    • The en.json is a good themed starting point to be copied for a translation.json aka Console > Content > Microcopy
    • If translation.json is not set, defaultMicrocopy.json is used instead.

This also includes some bug fixes.

  • ListingPage.duck.js: timeUnit should use 'hour', when necessary.
  • Include a couple of scaled image variants on SearchPage to speed up listing page rendering.
  • PageBuilder: add word-break and hyphens to Link and Headings
  • PageBuilder: don't show spinner if there is content available
  • PageBuilder/SectionContainer: change default element from <div> to <section>
  • EditListingAvailabilityPanel: fix WeekPicker popup causing overflow on mobile screen
  • EditListingWizard: fix wrong default tabs for purchase and restrict editing if both listingType and unitType do not match

Changes / PRs

  • [add] Take hosted configurations into use.

    • Upgrade sharetribe-flex-sdk
    • Use multi-asset fetch to retrieve config assets
    • Add SectionFooter and FooterContainer
    • Delete the old Footer component
    • Take commission.json asset into use (provider commission) on server routes:
      • /api/transaction-line-items/
      • /api/initiate-privileged/
      • /api/transition-privileged/

    #161

  • [fix] ListingImageGallery: Mobile Safari was not showing thumbnail stripe correctly, if the content overflew. #158

  • [change] Update README.md #157

v1.0.0 2023-04-25

This is the official release of Sharetribe Web Template, which combines the features of FTW-daily, FTW-hourly and FTW-product into one configurable web template. It makes it easy to do things like change the default transaction process (it supports two different processes, booking and purchase, out of the box), switch between layout options, add custom fields and filters, and much more, all through simple JSON configurations. The new template also features a new availability management experience, redesigned email notifications, and several other improvements.

Changes on top of the beta release

  • [change] Update default booking transaction process and email templates. #155

  • [change] AuthenticationPage: long email address caused overflow on mobile layout. #154

  • [fix] Fix booking email templates to show correct end date in day-based bookings #153

  • [change] OrderPanel: separate mobile CTA buttons per process type #152

  • [fix] EditListingWizard: fix handling for outdated (old) listings. #151

  • [change] ListingImageGallery: thumbnail stripe was not overflowing correctly on mobile screens #150

  • [change] ListingImageGallery: prefer the aspect ratio of the first image with limits (2/1 ... 4/3) #149

  • [fix] ListingImageGallery: don't use sizes on fullscreen mode. #148

  • [fix] Mobile font-size had degraded to too small. #147

  • [fix] Email templates: Show booking time based on line item type in booking templates #145

  • [change] Listing field of type enum should be explicitly handled as strings. #146

  • [fix] ListingImageGallery was not setting image dimensions aka sizes. #144

  • [change] change the default aspect ratio of listing cards to 4/3. #143

  • [change] Add a new automatic transition to the default-booking transaction process and adjust the timing of the complete transition #142

  • [fix] Email templates: fix layout-breaking condition in purchase templates. 141

  • [fix] Fix indentation in default transaction process email templates. #140

  • [fix] SearchPage error transparency and PageBuilder bg colors of sections. #139

  • [fix] EditListingDetailsForm: set listingFieldsConfig default prop to empty array to fix a bug with initial null value not getting a default in props destructuring. #138

  • [change] Update helmet library from v4.6.0 to v6.0.1. This causes some breaking changes:

    From these, we turned the crossOriginEmbedderPolicy off due to issue with Youtube embed and useDefault flag too as these are tracked explicitly in csp.js

    #137

  • [change] Split redirection use case away from REACT_APP_SHARETRIBE_USING_SSL into SERVER_SHARETRIBE_REDIRECT_SSL environment variable. #136

  • [change] Add shutdown process for server when receiving close signals. #135

  • [fix] SearchPages: show message if date range is invalid and ignore it. #134

v1.0.0-beta 2023-03-29

This is the Sharetribe Web Template, which combines the features of FTW-daily, FTW-hourly and FTW-product into one configurable web template. It makes it easy to do things like change the default transaction process (it supports two different processes, booking and purchase, out of the box), switch between layout options, add custom fields and filters, and much more, all through simple JSON configurations. The new template also features a new availability management experience, redesigned email notifications, and several other improvements.

For now, this is a beta release: the official Docs site doesn't yet mention the new template. In the coming weeks, the new Template will replace Saunatime as the Template that powers the Demo sites, and the Docs will be updated to reflect the fact that this is the new default Template.

Changes

  • [change] Comment out additional listingTypes. Those are useful for testing purposes, but multiple listingTypes are not fully supported on search page yet. #130

  • [change] Add new email templates to default processes. #122

  • [fix] add fonts.googleapis.com to CSP connect-src. #129

  • [fix] search config for dates uses dateRangeMode not mode. #128

  • [Change] Rename 'listingExtendedData' and its variants to 'listingFields'. #127

  • [Change] Rename 'tire-size listing fields as 'tire' and update README.md. #126

  • [Change] Update README.md. Add links to beta version of Docs. #125

  • [fix] Heading was not imported correctly after changes to styling. #124

  • [change] rename some color-related CSS Properties. #122

  • [fix] Do not show stock in EditListingWizard if stockType is 'oneItem'. #121

  • [change] Update README.md and some code comments. #120

  • [delete] remove outdated translation files (fr.json, es.json, de.json). We'll introduce them again, when they are updated to match the current set of translation keys. #119

  • [fix] CheckoutPage: save unitType from publicData, not unitType in listingType config. #118

  • [fix] typos, naming and improve the quantity handling if something is configured wrongly. #117

  • [change] Pages/SectionCarousel: show next card a bit on mobile (fix margin-right) #116

  • [change] refactor CSS Properties for Grey colors (remove --matterColor*) #115

  • [change] Refactor configurations to better work with upcoming config assets.

    • SearchPage layout: 'map' and 'grid'
    • SearchPageWithList renamed as SearchPageWithGrid
    • ListingPage layout: 'carousel' and 'coverPhoto'
    • ListingPageFullImage renamed as ListingPageCarousel
    • ListingPageHeroImage renamed as ListingPageCoverPhoto
    • Also other config files were affected

    #114

  • [fix] Remove dublicate ids from styleguide page. #113

  • [change] Rename global duck files to start with lower case letter. #112

  • [change] Update tests to use React Testing Library instead of Enzyme. #28

  • [change] Small changes to Signup form according to review feedback. #111

  • [change] Update code comments in configMaps.js #110

  • [fix] EditListingDeliveryPanel: H3 import was missing #109

  • [fix] Fix back-navigation after successful payment and notification dots for booking process. #108

  • [fix] Terms: add translation key, NotFoundPage: fix tests. #107

  • [change] Make old pages to use LayoutComposer. Remove old layout components:

    • LayoutSingleColumn (moved under LayoutComposer)
    • LayoutSideNavigation (moved under LayoutComposer)
    • LayoutWrapperTopbar
    • LayoutWrapperMain
    • LayoutWrapperSideNav
    • LayoutWrapperAccountSettingsSideNav (moved under LayoutComposer)
    • LayoutWrapperFooter

    #106

  • [add] Add isRequired handler for CustomFieldMultiEnum. #105

  • [add] Add keyword search option ot NotFoundPage. #103

  • [add] Add PrimaryButtonInline and SecondaryButtonInline. Refactor utility-classes away from Buttons. #102

  • [add] Add Heading and H1...H6 components to main app. These are separate from PageBuilder. So that Pages could use different fonts if needed. #97

  • [add] Add --contentMaxWidth and --contentMaxWidthPages. #101

  • [change] Improve error handling on PageBuilder and LandingPage. #100

  • [add] Add privacy policy modal to sign up page and make it mandatory to click checkbox. This was suggested as more legally clear way that users have noticed the terms. #99

  • [change] Handle situations, where tx process name is unrecognized. #98

  • [change] change enquiry/enquire to inquiry/inquire. #94

  • [change] Refactor remaining via.placeholder.com references to use picsum.photos instead. #96

  • [change] add multiple placeholder texts for custom listing fields. #93

  • [fix] Some heading style fixes and lineBreak fixes to microcopy. #92

  • [delete] Add LinkedLogo and use it in different Topbars. #91

  • [delete] Remove unused microcopy keys from en.json #90

  • [change] Rename default transaction process and associated files. #88

  • [change] New font (apple-system & 'Inter') and all kind of changes related to that. #73

  • [fix] When time zone changes, exceptions should be fetch again. (Query boundaries change.) #87

  • [add] Update translations (en.json). We'll change these later, as these follow biketribe theme. #86

  • [add] Add BookingLocationMaybe section into the TransactionPage.js #85

  • [change] Add listingType which contains transactionType. Defined in configListing.js #84

  • [delete] Remove unnecessary code and translation keys. #83

  • [change] Change of terminology: enquire to inquire and enquiry to inquiry. Process change happens later. #82

  • [fix] Update styleguide examples that produced errors. #81

  • [fix] WeeklyCalendar redirect should use start of week instead of today. #80

  • [fix] WeeklyCalendar should set currentMonth initially to intialVisibleMonth. #79

  • [fix] WeeklyCalendar had bugs in navigation buttons. #78

  • [add] Add environment variable to prevent data loading in SSR #77

  • [change] Refactor EditListingWizard CSS #76

  • [change] Refactor CSS variables and rename contextHelpers.js as uiHelpers.js #75

  • [change] Availability management has been changed so that default view is Weekly calendar.

    • All the times are shown in listing's time zone
    • EditListingAvailabilityPlanForm handles the weekly default schedule
    • EditListingAvailabilityExceptionForm makes it possible to add exceptions to the plan
    • settings.verbose prints some debug info to browser's console (src/config/settings.js)

    #74

  • [change] Fixes: image variant creation, FieldDateRangeInput gets isDaily flag instead of line-items, BookingTimeForm should show error message. #72

  • [change] TransactionPage: quantity integer was not parsed early enough. #71

  • [change] Move src/util/transaction*.js files to new directory src/transactions/ #70

  • [change] ResponsiveBackgroundImageContainer: allow undefined image (use marketplaceColor). #69

  • [change] Update emails in product process and make changes according to bug reports and change requests.

    • Add extra info microcopy in specific states
    • Add delayed refresh for transaction entity after makeTransition call.
    • ListingPage: Huge stock can't be rendered as select options (max 100 limit)

    #68

  • [change] Update processes

    • Update email templates: remove outdated link to Transactionpage
    • Update email templates: to work with different line-items (hour, day, night)
    • Add new state to booking: expired (use it instead of declined)

    #67

  • [change] Fix for buggy situation when showStock flag is false. #66

  • [change] Update styleguide and couple of translations. #64

  • [change] Improve listingExtendedData config / includeForTransactionTypes handling. #63

  • [change] Refactor microcopy aka translations and pass arguments to them. #62

  • [change] Add fixes, remove some legacy code, and improve code comments. #61

  • [change] Rename default processes, and the references in code and translations.

    • Reorder actions that decline or cancel booking in reference booking process
    • Add update-protected-data action to enquiry and payment transitions
    • This also adds couple of updated translations for biketribe

    #60

  • [change] Update styling of Inbox tabs and InboxItem. #59

  • [fix] Severa improvements and bug fixes. Most notable ones:

    • Reduce transaction types to only 1
    • CheckoutPage: the new listingTitle was only meant for mobile layout
    • util/search.js: isStockInUse had a bug

    #58

  • [fix] Initial versions of new supported default transaction processes. #57

  • [change] change ListingExtendedData config includeForProcessAliases to includeForTransactionTypes and remove isBookingUnitType in favor of isBookingProcessAlias. #56

  • [fix] Bug fixes and refactoring: AuthenticationPage/EmailVerificationInfo.js had bugs, StripeConnectAccountInfo caused warnings. #55

  • [fix] ListingPage: the title of section details should not be visible if no details is set. #54

  • [add] Add flag: enforceValidTransactionType for listing query on SearchPage. #53

  • [fix] ListingImageGallery didn't get variantPrefix due to buggy mergeConfig. #51

  • [fix] Update configListing.js to more closely match Biketribe configs. Also fix label in ListingPage/SectionDetailsMaybe and add grid for secondary filter panel. #50

  • [fix] TransactionPage/enquiry: timeSlot query was missing extra parameter #49

  • [change] Rename src/config/settingsApp.js as src/config/settings.js #48

  • [change] Improve transaction type support:

    • Restrict searches to valid transactionTypes, transactionProcessAlias, and unitType
    • Note: add search schemas with Flex CLI!
    • Add more transactionTypes to make testing easier

    #47

  • [change] CheckoutPage: add location for bookingable listings too. #46

  • [change] Make OrderPanel to use React Portal instead of rendering within app's DOM. #45

  • [add] listing extended data:

    • Sanitize configured custom fields
    • Change schemaOptions to work with objects containing 'option' and 'label'.
    • Use transactionType in EditListingWizard (active tab feature)

    #44

  • [change] Biketribe theming: update links in footer and add social media sharing images. #43

  • [change] Biketribe theming: lots of UI related changes, but also some refactoring of components. #42

  • [change] Refactor configurations:

    • Split defaultConfig to sub files based on context

      • brandingConfig sets marketplaceColor, logo, brandImage, social sharing graphics
      • layoutConfig sets layouts for SearchPage and ListingPage
      • listingConfig sets extended data config for listing
      • mapsConfig sets configurations for map provider and location search
      • searchConfig sets mainSearchType, default filters and sort config
      • stripeConfig sets Stripe publishable key and other Stripe related configs
      • transactionConfig creates a preset for selected transaction: process name, alias, unitType, etc.
    • CookieConsent component is removed!

      • GA is the only integration that needs cookie consent to our best knowledge
      • The existing Cookie Consent didn't seem to meet EU requirements anymore.
    • GA script is set in src/util/includeScripts.js file instead of server/renderer.js

    • Custom icon for map marker removed (it was not used).

    • Renaming:

      • REACT_APP_CANONICAL_ROOT_URL > REACT_APP_MARKETPLACE_ROOT_URL
      • canonicalRootURL > marketplaceRootURL
      • siteTitle > marketplaceName

    #41

  • [change] Split to defaultConfig.js and appSettings.js and move default configs to React Context. #39

  • [change] SearchPage changes: cleaning some shared code and add Dates filter.

    • Add Dates filter. It works with listings that have different time zones in use.
      • Uses prolonged date range: start=ETC-14h & end: ETC+12
    • Clean SearchPage variants: Rename SearchPage.helpers.js as SearchPage.shared.js and move several shared functions to this shared file.

    #35

  • [change] OrderPanel: update consistent look-and-feel for the order forms.

    • Remove unused FieldBirthdayInput component
    • Remove unused timeZone parameter

    #34

  • [add]TimeRange component. (Remove BookingTimeInfo from shared components) #30

  • [change]Rename the default booking process: flex-booking-default-process. #29

  • [change] ListingPage: remove filtersConfig. Use listingExtendedData & defaultFilters instead. #27

  • [change] SearchPage: remove filtersConfig. Use listingExtendedData & defaultFilters instead. #26

  • [add] EditListingWizard: panels get picked based on selected transaction process. In addition, submit button translations and pricing panel are refactored. #23

  • [add] EditListingDetailsPanel: add more custom extended data fields and initialize form accordingly. Transaction process alias can be set once (i.e. before listing draft is created). #24

  • [change] Extract getStateData to own page-specific files. #21

  • [add] marketplace-custom-config.js: add listingExtendedData config. #22

  • [change] FieldDateRangeInput: rename unitType as lineItemUnitType in DateRangeInput #20

  • [change] InboxPage: use React Intl (ICU) select syntax for tx status. #19

  • [change] Refactor orderData passing to checkout page, pass processAlias to CheckoutPage thunk functions and unitType variable usage. #17

  • [add] Refactor unitType usage and make OrderBreakdown work with it. #15

  • [add] ListingPage: start enquiry from process found from public data. #14

  • [add] EditListingDetailsPanel: transactionProcessAlias and unitType

    • unitType could be 'item', 'day', 'night', 'hour'
    • Remove EditListingFeaturesPanel & EditListingFeaturesForm
    • Remove EditListingPoliciesPanel & EditListingPoliciesForm

    #13

  • [add] InboxPage: support for multiple processes. #12

  • [add] TransactionPage: support for multiple processes. #11

  • [add] Add getTransitionsNeedingProviderAttention to transcation.js and use it in user.duck.js #10

  • [change] CheckoutPage: transitions get transition name and isPrivileged as params. #9

  • [change] UI facelift for field elements, including text field, textarea and select. #1

  • [change] Refactor action button transition thunks and pass transition name to it. #8

  • [add] Another process graph: src/util/transactionProcessBooking.js #4

  • [change] Refactor TransactionPage title construction and translation keys. #3

  • [fix] Temporarily disallow Node v17, since it causes issues with dependencies. #7

  • [change] Extract product process graph to separate file and change transaction.js

    • process graphs are in separate files
    • transaction.js is importing supported processes and exporting "getProcess" function for selecting process in UI components
    • transitions and states are accessible through selected process

    #2


Changes before this point can be found from CHANGELOG_LEGACY.md