Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Jun 3, 2020
1 parent 3e9d9b8 commit 819b443
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.5.0 (2020-06-03)

- First public release! 🎉
- Introducing FioriCharts and FioriIntegrationCards module
- Software is incomplete (but useable) and remains a work in progress
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We welcome any type of contribution, not only code. You can help and

## Submitting code and pull request handling

We are currently busy finalizing our first open-source release.
We are currently busy finalizing our open-source milestone release.

Soon we'll enhance this section to provide more instructions on how to submit a great pull request.

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The FioriCharts module is planned to replace the *RoambiChartKit* charting libra

The API is designed for backwards compatibility to the existing SAPFiori charting APIs, but is optimized for SwiftUI.

Upcoming releases of SAPFiori will dynamically link to FioriSwiftUI framework; applications linking SAPFiori should include this package and its eponymous package product as a dependency.
[API Reference](https://sap.github.io/cloud-sdk-ios-fiori/charts/index.html)

### Fiori Integration Cards
The FioriIntegrationCards module is a native SwiftUI renderer for the [UI5 Integration Cards](https://openui5.hana.ondemand.com/test-resources/sap/ui/integration/demokit/cardExplorer/index.html). These types of cards are common in UI5 dashboard and overview page user contexts. In native iOS apps, we are focusing initially on the dashboard use case, and also considering Cards as ideal for Annotation-style views--in maps, or AR experiences.
Expand All @@ -53,6 +53,7 @@ The FioriIntegrationCards module is a native SwiftUI renderer for the [UI5 Integ
| Adaptive Card | tbd |
| Component Card | :x: |

[API Reference](https://sap.github.io/cloud-sdk-ios-fiori/integrationCards/index.html)

## Requirements

Expand All @@ -79,9 +80,9 @@ If you are concerned about bundle size you can use either one of the individual

## Limitations

Both modules are currently in development, and should not yet be used productively. API's may change before release.
Both modules are currently in development, and should not yet be used productively. Breaking changes may occur in 0.x.x release(s)

Several functional limitations exist at present, which are planned for resolution before initial release. Please check the Issues tab for an up-to-date view of the backlog and issue status.
Several functional limitations exist at present, which are planned for resolution before milestone release 1.0.0. Please check the Issues tab for an up-to-date view of the backlog and issue status.

Key gaps which are present at time of open-source project launch:

Expand Down

0 comments on commit 819b443

Please sign in to comment.