Skip to content

v2.1.0

Compare
Choose a tag to compare
@Gnito Gnito released this 01 Oct 12:39
· 2132 commits to master since this release
4137c80

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 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'.

    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

    #933