From b04d542a3a8cf76dea5244322f8e285e49004b03 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 14 Jan 2022 13:02:52 -0700 Subject: [PATCH] Updates for the 6.12.0 release --- changelog/upgrade-notes.md | 4 ++++ changelog/v6.12.0.md | 30 ++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 changelog/v6.12.0.md diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 386b6ca385..3c619165d2 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -1,5 +1,9 @@ ## Upgrade notes +### v6.12.0 + +No special changes are required when upgrading to the 6.12.0 release. + ### v6.11.0 No special changes are required when upgrading to the 6.11.0 release. diff --git a/changelog/v6.12.0.md b/changelog/v6.12.0.md new file mode 100644 index 0000000000..e990303865 --- /dev/null +++ b/changelog/v6.12.0.md @@ -0,0 +1,30 @@ +# 6.12.0 + +The 6.12 release brings a few small fixes and enhancements. See below for a complete list. + + * Transitive dependency update (by @openlayers in https://github.com/openlayers/openlayers/pull/13240) + * Re-enable image smoothing after rendering (by @mike-000 in https://github.com/openlayers/openlayers/pull/13236) + * Describe use of className with declutter (by @mike-000 in https://github.com/openlayers/openlayers/pull/13237) + * added run to npm command (by @lklepner in https://github.com/openlayers/openlayers/pull/13231) + * Document how to link package during development (by @lklepner in https://github.com/openlayers/openlayers/pull/13228) + * Default CORS mode for WebGL rendered sources (by @tschaub in https://github.com/openlayers/openlayers/pull/13227) + * Support the wrapX option for WebGL rendered tile sources (by @tschaub in https://github.com/openlayers/openlayers/pull/13226) + * Update ol-mapbox-style (by @tschaub in https://github.com/openlayers/openlayers/pull/13224) + * Do not fire modifyend event when nothing was modified (by @ahocevar in https://github.com/openlayers/openlayers/pull/13219) + * Draw VectorTiles with interpolate in hybrid mode again (by @M393 in https://github.com/openlayers/openlayers/pull/13221) + * Fix some typos in ModifyInteraction documentation (by @EvertEt in https://github.com/openlayers/openlayers/pull/13216) + * Fix MVT incorrect feature data handling (by @EvertEt in https://github.com/openlayers/openlayers/pull/13217) + * Format the changelog so contributors can be highlighted (by @tschaub in https://github.com/openlayers/openlayers/pull/13205) + + +
+ Dependency Updates + + * Bump karma from 6.3.9 to 6.3.10 (by @openlayers in https://github.com/openlayers/openlayers/pull/13209) + * Bump shx from 0.3.3 to 0.3.4 (by @openlayers in https://github.com/openlayers/openlayers/pull/13211) + * Bump @rollup/plugin-node-resolve from 13.1.2 to 13.1.3 (by @openlayers in https://github.com/openlayers/openlayers/pull/13210) + * Bump rollup from 2.62.0 to 2.63.0 (by @openlayers in https://github.com/openlayers/openlayers/pull/13208) + * Bump marked from 4.0.8 to 4.0.9 (by @openlayers in https://github.com/openlayers/openlayers/pull/13207) + + +
diff --git a/package-lock.json b/package-lock.json index 9f175b08f3..24d6eeae30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "6.11.1-dev", + "version": "6.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol", - "version": "6.11.1-dev", + "version": "6.12.0", "license": "BSD-2-Clause", "dependencies": { "geotiff": "^1.0.8", diff --git a/package.json b/package.json index 222dddd85d..1c12234c07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "6.11.1-dev", + "version": "6.12.0", "description": "OpenLayers mapping library", "keywords": [ "map",