-
Notifications
You must be signed in to change notification settings - Fork 50
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
Changes on master have not yet been released #116
Comments
Agree – @lukemelia would it be possible to cut a release? 🙇🏻 |
I tested latest master in our app and it was broken, might be worth adding some tests and doing some debugging before releasing. |
What was broken? Just migrated an app from the older package |
@gilest groups of buttons no longer worked at all, they acted independently and their actions wouldn't fire. |
Any update of an ETA for the 3.X release? Thank you. |
I'm happy to cut a release but need help confirming or fixing master's functionality. |
@lukemelia What exactly seems to be the problem? I cloned the project and ran the tests and they all pass. Console is clean, no deprecation warnings or anything. |
@lukemelia Just tested latest master on our project... nothing seems wrong. Works as expected. Am I missing something? |
OK, I'll go ahead with a 3.0.0-beta.0 and we'll see how it goes. Thanks all. |
Thanks a lot, much appreciated!! |
Please give it a whirl and let me know if it is working for you. |
@lukemelia Just added this last update to our project. So far so good, tested a few of the places we're using radio buttons in, nothing out of the ordinary so far, no errors, no warnings. Passed it on to our QA to have a deeper look. Also we have pretty good test coverage for our project and all of the tests pass. |
Thanks for the update @vmoglan. Keep us posted here. |
I'm no longer working on the project I had issues with so can't retest, though I'm starting to have a theory that it might have been due to either usage of string actions or a yarn bug that can happen when installing from a GitHub url. |
@runspired 👍 Thanks for following up. |
@lukemelia perhaps my last update, our QA ran automated + manual tests and everything worked as expected. I think this may be good to go. |
Hi, how do I install version 3, as mentioned in the readme. When I read the guides it only really covers how to install npm or yarn packages. e.g ember install ember-cli-sass What would I do with a zip file? |
@Benjy1979 I think |
I've been using |
I think the issue is when a closure In v2, there was a computed-aware update to ember-radio-button/addon/components/radio-button-input.js Lines 16 to 20 in 732619a
I ran into this when a set of has-block RadioButton components provided neither the |
Latest released version is 2.0.1. Changes on master would fix many deprecations.
The text was updated successfully, but these errors were encountered: