0.80.0
Hermes dSYMS:
ReactNativeDependencies 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.
0.80.0-rc.5
Hermes dSYMS:
ReactNativeDependencies 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.
1.19.1-rxjava2+rxjava3
- Fixed
BluetoothAdapter.ACTION_STATE_CHANGED
BroadcastReceiver leak (https://github.com/dariuszseweryn/RxAndroidBle/pull/864)
2.10.1
- Fix the issue where gatt.disconnect() may throw a SecurityException by @LuoPeiQin in https://github.com/NordicSemiconductor/Android-BLE-Library/pull/621
connectGatt
is successful without previous gatt not being closed by @junebeans in https://github.com/NordicSemiconductor/Android-BLE-Library/pull/620
- @LuoPeiQin made their first contribution in https://github.com/NordicSemiconductor/Android-BLE-Library/pull/621
- @junebeans made their first contribution in https://github.com/NordicSemiconductor/Android-BLE-Library/pull/620
Full Changelog: https://github.com/NordicSemiconductor/Android-BLE-Library/compare/2.10.0...2.10.1
0.79.3
- Runtime: Align timer IDs and timer function argument error handling with web standards. (480a4642e5 by @kitten)
- Typescript: Reference
global.d.ts
using path not types so they can be resolved by TSC (af21f260a1 by @krystofwoldrich)
- Runtime: Fixes issue with z-indexed sibling removal (34ae9facd5 by @rozele)
- Style: Wrong borderBottomEndRadius on RTL (68d6ada448 by @riteshshukla04)
- Cocoapods: enable DEFINES_MODULE in React-jsc (c8fcac2765 by @cipolleschi)
- Codegen: Allow the .pnpm folder to be discovered during code generation (ed7b4d86ab2b77b4cba6c2105e35047ac68c93e1 by @kirill3333)
- Codegen: Exclude selectively disabled libraries from codegen generation (e5c089669a by @cipolleschi)
- Interop Layer: Fixed adding child views to a native view using the interop layer (d53a60dd23 by @chrfalch)
- RedBox: Fix disappearing redbox on initial load of an invalid bundle. (4cc9db1cd5 by @aleqsio)
- Switch: Fixes Switch component incorrectly renders as toggled on even though value prop is hardcoded to false (8d42fc40bc by @zhongwuzw)
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.
0.80.0-rc.4
- Re-expose
src/*
subpaths when not using the Strict TypeScript API (1a46b203b8 by @huntie)
- Fixed the generated type definitions for
Animated.FlatList
andAnimated.SectionList
to correctly infer item types. (9be5ac1010 by @j-piasecki)
Hermes dSYMS:
ReactNativeDependencies 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.
3.2.1-beta01
- Fix PDF viewer colors
- Fix Gradient Maker issues
- Added Mirror filter by #1912
- Fix Compare Image tool crash
- Added ability to control crop rotation more precisely by #1886
- Fixes to Image Preview
- Other bug fixes and improvements
- Material Expressive UI
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/3.2.1-alpha03...3.2.1-beta01
0.80.0-rc.3
- Deps: Update debugger-frontend from bc635fa...343405b (S523384 mitigation) (647af1c4ca by @huntie)
- Deps: Gradle to 8.14.1 (827a6851d0 by @cortinico)
- NewAppScreen: Fix Networking URL in New app screen (89e6c72fd4 by @riteshshukla04)
- Runtime: Align timer IDs and timer function argument error handling with web standards. (480a4642e5 by @kitten)
- TypeScript: Reference
global.d.ts
usingpath
so they can be resolved by TSC (6399caef63 by @krystofwoldrich) - VirtualizeSectionList: Fix VirtualizeSectionList generic arguments (44b0f5560b) by @coado
- Layout: Restored the possibility to extend
LayoutAnimationController
(bca7c5a553 by @tomekzaw) - TextInput: Fix broken focus behavior for TextInput in older Android versions (< 9) (fb62355555) by @joevilches
Hermes dSYMS:
ReactNativeDependencies 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.
v2.3.7
- fix: Abnormal behavior of scrolling when zooming in #194 by @lng8212 in https://github.com/afreakyelf/Pdf-Viewer/pull/203
- Delete redundant PdfSource by @robertlinsener in https://github.com/afreakyelf/Pdf-Viewer/pull/208
- Fix: Add missing default implementation for
onPdfRenderStart
in StatusCallBack by @mubashirpa in https://github.com/afreakyelf/Pdf-Viewer/pull/204 - https://github.com/afreakyelf/Pdf-Viewer/issues/205
- https://github.com/afreakyelf/Pdf-Viewer/issues/206
- https://github.com/afreakyelf/Pdf-Viewer/issues/207
- Zoom fix
- @lng8212 made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/203
- @robertlinsener made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/208
- @mubashirpa made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/204
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.3.6...v2.3.7