Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whats left to drop Alpha , and Move to Beta? #738

Closed
v3ss0n opened this issue Jun 27, 2017 · 2 comments
Closed

Whats left to drop Alpha , and Move to Beta? #738

v3ss0n opened this issue Jun 27, 2017 · 2 comments

Comments

@v3ss0n
Copy link

v3ss0n commented Jun 27, 2017

Since we are using e-p alpha without problem in Production - serving over 9000 monthly active users now, i guess its time to announce Beta.
Whats left in features that needed to be matured to announce this a beta? Lets focus on those.

@miguelcobain
Copy link
Collaborator

miguelcobain commented Jun 27, 2017

@v3ss0n I wanted to update grid-list component at least to have an API that is coherent with the new convention: http://miguelcobain.github.io/ember-paper/release-1/#/components/grid-list

Essentially, convert dash-cased attributes to camelCased. Also remove md- prefix.

Also {{#paper-grid-list and tile components should yield a grid and tile hash respectively, such that we can use it like

{{#paper-grid-list as |grid|}}
  {{#grid.tile as |tile|}}
    {{#tile.footer}}
    {{/tile.footer}}
  {{/grid-tile}}
{{/paper-grid-list}}

Once this is done, we should also get rid of the warning in the introduction page: http://miguelcobain.github.io/ember-paper/release-1/#/

@miguelcobain
Copy link
Collaborator

beta.1 was released 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants