Releases: GeotrekCE/Geotrek-rando-v3
Releases · GeotrekCE/Geotrek-rando-v3
3.17.0
Require Geotrek-admin 2.98.0 (March 2023) minimum.
💥 Breaking changes
- This version of Geotrek-rando may not work correctly if connected to a Geotrek-admin API lower than version 2.98.0, due to the modification of parameters to obtain treks near POIs and sensitive areas. (#890)
- If you've defined the
home.json
file withactivityBar
property in your customization files, make sure your override contains thelinks
property.
🚀 New features
✨ Improvements
- Use more efficient filters to get treks near POIs and sensitive areas (#890)
- Move the mobile menu in the
<header>
tag and improve accessibility (#1010) - Remove "diary" entry from touristic events filters (#1012)
🔧 Maintenance
- Upgrade react-accessible-accordion package to 5.0.0 (#1010)
- Upgrade react-burger-menu package to 3.0.9 (#1010)
🐛 Fixes
- Remove language selector from mobile menu if there is only one language (#1010)
3.16.1
3.16.0
💥 Breaking changes
- The
enableMeteoWidget
inglobal.json
is no longer supported. By default the widget is activated on all instances. Read the doc to see how to deactivate this widget on the details page. ⚠️ If you use Geotrek-rando-installer prior 2.0.2 version you should copy paste the /customization/html/details/ folder to your files.
🚀 New features
- Define custom template sections for details pages #988
3.15.5
3.15.4
🚀 New features
- Ask the user's consent to deposit cookies (#982)
💥 Breaking changes
- To keep Google Analytics running (if defined by
googleAnalyticsId
inglobal.json
), you need to define the newprivacyPolicyLink
key inglobal.json
with the url of your privacy policy page (See #459).
✨ Improvements
- Add the
privacyPolicyLink
key inglobal.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
🚀 New features
✨ 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
3.15.2
3.15.1
3.15.0
🚀 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)