-
Notifications
You must be signed in to change notification settings - Fork 31
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
Use ember-cli-head 0.4.0 #60
Conversation
… scenarios ember-cli-head 0.4.0 relies on `-in-element` which was introduced in Ember 2.10
Something I'm interested in as well. Please let me know if I can help. |
I'm already using this version in a production app. Would be great if we could get these changes released! |
👍 on getting this merged. Our other dependency, https://github.com/tim-evans/ember-page-title has updated to It relates to this issue ember-fastboot/ember-cli-head#33 |
Hi @ronco just wanted to check in and see if you had any plans to merge and release this? |
Hey all,
Sorry I haven't been actively working in ember for a while now. Would
anyone like to join those project as a collaborator and take over releases?
…On Fri, Dec 8, 2017 at 12:03 PM Josh Smith ***@***.***> wrote:
Hi @ronco <https://github.com/ronco> just wanted to check in and see if
you had any plans to merge and release this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlbJCDR-j5MGddRNqnE9SbziGSGthZEks5s-YgcgaJpZM4QSgCp>
.
|
@ronco sure, I'd be happy to help. |
@ronco Same here |
@ronco If you wanted to transfer you could do so to the @code-corps organization on GitHub, and to @joshsmith on npm. Just let me know! |
@ronco Can we get @joshsmith and @begedin added to this project? |
@Duder-onomy Done. Sorry about the radio silence. @joshsmith @begedin You should be collaborators now. |
@ronco It would be great to pickup the activity again on this repo. I use it on a few large projects and would love to help triage issues and update the lib. Would it be possible to add me as a collaborator? |
Plus one from me on cutting a release with these changes, @joshsmith and @begedin; and/or adding @snewcomer so they can do it. We're kind of hard-blocked on updating to Ember 2.18 (much less 3.x) by this – so if something doesn't get cut soon we'll have to fork it and pin to a specific hash in the forked repository until it does, which is seriously our least favorite thing ever. 😬 |
This was superseded by #71 🎉 |
@reidab Thank you for your work and apologies for the huge delay, but hopefully 5.0 will do the trick for most people. We can focus on moving this library forward now. |
We ran into some pretty hairy problems with lazy-loaded engines after upgrading ember-cli-head to 0.4.0 when
ember-cli-meta-tags
was still requiring 0.3.0 and adding itshead-layout
-injecting instance-initializer.This PR:
ember-cli-head
dependency to^0.4.0
-in-element
was introducedversionCompatibility
to generateember-try
scenarios5.0.0
, since this upgrade requires manual work to add{{head-layout}}