Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit fb6c8b0

Browse files
committed
Automatic changelog preparation for release.
1 parent 898277c commit fb6c8b0

File tree

2 files changed

+97
-3
lines changed

2 files changed

+97
-3
lines changed

.gitattributes

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
# Do not merge this version into `stable`.
2-
snapshot_test_goldens/**/*.png filter=lfs diff=lfs merge=lfs -text
3-
.gitattributes merge=gitattributes
1+
# DO NOT CHANGE THIS FILE
2+
# DO NOT EDIT THE LINE BELOW.
3+
/.gitattributes merge=gitattributes
4+
# DO NOT EDIT THE LINE ABOVE.
5+
#
6+
# You can of course edit this file, but make sure you understand what you are
7+
# doing. This file defines a custom filter driver that prevents snapshot test
8+
# images from being merged into `stable`. Snapshot test images are only
9+
# valuable in `develop` because they are only intended to help developers
10+
# identify changes in the appearance of the library.
11+
#
12+
# Before you change this file, please carefully consider whether such a change
13+
# is actually necessary. When you do change this file, it should almost always
14+
# be done in a dedicated commit directly on the `stable` branch and not part
15+
# of a release. If you see this file being changed as part of a release,
16+
# block the release and work with the releaser to ensure that the change needs
17+
# to be propagated from the `develop` branch to the `stable` branch. In nearly
18+
# all cases, it should not be propagated from `develop` to `stable`.
19+
#
20+
# If you are a releaser and see this file change and you're not sure why, you
21+
# might have accidentally skipped [setting the correct
22+
# driver in your cloned
23+
# repository](https://github.com/material-components/material-components-ios/blob/develop/contributing/releasing.md#configure-the-merge-strategy-for-gitattributes).
24+
# If that's the case, please either revert the accidental change manually or
25+
# restart the release with a fresh clone and the correct driver.

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
# #develop#
2+
3+
Replace this text with a summarized description of this release's contents.
4+
## Breaking changes
5+
6+
Replace this explanations for how to resolve the breaking changes.
7+
## New deprecations
8+
9+
Replace this text with links to deprecation guides.
10+
## New features
11+
12+
Replace this text with example code for each new feature.
13+
## API changes
14+
15+
## Component changes
16+
17+
### BottomSheet
18+
19+
* [Anchor movement of the bottom sheet along the y axis. (#9835)](https://github.com/material-components/material-components-ios/commit/2ca4e3e229a01ca0f4ce6b71496d8c311f489b5d) (featherless)
20+
21+
### Chips
22+
23+
* [Account for MDCChipField contentInset in placeholder width calculation (#9843)](https://github.com/material-components/material-components-ios/commit/d7906ec47b26916aad464592d0686c621973e273) (Bryan Oltman)
24+
* [Add MDCChipField snapshot test for placeholder truncation (#9842)](https://github.com/material-components/material-components-ios/commit/0d00e58cd008ef139165d9e0a8097c45b16fcea0) (Bryan Oltman)
25+
* [Add MDCChipField snapshot tests verifying text field placement (#9831)](https://github.com/material-components/material-components-ios/commit/a42a84cca9e9254ac56da2d4aed0ac03474d335e) (Bryan Oltman)
26+
* [Add tips about "Adjusting chip sizes after changing the label". (#9852)](https://github.com/material-components/material-components-ios/commit/738e82aede3d3fc8cc16aefe7b6a3362141d3ef0) (featherless)
27+
* [Do not include contentEdgeInsets for MDCChipField placeholder if no placeholder is present (#9847)](https://github.com/material-components/material-components-ios/commit/992d235d9b39075962cc6be6f14e1ff9a442b1d2) (Bryan Oltman)
28+
* [Do not include insets in MDCChipField placeholder width if there is no placeholder (#9850)](https://github.com/material-components/material-components-ios/commit/975c7994fc8831e154f115e3879366492c2c7e84) (Bryan Oltman)
29+
* [In MDCChipField, account for horizontal padding when calculating available width for text field (#9841)](https://github.com/material-components/material-components-ios/commit/2ceeb0ac73c85e116f4406cfe6980e9a9d6c074f) (Bryan Oltman)
30+
* [Move MDCChipField text input to a new line if text is too wide (#9845)](https://github.com/material-components/material-components-ios/commit/4cc8c3ecbefc3f8fc13ef80122ca8e187586f4d4) (Bryan Oltman)
31+
* [Resize MDCChipField's textField frame instead of using left insets to align with chips (#9827)](https://github.com/material-components/material-components-ios/commit/04567ba1653cb61927117160c3e8fd37e186d4b9) (Bryan Oltman)
32+
* [Resize MDCChipField's textField frame instead of using left insets to align with chips (#9837)](https://github.com/material-components/material-components-ios/commit/e1aee8556d04a64cef5149d51897f44711a5b077) (Bryan Oltman)
33+
* [Revert "Resize MDCChipField's textField frame instead of using left insets to align with chips" (#9828)](https://github.com/material-components/material-components-ios/commit/f8d520b4f1845e06af3f2256080a7629a16e3d68) (Bryan Oltman)
34+
* [Update MDCChipField to move long text from a line with chips to a new line. (#9826)](https://github.com/material-components/material-components-ios/commit/8b7c2b696c1f1ea212817f38b75d47825f3deb39) (Bryan Oltman)
35+
36+
### Dialogs
37+
38+
* [Adding actions order tests (#9829)](https://github.com/material-components/material-components-ios/commit/42b2e1ec69642e37aee6a4efd2e9ad68b745b974) (Galia Kaufman)
39+
* [Removing enableAdjustableInsets and fixed-insets calculations. (#9832)](https://github.com/material-components/material-components-ios/commit/130676fb1be0dc479116e59245400568235543cc) (Galia Kaufman)
40+
* [Try to fix testActionsAreOrderedByEmphasis snapshot (#9862)](https://github.com/material-components/material-components-ios/commit/1f0f03526dab131db8d46a0eed78ab544edc54ed) (Andrew Overton)
41+
42+
### Ink
43+
44+
* [Conditionally maskToBounds on MDCInkView layer (a MDCLegacyInkLayer) when usesLegacyInkRipple is set to NO (#9818)](https://github.com/material-components/material-components-ios/commit/5862e5b7b6e4d8e38dbde59a2c9f1acf5c26c0f3) (Andrew Overton)
45+
46+
### List
47+
48+
* [Add MDCSelfSizingLayoutAttributes (#9823)](https://github.com/material-components/material-components-ios/commit/79c96ec26f66aea353e5c8ff39c1de808c44b45f) (Andrew Overton)
49+
50+
### Snackbar
51+
52+
* [Support orientation changes that respect safe area (#9838)](https://github.com/material-components/material-components-ios/commit/808bceac64b8cb90c5fe0bd6f474781f22c1aeb3) (Yarden Eitan)
53+
* [add multi-window guessing support (#9830)](https://github.com/material-components/material-components-ios/commit/5a64f3ff1ebf0876b3727891139df3cd2729685f) (Yarden Eitan)
54+
55+
### Tabs
56+
57+
* [Add MDCTabBarViewLayoutStyleScrollableCentered (#9849)](https://github.com/material-components/material-components-ios/commit/898277ced1e9150b7713fb41cd4c437812781147) (Andrew Overton)
58+
59+
### TextControls
60+
61+
* [Update MDCBaseTextField docs (#9861)](https://github.com/material-components/material-components-ios/commit/f01ede70ed059ef9494cd2b1493c0686f6bfc9c6) (Andrew Overton)
62+
63+
### TextFields
64+
65+
* [Lower the error VoiceOver announcement delay to near zero. (#9822)](https://github.com/material-components/material-components-ios/commit/057bfd0b957bacff0257554a27ef277b5c587cfd) (featherless)
66+
67+
## Multi-component changes
68+
69+
* [Remove traitCollection overrides from examples. (#9851)](https://github.com/material-components/material-components-ios/commit/395ad9b3950a9dfa10e40d537f04292e6f70fb21) (Bryan Oltman)
70+
71+
---
72+
173
# 107.1.0
274

375
This minor release includes additions to the `MDCSnackbarManagerDelegate` protocol, touch target improvements to Chips, alignment improvements to Dialogs, and various other bug fixes.

0 commit comments

Comments
 (0)