-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Upgrade ng2-bootstrap to rc.1 #481
Conversation
@@ -25,7 +25,7 @@ const TEMPLATE:any = { | |||
style="display: block" | |||
[ngStyle]="{top: top, left: left, display: display}" | |||
(mouseleave)="focusLost()"> | |||
<li *ngFor="#match of matches" | |||
<li *ngFor=let match of matches" |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
We need the upgrade to rc0 urgently. There are many breaking changes and previous version of ng2-bootstrap is not supporting rc0..Thanks alot |
You could probably push to Rc1 :-) Thx for the job done. |
@coutin working on that! |
It's somewhat troubling and now a major blocker that ng2-bootstrap is still on beta 15. What can we in the peanut gallery do to get it up to date? Is there any feedback the maintainers could provide on this PR that would help us make it happen? I'm sure there are quite a few of us who would be willing to help with whatever is holding it up. Cheers! |
@valorkin sorry to bother you, any chance you can help us with this PR? |
I am willing to help in any need. I need and that this library is in RC.1 version |
Hey guys, sorry for being absent, I am at ngconf now. |
Huge thanks for your help! Let me try locally, if all good I will publish it in a sec! |
I've pushed a slightly modified version of @ciriarte's PR with the built files included to my github fork so that the branch can be used from npm (and jspm). https://github.com/laurelnaiad/ng2-bootstrap/tree/rc0-compat-temp Basically, I just backed off of rc.1 in favor of rc.0, since I don't think there's a compelling reason to force use of rc.1, and I tweaked some other dependencies, but the main feature is that it has the built files in the branch. |
@valorkin glad to see you are back to ng2-bootstrap! |
Happy to see we cross-posted. :) |
@hongbo-miao sorry, I will miss a couple of days more |
@valorkin thanks man for attention, I can now use the ng2-file-upload with ng2-bootstrap |
Is it just me, or you get the following errors with this merge?
|
is incorrect. It should be pointing at beta 6 at minimum. This was one ot the reasons I adjusted the deps in my branch above (https://github.com/laurelnaiad/ng2-bootstrap/commit/8db45570e724cd8806828671fed524b67f9f6a79) |
@theunreal - EventEmitters now need type specifications when being initialized. E.g.:
This was previously done like this: btw, this error does not show up in Visual Studio Update 2, only when I compile with gulp-typescript and typescript 1.8.10. We're coming off of 1.7.5, though, so I don't know about anything in-between. |
+1 for RC 1 support |
Thanks to all of you guys! |
Can someone PR all contributors manifest support? :) |
Hi Guys, I've upgraded to
rc.0rc.1, please let me know if it looks OK to you. These changes overlap with #472 but also include the new "@angular/*" references.