You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/index.html
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1075,6 +1075,15 @@
1075
1075
</span>
1076
1076
</a>
1077
1077
1078
+
</li>
1079
+
1080
+
<liclass="md-nav__item">
1081
+
<ahref="#contributors" class="md-nav__link">
1082
+
<spanclass="md-ellipsis">
1083
+
Contributors
1084
+
</span>
1085
+
</a>
1086
+
1078
1087
</li>
1079
1088
1080
1089
</ul>
@@ -1126,7 +1135,7 @@
1126
1135
</li>
1127
1136
1128
1137
<liclass="md-nav__item">
1129
-
<ahref="#contributors" class="md-nav__link">
1138
+
<ahref="#contributors_1" class="md-nav__link">
1130
1139
<spanclass="md-ellipsis">
1131
1140
Contributors
1132
1141
</span>
@@ -2152,6 +2161,15 @@
2152
2161
</span>
2153
2162
</a>
2154
2163
2164
+
</li>
2165
+
2166
+
<liclass="md-nav__item">
2167
+
<ahref="#contributors" class="md-nav__link">
2168
+
<spanclass="md-ellipsis">
2169
+
Contributors
2170
+
</span>
2171
+
</a>
2172
+
2155
2173
</li>
2156
2174
2157
2175
</ul>
@@ -2203,7 +2221,7 @@
2203
2221
</li>
2204
2222
2205
2223
<liclass="md-nav__item">
2206
-
<ahref="#contributors" class="md-nav__link">
2224
+
<ahref="#contributors_1" class="md-nav__link">
2207
2225
<spanclass="md-ellipsis">
2208
2226
Contributors
2209
2227
</span>
@@ -3165,6 +3183,12 @@ <h3 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent l
3165
3183
<ul>
3166
3184
<li>Compile against kotlin-inject-anvil <code>0.1.7</code>.</li>
3167
3185
<li><code>NavigationEventHandler</code> usage is now disabled by default when no <code>NavigationEventDispatcherOwner</code> is available, preventing crashes in environments with dynamic navigation event support. This behaviour can be configured with the <code>Circuit.lenientNavigationEventDispatcherOwner</code> option.</li>
3186
+
<li><code>BottomSheetOverlay</code> now exposes <code>contentWindowInsets</code>, mirroring <code>ModalBottomSheet</code></li>
0 commit comments