Skip to content

3.1.0

Compare
Choose a tag to compare
@camillemonchicourt camillemonchicourt released this 02 Jul 15:00
· 1810 commits to main since this release
96b9e88

🚀 New features

  • Add redirects.json setting file to manage redirections from Geotrek-rando v2 to Geotrek-rando v3 (#59)
  • Allow to filter results by displayed map area (bbox) and its setting enableSearchByMap (#383)
  • Don't recenter map at each search (#413)
  • Add a report form on trek details pages and its setting enableReport (#407)
  • Add Italian translation
  • Add tooltips on trek detail pages maps (steps, heritages, touristic contents) (#379)
  • Show tooltip on search map on hover (#399)
  • Add button on map to locate the user GPS position (#365)
  • Add departure, arrival and cities on trek detail pages (#369)
  • Allow to display fullscreen images (#403)
  • Add download buttons on trek mobile detail pages (#405)
  • Display legends at the top of images in mobile detail pages
  • Add enableIndexation setting to allow to disable search engine indexation, true by default (#410)
  • Improve 404 page design (#391)
  • Improve URL by removing accents with diacritics
  • Improve performances (#362) :
    • Remove some unused dependancies
    • Add purgecss to reduce CSS bundle size
    • Improve react-query configuration for a better management of cache (hydration)

🐛 Fixes

  • Add protections to generate sitemap, even when an object has no name (#422)
  • Fix browser back button, with letting NextJS manage the history (#364)
  • Fix mobile display of cards descriptions in detail pages, with adapting the height of the container (#397)
  • Fix anchor position detection on detail pages refresh, with waiting the end of rendering to calculate position (#419)
  • Fix download buttons z-index on treks detail pages