Releases: ikhvorost/ReactBridge
Releases · ikhvorost/ReactBridge
1.3.1
Fixed: resolved version 2 for swift 5.9
1.3.0
Added:
- XCode 16
- Swift 6
- Swift Syntax 600.0.0
1.2.1
- Registering native modules optimization
1.2.0
- Upgraded to Swift Syntax 510.0.2
- Added Xcode 16 beta with Swift 6 support
1.1.0
- Added
RCTDirectEventBlock
, RCTCapturingEventBlock
property types
- Updated to SwiftSyntax 510.0.1
- Fixed Strict Concurrency warnings (Swift 6)
1.0.4
Fixed:
- "Overriding declaration requires an 'override' keyword" for methodQueue
1.0.3
Added:
- visionOS
- Swift syntax 509.1.0
Fixed:
- The package product 'SwiftSyntaxMacros' requires minimum platform version 13.0 for the iOS platform
- Module 'ReactBridgeMacros' was not compiled for testing https://github.com/testable import ReactBridgeMacros
1.0.2
Fix: UITests - error getting main window kAXErrorAPIDisabled
1.0.1
Fixed:
- Inheritance from RN modules and UI components:
RNCWebViewManager
, RCTEventEmitter
etc.
- Method parameter of
TimeInterval
type with wrong value: divided by 1000
- First parameter of method with several uppercased letters
1.0.0
Macros for React Native Modules and UI Components:
- @ReactModule
- @ReactMethod
- @reactView
- @ReactProperty