|
| 1 | +# 14.0.0 |
| 2 | + |
| 3 | +## API diffs |
| 4 | + |
| 5 | +Auto-generated by running: |
| 6 | + |
| 7 | + scripts/api_diff -o 52692216832dc446ae2471bd2f42a40cd8746bbe -n 9ecf191c8d5fa6d8afc7ba119f4cb0ebe926483c |
| 8 | + |
| 9 | +### FontDiskLoader |
| 10 | + |
| 11 | +- [deleted] [`-[MDCFontDiskLoader initWithName:URL:]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L99) |
| 12 | +- [deleted] [`-[MDCFontDiskLoader registerFont]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L107) |
| 13 | +- [deleted] [`-[MDCFontDiskLoader setFontName:]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L123) |
| 14 | +- [deleted] [`-[MDCFontDiskLoader unregisterFont]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L110) |
| 15 | +- [deleted] [`MDCFontDiskLoader.hasFailedRegistration`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L117) |
| 16 | +- [deleted] [`MDCFontDiskLoader.isRegistered`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L113) |
| 17 | + |
| 18 | +## Component changes |
| 19 | + |
| 20 | +### Buttons |
| 21 | + |
| 22 | +#### Changes |
| 23 | + |
| 24 | +* [MDC_#67 - Updated accessibility for titleColor on MDCButton.m](https://github.com/google/material-components-ios/commit/eb40e5e56f652ba0ddef1f6bcaecdbfe3a9a8f10) (Justin Shephard) |
| 25 | + |
| 26 | +### Collections |
| 27 | + |
| 28 | +#### Changes |
| 29 | + |
| 30 | +* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord) |
| 31 | + |
| 32 | +### FlexibleHeader |
| 33 | + |
| 34 | +#### Changes |
| 35 | + |
| 36 | +* [MDC_#67 - Updated accessibility for titleColor on MDCButton.m](https://github.com/google/material-components-ios/commit/eb40e5e56f652ba0ddef1f6bcaecdbfe3a9a8f10) (Justin Shephard) |
| 37 | +* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord) |
| 38 | + |
| 39 | +### FontDiskLoader |
| 40 | + |
| 41 | +#### Breaking changes |
| 42 | + |
| 43 | +* [**Breaking**: Deleted deprecated API.](https://github.com/google/material-components-ios/commit/da386bb06fca7b7696162d2058c883bb40abeac7) (randallli) |
| 44 | + |
| 45 | +### Ink |
| 46 | + |
| 47 | +#### Changes |
| 48 | + |
| 49 | +* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord) |
| 50 | + |
| 51 | +### Palettes |
| 52 | + |
| 53 | +#### Changes |
| 54 | + |
| 55 | +* [Fix tintKey parameter type in MDCPalettes.m (#699)](https://github.com/google/material-components-ios/commit/e9c24ed27f0ea130b7d8ab7f42181b11da263ff2) (Jackie Quinn) |
| 56 | + |
| 57 | +### ProgressView |
| 58 | + |
| 59 | +#### Changes |
| 60 | + |
| 61 | +* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord) |
| 62 | +* [Use a proper singleton for our accessibility proxy.](https://github.com/google/material-components-ios/commit/5d39f92db51f4982150a6968f85a797b4061ab5a) (Ian Gordon) |
| 63 | + |
| 64 | +### RobotoFontLoader |
| 65 | + |
| 66 | +#### Changes |
| 67 | + |
| 68 | +* [Revert "Trim fonts for mobile use (#674)"](https://github.com/google/material-components-ios/commit/0607e7a1f41d3411dc3132b1c18a802e503b7525) (randallli) |
| 69 | +* [Trim fonts for mobile use (#674)](https://github.com/google/material-components-ios/commit/88f30a4bd6b7e7df241c5d1bddfc47e5c0df5296) (rsheeter) |
| 70 | + |
| 71 | +### ShadowLayer |
| 72 | + |
| 73 | +#### Changes |
| 74 | + |
| 75 | +* [Fix calculation of masks for the shadows. (#698)](https://github.com/google/material-components-ios/commit/0b2b4feec8486ed074701b5195b1e176e5af4034) (Simon Forsyth) |
| 76 | + |
| 77 | +### Switch |
| 78 | + |
| 79 | +#### Changes |
| 80 | + |
| 81 | +* [Optimize and simplify MDCSwitch](https://github.com/google/material-components-ios/commit/cd1ac75d8fcadd328aa93e9b661e7b063ebda6d4) (Sam Morrison) |
| 82 | +* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord) |
| 83 | + |
1 | 84 | # 13.4.0
|
2 | 85 |
|
3 | 86 | ## API diffs
|
|
0 commit comments