diff --git a/docs/changelog.md b/docs/changelog.md index 56712fe41..9b567afb6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,17 @@ # Changelog +## 3.22.1 (2024-07-29) + +**🐛 Fixes** + +- Install semver package + ## 3.22.0 (2024-09-17) +# :warning: **WARNING!** :warning: + +**Do not use - docker installation will no t work. Please install version 3.22.1 instead** + **✨ Improvements** - Add annotation category (label and picto) to HD viewpoint map tooltip (#1229) @@ -85,7 +95,7 @@ - Fix user activation zone for main menu dropdown (#1146 and #1149) - Fix touristic suggestions for flatpage (#1152) - Homogenize id type from suggestions adapter (#1152) -- Reduce images gray haze on menuItems and flatpage children cards (#1159) +- Reduce images gray haze on menuItems and flatpage children cards (#1159) ## 3.20.1 (2024-05-28) @@ -432,467 +442,499 @@ Require Geotrek-admin 2.98.0 (March 2023) minimum. - Avoid unnecessary fetch for obtaining map items (regression since v3.13.3) (#887) -3.13.3 (2023-03-16) -------------------- + 3.13.3 (2023-03-16) + +--- **✨ Improvements** -* Define lazy loading for all Thumbnails images (#883) -* Avoid unnecessary fetch for obtaining dictionaries (#880) +- Define lazy loading for all Thumbnails images (#883) +- Avoid unnecessary fetch for obtaining dictionaries (#880) **🐛 Fixes** -* Thumbnails image format are defined for all thumbnails (regression since v3.13.0) (#883) -* BadgeIcons are back for trek contents (regression since v3.13.0) (#883) +- Thumbnails image format are defined for all thumbnails (regression since v3.13.0) (#883) +- BadgeIcons are back for trek contents (regression since v3.13.0) (#883) -3.13.2 (2023-03-15) -------------------- + 3.13.2 (2023-03-15) + +--- **✨ 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) +- 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 (2023-02-28) -3.13.1 (2023-02-28) -------------------- +--- **✨ Improvements** -* Display home activities directly by SSR (links reachable by search engines) +- Display home activities directly by SSR (links reachable by search engines) **🐛 Fixes** -* Fix remoteIconInformation with no icons (regression since 3.13.0) -* Fix error when the scale property is not defined for trek or outdoor detail page +- Fix remoteIconInformation with no icons (regression since 3.13.0) +- Fix error when the scale property is not defined for trek or outdoor detail page + + 3.13.0 (2023-02-23) -3.13.0 (2023-02-23) -------------------- +--- **✨ 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) +- 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** -* Fix the display of input error message (#815) -* Remove all scripts tags from HTML/script templates when rewriting builded pages (#860) +- Fix the display of input error message (#815) +- Remove all scripts tags from HTML/script templates when rewriting builded pages (#860) -3.12.1 (2023-02-08) -------------------- + 3.12.1 (2023-02-08) + +--- **🐛 Fixes** -* Fix sync SSR display with none-fullscreen support (for iOS) (#855) -* Fix sync SSR display with meteo in Touristic contents and events pages (#855) +- Fix sync SSR display with none-fullscreen support (for iOS) (#855) +- Fix sync SSR display with meteo in Touristic contents and events pages (#855) + + 3.12.0 (2023-02-04) -3.12.0 (2023-02-04) -------------------- +--- **✨ 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 +- 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) +- 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** -* Fix accessibility images display (#832) -* Fix customisation of 404 and offline pages (#816) -* Remove duplicated gear block on trek detail pages (#844) -* Fix loading spinner location when loading more objects on search page (#414) -* Define explicitly a range zoom for group layers (#811) +- Fix accessibility images display (#832) +- Fix customisation of 404 and offline pages (#816) +- Remove duplicated gear block on trek detail pages (#844) +- Fix loading spinner location when loading more objects on search page (#414) +- Define explicitly a range zoom for group layers (#811) + + 3.11.0 (2023-01-24) -3.11.0 (2023-01-24) -------------------- +--- **🔧 Maintenance** -* Add Github action workflow with 2 stages: builder, final (#816) +- Add Github action workflow with 2 stages: builder, final (#816) -3.10.9 (2022-10-06) -------------------- + 3.10.9 (2022-10-06) + +--- **🐛 Fixes** -* Fix default easyOK color (#801) +- Fix default easyOK color (#801) + + 3.10.8 (2022-10-05) -3.10.8 (2022-10-05) -------------------- +--- **✨ 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) +- 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** -* Fix hoverable marker refreshing (#774) -* Display Catalan flag for Catalan version (#601) +- Fix hoverable marker refreshing (#774) +- Display Catalan flag for Catalan version (#601) **🔧 Maintenance** -* Improve and refactor geometry management, including geometry collections (#791) -* Clean document and remove unused Roboto font (#787) +- Improve and refactor geometry management, including geometry collections (#791) +- Clean document and remove unused Roboto font (#787) -3.10.7 (2022-09-22) -------------------- + 3.10.7 (2022-09-22) + +--- **🐛 Fixes** -* Fix map position on Search page (#776) -* Fix display of truncated cards (#693) -* Fix location filter loading in mobile version (#779) -* Do not try to display themes without name (#781) +- Fix map position on Search page (#776) +- Fix display of truncated cards (#693) +- Fix location filter loading in mobile version (#779) +- Do not try to display themes without name (#781) **🔧 Maintenance** -* Update, improve and document Sentry configuration (#777) -* Clean packages with removing useless dependencies (#771) +- Update, improve and document Sentry configuration (#777) +- Clean packages with removing useless dependencies (#771) + + 3.10.6 (2022-09-06) -3.10.6 (2022-09-06) -------------------- +--- **🐛 Fixes** -* Fix Search by map, broken since version 3.10.4 +- Fix Search by map, broken since version 3.10.4 -3.10.5 (2022-09-05) -------------------- + 3.10.5 (2022-09-05) + +--- **🚀 New features** -* Allow to display additional GeoJSON layers on the maps (#385) +- Allow to display additional GeoJSON layers on the maps (#385) + + 3.10.4 (2022-09-01) -3.10.4 (2022-09-01) -------------------- +--- **🐛 Fixes** -* Paginate API pages of the information desks (#765) -* Set explicit timezone to GMT+0 (#751) +- Paginate API pages of the information desks (#765) +- Set explicit timezone to GMT+0 (#751) **🔧 Maintenance** -* Decrease warnings of the linter (#748) -* Clean suggestion connector (#710) -* Update rando3d package, remove jQuery and enable only examine mode (#760) -* Remove lodash package from the project (#758) +- Decrease warnings of the linter (#748) +- Clean suggestion connector (#710) +- Update rando3d package, remove jQuery and enable only examine mode (#760) +- Remove lodash package from the project (#758) + + 3.10.3 (2022-08-18) -3.10.3 (2022-08-18) -------------------- +--- **🚀 New features** -* Allow to provide translations for filters labels in ``config/filter.json`` (#749) +- Allow to provide translations for filters labels in `config/filter.json` (#749) **🐛 Fixes** -* Enable emails and URL links in touristic events detail pages (#742) -* Translate dates without trying to determine the current timezone (#751) +- Enable emails and URL links in touristic events detail pages (#742) +- Translate dates without trying to determine the current timezone (#751) -3.10.2 (2022-07-18) -------------------- + 3.10.2 (2022-07-18) + +--- **🐛 Fixes** -* Fix events date filter on map results of Search page (#741) -* Link to detail page on images of objects cards rather than images fullscreen (#670) +- Fix events date filter on map results of Search page (#741) +- Link to detail page on images of objects cards rather than images fullscreen (#670) + + 3.10.1 (2022-07-08) -3.10.1 (2022-07-08) -------------------- +--- **🚀 New features** -* Add date filters to events (#567) +- Add date filters to events (#567) **🐛 Fixes** -* Fix entities HTML escapement for styles injection (#548 / #705) -* Call language locales once on runtime (#553) -* Fix offline map downloading (#738) +- Fix entities HTML escapement for styles injection (#548 / #705) +- Call language locales once on runtime (#553) +- Fix offline map downloading (#738) **🔧 Maintenance** -* Upgrade Leaflet.offline to version 2.2.0 +- Upgrade Leaflet.offline to version 2.2.0 + + 3.10.0 (2022-07-01) -3.10.0 (2022-07-01) -------------------- +--- **🚀 New features** -* Reorganize and improve map layers settings and attributions -* Allow to display different layers depending on zoom -* Allow to define attributions for each layer -* Allow to define bounds to some layers (#689) -* Live change attributions to match with the current displayed layer -* Allow to define a specific layer for offline maps -* Allow to define different suggestions groups depending on language (#711) +- Reorganize and improve map layers settings and attributions +- Allow to display different layers depending on zoom +- Allow to define attributions for each layer +- Allow to define bounds to some layers (#689) +- Live change attributions to match with the current displayed layer +- Allow to define a specific layer for offline maps +- Allow to define different suggestions groups depending on language (#711) **🐛 Fixes** -* Fix displaying of routes when hovering or clicking on one trek in map search page (#694) -* Fix first loading of the "Offline contents" page (#621) -* Fix card display on iOS mobile (#645) -* Optimize images in the card when there is only one -* Fix reservation widget loading on treks detail pages (#382) +- Fix displaying of routes when hovering or clicking on one trek in map search page (#694) +- Fix first loading of the "Offline contents" page (#621) +- Fix card display on iOS mobile (#645) +- Optimize images in the card when there is only one +- Fix reservation widget loading on treks detail pages (#382) **💥 Breaking changes** -* Basemap layers settings have been totally modified to allow more customization. -* `mapCredits`, `mapClassicLayerUrl`, `mapSatelliteLayerUrl` settings have been replaced by `mapClassicLayers`, `mapSatelliteLayers`, `mapOfflineLayer` and their options. -* You have to apply these changes in your `map.json` customization file. +- Basemap layers settings have been totally modified to allow more customization. +- `mapCredits`, `mapClassicLayerUrl`, `mapSatelliteLayerUrl` settings have been replaced by `mapClassicLayers`, `mapSatelliteLayers`, `mapOfflineLayer` and their options. +- You have to apply these changes in your `map.json` customization file. **⚠️ Version notes** -* You have to edit your `map.json` customization file to apply the new layers settings organization. See `map.json` customization in [documentation](customization.md#settings) -* It is now possible to define home suggestions contents by language. See `home.json` customization in [documentation](customization.md#settings) +- You have to edit your `map.json` customization file to apply the new layers settings organization. See `map.json` customization in [documentation](customization.md#settings) +- It is now possible to define home suggestions contents by language. See `home.json` customization in [documentation](customization.md#settings) -3.9.0 (2022-06-22) ------------------- + 3.9.0 (2022-06-22) + +--- **🚀 New features** -* Add tooltips on detail pages, on actions and information pictograms (#392) -* Add dynamic ratings and rating descriptions on treks details pages (#541) -* Add "gear" property on treks detail pages (#672) -* Add sensitive areas on outdoor sites and courses detail pages (#671) -* Add published infrastructures on treks and outdoor maps (#408) -* Add services (other info) on treks and outdoor maps (#408) -* Allow to exclude labels from treks search results (#418) -* Display all cities on outdoor sites cards and detail pages (#669) -* Display trek route on search map when hovering a trek in results list (#368) -* Add ID on each page to be able to isolate them in CSS (#543) +- Add tooltips on detail pages, on actions and information pictograms (#392) +- Add dynamic ratings and rating descriptions on treks details pages (#541) +- Add "gear" property on treks detail pages (#672) +- Add sensitive areas on outdoor sites and courses detail pages (#671) +- Add published infrastructures on treks and outdoor maps (#408) +- Add services (other info) on treks and outdoor maps (#408) +- Allow to exclude labels from treks search results (#418) +- Display all cities on outdoor sites cards and detail pages (#669) +- Display trek route on search map when hovering a trek in results list (#368) +- Add ID on each page to be able to isolate them in CSS (#543) **🐛 Fixes** -* Fix SSR of treks details pages without signage (#674) -* Disable meteo and reservation widgets on offline detail pages (#622) -* Don't display outdoor sites and courses on map controls if the site has none +- Fix SSR of treks details pages without signage (#674) +- Disable meteo and reservation widgets on offline detail pages (#622) +- Don't display outdoor sites and courses on map controls if the site has none + + 3.8.5 (2022-06-02) -3.8.5 (2022-06-02) ------------------- +--- **🐛 Fixes** -* Fix Localization filters +- Fix Localization filters + + 3.8.4 (2022-05-31) -3.8.4 (2022-05-31) ------------------- +--- **🚀 New features** -* Allow to override ``manifest.json`` properties (#661) +- Allow to override `manifest.json` properties (#661) **🐛 Fixes** -* Fix card display on iOS mobile (#645) -* Fix truncated icon name if it is too long (#658) -* Display Sensitive Areas when their geometry is MultiPolygon (#655) -* Fix trek detail page if there are no signages endpoint in API (#660) -* Fix trek and outdoor site detail page if there are no weblinks (#660) +- Fix card display on iOS mobile (#645) +- Fix truncated icon name if it is too long (#658) +- Display Sensitive Areas when their geometry is MultiPolygon (#655) +- Fix trek detail page if there are no signages endpoint in API (#660) +- Fix trek and outdoor site detail page if there are no weblinks (#660) -3.8.3 (2022-05-24) ------------------- + 3.8.3 (2022-05-24) + +--- **🚀 New features** -* Add published signages on treks and outdoor maps (#408) -* Add ``groupTreksAndOutdoorFilters`` setting to be able to group Treks and Outdoor filters on search page (#656) +- Add published signages on treks and outdoor maps (#408) +- Add `groupTreksAndOutdoorFilters` setting to be able to group Treks and Outdoor filters on search page (#656) **🐛 Fixes** -* Fix flickering of Outdoor, services and events maps -* Refactoring and improvements of anchor system in detail pages +- Fix flickering of Outdoor, services and events maps +- Refactoring and improvements of anchor system in detail pages + + 3.8.2 (2022-04-25) -3.8.2 (2022-04-25) ------------------- +--- **🐛 Fixes** -* Fix HTML interpretation of new "Accessibility" fields (#536 / #638) -* Don't display label filter (Others) in trek filters if no label defined as filter (#418) -* Improve outdoor subobjects display on site maps with adding it in layer control (#542) +- Fix HTML interpretation of new "Accessibility" fields (#536 / #638) +- Don't display label filter (Others) in trek filters if no label defined as filter (#418) +- Improve outdoor subobjects display on site maps with adding it in layer control (#542) -3.8.1 (2022-04-25) ------------------- + 3.8.1 (2022-04-25) + +--- **🚀 New features** -* Display information desks on detail pages map (#401) -* Add reset view and scale controls on maps (#402) -* Add "practical_info" property on touristic content detail pages -* Add some customizable HTML templates and their documentation to include HTML or javascript on all pages before and after header and footer (#588) -* Add portals parameter when fetching API for a detail page, to access to eventual customized PDF by portal (https://github.com/GeotrekCE/Geotrek-admin/issues/2691) -* Refactoring of several components and Leaflet controls +- Display information desks on detail pages map (#401) +- Add reset view and scale controls on maps (#402) +- Add "practical_info" property on touristic content detail pages +- Add some customizable HTML templates and their documentation to include HTML or javascript on all pages before and after header and footer (#588) +- Add portals parameter when fetching API for a detail page, to access to eventual customized PDF by portal (https://github.com/GeotrekCE/Geotrek-admin/issues/2691) +- Refactoring of several components and Leaflet controls **🐛 Fixes** -* Display multiple geometries on maps -* Fix ``little-forest.png`` image path (#639) +- Display multiple geometries on maps +- Fix `little-forest.png` image path (#639) + + 3.8.0 (2022-04-08) -3.8.0 (2022-04-08) ------------------- +--- **🚀 New features** -* Filter treks by labels (#418) -* Allow to hide elevation profile on small elevation treks, with new ``minAltitudeDifferenceToDisplayElevationProfile`` setting (#552) -* Display negative elevation on trek pages (#574) -* Add new accessibility fields on trek, outdoor and services detail pages (#536) -* Improve report forms design with location on map and photos (#453) -* Improve outdoor pages detail pages with displaying subobjects on map (#542) -* Allow to translate HTML templates in Homepage (#617) -* Improve anchor system in detail pages -* Improve translations +- Filter treks by labels (#418) +- Allow to hide elevation profile on small elevation treks, with new `minAltitudeDifferenceToDisplayElevationProfile` setting (#552) +- Display negative elevation on trek pages (#574) +- Add new accessibility fields on trek, outdoor and services detail pages (#536) +- Improve report forms design with location on map and photos (#453) +- Improve outdoor pages detail pages with displaying subobjects on map (#542) +- Allow to translate HTML templates in Homepage (#617) +- Improve anchor system in detail pages +- Improve translations **🐛 Fixes** -* Fix flickering of the map when loading the detail pages -* Fix reservation widget loading on trek detail pages -* Fix multiple geometries management +- Fix flickering of the map when loading the detail pages +- Fix reservation widget loading on trek detail pages +- Fix multiple geometries management -3.7.0 (2022-03-11) ------------------- + 3.7.0 (2022-03-11) + +--- **🚀 New features** -* Include 3D view in trek detail pages (#390) -* Add ``maxLengthTrekAllowedFor3DRando`` setting to define the maximum length of a trek to enable the 3D view on its page (or to disable 3D view) (#390) -* Add breadcrumb on detail and information pages (#506) -* Add Meteo France widget on all detail pages based on INSEE code of the content (#525) -* Add Open System reservation widget on trek detail pages with an ``id_reservation`` (#382) -* Add ``reservationPartner`` and ``reservationProject`` settings to enable Open System reservation widget (#382) -* Add a customizable color for each content category (treks, outdoor sites, services and events) to better differentiate content categories (#437) -* Add content type name display on hover of pictograms in search page (#437) -* Add the possibility to define outdoor sites, services and events suggestions on home page (#372) -* Display more information on suggestions cards on home page (#372) -* Improve layer controller on treks and outdoor sites detail pages (#449) -* Add a panel on trek mobile map to display trek title, steps and altimetric profile (#452) -* Display SVG theme pictograms in filters -* Improve modale component -* Add German, Spanish and Catalan translations (#571) +- Include 3D view in trek detail pages (#390) +- Add `maxLengthTrekAllowedFor3DRando` setting to define the maximum length of a trek to enable the 3D view on its page (or to disable 3D view) (#390) +- Add breadcrumb on detail and information pages (#506) +- Add Meteo France widget on all detail pages based on INSEE code of the content (#525) +- Add Open System reservation widget on trek detail pages with an `id_reservation` (#382) +- Add `reservationPartner` and `reservationProject` settings to enable Open System reservation widget (#382) +- Add a customizable color for each content category (treks, outdoor sites, services and events) to better differentiate content categories (#437) +- Add content type name display on hover of pictograms in search page (#437) +- Add the possibility to define outdoor sites, services and events suggestions on home page (#372) +- Display more information on suggestions cards on home page (#372) +- Improve layer controller on treks and outdoor sites detail pages (#449) +- Add a panel on trek mobile map to display trek title, steps and altimetric profile (#452) +- Display SVG theme pictograms in filters +- Improve modale component +- Add German, Spanish and Catalan translations (#571) **🐛 Fixes** -* Fix categories display in mobile filters depending on contents and settings (#586) -* Fix trek filters displayed in 3 columns (#377) -* Display ``disabledInfrastructure`` and ``accessibilities`` in trek detail pages only if they have content +- Fix categories display in mobile filters depending on contents and settings (#586) +- Fix trek filters displayed in 3 columns (#377) +- Display `disabledInfrastructure` and `accessibilities` in trek detail pages only if they have content + + 3.6.0 (2022-02-07) -3.6.0 (2022-02-07) ------------------- +--- **🐛 Fixes** -* Fix SSR (Server Side Rendering) and imprive SEO (#511) -* Fix Node.js server cache (#460) -* Fix Next.js prefetch mechanism +- Fix SSR (Server Side Rendering) and imprive SEO (#511) +- Fix Node.js server cache (#460) +- Fix Next.js prefetch mechanism **🔧 Maintenance** -* Upgrade Node.js version 14 to 17 (#460) -* Remove and upgrade several dependencies (#533) -* Replace wretch by axios as http client (#460) +- Upgrade Node.js version 14 to 17 (#460) +- Remove and upgrade several dependencies (#533) +- Replace wretch by axios as http client (#460) + + 3.5.4 (2022-01-20) -3.5.4 (2022-01-20) ------------------- +--- **🐛 Fixes** -* Do not display empty filters (#518 by @dtrucs) -* Correctly display tags inside list descriptions items (#540 by @dtrucs) -* Sort activities by order defined in API (#539 by @dtrucs) -* Fix sitemap generation when Outdoor module is disabled (by @dtrucs) +- Do not display empty filters (#518 by @dtrucs) +- Correctly display tags inside list descriptions items (#540 by @dtrucs) +- Sort activities by order defined in API (#539 by @dtrucs) +- Fix sitemap generation when Outdoor module is disabled (by @dtrucs) -3.5.3 (2021-12-17) ------------------- + 3.5.3 (2021-12-17) + +--- **🐛 Fixes** -* Fix Node.js to version 14, instead of LTR, to fix cache errors (#460) +- Fix Node.js to version 14, instead of LTR, to fix cache errors (#460) **🚀 New features** -* Add setting ``enableServerCache`` to be able to disable server cache (#460) +- Add setting `enableServerCache` to be able to disable server cache (#460) **✨ Improvements** -* Mention ``COMPOSE_PROJECT_NAME`` in installation documentation with several Geotrek-rando on the same server (by @mviadere-openig) +- Mention `COMPOSE_PROJECT_NAME` in installation documentation with several Geotrek-rando on the same server (by @mviadere-openig) + + 3.5.2 (2021-11-26) -3.5.2 (2021-11-26) ------------------- +--- **🐛 Fixes** -* Fix redirections defined in ``redirects.json`` (#522) -* Fix wrong URL in menu mobile version (#519) -* Add protection if a filter does not have label (#518) +- Fix redirections defined in `redirects.json` (#522) +- Fix wrong URL in menu mobile version (#519) +- Add protection if a filter does not have label (#518) **✨ Improvements** -* Upgrade Next.js version 11 to 12 +- Upgrade Next.js version 11 to 12 **💥 Beaking changes** -* ``Redirects`` from Next.js is replaced by a specific redirection system. ``locale`` property is no more used in ``redirects.json`` and it is no more necessary to add default locale key in other languages rules. +- `Redirects` from Next.js is replaced by a specific redirection system. `locale` property is no more used in `redirects.json` and it is no more necessary to add default locale key in other languages rules. + + 3.5.1 (2021-11-24) -3.5.1 (2021-11-24) ------------------- +--- **🐛 Fixes** -* Fix filter masking (#512) -* Fix crash filters with using ID instead of index (#518) +- Fix filter masking (#512) +- Fix crash filters with using ID instead of index (#518) -3.5.0 (2021-11-14) ------------------- + 3.5.0 (2021-11-14) -* To enable Outdoor module, Geotrek-admin version 2.70.0 or higher is required -* To display images in Event module, Geotrek-admin version 2.72.0 or higher is required +--- + +- To enable Outdoor module, Geotrek-admin version 2.70.0 or higher is required +- To display images in Event module, Geotrek-admin version 2.72.0 or higher is required **🚀 New features** -* Add outdoor sites and courses in home activity bar, seach, detail pages and offline contents, enabled with ``enableOutdoor`` setting (#376) -* Add touristic events in home activity bar, seach, detail pages and offline contents, enabled with ``enableTouristicEvents`` setting (#389) +- Add outdoor sites and courses in home activity bar, seach, detail pages and offline contents, enabled with `enableOutdoor` setting (#376) +- Add touristic events in home activity bar, seach, detail pages and offline contents, enabled with `enableTouristicEvents` setting (#389) **✨ Improvements** -* Group secondary filters by activity for outdoor and services search -* Hide images slideshows on offline content as only the first images are downloaded -* Simplify filter display setting with adding a ``display`` property to each filter (default to ``false``) +- Group secondary filters by activity for outdoor and services search +- Hide images slideshows on offline content as only the first images are downloaded +- Simplify filter display setting with adding a `display` property to each filter (default to `false`) **🐛 Fixes** -* Fix offline maps tiles with removing ``mapClassicLayerUrlOffline`` setting that didn't worked +- Fix offline maps tiles with removing `mapClassicLayerUrlOffline` setting that didn't worked **💥 Beaking changes** -* To hide a filter, you now just have to set its ``display`` property to ``false``. If you had overriden ``filter.json`` file, you have to update it with just setting filters to hide to ``"display":false``. -Example to hide "structures" filter: +- To hide a filter, you now just have to set its `display` property to `false`. If you had overriden `filter.json` file, you have to update it with just setting filters to hide to `"display":false`. + Example to hide "structures" filter: + ``` [ { @@ -902,195 +944,208 @@ Example to hide "structures" filter: ] ``` -3.4.0 (2021-10-22) ------------------- + 3.4.0 (2021-10-22) + +--- **✨ Improvements** -* Explicit and manual offline content download - Texts, images and map tiles (#287) -* Add a page listing offline contents on mobile version (#287) -* Add a redirection page when trying to access an unavailable offline page (#287) -* Move back PDF button and open it in a new tab -* Separate types values of services with commas (by @dtrucs) -* Set ``enableSensitiveAreas`` setting default value to ``false`` +- Explicit and manual offline content download - Texts, images and map tiles (#287) +- Add a page listing offline contents on mobile version (#287) +- Add a redirection page when trying to access an unavailable offline page (#287) +- Move back PDF button and open it in a new tab +- Separate types values of services with commas (by @dtrucs) +- Set `enableSensitiveAreas` setting default value to `false` -3.3.0 (2021-10-12) ------------------- + 3.3.0 (2021-10-12) + +--- **✨ Improvements** -* New filter system (#377) -* Move all download button in header on desktop detail pages (#378) +- New filter system (#377) +- Move all download button in header on desktop detail pages (#378) **🐛 Fixes** -* Avoid crash of touristic content detail pages when teaser is null (#480) -* Fix click on punctual touristic contents on search map (#456) -* Fix static pages cache system (#479) +- Avoid crash of touristic content detail pages when teaser is null (#480) +- Fix click on punctual touristic contents on search map (#456) +- Fix static pages cache system (#479) + + 3.2.0 (2021-09-30) -3.2.0 (2021-09-30) ------------------- +--- Requires [Geotrek-rando-v3-installer](https://github.com/GeotrekCE/Geotrek-rando-v3-installer) version 2.0.0 or more. **💥 Beaking changes** -* New build system to install and customize a Geotrek-rando portal dynamically, without building it locally (#458) +- New build system to install and customize a Geotrek-rando portal dynamically, without building it locally (#458) **🛠️ Maintenance** -* Upgrade dependencies (NextJS 10 to 11 and others) (#469) +- Upgrade dependencies (NextJS 10 to 11 and others) (#469) **✨ Improvements** -* Move download button in header on desktop trek detail pages (#378) -* Better title and URL for static pages (#468) -* Add "More information" in trek detail page (#370) -* Use ``maximumZoomLevel`` parameter for spiderfy clusters (#367) -* Better 404 error handler for multilanguage (#416) -* Themes uses portalFilters (#432) -* Switch advice and labels on trek detail pages (#445) -* Display parking detail in tooltip on trek detail pages (#400) -* Add ``