huafu / ember-google-map

An Ember addon to include a google-map Ember friendly component in your apps.
http://huafu.github.io/#/ember?name=ember-google-map
MIT License
87 stars 34 forks source link

Deprecation warning with latest Ember 1.12.1 #56

Closed kspe closed 9 years ago

kspe commented 9 years ago
  1. With latest Ember 1.12.1 I get deprecation warning related to changes with computed properties: http://emberjs.com/deprecations/v1.x/#toc_computed-properties-with-a-shared-getter-and-setter in fitBoundsArray computed property: https://github.com/huafu/ember-google-map/blob/master/app/components/google-map.js#L161
  2. With the same 1.12.1 I get: Ember.required is deprecated as its behavior is inconsistent and unreliable in here: https://github.com/huafu/ember-google-map/blob/master/addon/mixins/google-object.js#L62

Would be nice to have this fixed :)

huafu commented 9 years ago

Let's keep track of this in #67 ;-)