Skip to content

1.0.0

Choose a tag to compare

@MarcoEidinger MarcoEidinger released this 18 Jun 20:27
· 892 commits to main since this release

🎸 Introducing FioriThemeManager: This module provides a color palette conforming to Fiori Design Language. It is adopted by all the Fiori components in both this package and SAPFiori.

🎸 Introducing FioriSwiftUICore: This module contains SwiftUI implementation for those UIKit-based components existing in SAPFiori. It provides you with an easy way to migrate your UIKit project to SwiftUI while delivering the same experience as before.

We plan to progressively bring more Fiori UI components into this module in the future releases.

FioriSwiftUICore Available
ObjectItem
ObjectHeader
KPIItem
FioriButton
ListPickerItem
DimensionSelector
SideBar
DataTable
WelcomeScreen
ActivationScreen
InfoView

Other Features

  • 🎸 integration cards: support ContentType.List.maxItems & GET parameters (b9a1fe1)
  • 🎸 integration cards: support list with icons (#179) (9b6756b)
  • 🎸 integration cards: support list with numeric header (#180) (7d7c82c)
  • 🎸 integration cards: support owner/ownerImage in timeline (1deca96)
  • 🎸 support manifest parameters for integration cards (c615a29)

Bug Fixes

  • 🐛 eliminate dependency on TinyNetworking package (926625e)