geo6 / geocoder

GNU General Public License v3.0
2 stars 0 forks source link

Bump ol from 5.1.3 to 5.2.0 #108

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps ol from 5.1.3 to 5.2.0.

Release notes *Sourced from [ol's releases](https://github.com/openlayers/openlayers/releases).* > ## v5.2.0 > The 5.2 release adds a few new features a handful of fixes, including regressions that were reported after the 5.1 release. You should be able to upgrade without any additional work. See the one note below regarding `snapToPixel` on `ol/style/Image` and subclasses. > > We're still working toward type checking with TypeScript. Until that is complete, we apologize for some flwas in the online API documentation. We're excited about the improved experience for application developers when the effort is finished, and will highlight some of the benefit in upcoming releases. > > ### Upgrade Notes > > #### Removal of the `snapToPixel` option for `ol/style/Image` subclasses > > The `snapToPixel` option has been removed, and the `getSnapToPixel` and `setSnapToPixel` methods are deprecated. > > The renderer now snaps to integer pixels when no interaction or animation is running to get crisp rendering. During interaction or animation, it does not snap to integer pixels to avoid jitter. > > When rendering with the Immediate API, symbols will no longer be snapped to integer pixels. To get crisp images, set `context.imageSmoothingEnabled = false` before rendering with the Immediate API, and `context.imageSmoothingEnabled = true` afterwards. > > ### New Features and Fixes > > * [#8511](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8511) - Update IGN API key ([[**openlayers**](https://github.com/openlayers)](https://github.com/openlayers)) > * [#8547](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8547) - Fix port number in developing doc ([[**pgiraud**](https://github.com/pgiraud)](https://github.com/pgiraud)) > * [#8546](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8546) - Update projection FAQ for v5 ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8481](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8481) - Expose some internal functions ([[**gberaudo**](https://github.com/gberaudo)](https://github.com/gberaudo)) > * [#8510](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8510) - Fix WMTS URLs with dimensions ([[**gberaudo**](https://github.com/gberaudo)](https://github.com/gberaudo)) > * [#8524](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8524) - Fix compatiblity with XHTML content type ([[**NeoRaider**](https://github.com/NeoRaider)](https://github.com/NeoRaider)) > * [#8532](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8532) - Add 'rendercomplete' event ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8529](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8529) - Update link to base class in docs ([[**TDesjardins**](https://github.com/TDesjardins)](https://github.com/TDesjardins)) > * [#8528](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8528) - Update link to base class in docs ([[**TDesjardins**](https://github.com/TDesjardins)](https://github.com/TDesjardins)) > * [#8525](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8525) - Re-export Projection from ol/proj for convenience ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8499](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8499) - Round center in viewState to pixels ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8520](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8520) - Remove redundant if block ([[**openlayers**](https://github.com/openlayers)](https://github.com/openlayers)) > * [#8515](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8515) - More convenient select and sketch layer management ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8503](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8503) - Avoid block scope issues in transpiled code ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8490](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8490) - WMTS getCapabilities readCoodinates more than one whitespace delimiter ([[**MarquesDeAzevedo**](https://github.com/MarquesDeAzevedo)](https://github.com/MarquesDeAzevedo)) > * [#8489](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8489) - Use .prototype. only where necessary ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8478](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8478) - Check font availability with multiple font weights ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8483](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8483) - Don't create Polygon with null coordinates ([[**fredj**](https://github.com/fredj)](https://github.com/fredj)) > * [#8471](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8471) - Add getUrl and getImageExtent to ImageStatic API ([[**samuel-girard**](https://github.com/samuel-girard)](https://github.com/samuel-girard)) > * [#8470](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8470) - Update Tile loading API docs ([[**scroach**](https://github.com/scroach)](https://github.com/scroach)) > * [#8477](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8477) - Expose original getGutter ([[**gberaudo**](https://github.com/gberaudo)](https://github.com/gberaudo)) > * [#8466](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8466) - Add onFocusOnly option to interaction defaults ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8465](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8465) - Do not prevent default on pointermove ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8461](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8461) - Fix double backtick typo ([[**lionralfs**](https://github.com/lionralfs)](https://github.com/lionralfs)) > * [#8452](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8452) - Remove extra translate function in Geometry, add missing api tag ([[**fredj**](https://github.com/fredj)](https://github.com/fredj)) > * [#8451](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8451) - Remove unimplemented functions ([[**fredj**](https://github.com/fredj)](https://github.com/fredj)) > * [#8450](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8450) - Mark properties of ReadOptions and WriteOptions as optional ([[**fredj**](https://github.com/fredj)](https://github.com/fredj)) > * [#8443](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8443) - Explicit void ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8437](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8437) - Avoid shadowing EventTarget ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8439](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8439) - Fewer dots in types ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8441](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8441) - Fix loaded script for the example-verbatim examples ([[**fredj**](https://github.com/fredj)](https://github.com/fredj)) > * [#8435](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8435) - Call setCoordinates on the point instance ([[**fredj**](https://github.com/fredj)](https://github.com/fredj)) > * [#8428](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8428) - Type name on same line as type ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > ... (truncated)
Commits - [`badc350`](https://github.com/openlayers/openlayers/commit/badc350746ad7a9e3e22ddf814c58bb88b444b89) Merge pull request [#8554](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8554) from openlayers/release-v5.2.0 - [`5029320`](https://github.com/openlayers/openlayers/commit/50293200d7bae11f29f5a9871c1ed9d6dbf7ef91) Merge pull request [#8504](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8504) from ahocevar/browserify-readme - [`b2b3d6b`](https://github.com/openlayers/openlayers/commit/b2b3d6b05c0e187e74eb85a6faf773e6a91f9a12) Update package version to 5.2.0 - [`34fefe3`](https://github.com/openlayers/openlayers/commit/34fefe3103a5d7eb887bdc13adce51644c8dffb4) Changelog for v5.2.0 - [`27dadef`](https://github.com/openlayers/openlayers/commit/27dadef8efe756b60273c9804d6475b78e9eef76) Merge pull request [#8511](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8511) from openlayers/pgiraud-patch-1 - [`f456c56`](https://github.com/openlayers/openlayers/commit/f456c56dddd5910e8f38a430b5d2008c721b2f99) Merge pull request [#8547](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8547) from pgiraud/serve-examples - [`bdb80d3`](https://github.com/openlayers/openlayers/commit/bdb80d336801877abc15f0e8633165c19fc8ba2e) Fix port number in developing doc - [`b039e17`](https://github.com/openlayers/openlayers/commit/b039e170153e23ddd23e31226ff3729427a7cd60) Update IGN API key - [`bd9635f`](https://github.com/openlayers/openlayers/commit/bd9635f6ef0cdbf398cf5c17fa5560502f29a703) Merge pull request [#8546](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8546) from ahocevar/proj-faq - [`a0e72c7`](https://github.com/openlayers/openlayers/commit/a0e72c7d42bc1d16648a574cb37356d1b6f745cd) Update projection FAQ for v5 - Additional commits viewable in [compare view](https://github.com/openlayers/openlayers/compare/v5.1.3...v5.2.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.