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

[TIMOB-23911] Remove special property handling #82

Merged
merged 1 commit into from Oct 7, 2016

Conversation

janvennemann
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-23911

We introduced a workaround in Hyperloop 1.2.7 to remain backwards
compatible with certain properties when transitioning from iOS 9 to
iOS 10. This allowed users to keep using methods instead of having
to refactor their code to property usage. With Hyperloop 2.0.0 we
introduce this as a breaking change and stick to the new favored way
of using properties, e.g. UIColor.redColor instead of
UIColor.redColor().

We introduced a workaround in Hyperloop 1.2.7 to remain backwards
compatible with certain properties when transitioning from iOS 9 to
iOS 10. This allowed users to keep using methods instead of  having
to refactor their code to property usage. With Hyperloop 2.0.0 we
introduce this as a breaking change and stick to the new favored way
of using properties, e.g. UIColor.redColor instead of
UIColor.redColor().
@hansemannn
Copy link
Contributor

CR & FT passed, PR approved! Tested using the hyperloop-examples repo and made a PR for the 2.0.0-dev branch: tidev/hyperloop-examples#49

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

Successfully merging this pull request may close these issues.

None yet

2 participants