Bug fixes :bug:
- Add `.json` extension to style-spec `require` statements for webpack compatibility [4563](https://github.com/mapbox/mapbox-gl-js/pull/4563) [orangemug](https://github.com/orangemug)
- Fix documentation type for `MapfitBounde` [4569](https://github.com/mapbox/mapbox-gl-js/pull/4569) [andrewharvey](https://github.com/andrewharvey)
- Fix bug causing {Image,Video,Canvas}Source to throw exception if latitude is outside of +/-85.05113 [4574](https://github.com/mapbox/mapbox-gl-js/pull/4574)
- Fix bug causing overzoomed raster tiles to disappear from map [4567](https://github.com/mapbox/mapbox-gl-js/pull/4567)
- Fix bug causing queryRenderedFeatures to crash on polygon features that have an `id` field. [4581](https://github.com/mapbox/mapbox-gl-js/pull/4581)