This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Deprecate style class API #7785
Merged
friedbunny
merged 2 commits into
release-ios-v3.4.0
from
fabian-deprecate-style-api-methods
Jan 26, 2017
Merged
Deprecate style class API #7785
friedbunny
merged 2 commits into
release-ios-v3.4.0
from
fabian-deprecate-style-api-methods
Jan 26, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boundsj
approved these changes
Jan 19, 2017
Looks 👍 to me. Added |
To clarify, this is about the style class API, not the style API (aka the runtime styling API). |
@fabian-guerra I changed the milestone to be 3.5.0. I think you can go ahead and target this against the master branch and merge it. |
1ec5
approved these changes
Jan 25, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add an entry to both the iOS and macOS changelogs to note that the style class API has been deprecated? Once you do that, please merge.
9af2844
to
140abfc
Compare
140abfc
to
917f3a5
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
According to #7577 and #2875 we should mark style methods and properties as deprecated because we will not support them on future releases.
The Android SDK has already deprecated same API.
This is a temporarily PR to branch release-ios-v3.4.0, this should be included in release-ios-v3.4.1