✨ Features and improvements
- Add `icon-overlap` and `text-overlap` symbol layout properties [347](https://github.com/maplibre/maplibre-gl-js/pull/347)
- Deprecate `icon-allow-overlap` and `text-allow-overlap` symbol layout properties. `icon-overlap` and `text-overlap` are their replacements.
- Remove node package chalk from devDependencies ([789](https://github.com/maplibre/maplibre-gl-js/pull/789)).
- Allow setting a custom pixel ratio by adding a `MapOptionspixelRatio` property and a `MapsetPixelRatio` method. Since a high `devicePixelRatio` value can lead to performance and display problems, it is done at your own risk. ([769](https://github.com/maplibre/maplibre-gl-js/issues/769))