This repository was archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
v3.0.0 #121
Merged
Merged
v3.0.0 #121
Conversation
This file contains hidden or 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
* Don't animate system views with the animator. Notably, animating the status bar with the animator can cause all of the status bar elements to animate. This is not desirable and deviant from UIKit's implicit animator behavior, but at this time I don't see a way to mimic the same behavior without regressing on our support for animating unhosted layers. * Remove unused spec item.
This increases the following versions: - bazel from 0.11 to 0.20.0 - build_bazel_rules_apple from 7ea0557 to 0.9.0 - build_bazel_rules_swift to 0.4.0 (new) - bazel_ios_warnings from v1.0.1 to v2.0.0 - Xcode from 8 to 9. - Swift pinned to 3. - Unit test upgraded to UI tests. - MotionInterchange from v1.6.0 to v2.0.0 - Migrate from the bazel runner scripts to the explicit Xcode selection + run pattern used by material-components-ios (https://github.com/material-components/material-components-ios/blob/fe0099d65c4fa67a02d7b842baf16b540bb2fa86/.kokoro#L102) Tested by running: ./.kokoro
Codecov Report
@@ Coverage Diff @@
## stable #121 +/- ##
==========================================
+ Coverage 86.75% 87.92% +1.17%
==========================================
Files 26 9 -17
Lines 2544 613 -1931
Branches 158 0 -158
==========================================
- Hits 2207 539 -1668
+ Misses 323 74 -249
+ Partials 14 0 -14 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable #121 +/- ##
==========================================
+ Coverage 86.75% 87.92% +1.17%
==========================================
Files 26 9 -17
Lines 2544 613 -1931
Branches 158 0 -158
==========================================
- Hits 2207 539 -1668
+ Misses 323 74 -249
+ Partials 14 0 -14 Continue to review full report at Codecov.
|
codeman7
approved these changes
Dec 7, 2018
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.
No description provided.