|
4 | 4 |
|
5 | 5 | ### π New features |
6 | 6 |
|
7 | | -- Added `dismissAll` static method. ([#393](https://github.com/lodev09/react-native-true-sheet/pull/393)) |
| 7 | +- Added `dismissAll` static method. ([#393](https://github.com/lodev09/react-native-true-sheet/pull/393) by [@lodev09](https://github.com/lodev09)) |
8 | 8 |
|
9 | 9 | ### π Bug fixes |
10 | 10 |
|
11 | | -- **iOS**: Fixed position tracking for pending detent changes. ([#394](https://github.com/lodev09/react-native-true-sheet/pull/394)) |
12 | | -- **Android**: Fixed keyboard and focus handling inside RN Modal. ([#387](https://github.com/lodev09/react-native-true-sheet/pull/387)) |
| 11 | +- **iOS**: Fixed position tracking for pending detent changes. ([#394](https://github.com/lodev09/react-native-true-sheet/pull/394) by [@lodev09](https://github.com/lodev09)) |
| 12 | +- **Android**: Fixed keyboard and focus handling inside RN Modal. ([#387](https://github.com/lodev09/react-native-true-sheet/pull/387) by [@lodev09](https://github.com/lodev09)) |
13 | 13 |
|
14 | 14 | ## 3.7.0 |
15 | 15 |
|
16 | 16 | ### π Bug fixes |
17 | 17 |
|
18 | 18 | - **Android**: Fixed keyboard dismiss when presenting at dimmed detent. |
19 | | -- Improved keyboard handling for sheet presentation. ([#379](https://github.com/lodev09/react-native-true-sheet/pull/379)) |
| 19 | +- Improved keyboard handling for sheet presentation. ([#379](https://github.com/lodev09/react-native-true-sheet/pull/379) by [@lodev09](https://github.com/lodev09)) |
20 | 20 | - **Android**: Fixed `pointerEvents` not being respected in TrueSheetFooterView. |
21 | 21 | - **Android**: Added `pointerEvents` prop support to view managers. |
22 | | -- **Android**: Added RootNodeKind trait for nested sheet touch handling. ([#375](https://github.com/lodev09/react-native-true-sheet/pull/375)) |
| 22 | +- **Android**: Added RootNodeKind trait for nested sheet touch handling. ([#375](https://github.com/lodev09/react-native-true-sheet/pull/375) by [@lodev09](https://github.com/lodev09)) |
23 | 23 | - **Android**: Fixed coordinator layout remeasure on configuration change. |
24 | 24 | - **Android**: Fixed footer repositioning when keyboard hides via IME action button. |
25 | 25 |
|
26 | 26 | ## 3.6.11 |
27 | 27 |
|
28 | 28 | ### π Bug fixes |
29 | 29 |
|
30 | | -- **Android**: Fixed eventDispatcher propagation via delegate chain for footer touch handling. ([#372](https://github.com/lodev09/react-native-true-sheet/pull/372)) |
| 30 | +- **Android**: Fixed eventDispatcher propagation via delegate chain for footer touch handling. ([#372](https://github.com/lodev09/react-native-true-sheet/pull/372) by [@lodev09](https://github.com/lodev09)) |
31 | 31 |
|
32 | 32 | ## 3.6.10 |
33 | 33 |
|
34 | 34 | ### π Bug fixes |
35 | 35 |
|
36 | | -- **Android**: Fixed sheet drag when ScrollView cannot scroll. ([#369](https://github.com/lodev09/react-native-true-sheet/pull/369)) |
| 36 | +- **Android**: Fixed sheet drag when ScrollView cannot scroll. ([#369](https://github.com/lodev09/react-native-true-sheet/pull/369) by [@lodev09](https://github.com/lodev09)) |
37 | 37 |
|
38 | 38 | ## 3.6.9 |
39 | 39 |
|
40 | 40 | ### π Bug fixes |
41 | 41 |
|
42 | | -- **Android**: Fixed keyboard handling to only apply for focused views within sheet. ([#365](https://github.com/lodev09/react-native-true-sheet/pull/365)) |
| 42 | +- **Android**: Fixed keyboard handling to only apply for focused views within sheet. ([#365](https://github.com/lodev09/react-native-true-sheet/pull/365) by [@lodev09](https://github.com/lodev09)) |
43 | 43 | - **Android**: Fixed sheet dismissing early when container is unmounted. |
44 | 44 | - **iOS**: Fixed sheets dismissing properly during navigation and reload. |
45 | 45 |
|
46 | 46 | ## 3.6.8 |
47 | 47 |
|
48 | 48 | ### π Bug fixes |
49 | 49 |
|
50 | | -- **iOS**: Fixed keyboard offset preservation when footer resizes. ([#361](https://github.com/lodev09/react-native-true-sheet/pull/361)) |
| 50 | +- **iOS**: Fixed keyboard offset preservation when footer resizes. ([#361](https://github.com/lodev09/react-native-true-sheet/pull/361) by [@lodev09](https://github.com/lodev09)) |
51 | 51 | - **Android**: Optimized findRootContainerView to return first content view. |
52 | | -- **Android**: Fixed TrueSheet rendering above React Native Modal. ([#359](https://github.com/lodev09/react-native-true-sheet/pull/359)) |
| 52 | +- **Android**: Fixed TrueSheet rendering above React Native Modal. ([#359](https://github.com/lodev09/react-native-true-sheet/pull/359) by [@lodev09](https://github.com/lodev09)) |
53 | 53 |
|
54 | 54 | ## 3.6.7 |
55 | 55 |
|
|
102 | 102 |
|
103 | 103 | ### π New features |
104 | 104 |
|
105 | | -- Added `elevation` prop for Android and Web. ([#355](https://github.com/lodev09/react-native-true-sheet/pull/355)) |
| 105 | +- Added `elevation` prop for Android and Web. ([#355](https://github.com/lodev09/react-native-true-sheet/pull/355) by [@lodev09](https://github.com/lodev09)) |
106 | 106 |
|
107 | 107 | ### π Bug fixes |
108 | 108 |
|
109 | | -- **Android**: Fixed keyboard dismiss issue with backdrop. ([#351](https://github.com/lodev09/react-native-true-sheet/pull/351)) |
110 | | -- **iOS**: Fixed native backgroundEffect for blur on iOS 26.1+. ([#350](https://github.com/lodev09/react-native-true-sheet/pull/350)) |
| 109 | +- **Android**: Fixed keyboard dismiss issue with backdrop. ([#351](https://github.com/lodev09/react-native-true-sheet/pull/351) by [@lodev09](https://github.com/lodev09)) |
| 110 | +- **iOS**: Fixed native backgroundEffect for blur on iOS 26.1+. ([#350](https://github.com/lodev09/react-native-true-sheet/pull/350) by [@lodev09](https://github.com/lodev09)) |
111 | 111 |
|
112 | 112 | ## 3.5.8 |
113 | 113 |
|
|
176 | 176 |
|
177 | 177 | ### π‘ Others |
178 | 178 |
|
179 | | -- **Android**: Replaced DialogFragment with CoordinatorLayout. ([#344](https://github.com/lodev09/react-native-true-sheet/pull/344)) |
180 | | -- **Android**: Refactored to use BottomSheetDialogFragment. ([#342](https://github.com/lodev09/react-native-true-sheet/pull/342)) |
| 179 | +- **Android**: Replaced DialogFragment with CoordinatorLayout. ([#344](https://github.com/lodev09/react-native-true-sheet/pull/344) by [@lodev09](https://github.com/lodev09)) |
| 180 | +- **Android**: Refactored to use BottomSheetDialogFragment. ([#342](https://github.com/lodev09/react-native-true-sheet/pull/342) by [@lodev09](https://github.com/lodev09)) |
181 | 181 |
|
182 | 182 | ## 3.5.0 |
183 | 183 |
|
184 | 184 | ### π New features |
185 | 185 |
|
186 | | -- **Android**: Improved transition animations and refactored detent calculations. ([#337](https://github.com/lodev09/react-native-true-sheet/pull/337)) |
| 186 | +- **Android**: Improved transition animations and refactored detent calculations. ([#337](https://github.com/lodev09/react-native-true-sheet/pull/337) by [@lodev09](https://github.com/lodev09)) |
187 | 187 |
|
188 | 188 | ### π Bug fixes |
189 | 189 |
|
|
203 | 203 |
|
204 | 204 | ### π New features |
205 | 205 |
|
206 | | -- **iOS**: Added default blur tint for iOS < 26. ([#334](https://github.com/lodev09/react-native-true-sheet/pull/334)) |
| 206 | +- **iOS**: Added default blur tint for iOS < 26. ([#334](https://github.com/lodev09/react-native-true-sheet/pull/334) by [@lodev09](https://github.com/lodev09)) |
207 | 207 |
|
208 | 208 | ## 3.4.0 |
209 | 209 |
|
210 | 210 | ### π New features |
211 | 211 |
|
212 | | -- **Android**: Added custom dim view with smooth interpolation. ([#327](https://github.com/lodev09/react-native-true-sheet/pull/327)) |
| 212 | +- **Android**: Added custom dim view with smooth interpolation. ([#327](https://github.com/lodev09/react-native-true-sheet/pull/327) by [@lodev09](https://github.com/lodev09)) |
213 | 213 | - **Android**: Added parent translation updates when child sheet size changes. |
214 | 214 |
|
215 | 215 | ### π Bug fixes |
|
219 | 219 |
|
220 | 220 | ### π‘ Others |
221 | 221 |
|
222 | | -- Refactored mocks to export per module. ([#329](https://github.com/lodev09/react-native-true-sheet/pull/329)) |
| 222 | +- Refactored mocks to export per module. ([#329](https://github.com/lodev09/react-native-true-sheet/pull/329) by [@lodev09](https://github.com/lodev09)) |
223 | 223 |
|
224 | 224 | ## 3.3.5 |
225 | 225 |
|
|
231 | 231 |
|
232 | 232 | ### π New features |
233 | 233 |
|
234 | | -- Added adaptive grabber color for light/dark mode. ([#325](https://github.com/lodev09/react-native-true-sheet/pull/325)) |
| 234 | +- Added adaptive grabber color for light/dark mode. ([#325](https://github.com/lodev09/react-native-true-sheet/pull/325) by [@lodev09](https://github.com/lodev09)) |
235 | 235 |
|
236 | 236 | ## 3.3.3 |
237 | 237 |
|
238 | 238 | ### π Bug fixes |
239 | 239 |
|
240 | | -- Fixed key window fallback for cold start and deep link handling. ([#323](https://github.com/lodev09/react-native-true-sheet/pull/323)) |
| 240 | +- Fixed key window fallback for cold start and deep link handling. ([#323](https://github.com/lodev09/react-native-true-sheet/pull/323) by [@lodev09](https://github.com/lodev09)) |
241 | 241 |
|
242 | 242 | ## 3.3.2 |
243 | 243 |
|
244 | 244 | ### π Bug fixes |
245 | 245 |
|
246 | | -- Fixed batch dismiss behavior for stacked sheets. ([#322](https://github.com/lodev09/react-native-true-sheet/pull/322)) |
| 246 | +- Fixed batch dismiss behavior for stacked sheets. ([#322](https://github.com/lodev09/react-native-true-sheet/pull/322) by [@lodev09](https://github.com/lodev09)) |
0 commit comments