Skip to content

Commit ffb10bd

Browse files
fabriziocuccifacebook-github-bot
authored andcommitted
Add changelog entry for 0.79.1 (#50732)
Summary: Pull Request resolved: #50732 As per title. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D73035393 fbshipit-source-id: 198c8c9e436a5f30bbd190af9706793c38efeeec
1 parent 1f27e3e commit ffb10bd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v0.79.1
4+
5+
### Changed
6+
7+
#### Android specific
8+
9+
- **DevSupport:** Change `defaultJSExceptionHandler`'s type to `JSExceptionHandler` on the `ReleaseDevSupportManager` ([9eb75d4bd5](https://github.com/facebook/react-native/commit/9eb75d4bd553bdc166118110d095b98bef811d4e) by [@alanjhughes](https://github.com/alanjhughes))
10+
11+
#### iOS specific
12+
13+
- **TextInput:** Typing into TextInput now will not cause the caret position to update to the beginning when a zero-length selection is set. ([7771317e5c](https://github.com/facebook/react-native/commit/7771317e5cf49bda65275ea1149160a45c607803) by [@ouchuan](https://github.com/ouchuan))
14+
15+
### Fixed
16+
17+
#### Android specific
18+
19+
- **Codegen:** Do not generate Apple specific file for Android ([b2bacc4a9f](https://github.com/facebook/react-native/commit/b2bacc4a9f3b97a4f59126a229477d3c952b3f44) by [@cipolleschi](https://github.com/cipolleschi))
20+
21+
#### iOS specific
22+
23+
- **Codegen:** Do not generate ReactCodegen.podspec for libraries ([f3c280442d](https://github.com/facebook/react-native/commit/f3c280442dc49e13b24baa2348f6b8c802045178) by [@cipolleschi](https://github.com/cipolleschi))
24+
325
## v0.79.0
426

527
### Added

0 commit comments

Comments
 (0)