Releases: sharetribe/ftw-daily
v2.4.1
v2.4.0
v2.4.0 Changes:
- [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
v2.3.1
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
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.Read more from Flex API: create draft listing, publish draft listing, discard draft listing. Discard draft listing is not yet implemented in template app.
#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
v2.2.0 2018-10-31 Changes
-
[add] SearchPage: adds PriceFilter (and RangeSlider, FieldRangeSlider, PriceFilterForm). #944
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 those component examples that don't work in StyleguidePage.
v.2.1.1
v2.1.1 2018-10-23 Changes:
- [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
v2.1.0 (2018-10-01) Changes
-
[change] Improve performance of public pages. Image assets are now optimized and lazy loading is applied to images in
SectionLocation
andListingCard
. 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'.
So, LandingPage HeroSection doesn't include anymore location autocomplete search. When marketplaces
launch their site, it is better to point new users to areas (cities / countries), where marketplace has some listings. In addition, reducing calls to Geocoding API reduces costs (whether the geocoding API is provided by Mapbox or Google Maps).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
v2.0.0
v2.0.0 Changes
-
[add] New default map provider (Mapbox) and complete refactoring to all map and geocoding
components. #888Note: 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
v1.4.3 changes
- [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