UNPKG

google-maps-drawing-tools

Version:
129 lines (60 loc) 4.58 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="1.0.0"></a> # [1.0.0](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.7.1...v1.0.0) (2020-05-11) ### Bug Fixes * don't require google on module init ([2c45955](https://github.com/knownasilya/google-maps-drawing-tools/commit/2c45955)) * move google namespaced access into classes or functions ([c0cc87e](https://github.com/knownasilya/google-maps-drawing-tools/commit/c0cc87e)) ### BREAKING CHANGES * don't register as ember-addon, requires ember-auto-import to import in Ember app <a name="0.7.1"></a> ## [0.7.1](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.7.0...v0.7.1) (2018-02-12) <a name="0.7.0"></a> # [0.7.0](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.6.0...v0.7.0) (2018-02-09) ### Features * add and remove shapes in the manager ([20f7912](https://github.com/knownasilya/google-maps-drawing-tools/commit/20f7912)) <a name="0.6.0"></a> # [0.6.0](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.5.0...v0.6.0) (2018-02-09) ### Bug Fixes * return shape object that is updatable, and add a way to set the feature and get it from the tool. ([d58da60](https://github.com/knownasilya/google-maps-drawing-tools/commit/d58da60)) ### Features * add marker tool ([4978106](https://github.com/knownasilya/google-maps-drawing-tools/commit/4978106)) <a name="0.5.0"></a> # [0.5.0](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.4.0...v0.5.0) (2018-02-09) ### Features * return the shape on changeTool ([603b181](https://github.com/knownasilya/google-maps-drawing-tools/commit/603b181)) <a name="0.4.0"></a> # [0.4.0](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.3.1...v0.4.0) (2018-02-09) ### Features * add a `shape` getter and set and reset the feature ([2713aa4](https://github.com/knownasilya/google-maps-drawing-tools/commit/2713aa4)) * return shape on activate ([71d8d50](https://github.com/knownasilya/google-maps-drawing-tools/commit/71d8d50)) <a name="0.3.1"></a> ## [0.3.1](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.3.0...v0.3.1) (2018-02-09) ### Bug Fixes * **manager:** deactivate current tool when changing tools ([0990af8](https://github.com/knownasilya/google-maps-drawing-tools/commit/0990af8)) <a name="0.3.0"></a> # [0.3.0](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.2.0...v0.3.0) (2018-02-08) ### Bug Fixes * document manager option types ([de321c7](https://github.com/knownasilya/google-maps-drawing-tools/commit/de321c7)) * make the manager map of the right type ([4089dcb](https://github.com/knownasilya/google-maps-drawing-tools/commit/4089dcb)) ### Features * add a rectangle tool ([2bfa71f](https://github.com/knownasilya/google-maps-drawing-tools/commit/2bfa71f)) <a name="0.2.0"></a> # [0.2.0](https://github.com/knownasilya/google-maps-drawing-tools/compare/v0.1.0...v0.2.0) (2018-02-08) ### Features * add setMap and allow a null ToolId ([c70ed14](https://github.com/knownasilya/google-maps-drawing-tools/commit/c70ed14)) <a name="0.1.0"></a> # 0.1.0 (2018-02-08) ### Bug Fixes * add docs to npmignore ([72170d5](https://github.com/knownasilya/google-maps-drawing-tools/commit/72170d5)) * add map and fix ts errors ([1efebd6](https://github.com/knownasilya/google-maps-drawing-tools/commit/1efebd6)) * add typedoc dep ([561ff1b](https://github.com/knownasilya/google-maps-drawing-tools/commit/561ff1b)) * make circle not clickable ([eb4f52b](https://github.com/knownasilya/google-maps-drawing-tools/commit/eb4f52b)) * make styles not clickable ([3eb7bd9](https://github.com/knownasilya/google-maps-drawing-tools/commit/3eb7bd9)) * remove unused circlestyles interface from polygon ([0f76d15](https://github.com/knownasilya/google-maps-drawing-tools/commit/0f76d15)) * reset version number ([385adf1](https://github.com/knownasilya/google-maps-drawing-tools/commit/385adf1)) * update cli dep ([1d98046](https://github.com/knownasilya/google-maps-drawing-tools/commit/1d98046)) ### Features * add line tool ([99f6fc2](https://github.com/knownasilya/google-maps-drawing-tools/commit/99f6fc2)) * add polygon tool ([f63b106](https://github.com/knownasilya/google-maps-drawing-tools/commit/f63b106)) * start on manager and circle tool ([67c04af](https://github.com/knownasilya/google-maps-drawing-tools/commit/67c04af))