Skip to content

v7.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 14:17
· 124 commits to refs/heads/develop since this release
fc46470

Breaking Change

  • You will now need to reference the package via the * import syntax if you wish to pull in all functions. eg, import * as qppMeasuresData from 'qpp-measures-data'. Not including the * as will throw an error during compilation.

📏 Measure & MVP Updates

🚀 Features

🐛 Bug Fixes

🧰 Maintenance