Releases: mgcrea/react-native-swiftui
Releases · mgcrea/react-native-swiftui
v0.12.0
- feat: add starlight docs (23ec581)
- chore: update SFSymbol example and dependencies (5030e28)
- refactor: simplify SFSymbolContainer sizing (c063646)
- feat: add explicit sizing to SFSymbol component (db8f828)
- feat: implement SwiftUI resizeMode handling (136efe8)
- feat: add resizeMode prop to SFSymbol component (f45c5ff)
- feat: add SFSymbol example page (f8bc1af)
- style: format SFSymbol component code (9dbdd88)
- fix: add iOS version compatibility checks for SFSymbol (8e2510c)
- fix: add intrinsic content sizing support for SFSymbol (f7777a9)
- docs: add SFSymbol component documentation and examples (28dea13)
- chore: register SFSymbol component in codegen and exports (00a5ad7)
- feat: add SFSymbol standalone component with full SF Symbols support (16f5676)
- fix: normalize MultiPicker selections to prevent out-of-bounds crash (dbf4208)
- fix: track event keys in useSwiftUINode to prevent stale listeners (737a898)
- fix: wire onFocus/onBlur events for DatePicker and Stepper (7c3b1bc)
- fix: include submitLabel in TextField merge to enable updates (f231471)
- fix: apply autoDismiss default in SwiftUISheetPicker (834dea4)
- fix: use StyleProp and normalize styles in SwiftUI components (ac9b8d5)
- fix: align package type with CommonJS output format (349b6d2)
v0.11.0
v0.10.1
v0.10.0
- chore: update Xcode project configuration (43e2eaa)
- docs: document standalone components and SheetPicker in README (460c570)
- chore: refine standalone sheet picker example and switch default view (4be8265)
- feat: add SheetPicker demo to FullFormExample with dynamic options (fec2a1d)
- feat: implement embedded display mode for SheetPicker in native layer (77fc06e)
- feat: add embedded SheetPicker component for SwiftUI tree (bf793c1)
- feat: improve SheetPicker native implementation (87230cc)
- chore: update examples (ad280d3)
- refactor: move components around for cleanup (24d98f6)
- chore: add standalone sheet picker example (205b2cf)
- feat: add SwiftUI sheet picker component (28e9b81)
- chore: add standalone sheet example (aa58fbc)
- feat: add standalone SwiftUI sheet component (b6ea2a7)
- feat: enhance SwiftUIPicker with onChange event and tint support (983ca14)
- chore: showcase standalone picker in example app (35835ac)
- refactor: streamline swiftui picker exports (8ff3057)
- feat: tailor picker labels for root-hosted views (d96fc48)
- chore: document swift objc header option (4050a9e)
- feat: add swiftui picker wrapper with customizable label color (41edd86)
- fix: report intrinsic size from swiftui container (afaa10c)
- chore: bump react-native tooling deps (c40f314)
- feat: upgrade example to [email protected] (b89e6ce)
v0.9.1
v0.9.0
- feat(update): minor changes (302b230)
- fix: prevent viewTree update if the prop did not change (8aa11d8)
- chore: update example (8e1f2f4)
- feat(update): minor changes (74918f1)
- feat(update): minor changes (054db75)
- chore(npm): bump pnpm, deps (8e46f3c)
- feat(example): update example to latest react-native (f980b9f)
v0.8.0
- fix(SwiftUIContainerView): improve hosting controller lifecycle management and preserve SwiftUI view state fix(SwiftUIRootView): clean up Combine subscriptions in deinit to prevent memory leaks (034fd23)
- chore(.gitignore): update ignored files for better project management (43ac3f5)
- fix(SwiftUIRootView): simplify updateSwiftUIView and clean up multiPicker case (7e3a1d7)
v0.7.1
- feat(form): add support for disabled and scrollDisabled properties in FormProps and Form components (04aa25f)
- feat(example): upgrade to react-native 0.79.0 (6f36743)
- feat(picker): add configuration support for dynamic option generation and update computed options handling (b19650b)
- feat(multi-picker): add configuration support for dynamic option generation (28c3c65)
v0.7.0
- feat(date-picker): enhance date selection decoding with fallback formats and improve component handling feat(picker): update options type for better flexibility refactor(text): normalize styles in Text component and improve type definitions (0d9c417)
- feat(multi-picker): add MultiPicker component with props and view implementation (32f7b69)
- refactor: wrap SwiftUI components in VStack for better layout structure (aadc9bf)
- feat(update): minor changes (a6517ba)
- fix(docs): correct installation command order in README (80b5774)
- docs: update README with contribution guidelines and example project setup chore: bump RNSwiftUI version to 0.6.0 in Podfile.lock chore: remove unused font reference from Info.plist (15a872f)
- feat(colors): add html color support back (f59a62b)
- feat(colors): add system colors full list back (31dc1c0)
v0.6.0
- feat(colors): add support for both DynamicColorIOS and PlatformColor (bec36ca)
- feat(typescript): update API (46956cc)
- feat(TextField): add toolbar (4e23c55)
- chore(podspec): add sponsoring message (350b62f)
- feat(Picker): improve toolbar, add focus events (7ec9860)
- feat(NumberField): improve component (bc764da)
- feat(styles): add preferredColorScheme (27f33fd)
- feat(TextField): add support for submitLabel (ddf0533)
- fix(RCTSwiftUIRootView): fix eventEmitter crash when view not in the window hierarchy (2bfc07e)