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

Support Angle Bracket syntax and MU layout #124

Merged
merged 4 commits into from
Feb 11, 2019

Conversation

ppcano
Copy link
Contributor

@ppcano ppcano commented Jan 31, 2019

It changes the component copies:

{{welcome-page}} for Ember < 3.4
<WelcomePage /> for Ember >= 3.4

and show the corrent location depending if it is Classic or MU layout.

Discussed at ember-cli/ember-cli#8383, we should also:

  • bump version
  • update the ember-cli blueprints

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor nit-pick, but changes look good overall.

addon/components/welcome-page.js Outdated Show resolved Hide resolved
@ppcano
Copy link
Contributor Author

ppcano commented Feb 7, 2019

@rwjblue Ready for merging now ( I needed some help with ember-cli/ember-compatibility-helpers#32)

Next steps after merging:

  • bump version
  • update the ember-cli blueprints

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of minor nits, but looks great

addon/templates/components/welcome-page.hbs Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
@ppcano
Copy link
Contributor Author

ppcano commented Feb 8, 2019

@rwjblue requested changes are implemented 5926a55

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you!

@rwjblue rwjblue merged commit 6b67920 into ember-cli:master Feb 11, 2019
@rwjblue
Copy link
Member

rwjblue commented Feb 11, 2019

ember-welcome-page 4.0.0 published 🎉

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

Successfully merging this pull request may close these issues.

2 participants