Skip to content

Commit 75e24ad

Browse files
committed
0.2.6 — Add featureStyles prop and changelog
1 parent 097d611 commit 75e24ad

2 files changed

Lines changed: 49 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Changelog
2+
3+
All notable changes to `@quickpose/react-native` will be documented in this file.
4+
5+
## [0.2.6] - 2026-03-09
6+
7+
### Added
8+
- `featureStyles` prop for per-feature styling with color, line width, font size, arc size, corner radius, and conditional colors
9+
- New exported types: `QuickPoseStyle`, `QuickPoseConditionalColor`
10+
11+
### Removed
12+
- Removed `example-picker` app
13+
14+
## [0.2.5] - 2026-03-09
15+
16+
### Fixed
17+
- Version bump for npm publish
18+
19+
## [0.2.4] - 2026-03-09
20+
21+
### Fixed
22+
- Podspec: read repository URL from object instead of string
23+
24+
## [0.2.3] - 2026-03-09
25+
26+
### Fixed
27+
- Publish workflow: upgrade npm for OIDC trusted publishing support
28+
29+
## [0.2.2] - 2026-03-09
30+
31+
### Fixed
32+
- Publish workflow: remove registry-url to enable OIDC trusted publishing
33+
34+
## [0.2.1] - 2026-03-09
35+
36+
### Added
37+
- Full React Native plugin with iOS and Android native modules
38+
- `QuickPoseView` component with `sdkKey`, `features`, `useFrontCamera`, and `onUpdate` props
39+
- Feature string parsing for overlays, range of motion, fitness, and input features
40+
- Example app with feature picker UI
41+
- GitHub Actions publish workflow with OIDC provenance
42+
- TypeScript types for `QuickPoseViewProps`, `QuickPoseUpdateEvent`, `QuickPoseResult`
43+
44+
## [0.1.0] - 2023-10-16
45+
46+
### Added
47+
- Initial React Native demo app with QuickPose pose estimation running on iOS
48+
- Android native view manager support (2023-11-05)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quickpose/react-native",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "React Native plugin for QuickPose ML pose estimation SDK",
55
"main": "src/index",
66
"types": "src/index",

0 commit comments

Comments
 (0)