Socket
Socket
Sign inDemoInstall

@agm/core

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agm/core - npm Package Versions

1

1.0.0-beta.0

Diff

Changelog

Source

1.0.0-beta.0 - green-zebra (2017-04-09)

Please read the BREAKING CHANGES below!

Bug Fixes

  • AgmMap: Add missing control opt inputs (52315b3), closes # 863
  • AgmMap: mapDblClick output fixed (500dce0), closes [#879](h ttps://github.com/SebastianM/angular-google-maps/issues/879) #880
  • AgmMarker: fix mislocated info window (c5a2414), closes [#752] (https://github.com/SebastianM/angular-google-maps/issues/752) #754

Features

  • change project name to AGM - Angular Google Maps (d1bab5a)
  • Support data layer (66806e5), closes [#809](https://github.com/ SebastianM/angular-google-maps/issues/809) #819
  • AgmMap: add gestureHandling option (f863228), closes [#919] (https://github.com/SebastianM/angular-google-maps/issues/919)
  • AgmMap: add mapTypeId support (edf6e4f), closes [#774](http s://github.com/SebastianM/angular-google-maps/issues/774)
  • AgmMap: know when map is ready (2788dba), closes [#740](htt ps://github.com/SebastianM/angular-google-maps/issues/740) #972
  • AgmMap: Add attribute „clickableIcons“ to map ([9960522](https://github.com/SebastianM/angular-google-maps/commit/996052 2))
  • AgmMap: Add control options support (0048ccf)
  • support angular 4.0 and 2.0 (263e92d)

BREAKING CHANGES

The project and NPM package name changes:

Old name: angular2-google-maps New NPM pkg name: @agm/core

To have a consistent naming pattern, we also change the component/directive names:

| Old class name / old selector | New class name / new selector | |-------------------------------------------------------------|---------------------------------------| | SebmGoogleMap / sebm-google-map | AgmMap / agm-map | | SebmGoogleMapCircle / sebm-google-map-circle | AgmCircle / agm-circle | | SebmGoogleMapInfoWindow / sebm-google-map-info-window | AgmInfoWindow / agm-info-window | | SebmGoogleMapKmlLayer / sebm-google-map-kml-layer | AgmKmlLayer / agm-kml-layer | | SebmGoogleMapMarker / sebm-google-map-marker | AgmMarker / agm-marker | | SebmGoogleMapPolygon / sebm-map-polygon | AgmPolygon / agm-polygon | | SebmGoogleMapPolyline / sebm-google-map-polyline | AgmPolyline / agm-polyline | | SebmGoogleMapPolylinePoint / sebm-google-map-polyline-point | AgmPolylinePoint / agm-polyline-point |

You can simply migrate by search/replace these class/selector names.

The package structure also changes. The root directory now contains esm code (ES5 code with ES2015 modules).

A CommonJS compatible format and TS are not part of the package any more! This change aligns with structure of the @angular packages.

The styling of the maps is now more intuitive. To style the map, please use the agm-map element (or a custom class or ID) directly.

The .sebm-google-map-container css class is deprecated and will be gone with the next version.

The .sebm.google-map-container-inner is now called .agm-map-container-inner. .sebm-google-map-container-inner is depcrecated and will be gone with the next version.

<a name="0.17.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc