Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 3.0.0 (2026-04-30)


### ⚠ BREAKING CHANGES

* update mc version

### Features

* addCustomEntity for points/lines/polygons + MapAttr Effect ([a1b607a](https://github.com/donkeyclip/motorcortex-ol/commit/a1b607a273e8fddf10af6314121dfd946375c12a))
* drop explorer 11 support ([71cc889](https://github.com/donkeyclip/motorcortex-ol/commit/71cc889d2bcc0f457204cdc99b554a504e530d53))
* update compatibility with motorcortex ([499e125](https://github.com/donkeyclip/motorcortex-ol/commit/499e125d67df309a789c2c1dadf63e440de13cab))
* update mc version ([f70ac11](https://github.com/donkeyclip/motorcortex-ol/commit/f70ac1190b46baf94b6cd5efeba26721dda440d1))
* update to ol 6.13.0 ([b0c0d62](https://github.com/donkeyclip/motorcortex-ol/commit/b0c0d6271b82b6234ade1f0458397d434d4b47aa))


### Bug Fixes

* **deps:** update dependency ol to v6.15.1 ([6095560](https://github.com/donkeyclip/motorcortex-ol/commit/609556046d1f08f638f1776c2cae55b1115ca23e))
* fix eslint parser ([7d5e2e7](https://github.com/donkeyclip/motorcortex-ol/commit/7d5e2e799d9d933edea9676952955fa8249c220b))
* preload more tiles for a smoother experience ([4dd5ce0](https://github.com/donkeyclip/motorcortex-ol/commit/4dd5ce0bade20c8abd7be42837f2e90c273fd09c))
* upgrade mc to latest version ([e10d27c](https://github.com/donkeyclip/motorcortex-ol/commit/e10d27cc915438e1f06851507df52a0aaa236d73))


### Miscellaneous Chores

* release 3.0.0 ([84b6bdf](https://github.com/donkeyclip/motorcortex-ol/commit/84b6bdfab44a14460a25c5a0129dfcaa03f3cc66))

## [3.1.0](https://github.com/donkeyclip/motorcortex-ol/compare/v3.0.1...v3.1.0) (2022-04-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@donkeyclip/motorcortex-ol",
"version": "3.2.0",
"version": "3.0.0",
"description": "Openlayers library for MotorCortex",
"main": "dist/motorcortex-ol.cjs.js",
"module": "dist/motorcortex-ol.esm.js",
Expand Down