Skip to content

v1.1.2

Choose a tag to compare

@cameronbourke cameronbourke released this 02 Jul 01:00
· 9 commits to master since this release

Changes

  • <AppVersion /> has been depreciated and has been removed as you can achieve the same result without using the code-push cli, instead using a constant within your app that is set to the corresponding app version.
  • The --description option on the code-push cli now accepts a string for the prompt message instead of a stringified object that included properties for the app version and prompt message.
  • Now you cannot use the --description option to set the promptTitle and confirmButtonText, it can only be passed down as props to the <UpdateAppButton component.