Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 2.57 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.1 (2023-09-21)

Fix crash after scanning image anchor in scene creation (#86)

3.0.0 (2023-07-14)

Bump up minimum deployment target to iOS 15 by leveraging FioriSwiftUI 3.x and SAP BTP SDK for iOS 9.x

2.0.0 (2021-12-17)

⚠ BREAKING CHANGES

The migration guide helps you to understand the breaking changes and how to adopt them.

Maybe the most prominent breaking change is 🧨 module FioriARKit was renamed to FioriAR.

Features

Create AR annotations within your app and store them remotely with SAP Mobile Services

FioriAR provides reusable views and utilities to create/update/delete scenes with AR annotations directly from your app. This is the recommended approach considering how easy it is to create and handle AR annotations.

Scene information will be stored remotely within SAP Mobile Services. As a prerequisite the feature Mobile Augmented Reality needs to be assigned to your application in SAP Mobile Services cockpit.

See here for more information.

1.1.0 (2021-07-08)

Has a few but easily adoptable ⚠ BREAKING CHANGES

Features

  • 🎸 Loading directly from a usdz File (fc14e55)
  • 🎸 Decoding JSON in RealityComposerStrategy (#47) (6c14176)
  • 🎸 Loading from Reality File and SceneLoadable (c25ac1a)

1.0.0 (2021-06-11)

  • Initial release! 🎉
  • Support for AR Cards, see README for more information