ming-codes / ember-cli-d3

An ember-cli addon to provide D3 integration into Ember app.
MIT License
43 stars 18 forks source link

Experimental pre-1.10 support #43

Closed ming-codes closed 8 years ago

ming-codes commented 8 years ago

This PR/branch is to start a dialog on potential interest for pre-1.10 support. It introduced block-params helper to make yield-forward possible in pre-1.10 environment.

Here's how you use it. Simple replace {{yield}} with {{block-params yieldProperties="a b c"}}. This is the same as {{yield a b c}} in 1.10+.

ming-codes commented 8 years ago

Released this as a separate addon https://github.com/ming-codes/ember-block-params-polyfill