maplibre / ngx-maplibre-gl

Angular binding of maplibre-gl
https://maplibre.org/ngx-maplibre-gl/
MIT License
72 stars 25 forks source link

Bump version to 18.0.0 #173

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 3 months ago

Automated changes by create-pull-request GitHub action

HarelM commented 3 months ago

Merging this will release a new version. @marcjulian let me know if you want to wait with it for other changes to be incorporated.

marcjulian commented 3 months ago

Maybe we could have a look at this https://github.com/maplibre/ngx-maplibre-gl/pull/174. I have the feeling migrating to signal input will take a bit more time and could be part of another release.

Do we need to increase the peerDeps for the library?

 "peerDependencies": {
-  "@angular/common": ">= 17.0.0",
+  "@angular/common": ">= 18.0.0",
-  "@angular/core": ">= 17.0.0",
+  "@angular/core": ">= 18.0.0",
    "maplibre-gl": ">= 3.6.0",
    "rxjs": ">= 7.8.1"
  }
HarelM commented 3 months ago

We probably do, yes.