File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77### 🐞 Bug fixes
88
9+ - * ...Add new stuff here...*
10+
11+ ## 1.15.1
12+
13+ ### 🐞 Bug fixes
14+
915- Add void return for some method declaration to match TS strict mode (#194 )
16+ - Fix css leftovers (#83 )
1017
1118## 1.15.0
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " maplibre-gl" ,
33 "description" : " BSD licensed community fork of mapbox-gl, a WebGL interactive maps library" ,
4- "version" : " 1.15.0 " ,
4+ "version" : " 1.15.1 " ,
55 "main" : " dist/maplibre-gl.js" ,
66 "style" : " dist/maplibre-gl.css" ,
77 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change @@ -2286,7 +2286,7 @@ class Map extends Camera {
22862286 const container = this . _container ;
22872287 container . classList . add ( 'maplibregl-map' ) ;
22882288
2289- const canvasContainer = this . _canvasContainer = DOM . create ( 'div' , 'mapboxgl -canvas-container' , container ) ;
2289+ const canvasContainer = this . _canvasContainer = DOM . create ( 'div' , 'maplibregl -canvas-container' , container ) ;
22902290 if ( this . _interactive ) {
22912291 canvasContainer . classList . add ( 'maplibregl-interactive' ) ;
22922292 }
You can’t perform that action at this time.
0 commit comments