8 days ago
Calendar

2.6.0-alpha03

Compose Multiplatform:

Release the compose multiplatform artifact com.kizitonwose.calendar:compose-multiplatform, based on compose UI 1.7.0-beta03.

Usage:

commonMain.dependencies {
    implementation("com.kizitonwose.calendar:compose-multiplatform:2.6.0-alpha03")
}
11 days ago
react-native

v0.75.0-rc.5

Breaking

Android specific

Added

Android specific

iOS specific

  • Libraries can now declare Swift Package Manager dependencies in their .podspec with ReactNativePodsUtils.spm_dependency (f903f34837 by @mfazekas)

Fixed

Android specific

  • If npx react-native-community/cli config fails or timeouts proper error is shown and built is aborted, instead of leaving and empty autolinking.json (3782511350 by @mfazekas)

iOS specific

  • Make sure to pass the RCTBridgeProxy to ViewManagers (d6c90cf7ed by @cipolleschi)
  • Implement shared atomic counters and replace static integers in RCTImageLoader and RCTNetworkTask that were accessed concurrently, which in some cases lead to data races. (ffc16fc18b by @hakonk)


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

14 days ago
Android-BLE

android-ble v3.3.0

兼容android12权限问题,删除OTA模块方法

15 days ago
DialogX

0.0.50.beta17.1问题修复版本更新

0.0.50.beta17.1

  • MessageDialog 和 BottomDialog 的空指针异常修复

0.0.50.beta17

  • TextInfo 新增对自定义 Typeface 的支持;
  • 修复了 MessageDialog 和 BottomDialog 在不设置任何 button 时可能存在布局占位的问题;
  • 修复了 MIUI 主题中的已知问题;
  • 去除了 OnBindView 的异常日志打印;
17 days ago
react-native

0.73.9

Added

iOS specific

Changed

Fixed

iOS specific

  • Remove invalidate observer instead of re-adding observer in DeviceInfo module (9db3eb6 by @zhongwuzw)
  • Fix privacy aggregation (6983a8b by @aleqsio)
  • Privacy Manifest aggregation failing due to missing nil check (115331b by @swrobel)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (86cb45e by @robertying)
  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (4bb94fe by @renchap)

Hermes dSYMS:


You can file issues or pick requests against this release here


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

17 days ago
DialogX

0.0.50.beta17测试版更新

  • TextInfo 新增对自定义 Typeface 的支持;
  • 修复了 MessageDialog 和 BottomDialog 在不设置任何 button 时可能存在布局占位的问题;
  • 修复了 MIUI 主题中的已知问题;
  • 去除了 OnBindView 的异常日志打印;
18 days ago
react-native

0.75.0-RC.4

Fixed

Android specific

Changed

General



You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

25 days ago
react-native

0.74.3

Added

  • Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by @Kudo)

Changed

iOS specific

  • Support customizeRootView from RCTRootViewFactory (3c4d761 by @Kudo)

Fixed

  • Codegen computes output path relative to project root instead of current working directory. (d3e0430dea by @dmytrorykun)

Android specific

iOS specific

  • Fixed Multiline TextInput with a fixed height scrolls to the bottom when changing AttributedText (e210c7c5 by @fabOnReact)
  • Fixed border being drawn over children when no color was set (a2b52af3 by @j-piasecki)

Hermes dSYMS:


You can file issues or pick requests against this release here.


Note: Due to some issue 0.74.3 is not available yet in upgrade helper To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

25 days ago
react-native

0.75.0-rc.3

You can try it in a new project as follows:

npx react-native@next init RN075 --version next

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

29 days ago
DialogX

0.0.50.beta16.3测试版更新

0.0.50.beta16.3

  • 修复 OnBindingView 的问题(实验性);

此更新不影响其他功能正常使用,属于实验性部分功能的问题修复