✨ Features and improvements
- ⚠️ Support geojson nested objects, this is a breaking change as it encodes
__$json__before properties that used to be an object. It also parses them back, but this is still a breaking change if you assumed this bug existed. (#6992) (by HarelM) - ⚠️ Improve types for
{get,set}LayoutProperty,{get,set}PaintPropertyto be the actual type instead ofstring/any(#7481) (by @CommanderStorm)