Skip to content

Releases: mgcrea/react-native-jetpack-compose

v0.7.0

08 Dec 20:50
0.7.0
d5297af

Choose a tag to compare

  • feat: add new starlight docs (8c228f3)
  • feat(TextField): add keyboard options, icons, and character counter (b6fe5ee)
  • test: add unit tests for all components (609b554)
  • docs: add TimePicker and TimeRangePicker documentation (8d43424)

v0.6.0

08 Dec 16:24
0.6.0
122e6e6

Choose a tag to compare

  • feat: add TimePicker and TimeRangePicker components (92526cb)

v0.5.2

05 Dec 18:56
0.5.2
bc7be2a

Choose a tag to compare

  • fix: manually layout ComposeView after setup for React Navigation (4187fdb)
  • fix: correct lifecycle state handling - remove invalid STOPPED reference (b950b88)

v0.5.1

05 Dec 17:30
0.5.1
4c7bec2

Choose a tag to compare

  • fix: handle STOPPED state in lifecycle transitions for navigation (58ea1f6)

v0.5.0

05 Dec 17:14
0.5.0
d99726c

Choose a tag to compare

  • chore: update tsconfig.node.json to include .mjs config files (9056beb)
  • fix: use CommonJS export in react-native.config.js (64adfb8)
  • chore: migrate config files to .mjs format (57663fa)
  • fix: sync DateRangePicker state with props and guard confirm event (19211e7)
  • fix: sync DatePicker state with prop changes and prevent initial event (e74d039)
  • fix: align package type with actual build output and add peer dependency constraints (6be086f)
  • fix: improve lifecycle handling for view reattachment (24ad812)

v0.4.0

05 Dec 16:56
0.4.0
a1e47c7

Choose a tag to compare

  • style: adjust TextField base height to 64px (8259820)
  • fix: revert to ComposeView to fix windowRecomposer error (102a861)
  • docs: add Material 3 theming section and update SheetPicker props (c5cf5f6)
  • feat: add maxHeightRatio and sheetMaxWidth props to SheetPicker (ccf6070)
  • docs: add TextField component documentation to README (c13e3e1)

v0.3.0

05 Dec 14:18
0.3.0
8dedd67

Choose a tag to compare

  • chore: add .release-it.json file (a32d5d8)
  • docs: add Material 3 theming guide to README (7bb040c)
  • feat: add TextField component with Material 3 OutlinedTextField (c52a65a)
  • fix: adjust SheetPicker window insets for better display (2027179)