Sourced from ol-mapbox-style's releases.
v13.0.1
Summary
- Clear text width measurement cache when new fonts are loaded
What's Changed
- Changes for v13.0.0 by
@ahocevarin openlayers/ol-mapbox-style#1308- Clear text measure cache when loaded fonts have changed by
@ahocevarin openlayers/ol-mapbox-style#1309Full Changelog: https://github.com/openlayers/ol-mapbox-style/compare/v13.0.0...v13.0.1
v13.0.0
Summary
Backwards incompatible changes
- The MVT format parser now assigns the tile's
source-layers to themvt:layerproperty of each feature. Previously thelayerproperty was used, which was not ideal because it is frequently used in OpenStreetMap based tiles. This change may require application code changes where OpenLayers feature info (Map.getFeaturesAtPixel(),Map.forEachFeatureAtPixel(),Layer.getFeatures()) or style function customizations are used.Other changes
- Improvements to font detection, to ensure that the correct fonts are downloaded
What's Changed
- Changes for 12.6.1 by
@ahocevarin openlayers/ol-mapbox-style#1303- Fix description of mapbox example by
@ahocevarin openlayers/ol-mapbox-style#1304- Make font detection and loading independent from OpenLayers by
@ahocevarin openlayers/ol-mapbox-style#1306- More font loading improvements by
@ahocevarin openlayers/ol-mapbox-style#1307- Try to avoid layerName collisions by
@ahocevarin openlayers/ol-mapbox-style#1305Full Changelog: https://github.com/openlayers/ol-mapbox-style/compare/v12.6.1...v13.0.0
v12.6.1
Summary
- Make styles with
pitchanddistance-from-centerexpressions work againWhat's Changed
- Changes for 12.6.0 by
@ahocevarin openlayers/ol-mapbox-style#1291- Bump webpack-dev-server from 5.2.0 to 5.2.1 by
@dependabotin openlayers/ol-mapbox-style#1293- Bump copy-webpack-plugin from 12.0.2 to 13.0.0 by
@dependabotin openlayers/ol-mapbox-style#1296- Bump typescript from 5.7.3 to 5.8.3 by
@dependabotin openlayers/ol-mapbox-style#1297- Bump rollup from 4.40.0 to 4.40.2 by
@dependabotin openlayers/ol-mapbox-style#1300- Bump puppeteer from 24.6.1 to 24.8.2 by
@dependabotin openlayers/ol-mapbox-style#1301- Handle 'pitch' and 'distance-from-center' by
@ahocevarin openlayers/ol-mapbox-style#1302Full Changelog: https://github.com/openlayers/ol-mapbox-style/compare/v12.6.0...v12.6.1
Sourced from ol-mapbox-style's changelog.
13.0.1
- Clear text width measurement cache when new fonts are loaded
13.0.0
Backwards incompatible changes
- The MVT format parser now assigns the tile's
source-layers to themvt:layerproperty of each feature. Previously thelayerproperty was used, which was not ideal because it is frequently used in OpenStreetMap based tiles. This change may require application code changes where OpenLayers feature info (Map.getFeaturesAtPixel(),Map.forEachFeatureAtPixel(),Layer.getFeatures()) or style function customizations are used.Other changes
- Improvements to font detection, to ensure that the correct fonts are downloaded
12.6.1
- Make styles with
pitchanddistance-from-centerexpressions work again
52d829c
Add dist for v13.0.1ad57113
Changes for v13.0.17c8974a
Merge pull request #1309
from openlayers/clear-measure-cachea7f5d46
Clear text measure cache when loaded fonts have changed3531e47
Merge pull request #1308
from openlayers/release-v13.0.0be35958
Changes for v13.0.0b4ab37d
Merge pull request #1305
from openlayers/layer-namec800564
Merge pull request #1307
from openlayers/font-loading-revisited122c319
More font loading improvementsad9d0a0
Merge pull request #1306
from openlayers/font-loading