react-native-code-push

React Native module for CodePush

OTHER License

Downloads
544.1K
Stars
9K
Committers
182

Bot releases are visible (Hide)

react-native-code-push - v5.3.2

Published by itoys over 6 years ago

  • Updated code-push version to fix DoS zip attack
react-native-code-push - v5.3.1

Published by itoys over 6 years ago

  • Fixed bug with run-android on windows
react-native-code-push - v5.3.0

Published by itoys over 6 years ago

  • Android Gradle Plugin 3.x integration
react-native-code-push - v5.2.2

Published by itoys over 6 years ago

  • Documentation improvement
  • Bug fixes
react-native-code-push - v5.2.1

Published by max-mironov almost 7 years ago

React Native Code Push is moved out of beta! Please see this link for more details!

Improvements

  1. Update Acquisition Code Push package dependency to latest version
react-native-code-push - v5.2.0-beta

Published by max-mironov almost 7 years ago

Breaking Changes

  1. UWP: Enable CodePush for react-native-windows v0.50+ https://github.com/Microsoft/react-native-code-push/pull/1051 Thanks @rozele

Improvements

  1. Add requiresMainQueueSetup to prevent warning and future side-effects https://github.com/Microsoft/react-native-code-push/pull/1035 Thanks @djalmaaraujo
  2. Hoist non-react static methods in decorator https://github.com/Microsoft/react-native-code-push/pull/1037 Thanks @deecewan
react-native-code-push - v5.1.3-beta

Published by max-mironov about 7 years ago

Bug Fixes

  1. Fixed failing signature check on iOS 9.3 #1027
react-native-code-push - v5.1.2-beta

Published by max-mironov about 7 years ago

Bug Fixes

  1. Fix proguard error in Android build (#1018) Thanks @AndrewJack!
  2. Typings: fix order in SyncStatus enum (https://github.com/Microsoft/react-native-code-push/commit/32a1653e128b919579ca05be5a2a6edad4d7da67)
react-native-code-push - v5.1.1-beta

Published by max-mironov about 7 years ago

Improvements

  1. Improve security for CodeSigning feature by using additional integrity check based on hash generated by service in addition to JWT signature hash (hash computed on device should match JWT hash and hash calculated on service) #1005

Bug Fixes

  1. Fix Android dex index overflow exception #1007
  2. Fix postlink script issue related to subsequent scripts run #1003
react-native-code-push - v5.1.0-beta

Published by max-mironov about 7 years ago

New Features and Improvements

  1. Implement Code Signing feature for Android/iOS SDKs. Follow this link for more details.

  2. Restore compatibility with RN v0.46 #980 Thanks @cooperka

Bug Fixes

  1. Fix incorrect long value restoration from strings.xml #956

  2. Fix WPF. Application crashes on startup #973 Thanks @abodalevsky

  3. Fix check if package metadata is null #992 Thanks @AndrewJack

Document Upgrade

  1. Added create-react-native-app information to README #979 Thanks @Zakeelm

  2. Update the debug message for missing bundles #923 Thanks @cooperka

react-native-code-push - v5.0.0-beta

Published by max-mironov about 7 years ago

Breaking Changes

  1. Added support for RN 0.47x versions for Android (#895)

NOTE: Current version of React Native Code Push is compatible with RN 0.47x versions only

Document Upgrade

  1. Clarify store rulings (#936) Thanks @kelset
react-native-code-push - v4.1.0-beta

Published by max-mironov about 7 years ago

New Features and Improvements

  1. Added tvOS target for iOS (#824) Thanks @JulienKode

  2. Added an optional callback function that can be used to notify user if there are any binary updates (#920) Thanks @akki-ng and @disharmonized

Bug Fixes

  1. Fix declaration of "_installMode" to remove warnings (#922) Thanks @newyankeecodeshop

  2. Prevent Rollback crash when binary was updated (#924) Thanks @AndrewJack

Document Upgrade

  1. Added InstallMode.ON_NEXT_SUSPEND option description (#928) Thanks @disharmonized
react-native-code-push - v4.0.0-beta

Published by max-mironov over 7 years ago

Breaking Changes

  1. Added support for RN 0.46x versions for Android (#905)

NOTE: Current version of React Native Code Push is compatible with RN 0.46x versions only

react-native-code-push - v3.0.1-beta

Published by max-mironov over 7 years ago

Bug Fixes

  1. Fixed issue when React native app on Android fails to restart after an update, crashing #910
react-native-code-push - v2.1.1-beta

Published by max-mironov over 7 years ago

Bug Fixes

  1. Fixed issue when React native app on Android fails to restart after an update, crashing #910
react-native-code-push - v3.0.0-beta

Published by max-mironov over 7 years ago

Breaking Changes

  1. Current version of React Native Code Push is compatible with RN 0.45x versions only (#901)

Fixes and Improvements

  1. Fix dependency issue with codepush.gradle (#902) Thanks @mikelambert

  2. Improved logic for searching plist path (case when package name is not equal to iOS ProductName) (#903)

  3. [WPF] Fix application crash when storage file was deleted while app is being active. (#897) Thanks @abodalevsky

  4. [WPF:Windows] Added ability to update application installed in Program Files folder (#813) Thanks @abodalevsky

  5. [Windows] Implemented TelemetryManager (#812) Thanks @abodalevsky

  6. Fix typo in resourcesDirConfigName path configuration in codepush.gradle file (#876)

Document Upgrade

  1. Fixed incorrect link reference (#900)

  2. Removed @latest from npm install (#889) Thanks @GantMan

  3. Fixed import example for #import <React/RCTLog.h> (#884) @nerdmed

react-native-code-push - v2.1.0-beta

Published by max-mironov over 7 years ago

New Features and Improvements

  1. Allow custom node path (#860) Thanks @iacopo87

  2. Use project.ext.react root prop to specify node_modules path (#869)

  3. Improved logic to show error msg dependent on debug/release config (#811)

  4. Improved gradle temp file naming strategy to allow concurrent android builds (#857) Thanks @oliversommer

  5. Avoid to set refs on stateless components (#866) Thanks @farwayer

Bug Fixes

  1. Fixed issue with error on parsing plist path (#842)

  2. Fixed packageHash not passed to /updateCheck on Android (#803) Thanks @jiaminglu

  3. Fixed issue with [Android] restartApp() throwing exception w/ release build (#861)

  4. Fixed return value for get update metadata (#864)
    Important: return type for getUpdateMetadata was changed to null instead of empty string to be consistent with iOS implementation and docs

  5. Fixed issue with attempt to invoke virtual method 'char[] java.lang.String.toCharArray()' on a null object reference (#795) Thanks @AndrewJack

  6. Fixed [Android] App restart loop when using InstallMode.ON_NEXT_RESUME (#841) Thanks @AndrewJack

Document Upgrade

  1. Improved README doc (#794, #830) Thanks @almirfilho, @MichalRemis
react-native-code-push - v1.17.4-beta

Published by max-mironov over 7 years ago

Bug Fixes

  1. Fix issue when CodePush update crashes silently on iOS #816 (@minhtc)
react-native-code-push - v2.0.3-beta

Published by max-mironov over 7 years ago

New Features

  1. Implement new ON_NEXT_SUSPEND install mode (#770) (@sergey-akhalkov)

Bug Fixes

  1. Fix issue when CodePush update crashes silently on iOS #816 (@minhtc)
  2. Bump code-push dependency to fix warnings from yarn regarding node-uuid (#796) (@max-mironov)
  3. Fix issue when CodePush won't install updates if an error occurs in codePushStatusDidChange and downloadProgressCallback methods (#787) (@sergey-akhalkov)
react-native-code-push - v2.0.2-beta

Published by max-mironov over 7 years ago

Bug Fixes

  1. Fixed a couple of new compilation errors that occurred when building iOS app extensions (#783).