Skip to content

Commit f2b48ac

Browse files
authored
v5.2.0-pre.0 (#1461)
* Update .gitignore * v5.2.0-pre.0 * Update CHANGELOG.md
1 parent 6e0006f commit f2b48ac

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
docs/_build
2+
public/resources/leaflet-hash.js
3+
public/resources/leaflet.css
4+
public/resources/leaflet.js
5+
public/resources/leaflet.js.map
6+
public/resources/mapbox-gl-rtl-text.js
7+
public/resources/maplibre-gl-inspect.css
8+
public/resources/maplibre-gl-inspect.js
9+
public/resources/maplibre-gl-inspect.js.map
10+
public/resources/maplibre-gl.css
11+
public/resources/maplibre-gl.js
12+
public/resources/maplibre-gl.js.map
213
node_modules
314
test_data
415
test_data.zip

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# tileserver-gl changelog
22

3+
## 5.2.0-pre.0
4+
* Use npm packages for public/resources (https://github.com/maptiler/tileserver-gl/pull/1427) by @okimiko
5+
* use ttf files of googlefonts/opensans (https://github.com/maptiler/tileserver-gl/pull/1447) by @okimiko
6+
* fix memory leak on SIGHUP (https://github.com/maptiler/tileserver-gl/pull/1455) by @okimiko
7+
* Limit Elevation Lat/Long Output Length (https://github.com/maptiler/tileserver-gl/pull/1457) by @okimiko
8+
39
## 5.1.3
410
* Fix SIGHUP (broken since 5.1.x) (https://github.com/maptiler/tileserver-gl/pull/1452) by @okimiko
511

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tileserver-gl",
3-
"version": "5.1.3",
3+
"version": "5.2.0-pre.0",
44
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
55
"main": "src/main.js",
66
"bin": "src/main.js",

0 commit comments

Comments
 (0)