Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved : [TextInput] Auto correction doesn't call onChangeText after submit #2552 #8836

Closed
wants to merge 37 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cb6e329
[0.29.0-rc.0] Bump version numbers
grabbou Jun 22, 2016
7ac931e
Publish DocDown Commits Into Next Release (0.29) (#8480)
JoelMarcey Jun 29, 2016
17b1272
Additional docdown commits to 0.29 (#8492)
JoelMarcey Jun 29, 2016
561cfc6
Specify width and height for Image(remote source)
sunnylqm Jun 29, 2016
14bb6fa
Merge pull request #8514 from JoelMarcey/image-pr-to-0.29
JoelMarcey Jun 30, 2016
cf97c9a
adds log-ios and log-android cli commands
vitalis Jun 23, 2016
8e376f3
[0.29.0-rc.1] Bump version numbers
Jul 1, 2016
9819681
Pass the current and previous transition props to `render`, `onTransi…
Jun 21, 2016
c412d25
Fix stale scene cleanup
Jun 22, 2016
0a2ef02
Fix transtion props `layout` in NavigationTransitioner.
Jun 24, 2016
8839b6d
Fixes ActivityIndicatorIOS doesn't hide initially
redmar Jun 28, 2016
9f9c6a8
Fixed setDefaults not being called in React Native apps, fixed typo
nathanajah Jun 22, 2016
9f9408a
Add RCTAnimation to Podspec
oblador Jun 30, 2016
354dc2c
Update to React 15.2.0 final
sophiebits Jul 1, 2016
288867c
[0.29.0-rc.2] Bump version numbers
ide Jul 2, 2016
9f14dd0
Add post documentation lockdown survey link
JoelMarcey Jul 4, 2016
58e988b
Change API for iOS
alexeylang Jul 4, 2016
2f8cb25
[0.29.0-rc3] Bump version numbers
bestander Jul 5, 2016
ab1bc0a
[0.29.0-rc.3] Bump version numbers
bestander Jul 5, 2016
85bdc46
Merge pull request #8566 from JoelMarcey/post-lockdown-survey-to-0.29
JoelMarcey Jul 5, 2016
4554967
[0.29.0] Bump version numbers
grabbou Jul 5, 2016
eb55b99
Cherry-pick: Fix Navigation Links (#8703)
JoelMarcey Jul 12, 2016
4d70b85
Fixed the issue due to which js assets are not bundled in the apk whe…
Jul 10, 2016
214a41d
changes link file on Android to MainApplication.java for 0.29 update
GantMan Jul 8, 2016
b361490
Fix 'Unexpected EOF' in old bridge
astreet Jul 11, 2016
4dabb57
Fix bug in cancelling last task in TaskQueue
sahrens Jul 11, 2016
dc57f95
Remove instructions about IP address on iOS
charpeni Jul 9, 2016
2725101
Don't hard crash if you get a null stack trace in Android
astreet Jul 7, 2016
70fe990
[0.29.1] Bump version numbers
grabbou Jul 13, 2016
2f5914d
Introduce navigators in the tutorial
hramos Jul 1, 2016
b0ce541
Fix links from networking to navigation in The Basics.
hramos Jul 11, 2016
5ffda49
Merge pull request #8756 from JoelMarcey/navigation-cherry-pick
hramos Jul 13, 2016
29ab9d1
Fix native modules linking in 0.29.1
Jul 16, 2016
07936fa
[0.29.2] Bump version numbers
grabbou Jul 17, 2016
8017d5d
Merge branch '0.29-stable' of github.com:facebook/react-native into 0…
grabbou Jul 17, 2016
326f707
Revert "[0.29.2] Bump version numbers"
grabbou Jul 17, 2016
62494fb
[0.29.2] Bump version numbers
grabbou Jul 17, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[0.29.2] Bump version numbers
  • Loading branch information
grabbou committed Jul 17, 2016
commit 07936faa398cc5802b7bc4c3eeae564b72763a66
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = "React"
s.version = "0.29.1"
s.version = "0.29.2"
s.summary = package['description']
s.description = <<-DESC
React Native apps are built using the React JS
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.29.1
VERSION_NAME=0.29.2
GROUP=com.facebook.react

POM_NAME=ReactNative
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.29.1",
"version": "0.29.2",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {