flex-template-web/CHANGELOG.md
2019-01-17 10:29:39 +02:00

22 KiB

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 2019-XX-XX

  • [change] Change from Raven to Sentry SDKs for browser and Node.js to version 4.5.1. With the new SDKs only one DSN needs to be configured so update also environment variables and documentation related to Sentry. #999
  • [fix] Use environment variable REACT_APP_AVAILABILITY_ENABLED to enable or disable availability calendar. In the config.js file variable fetchAvailableTimeSlots is now renamed to more general enableAvailability because it affects both fetching availability data and enabling the availability calendar. #1000
  • [fix] UI was broken for banned user after transaction enquiry changes. #996

v2.7.1 2019-01-09

  • [add] Separate date ranges when fetching availability exceptions and bookings on availability calendar. After this change, providers can block dates 365 days in advance instead of just 180 days. #997

  • [fix] Fixed a small typo. #995

v2.7.0 2019-01-08

  • [add] Add Spanish translations file: es.json and update docs/translations.md #992

  • [add] Add French translations to new translations keys. Few minor updates to English translations for consistency. #991

  • [add] Support for Stripe company accounts. PayoutDetailsForm was separated into smaller subcomponents. Multiple new translation keys were added and they might not be translated into French yet. #980

  • Manage availability of listings. This works for listings that have booking unit type: 'line-item/night', or 'line-item/day'. There's also 'manage availability' link in the ManageListingCards of "your listings" page. #972

v2.6.0 2019-01-02

  • [fix] Wrong translations for perUnit in fr.json. #989

  • [change] Layout changes to BookingPanel on listing and transaction pages. #988

  • [fix] Fix wrong booking title on listing page that has been introduced in #969. #987

  • [fix] yarn.lock file was not up to date #986

  • [add] Add an image of fork button to the deploy to production guide. #985

  • [remove] Remove the default built-in email templates. Built-in email templates can be edited in Console. #983

  • [add] Enable booking a listing straight from an enquiry #976

  • [change] Extract SectionBooking to a distinct component from ListingPage. #969

v2.5.0 2018-12-17

  • [add] Add French translations to recently added translation keys. Also few minor changes to English translations for consistency. #981

  • [add] Create FieldRadioButton component. #977

  • [fix] Temporarily remove audit step from CI because of the Node Security Platform shutting down. #979

  • [add] Add Stripe support for new countries: Canada, New Zealand, Switzerland, Norway, and Hong Kong. Also add more required fields for US and Australia.

    • StripeBankAccountTokenInputField component and PayoutDetailsForm have some changes
    • Stripe related configuration is separated to new stripe-config.js file.
    • Multiple new translation keys were added and they might not be translated into French yet. If you use French translation check PR for the changed keys. #968
  • [change] Remove generic perUnit translations and replace them with specific night, day and unit translations depending on booking unit chosen in config. #970

  • [fix] Formatting docs with newest Prettier - related commit was lost in #967 at some point. #975

  • [change] Improved documents related to onboarding: env.md, deploying-to-production.md, map-providers.md #971

  • [change] Update outdated dependencies. #967

    • Note: Updating Prettier caused multiple file changes mostly to .md files and compose setup.
  • [change] Update supported Node version to the latest LTS (10.14). #964

  • [add] Add documentation about deploying to production. Also add deploy to Heroku button. #961

v2.4.1 2018-11-29

  • [fix] Add missing French translation. #966

v2.4.0 2018-11-28

  • [change] Update Flex JS SDK to 1.2. #963
  • [add] Add French as a default language in addition to English. #962
  • [fix] Show Stripe error message on CheckoutPage if payment request fails because of Stripe error. Also show error if payment amount is zero. #960
  • [fix] Remove unused translation keys and update PasswordChangePage title #959
  • [add] Add translations CLI tool #955

v2.3.2 2018-11-20

  • [fix] Take 2: don't set currentUserHasListings if fetched listing is in draft state. #956
  • [fix] PriceFilter styles #954

v2.3.1 2018-11-16

  • [fix] Don't set currentUserHasListings if fetched listing is in draft state. ModalMissingInformation was shown too early for users creating their first listing. #953
  • [change] Add index files of components and containers folder to .prettierignore #952
  • [fix] the alignment of arrows in FieldDateRangeInput and refactoring arrow icon code. #951
  • [change] Remove unnecessary language configuration and improve translations documentation. #950

v2.3.0 2018-11-13

  • [add] Draft listing is used in EditListingWizard, ManageListingCard and ListingPage. From now on description panel creates a draft listing and photos panel publishes it. You can also view your current draft listings from 'your listings' page. #947
  • [fix] Firefox showed select options with the same color as select itself. Now options have their own color set and placeholder option needs to be disabled. #946

v2.2.0 2018-10-31

  • [add] SearchPage: adds PriceFilter (and RangeSlider, FieldRangeSlider, PriceFilterForm).

    Note: You must define min and max for the filter in src/marketplace-custom-config.js. Current maximum value for the range is set to 1000 (USD/EUR/currency units). In addition, this fixes or removes component examples that don't work in StyleguidePage.

    #944

v2.1.1 2018-10-23

  • [add] Added initial documentation about routing and loading data. #941
  • [remove] Removed plain text parts of email templates. #942
  • [add] Add referrer policy due tokens in URL on PasswordResetPage and EmailVerificationPage. #940
  • [add] Added initial documentation about our Redux setup. #939
  • [add] Added a small comment to documentation about the current state of code-splitting. #938

v2.1.0 2018-10-01

  • [change] Improve performance of public pages. Image assets are optimized and lazy loading is applied to images in SectionLocation and ListingCard. Read documentation for implementation details. #936
  • [change] Update sharetribe-scripts. cssnext (used previously in sharetribe-scripts) has been deprecated. Now postcss-preset-env is used instead with stage 3 + custom media queries and nesting-rules. If this change breaks your styling, you could still use v1.1.2. The next version of postcss-nesting (v7.0.0) will no longer support nested at-rules (like media queries) - therefore, we didn't update to that version yet. #935
  • [change] Change Mapbox's default font to marketplace font. #934
  • [add] New default design for the landing page's hero section. Now the CTA button's default behavior is 'Browse'.
    • marketplaceH1FontStyles: changed letter spacing to be more tight.
    • SectionHero has now a search page link that should be customized to point to your marketplace primary area #933

v2.0.0 2018-09-19

  • [add] New default map provider (Mapbox) and complete refactoring to all map and geocoding components. #888

    Note: Before updating to version 2.0.0, you should very carefully track customizations that you have made to following components:

    • LocationAutocompleteInput
    • Map
    • SearchPage (especially previous onIdle function)
    • SearchMap
    • SearchMapPriceLabel
    • SearchMapGroupLabel
    • SearchMapInfoCard

    To get a better understanding of what has changed, you should read documents about how to integrate to map providers and especially changing map provider to Google Maps

v1.4.3 2018-09-15

  • [fix] fuzzy location didn't change when listing location changed. #931
  • [fix] obfuscatedCoordinatesImpl didn't always return coordinates within given offset radius. #930
  • [fix] LocationAutocompleteInput: blur input when selecting by enter to prevent flash of default predictions. #928
  • [fix] LocationAutocompleteInput: selecting with enter key prevented while fetching predictions. #923

v1.4.2 2018-09-06

  • [add] Reduce character queries on LocationAutocompleteInput to reduce geocoding costs. #883
  • [change] Update git links and improve documentation #911
  • [change] improve env-template to better defaults. #912
  • [fix] Touch event from location autocomplete prediction list ended up causing clicks. #917
  • [change] Disable default predictions in listing wizard #906

v1.4.1 2018-08-21

  • [fix] Fix window resize redirecting to search page with reusable map component #905

  • [change] Maps configuration has been restructured. The new configuration is agnostic of the maps provider in use and works with both Google Maps as well as Mapbox.

    The fuzzy location circle has less configuration, but otherwise all the previous settings can be set also in the new configuration. See config.js for details.

    The default location searches are now enabled in the .env-template. For old installations, the REACT_APP_DEFAULT_SEARCHES_ENABLED env var should be set to true. The default searches can then be configured in src/default-location-searches.js.

    #900

v1.4.0 2018-08-17

  • [change] Put availability calendar behind a feature flag #902
  • [fix] Drop date time from time slots request query params #901
  • [fix] Make a second time slots request when required #901
  • [add] Map component (used in ListingPage) using Mapbox instead of Google Maps #896
  • [add] Listing availability #868, #873, #891 & #892
  • [add] Add support for user's current location as a default suggestion in the location autocomplete search. #895
  • [add] Add support for default locations in the LocationAutocompleteInput component. Common searches can be configured to show when the input has focus. This reduces typing and Google Places geolocation API usage. The defaults can be configured in src/components/LocationAutocompleteInput/GeocoderGoogleMaps.js. #894
  • [change] Removed the country parameter from the search page as it was not used anywhere. #893

v1.3.2 2018-08-07

  • [change] Update the Sharetribe Flex SDK to the 1.0.0 version in NPM. All the sharetribe-sdk imports are now using the new package name sharetribe-flex-sdk. #884
  • [change] Reusable SearchMap. Fixed the original reverted version. (Includes audit exception 678) #882

v1.3.1

  • [fix] Hotfix: reverting the usage of ReusableMapContainer due to production build error. #881

v1.3.0

  • [change] Reusable SearchMap. #877
  • [fix] Fix a search filters panel bug where selecting an option in a multi select filter ends up invoking a mobile filter callback function. #876
  • [change] Use seeded random for client side coordinate obfuscation #874

v1.2.2

  • [change] Change static map to dynamic map when clicked. #871

v1.2.1

  • [fix] Lazy load map only if the map is near current viewport. #871

v1.2.0

  • [change] Use Google's static map on ListingPage. This is a reaction to pricing change of Google Maps APIs. #869
  • [change] Use sessionTokens and fields for Autocomplete calls to Google Maps. This is a reaction to pricing change of Google Maps APIs. #867
  • [change] Change TransactionPage state management in loadData. #863, #865 & #866
  • [fix] Fix submit button state on contact details page. #864
  • [fix] Fix listing page host section layout bug. #862
  • [fix] Fix initial message input clearing too early in checkout page. #861
  • [fix] Fix setting Topbar search input initial value.
  • [change] Update Redux to v4 #859
  • [fix] Fix setting Topbar search input initial value #857

v1.1.0

  • [fix] Improve slug creation (slashes were breaking rendering in some environments) #850
  • [fix] Anonymous user should see contact link on UserCard #851
  • [fix] Persisting booking request details across authentication #852
  • [change] Footer styles changed to more generic (no disappearing columns etc.) If you have made changes to Footer, consider extracting it to different component before update. #853
  • [change] Logo customization refactored to be easier. Check CheckoutPage, TopbarDesktop and Footer after update. #854
  • [fix] Fix showing reviews from banned users. #855

v1.0.0

  • [change] Migrate remaining Redux Forms to Final Form. Also now all the form components can be found in the src/forms folder. Remove redux-form from the dependencies. #845
  • [fix] Extract and fix missing information reminder modal from Topbar #846
  • [fix] Add missing styles for ModalMissingInformation from Topbar #847
  • [fix] API does not return all image variants anymore, this adds correct variants to update contact details call. #848

v0.3.1

  • [change] Change lodash import syntax to reduce bundle size (-15.14 KB) #839
  • [fix] Use https instead of git to access SDK repo for Heroku build (now that the repo is public). TODO: create SDK releases instead of using direct refs to single commit. #841
  • [fix] Typo fix for background-color #842

v0.3.0

  • Remove custom touched handling from FieldCheckboxGroup as it has has become obsolete now that Final Form is replacing Redux Form. #837
  • Create Stripe account directly instead of passing payout details to Flex API (deprecated way). #836

v0.2.0

  • Starting a change log for Flex Template for Web.