Skip to content

Latest commit

 

History

History
127 lines (74 loc) · 5.86 KB

CHANGELOG.md

File metadata and controls

127 lines (74 loc) · 5.86 KB

Change Log

2.3.2 (2018-04-23)

Bug fixes:

  • fixed issue about the android-web-hook path

2.3.1 (2018-03-05)

Bug fixes:

  • Improved the default Regular Exp to extract the activation code

2.3.0 (2018-02-26)

Docs:

  • Updated the documentation

2.2.0 (2018-02-26)

Enhancements:

  • Added the validateDeeplink method and new helper attributes: host, eventName, nomatch, regex, value

2.1.0 (2018-02-22)

Bug fixes:

  • Moved the JavaScript code to listen for application launch by the links within the universalLink plugin

2.0.1 (2018-01-30)

Docs:

  • Updated the documentation and tag version of the plugin.

2.0.0 (2018-01-30)

Bug fixes:

  • Created a fork from the Cordova Universal Links Plugin
  • [git branch: 'change/ios_fix_for_Cordova7'] I can't add iOS platform and get the error: Error: Cannot find module '../plugman/platforms/ios'

1.2.1 (2016-10-23)

Bug fixes:

  • Issue #79. Fixed installation error: header files were added to the compile section of the project.
  • Issue #77. Fixed before_prepare hook for iOS that crashed on several systems. Thanks to @lunchbag for providing a fix.

Enhancements:

1.2.0 (2016-07-27)

Enhancements:

Docs:

1.1.2 (2016-04-27)

Bug fixes:

  • Issue #27. From now on dependency packages will be installed in the plugin's folder instead of the project's root folder.

1.1.1 (2016-03-17)

Bug fixes:

  • Issue #52. Fixed config.xml file preferences reading. Thanks to @ikostic for providing fix.
  • Issue #47. If paths in apple-app-site-association file contains only * - we will also add /, so that app would be opened from root domain.
  • Merged PR #42. Fixed Android web integration on Android 6.0. Thanks to @mohamed-ahmed.

Docs:

  • Merged PR #50. Fixed typo in documentation. Thanks to @rafaellop.
  • Merged PR #43. Updated documentation regarding apple-app-site-association file. Thanks to @Chun-Yang.
  • Updated Useful notes on Universal Links for iOS section. Thanks to @conor-mac-aoidh for providing information.

1.1.0 (2015-12-18)

Bug fixes:

  • Issue #26. Fixed support for multiple wildcards in path. Thanks to @tdelmas for helping with solution.
  • Other minor bug fixes.

Enhancements:

  • Issue #18. Added JS module through which you can subscribe for launch events. Solves timing issue with the previous document.addEventListener() approach.
  • Issue #20. Lowered min iOS version to 8.0. Plugin want work on devices prior to iOS 9, but if your application includes this plugin - it now will run on iOS 8 devices. Before you had to drop iOS 8 support.
  • Issue #22. Plugin now compatible with Cordova v5.4.
  • Issue #24. Now you can define iOS Team ID as plugin preference. It will be used for generation of apple-app-site-association files.
  • Issue #25. Plugin now compatible with Cordova iOS platform v4.0.0.

Docs:

  • Added Migrating from previous versions section.
  • Updated Cordova config preferences section.
  • Updated Application launch handling section.
  • Other minor changes because of new release.

1.0.1 (2015-10-23)

Bug fixes:

  • Android. Fixed issue #9. Now when application is resumed from the link click - appropriate event is dispatched to the JavaScript side.

Enhancements:

  • iOS. Issue #6. Scheme is now removed from the url matching process, since it is not needed: only hostname and path are used.
  • Merged pull request #1. Now dependency npm packages are taken from the package.json file. Thanks to @dpa99c.

Docs:

  • Added Useful notes on Universal Links for iOS section.
  • Updated Android web integration section. Added more information about web integration process.
  • Added some additional links on the Android documentation.
  • Fixed some broken links inside the docs.
  • Added CHANGELOG.md file.