Skip to content

Commit 45a8eda

Browse files
committed
docs: update changelog format to include author attribution
1 parent ba28b53 commit 45a8eda

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

β€ŽAGENTS.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ Add entry to `Unpublished` section in `CHANGELOG.md` for user-facing changes:
101101
- `πŸ› Bug fixes` - Bug fixes
102102
- `πŸ’‘ Others` - Refactors, internal changes
103103

104-
Format: `- **Platform**: Description. ([#123](https://github.com/lodev09/react-native-true-sheet/pull/123))`
104+
Format: `- **Platform**: Description. ([#123](https://github.com/lodev09/react-native-true-sheet/pull/123) by [@username](https://github.com/username))`
105105

106106
When creating release notes, move entries from `Unpublished` to a new version section.

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,52 @@
44

55
### πŸŽ‰ New features
66

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))
88

99
### πŸ› Bug fixes
1010

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))
1313

1414
## 3.7.0
1515

1616
### πŸ› Bug fixes
1717

1818
- **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))
2020
- **Android**: Fixed `pointerEvents` not being respected in TrueSheetFooterView.
2121
- **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))
2323
- **Android**: Fixed coordinator layout remeasure on configuration change.
2424
- **Android**: Fixed footer repositioning when keyboard hides via IME action button.
2525

2626
## 3.6.11
2727

2828
### πŸ› Bug fixes
2929

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))
3131

3232
## 3.6.10
3333

3434
### πŸ› Bug fixes
3535

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))
3737

3838
## 3.6.9
3939

4040
### πŸ› Bug fixes
4141

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))
4343
- **Android**: Fixed sheet dismissing early when container is unmounted.
4444
- **iOS**: Fixed sheets dismissing properly during navigation and reload.
4545

4646
## 3.6.8
4747

4848
### πŸ› Bug fixes
4949

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))
5151
- **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))
5353

5454
## 3.6.7
5555

@@ -102,12 +102,12 @@
102102

103103
### πŸŽ‰ New features
104104

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))
106106

107107
### πŸ› Bug fixes
108108

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))
111111

112112
## 3.5.8
113113

@@ -176,14 +176,14 @@
176176

177177
### πŸ’‘ Others
178178

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))
181181

182182
## 3.5.0
183183

184184
### πŸŽ‰ New features
185185

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))
187187

188188
### πŸ› Bug fixes
189189

@@ -203,13 +203,13 @@
203203

204204
### πŸŽ‰ New features
205205

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))
207207

208208
## 3.4.0
209209

210210
### πŸŽ‰ New features
211211

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))
213213
- **Android**: Added parent translation updates when child sheet size changes.
214214

215215
### πŸ› Bug fixes
@@ -219,7 +219,7 @@
219219

220220
### πŸ’‘ Others
221221

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))
223223

224224
## 3.3.5
225225

@@ -231,16 +231,16 @@
231231

232232
### πŸŽ‰ New features
233233

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))
235235

236236
## 3.3.3
237237

238238
### πŸ› Bug fixes
239239

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))
241241

242242
## 3.3.2
243243

244244
### πŸ› Bug fixes
245245

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))

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ When you're sending a pull request:
148148
- Review the documentation to make sure it looks good.
149149
- Follow the pull request template when opening a pull request.
150150
- For pull requests that change the API or implementation, discuss with maintainers first by opening an issue.
151-
- Add a changelog entry to the `Unpublished` section in [CHANGELOG.md](./CHANGELOG.md) for any user-facing changes.
151+
- Add a changelog entry to the `Unpublished` section in [CHANGELOG.md](./CHANGELOG.md) for any user-facing changes using the format: `- **Platform**: Description. ([#123](https://github.com/lodev09/react-native-true-sheet/pull/123) by [@username](https://github.com/username))`

0 commit comments

Comments
Β (0)