v0.26.2 #858
gabbopalma
announced in
Announcements
v0.26.2
#858
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
v.0.26.2
Added
Fixed
setState) no longer causes unnecessary map updates. Options containing nested lists such ascameraTargetBoundswere always treated as changed, even when the value was identical ([BUG] _MapLibreMapOptions.updatesMap uses shallow listEquals → spurious option updates on every rebuild Platforms: all #849).doubleClickZoomEnabled: falsenow works correctly. Previously this option was only respected on web, so single taps on Android and iOS always had a ~300 ms delay while the platform waited to rule out a double-tap ([BUG] Single tap delay on Android & iOS due to doubleTap gesture wait #829).setCustomHeadersandsetHttpHeadersnow correctly apply to all map network requests (tiles, styles, sprites, glyphs). Both APIs were previously silently ignored on iOS ([BUG] Problem with setting http headers via .setCustomHeaders, only iOS #831).setMapLanguagenow correctly changes map labels on non-Mapbox styles (e.g. OpenFreeMap Liberty). Previously, callingsetMapLanguageon iOS had no effect and place names were displayed using the style's default language (fix(ios): setMapLanguage passes NSArray, not JSON string #830). A new Map Language example in the example app demonstrates this across several languages.rgb(),rgba(),hsl(),hsla(), named colors). Previously only hex colors were supported and anything else rendered as transparent (fix(ios): accept rgb/rgba/hsl/hsla strings on layer color properties #832).Changed
Full Changelog: v0.26.1...v0.26.2
This discussion was created from the release v0.26.2.
All reactions