Skip to content

Releases: GeotrekCE/Geotrek-rando-v3

3.15.4

10 Oct 14:34
Compare
Choose a tag to compare

🚀 New features

  • Ask the user's consent to deposit cookies (#982)

💥 Breaking changes

  • To keep Google Analytics running (if defined by googleAnalyticsId in global.json), you need to define the new privacyPolicyLink key in global.json with the url of your privacy policy page (See #459).

✨ Improvements

  • Add the privacyPolicyLink key in global.json to define the link of privacy policy page (#982)

🔧 Maintenance

  • Upgrade html-react-parser package to 2.0.0 (#982)

📝 Documentation

  • Create GDPR documentation (#982)

3.15.3

04 Oct 08:10
Compare
Choose a tag to compare

🚀 New features

  • Allow to select an organizer event in filter search (#968)
  • Add map fullscreen control (#952)

✨ Improvements

  • Display search filters for all categories on first page load (#971)
  • Call one map instance instead of two on search pages (#971)
  • Rewrite Header component to use semantics and tailwind (#976)
  • Rewrite 404 component to use tailwind (#975)
  • Set height of featured image area on details pages (#973)

🔧 Maintenance

  • Upgrade leaflet.offline package to 3.0.1 (#969)
  • Upgrade react-inlinesvg package to 4.0.4 (#972)

3.15.2

07 Sep 08:02
Compare
Choose a tag to compare

🐛 Fixes

  • Fix colorization of the map filter button (#963)
  • Fix no wrapping chips (#962)
  • Don't load reservation widget if reservation_id is an empty string (#961)

📝 Documentation

  • Improve the installation in development procedure (#964)
  • Mention cache refreshing when adding new contents (#958)

3.15.1

09 Aug 07:24
Compare
Choose a tag to compare

🐛 Fixes

  • Fix z-index issue with search bar (version 3.15.0 regression) (#954)
  • Fix colors on activity bar (#955)

3.15.0

08 Aug 14:11
Compare
Choose a tag to compare

🚀 New features

  • Allow to hide and reorder sections in detail pages with the new details.json configuration file (#510)

✨ Improvements

  • Clean and factorize detail pages (#510)
  • Call one map instance instead of two on detail pages (#939)
  • Improve server cache of common dictionaries (themes, cities, sources, informationDesk, labels) (#940)
  • Improve SVG icons display (#942 / #944)

🐛 Fixes

  • Do not try to display the informationDesk thumbnail if there isn't one (#947)
  • Fix card display bug in some Chrome environments (#951)

🔧 Maintenance

  • Upgrade NodeJS version 17 to 18 in Dockerfile (#938)

3.14.2

04 Jul 15:51
Compare
Choose a tag to compare

🐛 Fixes

  • Synchronously load scripts for the Reservation widget (#936)
  • Define default placeholder to SelectableDropdown (#935)
  • Fix the version of node in dockerfile (#938)

3.14.1

21 Jun 09:44
Compare
Choose a tag to compare

✨ Improvements

  • Rework and improve cards in details pages (#928 / #932)

🐛 Fixes

  • Fix links to images without legend in search results (#919)
  • Fix the render of the altimetric profile rendering (version 3.14.0 regression) (#930)

3.14.0

19 Jun 14:24
Compare
Choose a tag to compare

✨ Improvements

  • Refactoring of children cards in treks and outdoor sites detail pages (#921)
  • Set anchors to navigate between sections of detail pages (#922)

🐛 Fixes

  • Fix related sites and courses in outdoor site detail pages (#846)
  • Fix carousel on Events, Outdoor sites and courses detail pages (#909)
  • Handle sub-filters values as string like others filters values (#911)
  • Fix display of information desks with null fields (#918)

💥 Breaking changes

  • The migration from tailwind version 2 to 3 includes some minor breaking change of utility classes. It will be necessary to be careful that the classes used in your customization are still ok. See the upgrade guide from the official documentation https://tailwindcss.com/docs/upgrade-guide
  • Translations keys related to sensitiveAreas changed, check if you have replaced them in your customization
  • The identifier of the information desk section in the details page has changed from details_informationDesks to details_practicalInformations.

3.13.6

18 Apr 10:57
Compare
Choose a tag to compare

✨ Improvements

  • Improve forms: semantics, displays error and accessibility (#902)
  • Structure styles around forecast widget in details page (#897)

🐛 Fixes

  • Bugfixes for trek marker (#900 and #905)
  • Handle cities and districts values as string like others filters values (#907)

3.13.5

24 Mar 15:12
Compare
Choose a tag to compare

✨ Improvements

  • Set config to display or not objects related to itinerant treks (#893)
  • Add alt and loading attributes to TrekMarker image (#892)