Skip to content

Releases: Gustash/react-native-siri-shortcut

2.0.2

18 Feb 12:18
Compare
Choose a tag to compare

What's Changed

  • fix: potential UI thread block on initialization by @Gustash in #85

Full Changelog: v2.0.1...v2.0.2

2.0.1

10 May 11:49
Compare
Choose a tag to compare

This patch version fixes the react peer dependency not accepting any version above 16, which broke RN 0.64 support since that version now uses React 17

LICENSE change

11 Jan 21:42
Compare
Choose a tag to compare

This release changes the LICENSE of this package from MIT to GPLv3.

You can keep using the MIT license as long as you're using a version before 2.0.0.

v1.9.1

27 Jul 14:39
Compare
Choose a tag to compare

Updated README AppDelegate.m instructions for React Native 0.63

Typescript Support

14 Jul 11:29
Compare
Choose a tag to compare

Thanks to @jdmunro for the typings!

This update adds typings for every function and component exported in this library.

Swift 5

13 May 09:48
Compare
Choose a tag to compare
  • Updated podspec to use Swift 5.2
  • Fixed issue where voice shortcut internal state could be out of sync if they were edited externally

The one without use_frameworks!

28 Mar 00:32
Compare
Choose a tag to compare
  • Added support for installing this package as a static library.

  • Updated README with instructions on how to install as a framework or as a static library.

License Update

04 Mar 16:36
Compare
Choose a tag to compare

Changed Licence to the MIT License and added a LICENSE file

v1.6.4

01 Feb 14:03
Compare
Choose a tag to compare

Fixes:

  • Fixed potential dead-locks when using presentShortcut.

Auto-linking support for RN 0.61

06 Oct 13:16
Compare
Choose a tag to compare

Added support for React Native 0.61 auto-linking using use_frameworks! in Podfile