poetic/ember-cli-cordova

Ember 1.13.0 Deprecations

Closed this issue · 9 comments

cdv-generic-nav-bar just needs to use the new HTMLBars style like below

{{#if nav.leftButton.text}}
  <button {{action 'leftButton'}}>
    {{#if nav.leftButton.icon}}
      <i class="icon {{nav.leftButton.icon}}"></i>
    {{/if}}
    {{nav.leftButton.text}}
  </button>
{{/if}}

{{#if nav.title.text}}
  <h1>
    {{nav.title.text}}
  </h1>
{{/if}}

{{#if nav.rightButton.text}}
  <button {{action 'rightButton'}}>
    {{#if nav.rightButton.icon}}
      <i class="icon {{nav.rightButton.icon}}"></i>
    {{/if}}
    {{nav.rightButton.text}}
  </button>
{{/if}}

Both #150 and #148 is trying to fix this but neither has been merged.

+1

Any reasons this haven't been merged yet?

Is this project still active? The underlying projects (ember, cordova) have been moving forward, but not much progress here. Is there a suggested alternative if this isn't active?

@shaunc I'm working on a replacement project that focuses on more than just cordova, join #mobile on the ember slack or #ember-cli-platforms

@runspired -- Thanks for the info on #mobile ... (for the record: https://embercommunity.slack.com/archives/mobile/p1452369014001399)

Anyone available/open to help maintain the repo? If so, let me know and I'll give you access.

Merged.