Changelog for v6.4.0

This commit is contained in:
Andreas Hocevar
2020-07-26 20:32:44 +02:00
parent 07a7031d48
commit 0a77e1d19e
2 changed files with 253 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#### Pointer events polyfill removed
Now that all major browsers support Pointer events natively, we removed the [elm-pep](https://npmjs.com/package/elm-pep) dependency. If you are targeting older browsers that do not have Pointer events, you now need to include the polyfill in your application.
Now that all major browsers support Pointer events natively, we removed the [elm-pep](https://npmjs.com/package/elm-pep) dependency. If you are targeting older browsers that do not support Pointer events, you now need to include a pointer events polyfill ([elm-pep](https://npmjs.com/package/elm-pep) or [pepjs](https://www.npmjs.com/package/@openlayers/pepjs)) in your application.
### v6.3.2