Skip to content

Releases: matinzd/react-native-health-connect

v1.0.4

24 Jun 18:23
Compare
Choose a tag to compare

1.0.4 (2023-06-24)

Bug Fixes

  • add expo prebuild plugin to npm lib (280084b)

v1.0.3

22 Jun 22:35
Compare
Choose a tag to compare

What's Changed

  • chore(docs): fix small typos in getting started & aggregate record by @aarlin in #22
  • chore: app expo plugin configuration by @matinzd in #24
  • fix(types): request permission return type by @matinzd in #25

From now on, you can utilize the Expo plugin bundled with the library, thus eliminating the need for androidManifestPlugin.js. You can edit app.json file like this:

{
  "expo": {
    "plugins": ["react-native-health-connect"]
  }
}

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 May 07:58
Compare
Choose a tag to compare

1.0.2 (2023-05-09)

Bug Fixes

  • randomize request code for onActivityResult (0ddb47b)
  • remove starting activity from app context (cef36fc)

What's Changed

  • chore(docs): add documentation for handling permissions in Expo projects by @kader1303 in #20

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Apr 05:44
Compare
Choose a tag to compare

1.0.1 (2023-04-19)

Bug Fixes

v1.0.0

29 Mar 03:29
Compare
Choose a tag to compare

🎉 Initial stable release

What's Changed

Full Changelog: v0.1.0-alpha.7...v1.0.0

v0.1.0-alpha.8

29 Mar 03:07
Compare
Choose a tag to compare
v0.1.0-alpha.8 Pre-release
Pre-release

0.1.0-alpha.8 (2023-03-29)

Bug Fixes

Features

  • add heart rate variability rmssd record (4d14e8d)
  • add height and distance record (5e687bc)
  • add hydration record (689170b)
  • add lean body mass and intermenstrual bleeding record (993dd99)
  • add menstruation flow record (41472d3)
  • add menstruation period record (1075fd8)
  • add nutrition record (e844435)
  • add ovulation test record (47e415d)
  • add oxygen saturation record (d0265ec)
  • add power record (6266e97)
  • add read record function (13c8196)
  • add respiratory rate record (cc1dd62)
  • add resting heart rate record (caf9365)
  • add sexual activity record (ede9337)
  • add sleep session record (1fa62ef)
  • add sleep stage record (4511e68)
  • add speed record (22f777d)
  • add steps cadence record (db1f8e3)
  • add total calories burned record (406ff67)
  • add vo2 max record (e0065d5)
  • add weight record (2b203eb)
  • add wheelchair pushes record (4aa9f93)

v0.1.0-alpha.7

06 Mar 15:47
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release

0.1.0-alpha.7 (2023-03-06)

Features

v0.1.0-alpha.6

21 Feb 15:48
Compare
Choose a tag to compare
v0.1.0-alpha.6 Pre-release
Pre-release

0.1.0-alpha.6 (2023-02-21)

Features

0.1.0-alpha.5

21 Feb 15:32
Compare
Choose a tag to compare
0.1.0-alpha.5 Pre-release
Pre-release

0.1.0-alpha.5 (2023-02-21)

Features

  • implement CyclingPedalingCadence record (2bbd18c)
  • implement HeartRate record (c53739e)

0.1.0-alpha.4

10 Feb 12:50
Compare
Choose a tag to compare
0.1.0-alpha.4 Pre-release
Pre-release

0.1.0-alpha.4 (2023-02-10)

Internal changes

  • fix getSafeInt extension - 5754132