deps(deps): update dependencies-non-major #117
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:
2.6.0
->2.8.2
3.0.0
->3.8.0
3.1.0
->3.3.0
Release Notes
netlify/functions (@netlify/functions)
v2.8.2
Compare Source
Bug Fixes
v2.8.1
Compare Source
Bug Fixes
v2.8.0
Compare Source
Features
excludedPath
property (#509) (5c390ab)Bug Fixes
v2.7.0
Compare Source
Features
Bug Fixes
v2.6.3
Compare Source
Bug Fixes
mapbox/mapbox-gl-js (mapbox-gl)
v3.8.0
Compare Source
Features and improvements ✨
featuresets
, an upcoming way to query features in Mapbox Standard and other fragment-based styles.Map
addInteraction
/removeInteraction
methods that make it easier to manage map interactions like clicking and hovering over features.line-cross-slope
andline-elevation-reference
properties.scaleFactor
map option andsetScaleFactor
method to increase map label size (useful for improving accessibility or adjusting text size for different devices).line-progress
expression in non-data-driven line properties.Bug fixes 🐞
addImport
calls.symbol-z-offset
not working properly.line-emissive-strength
not being applied to patterned lines.v3.7.0
Compare Source
Features and improvements ✨
background-pitch-alignment
property of thebackground
layer, which is set tomap
by default but can now be set toviewport
. Useful for highlighting individual features by dimming the rest of the map with a semitransparent background.top
,right
,bottom
, andleft
) (h/t @Ethan-Guttman).retainPadding
option for camera movement methods, which can be set tofalse
for pre-v3.4 padding behavior.config
expression support in layer filter.symbol-z-offset
andsymbol-elevation-reference
.fill-z-offset
property for fill layers.Map#fitBounds
for the alternative projections.Map#setPaintProperty
andMap#setLayoutProperty
methods.string
event type in Map event handlers.RequestTransformFunction
,ResourceType
, andRequestParameters
types.Bug fixes 🐞
fill-extrusion-line-width
rendering for large polygonssymbol-z-order
is set toauto
.minzoom
andmaxzoom
properties were ignored byclip
layers.clip
layers.cast-shadows
property type.setStencilMode
-related error in the console with the dev build.v3.6.0
Compare Source
Features and improvements ✨
fill-exturion
layer by introducingfill-extrusion-line-width
andfill-extrusion-line-alignment
properties. Setfill-extrusion-line-width
to a non-zero value to render walls instead of a solid extrusion.circle-blur
values.data
field.clip-layer-scope
property to limitclip
layer to a specific style fragment.Map
idle
method to check whether a map is idle.Bug fixes 🐞
isSourceLoaded
flag onsourcedata
event for already loaded sources.load
event when all tiles fail to load.dynamic
mode is updated too frequently.dynamic
mode.Map
getLayer
not working properly with custom layers.line-trim-offset
on very long lines.v3.5.2
Compare Source
fill-extrusion-cutoff-fade-range
.v3.5.1
Compare Source
icon-occlusion-opacity
/text-occlusion-opacity
properties to opt-in to new occlusion behavior.v3.5.0
Compare Source
Breaking changes⚠️
@types/mapbox-gl
are not fully compatible with the new first-class typings. Users relying on the community typings may experience breaking changes. Please remove the@types/mapbox-gl
dependency and refer to the v3.5.0 migration guide for instructions on upgrading, resolving common issues, and asking questions regarding the migration to the first-class typings. We welcome your feedback and contributions to make Mapbox GL JS better.Features and improvements ✨
color-theme
property andMap
setColorTheme
method to enable colorization with a lookup table (LUT) images.updateData
forGeoJSON
sources indynamic
mode.icon-occlusion-opacity
andtext-occlusion-opacity
properties to fade symbols behind models and landmarks.line-occlusion-opacity
property to fade lines behind 3D objects.clip
layer to filter out rendering data.line-z-offset
property for a non-globe view.model-cutoff-fade-range
property to control fade out of faraway 3D buildings.line-pattern
on long lines and higher zooms.line-trim-color
andline-trim-fade-range
properties to customize rendering of lines trimmed withline-trim-offset
.Map
getSlots
method for listing available slots of a style.Bug fixes 🐞
updateData
calls.raster-particle
layer animation.model-front-cutoff
property for Meshopt-encoded models.setTerrain
.style.load
event missingstyle
property.queryRenderedFeatures
on areas with missing DEM tiles when terrain is enabled.v3.4.0
Compare Source
Features and improvements ✨
dynamic: true
option for GeoJSON sources that enables partial update API withsource.updateData
method. Further optimizations for this mode are expected in future releases.Map
setConfig
,getConfig
,setSchema
andgetSchema
methods for batch setting of style configuration options.config
option for theMap
constructor andsetStyle
methods for conveniently setting style configuration options on map initialization.icon-color-saturation
,icon-color-contrast
,icon-color-brightness-min
andicon-color-brightness-max
to control symbol layer appearance.line-join
mode:none
to improve line pattern distortions around joins.model-id
property to support URIs (in addition to style-defined model references).devtools
UI.Bug fixes 🐞
flyTo
ignoringpadding
in its options.cameraForBounds
on globe view. (h/t @jonasnoki) #13126preloadOnly
not preloading tiles from style imports.queryRenderedFeatures
for non-integer ID in non-tiled model sourcesmodel-scale
property for large number of 3D models.raster-particle
layer on globe view.raster-array
data.symbol-z-elevate
.raster-particle
layer on certain Android devices.v3.3.0
Compare Source
Features and improvements ✨
raster-array
source type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series).raster-particle
layer which animates particles of different speed and color based on underlyingraster-array
data.addImport
,moveImport
,updateImport
, andremoveImport
API methods.getSlot
, andsetSlot
API methods to control layers' slots.queryRenderedFeatures
.raster-elevation
support for tiled raster sources.config
expression support in fog.Bug fixes 🐞
maxZoom
.setStyle
.z
offset when the opacity is evaluated at 0 on the zoom change.format
expression in theconfig
expression.symbol-sort-key
property.v3.2.0
Compare Source
Features and improvements ✨
devtools: true
inMap
options.map.areTilesLoaded
.fill-extrusion-flood-light-ground-radius
property.fill-extrusion-cutoff-fade-range
property.Bug fixes 🐞
map.flyTo
withpadding
option was setting and overriding map's padding.url
ortiles
is missing from source, i.e. in MapTiler source.config
expression chaining through nested styles and other issues related to config scope.config
andformat
expressions not working together.v3.1.2
Compare Source
Bug fixes 🐞
v3.1.1
Compare Source
Bug fixes 🐞
fill-extrusions
not being displayed in alternative projections.v3.1.0
Compare Source
Features and improvements ✨
raster-elevation
property for elevating raster layers to a constant height (e.g. clouds over globe).raster-emissive-strength
andfill-extrusion-emissive-strength
properties for controlling 3D lighting on buildings and raster layers.Map
getConfigProperty
method for getting current style config values.config
support in terrain options.null
.minValue
,maxValue
,stepValue
,values
,type
) when evaluating config options.Bug fixes 🐞
center: [0, 0]
andzoom: 0
map options were ignored in favor of style settings.slot
not taking precedence over thebefore
parameter for layer order."camera-projection": "orthographic"
not working in styles with imports.box-sizing: border-box
. (h/t @simondriesen) #12982aria-label
attribute in attribution control that fails accessibility conformance. (h/t @maggiewachs) #12981load
event not firing for the sources whose tiles are 404s.url
ortiles
for tiled sources during validation.v3.0.1
Compare Source
Mapbox GL JS v3 enables the Mapbox Standard Style, a new realistic 3D lighting system, building shadows and many other visual enhancements, and an ergonomic API for using a new kind of rich, evolving, configurable map styles and seamless integration with custom data. You can get more information about the new features in the Mapbox GL JS v3 migration guide.
v3.0.1
Bug fixes 🐞
ItalyPaleAle/svelte-spa-router (svelte-spa-router)
v3.3.0
Compare Source
This is a maintenance release that includes a few fixes.
New features:
restoreScroll
is available to programmatically restore the scroll state to a given object - thanks @nathaniel-danielFixes:
WrapOptions
type is now exported - thanks @notiv-ntv3.2.0
Compare Source
This release adds a few new features and fixes.
New features:
routeLoading
,routeLoaded
andconditionsFailed
receive, there's now aparams
property that contains the matches params$params
readable store that contains all params matched.use:link
action now supports passing an object with options, includinghref
and a newdisable
boolean which disables the link when true; the change maintains backwards-compatibility for when a string is passed rather than an object (#163 - thanks @omerman)Fixes:
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.