-
Notifications
You must be signed in to change notification settings - Fork 26
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
Renaming componentParent to parentComponent #56
Comments
Haha, I'm guessing you got bitten again. I was just starting to get used to it. I am okay with renaming. |
No, I was waiting for somebody else to open a ticket. ;-) |
I also support the renaming, I’m not sure how you want to handle this kind of breaking changes. One way to do it would be to deprecate |
Yea. Or just hope that we are early enough in the project (no 1.0 release yet) that I can pull this off just by breaking it. :-) Sadly Meteor does not handle versions before 1.0 specially, as it should, and upgrades things automatically. Semver allows breaking changes before 1.0 version. But Meteor just upgrades them. See here. Maybe I should introduce history file in the project repository. |
Renaming sounds fine (simple find and replace should fix it), although a small console.warn would be nice. |
I created history file: https://github.com/peerlibrary/meteor-blaze-components/blob/master/HISTORY.md |
Hm, I am still not sure if it would be really good to rename it. So |
Especially if we introduce more methods to traverse component tree: #81. |
Renamed methods:
|
I am thinking of making one backwards incompatible change, but I think it is still early enough to be able to pull it off. I would rename
componentParent
toparentComponent
. What are thoughts on this by others?The text was updated successfully, but these errors were encountered: