Releases: GeotrekCE/Geotrek-rando-v3
Releases · GeotrekCE/Geotrek-rando-v3
3.13.4
3.13.3
3.13.2
✨ Improvements
- Improve search page SEO with paginating results for search engines (#833)
- Don't display expired events in homepage suggestions (#878)
- Improve and simplify customization example (#842)
- Improve Layout component wrapping (#874)
- Refactor and homogenize objects cards (#875)
- For touristic content in homepage suggestions, the categories are fetched only once instead of the same number of items. (#875)
3.13.1
3.13.0
✨ Improvements
- Add captcha to the report form if an API key from HCAPTCHA is defined in
global.json
settings (#815) - Rewrite a component dedicated to image and their captions (= legend + author) (#858)
- Add some accessibility to display image related to their captions (#858)
- Page in fullscreen are not cropped anymore (#858)
- Improve headlines and titles of pages (#861)
🐛 Fixes
3.12.1
3.12.0
✨ Improvements
- Always keep the layout (header/footer) when transitionning from page to another
- Add the loading spinner when reservation widget is loading (#732)
- Remove offline page from SEO indexation (#819)
- Make sure API endpoints have a final slash to avoid an API redirection (#822)
- Improve SSR display for all details pages + suggestions from homepage (#848)
- Improve rules of cache strategy (#849)
- Save cache page on dynamic navigation (#849)
- In search page and in offline mode serve offline content instead of search content (#849)
- Better handle when the geometry of a trek is a point instead of a linestring (#850)
- Handle outdoor without practice
🔧 Maintenance
- Upgrade Node.js version 17 to 18
- Upgrade NextJS version 12 to 13 and its dependencies, to prepare upgrade from React 17 to 18 (#634)
- Upgrade next-pwa package from version 5.4.4 to 5.6.0 (#804)
- Upgrade react-query from version 3.24.3 to 4.10.3 (#807)
- Rewrite usage of loading spinner by removing react-loader package (#817)
- Synchronize pre-rending SSR with browser hydration (#802)
🐛 Fixes
3.11.0
🔧 Maintenance
- Add Github action workflow with 2 stages: builder, final
3.10.9
3.10.8
✨ Improvements
- Search page map: Display object main geometry on marker hover also on Outdoor sites and Touristic events and manage geometry collections (#497)
- Search page map: Use the object category color when displaying the object main geometry on marker hover (#497)
- Improve and update Italian translations (#795)
🐛 Fixes
🔧 Maintenance