-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency ol to v8.2.0 #1316
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/ol-8.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Deploy Preview for elated-brown-7e20ff failed.
|
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
5 times, most recently
from
November 24, 2023 13:15
6d86b79
to
c5b8d8d
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
November 26, 2023 18:45
6da8bcb
to
2e0590c
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
December 8, 2023 15:35
71bd1bd
to
0bf6aff
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
4 times, most recently
from
December 15, 2023 19:57
24a63c1
to
20ec5dd
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
from
December 22, 2023 13:02
20ec5dd
to
8cefb0f
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
December 31, 2023 16:34
125c9fb
to
b9fc63f
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
4 times, most recently
from
January 7, 2024 21:52
d806718
to
74a0682
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
January 19, 2024 13:43
a3849d2
to
92e648a
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
January 21, 2024 13:24
07058dd
to
6bd5f3f
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
August 30, 2024 13:15
decd5c9
to
4020ba1
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
4 times, most recently
from
September 8, 2024 18:39
81c4ca5
to
7c5f264
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
2 times, most recently
from
September 15, 2024 14:01
9c619e8
to
00dc3f8
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
September 27, 2024 15:42
230e544
to
7aa02d5
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
October 6, 2024 15:34
a66a1cd
to
9cd01dd
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
October 13, 2024 13:11
3b48d94
to
aa3d5c8
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
October 25, 2024 13:55
d7084e7
to
8641d0c
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
October 27, 2024 18:05
985cd53
to
06e201c
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
3 times, most recently
from
November 10, 2024 13:11
e1dc87d
to
22ac18b
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
from
November 15, 2024 13:10
22ac18b
to
477a912
Compare
renovate
bot
force-pushed
the
renovate/ol-8.x
branch
from
November 17, 2024 15:46
477a912
to
e354505
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.1.0
->8.2.0
Release Notes
openlayers/openlayers (ol)
v8.2.0
Compare Source
The 8.2 release includes fixes for a few bugs in the 8.1 release and a couple new enhancements, including new WebGL features and support for
ol/render/Feature
for vector layers. Nothing special is required when upgrading from 8.1. Only TypeScript users might have to make minor changes, because some types have been made more strict.List of all changes
See below for a complete list of features and fixes.
apiKey
andretina
properties optional (by @ahocevar in https://github.com/openlayers/openlayers/pull/15278)fromUserResolution
andtoUserResolution
foruseGeographic()
(by @kikuchan in https://github.com/openlayers/openlayers/pull/15214)updateSize
andupdateViewportSize_
(by @simonseyock in https://github.com/openlayers/openlayers/pull/15269)(by @MannyKSoSo in https://github.com/openlayers/openlayers/pull/15250)
touch-action: pan-x pan-y;
on viewport (by @mike-000 in https://github.com/openlayers/openlayers/pull/15208)src
is not set (by @mike-000 in https://github.com/openlayers/openlayers/pull/15094)Dependency Updates
New Contributors
Full Changelog: openlayers/openlayers@v8.1.0...v8.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.