changelog/v5.3.0.md
We're continuing to work toward more complete type checking with TypeScript – based on JSDoc annotations in the source. The 5.3 release includes a number of bug fixes related to the type checking effort. In addition the release comes with a handful of new features and improved API reference docs.
getUid function returns stringThe getUid function from the ol/util module now returns a string instead of a number.
ol/source/OSMWhen a map contains a layer from a ol/source/OSM source, the ol/control/Attribution control will be shown with the collapsible: false behavior.
To get the previous behavior, configure the ol/control/Attribution control with collapsible: true.