Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge tag '2.26.1' into geotrek_UX_dev_mid_2018
Browse files Browse the repository at this point in the history
  • Loading branch information
numahell committed Jul 27, 2020
2 parents a79fe6b + f6f7fd0 commit c98c114
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 12 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
2.26.1-ux / 2020-07-27
======================

**Bug fixes**

* Fix map infinite move (was due to a bug on leaflet-minimap)
Run `npm update leaflet-minimap` to update it. Leaflet-minimap
package is temporarly pinned to a fork, waiting this PR to be merged
https://github.com/Norkart/Leaflet-MiniMap/pull/155

2.26.0-ux / 2020-07-16
===================
======================

**Enhancements**

Expand Down
42 changes: 34 additions & 8 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geotrekrando",
"version": "2.26.0-ux",
"version": "2.26.1-ux",
"description": "Geotrek rando public portal of Geotrek",
"author": "Makina Corpus",
"main": "src/app/app.js",
Expand All @@ -20,7 +20,7 @@
"angular-resource": "^1.3.8",
"angular-translate": "^2.16.0",
"angular-ui-router": "^0.4.3",
"angularjs-slider": "^6.6.0",
"angularjs-slider": "^6.7.0",
"bootstrap-daterangepicker": "~2.1.30",
"bootstrap-sass": "^3.3.7",
"bowser": "^1.8.1",
Expand Down Expand Up @@ -58,7 +58,7 @@
"leaflet-ajax": "^2.1.0",
"leaflet-fullscreen": "^1.0.2",
"leaflet-geometryutil": "^0.9.2",
"leaflet-minimap": "^3.6.1",
"leaflet-minimap": "git+https://github.com/bastyen/Leaflet-MiniMap.git#fe3ba7d1ffcc9b6ad6924c760629a9af4e412b4d",
"leaflet-pip": "^1.1.0",
"leaflet-textpath": "^1.2.3",
"leaflet.markercluster": "^1.4.1",
Expand Down

0 comments on commit c98c114

Please sign in to comment.