Compare commits

...

4 Commits

Author SHA1 Message Date
Tim Schaub
cb63b398d3 Merge pull request #9255 from openlayers/release-v5.3.1
Updates for 5.3.1
2019-02-21 13:16:41 -07:00
Tim Schaub
ce89a82e6a Updates for 5.3.1 2019-02-21 13:07:15 -07:00
Tim Schaub
1c269d6e0b Merge pull request #9253 from romanzoller/hotfix-PR-8893
Add proj.js to the sideEffects list
2019-02-21 13:02:24 -07:00
Frederic Junod
83b8fe4b33 Add proj.js to the sideEffects list 2019-02-21 17:10:20 +01:00
2 changed files with 8 additions and 1 deletions

6
changelog/v5.3.1.md Normal file
View File

@@ -0,0 +1,6 @@
# 5.3.1
The 5.3.1 release is a patch that addresses an issue when using `angular-cli` to build an OpenLayers-based application.
* [#9253](https://github.com/openlayers/openlayers/pull/9253) - Add proj.js to the sideEffects list ([@romanzoller](https://github.com/romanzoller))

View File

@@ -1,6 +1,6 @@
{ {
"name": "ol", "name": "ol",
"version": "5.3.0", "version": "5.3.1",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"keywords": [ "keywords": [
"map", "map",
@@ -99,6 +99,7 @@
} }
}, },
"sideEffects": [ "sideEffects": [
"proj.js",
"ol.css" "ol.css"
] ]
} }