Skip to content

Releases: Wikitude/wikitude-cordova-plugin

Release Wikitude SDK 5.2.0

21 Jul 12:37
Compare
Choose a tag to compare

Cordova Plugin 5.2.0-3.3.0

Release Date: 08.07.2016

New

  • You can now use the cordova.file API when loading Architect Worlds
  • Android only: New backButtonCallback that is called when the Wikitude Plugin is closed because of a press on the back button
  • Includes Wikitude SDK 5.2.0: detailed changelog for Android and iOS

Maintenance release Wikitude SDK

15 Mar 13:57
Compare
Choose a tag to compare

Cordova Plugin 5.1.4-3.2.1

Release Date: 11.03.2016

New

  • Integrates Wikitude SDK 5.1.4 for Android and iOS (see detailed release notes for Android and iOS)

Maintenance release Wikitude SDK

08 Mar 12:39
Compare
Choose a tag to compare

Cordova Plugin 5.1.3-3.2.1

Release Date: 07.03.2016

New

  • Integrates Wikitude SDK 5.1.3 for Android and iOS (see detailed release notes for Android and iOS)

Plugin bug fix release

18 Jan 10:35
Compare
Choose a tag to compare

This release includes a bugfix for the iOS plugin. The included Wikitude SDK has not been updated

  • Fixed ‘finishedLoadingArchitectWorldFromURL’ on iOS

Update to Cordova Plugin to Wikitude SDK 5.1.1

15 Jan 12:20
Compare
Choose a tag to compare
  • Includes latest Wikitude SDK 5.1.1

Wikitude SDK 5.1.1

Fixed

  • Missing textures on certain 3D models

Improved

  • Wikitude Sample App now implements Android Runtime Permissions (applies to Android 6.0 - API level 23)

Wikitude SDK 5.1.0

New

  • Support for Android switched camera on Nexus 5X
  • Support multiple regional co-located cloud recognition services
  • 3D model import: account for pivot node transformations

Fixed

  • 3D model import:
    • Animation grouping
    • Account for animation stack (numbering of animations if more than one animation tracks are on the FBX animation stack)
    • Accept the first texture of a multi-textured 3d model
    • Accept 3d models with more than one mesh skins per node

Wikitude Cordova iOS Plugin update

04 Nov 14:17
Compare
Choose a tag to compare
Pre-release

This release fixes:

  • a rendering issue on iOS when the application pauses/resumes

improves:

  • compass calibration screen handling

Wikitude SDK 5.0.0 support

25 Sep 12:29
Compare
Choose a tag to compare

This release includes the Wikitude SDK 5.0.0.

Cordova 5.0.0 update

06 May 20:43
Compare
Choose a tag to compare

New:

  • Compatibility for Cordova 5.0.0 and especially Android 4.0.0
  • Updates Setup Guide to reflect new StartupConfiguration

Plugin update

03 Apr 06:32
Compare
Choose a tag to compare

Bugfix release:

  • Fixes a potential problem when camera access is denied and no error handler is set in the JS host application.
  • Fixes a problem with device supported check where 2dtrackin- only experiences still would require compass to be supported

Updated SDK and new API

09 Mar 16:16
Compare
Choose a tag to compare

Release Notes Plugin 3.0.0 (SDK 4.1.0)

PhoneGap Plugin 4.1.0-3.0.0

Release Date: 09.03.15

New

  • Integrates Wikitude SDK 4.1.0 for Android and iOS (see detailed release notes for Android and iOS)
    • Access to the device front cam through a JavaScript API and the native SDK
    • Hardware access API for advanced camera features (zoom, focus)
    • Native support for 64-bit ARM devices
    • Information about distance to the image target
    • Click on 3D model now returns mesh part
    • Updated sample app
    • CloudTracker for cloud recognition support
    • API changes
      • moved all initialization parameters to new class StartupConfiguration
      • renamed ARMode to Features
      • uniform naming convention of API methods on all platforms
    • New required iOS SDK framework: SystemConfiguration.framework
    • API changes
      • new class WTStartupConfiguration
      • new bit mask WTFeatures
      • updated class WTArchitectView
        • new method to check if the device is supported
        • new method to start the SDK rendering
      • deprecated enum WTAugemntedRealityMode
      • deprecated methods that were using the WTAugmentedRealityMode enum
    • Quick Look Plugin for Mac OS X which allows introspection of .wtc files

Fixed

  • Potential Memory issue when changing properties of 3d model
  • Potential problem when deleting large .wtc files
  • onSnappedToScreen function is not called when using the enabledOnExitFieldOfVision property
  • 3D Model with animation not clickable

Improved

  • Performance of Image Recognition initial recognition phase
  • Tracking Performance optimized and streamlined
  • JS <=> ObjC bridge performance
  • Updated API for PhoneGap(see Migration Guide for details)