Skip to content

Commit 122076e

Browse files
committed
Update CHANGELOG
1 parent 726ee56 commit 122076e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/health/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 13.1.4
22

33
* Fix adding mindfulness resulted in crash in iOS
4+
* Support SPM for iOS
45

56
## 13.1.3
67

@@ -28,6 +29,7 @@
2829
## 13.0.1
2930

3031
* Refactored Swift native implementation - See PR [#1175](https://github.com/cph-cachet/flutter-plugins/pull/1175) and [#1208](https://github.com/cph-cachet/flutter-plugins/pull/1208) for more information:
32+
3133
```
3234
SwiftHealthPlugin (Main Plugin Class)
3335
├── HealthDataReader (Reading health data)
@@ -58,10 +60,12 @@ SwiftHealthPlugin (Main Plugin Class)
5860
* iOS: Parse metadata to remove unsupported types - PR [#1120](https://github.com/cph-cachet/flutter-plugins/pull/1120)
5961
* iOS: Add UV Index Types
6062
* Android: Add request access to historic data [#1126](https://github.com/cph-cachet/flutter-plugins/issues/1126) - PR [#1127](https://github.com/cph-cachet/flutter-plugins/pull/1127)
63+
6164
```XML
6265
<!-- Add the following permission into AndroidManifest.xml -->
6366
<uses-permission android:name="android.permission.health.READ_HEALTH_DATA_HISTORY"/>
6467
```
68+
6569
* Android:
6670
* Update `androidx.compose:compose-bom` to `2025.02.00`
6771
* Update `androidx.health.connect:connect-client` to `1.1.0-alpha11`
@@ -89,10 +93,12 @@ SwiftHealthPlugin (Main Plugin Class)
8993
* Fix [#984](https://github.com/cph-cachet/flutter-plugins/issues/984) - PR [#1055](https://github.com/cph-cachet/flutter-plugins/pull/1055)
9094
* Add `LEAN_BODY_MASS` data type [#1078](https://github.com/cph-cachet/flutter-plugins/issues/1078) - PR [#1097](https://github.com/cph-cachet/flutter-plugins/pull/1097)
9195
* The following AndroidManifest values are required to READ/WRITE `LEAN_BODY_MASS`:
96+
9297
```XML
9398
<uses-permission android:name="android.permission.health.READ_LEAN_BODY_MASS"/>
9499
<uses-permission android:name="android.permission.health.WRITE_LEAN_BODY_MASS"/>
95100
```
101+
96102
* iOS: Add `WATER_TEMPERATURE` and `UNDERWATER_DEPTH` health values [#1096](https://github.com/cph-cachet/flutter-plugins/issues/1096)
97103
* iOS: Add support for `Underwater Diving` workout [#1096](https://github.com/cph-cachet/flutter-plugins/issues/1096)
98104
* Fix [#1072](https://github.com/cph-cachet/flutter-plugins/issues/1072) and [#1074](https://github.com/cph-cachet/flutter-plugins/issues/1074)

0 commit comments

Comments
 (0)