0.79.0-rc.1
- Update Metro to ^0.82.0 (8421b8a872 by @robhogan)
- Fixed: extraModulesForBridge callback not called when New Architecture enabled (c0a5c2c3cb by Bruno Aybar)
- Enable back the opt-out from the New Architecture (9abdd619da by @cipolleschi)
- Add missing loadFromSource method in the DefaultRNFactoryDelegate (7739615e0d by @cipolleschi)
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.
v2.2.1
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.2.0...v2.2.1
- Improve caching mechanism
- Fixed no progress/loading indicator when opening Pdf
- Fixed where the library was loading entire PDF in one go; now it loads in segments as you scroll
3.2.0
- Added Checksum Tools with ability to calculate and compare hashes using 64 different algorithms by #1610
- Added 27 new shapes for cropper, and 22 new shapes for icons
- Predictive back gesture support for image pagers
- Fix back button on android < 13 by #1570
- Fix constant update source selection dialog by #1570
- Save favorite filters and templates in main backup file by #1564 (this will clear existing favorite filters and templates!)
- Added ability to add application wide fonts in settings
- Fix Unintended rotation after fast edit options by #1572
- New Material3 Loading Indicator
- Added simple calculator for image dimensions by #1581
- Added 105 Crypto algorithms to Cipher tool by #1589
- Limit for QR code size added
- Added ability to choose position and scale mode for each image in Image Stacking tool
- Added ability to select particular PDF pages for export by text, or ranges by #1581
- Added ability to disable tool exit confirmation by #1594
- Fix infinite processing in Resize by Weight
- Fix selection order in embedded picker by #1603
- Added ability to edit EXIF without recompression in separate tool by #1606
- Added ability to select stickers in markup layers by #1596
- Added error message with occurred exception info while saving by #1605
- Fix broken behavior of custom tesseract params in OCR by #1614
- Added ability to define favorite colors by #1581
- Fix background remover draw path behavior
- Fix crashes in Cropper and Watermark
- Fix broken Draw tool by #1634
- Added clearing recent colors and reordering favorite colors by #1629
- Added ability to specify arrow head scale and rotation by #1629
- Added ability to add Text stamp and Timestamp (formatted current time) in Watermark Tool by #1626
- Add Image Cutting tool to cut out a part of image horizontally or vertically by #1659
- Added rounded corners interaction when pressing clickable elements
- Added Mesh Gradient collection viewing and creation in Gradient Maker by #1673
- Fix crash in open source libs info by #1678
- Added 7 Pixel By Pixel comparison modes by #1674
- Added 13 types of barcodes to QR Codes tool for decoding and encoding
- Fix issue when certain SVGs cannot be viewed by #1697
- Fix crash when no google services for market version by #1731
- Other UI improvements, optimizations, and small bug fixes
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/3.1.2...3.2.0
5.0.0
Feature
- Add
LoadingState.loadingStateViewType
#37 - Add
onViewAttached(view)
andonViewDetached(view)
methods toViewDelegate
#40 - Resolve margin issue for both contentView and decorView #39
Breaking Changes
- Replaced
Animation
interface withAnimatable
interface - Changed
onStartShowAnimation(...)
andonStartHideAnimation(...)
methods totoggleViewsAnimation(...)
method
—
功能
- 添加
LoadingState.loadingStateViewType
#37 - 添加
onViewAttached(view)
和onViewDetached(view)
函数到ViewDelegate
#40 - 解决 contentView 和 decorView 都添加了 margin 的 issue #39
重大更新
- 重命名
Animation
接口为Animatable
接口 - 修改
onStartShowAnimation(...)
和onStartHideAnimation(...)
函数为toggleViewsAnimation(...)
函数
0.79.0-rc.0
- Deprecated usage of
HERMES_ENABLE_DEBUGGER
build-time flag for enabling React Native debugger in favour ofREACT_NATIVE_DEBUGGER_ENABLED
andREACT_NATIVE_DEBUGGER_ENABLED_DEVONLY
. (5fcb69e8b7 by @hoxyq) - Deep imports to modules inside
Libraries/DevMenu
usingrequire
may need to be appended with.default
(ce84922236 by @j-piasecki) - Remove deprecated
unstable_enableLogBox
function. LogBox is enabled by default. (7368265107 by @huntie) - Remove com.facebook.react.modules.network.TLSSocketFactory class (e065411c91 by @mateoguzmana)
- Deep imports to
Utilities/dismissKeyboard.js
,Utilities/GlobalPerformanceLogger.js
orUtilities/SceneTracker.js
withrequire
syntax need to be appended with '.default'. (fc6ca26d3f by @iwoplaza) - Deep imports to
Utilities/deepFreezeAndThrowOnMutationInDev
,Utilities/defineLazyObjectProperty
,Utilities/DeviceInfo
orUtilities/FeatureDetection
withrequire
syntax may need to be appended with '.default'. (028c0b36f6 by @iwoplaza) - Deep imports to
Libraries/Utilities/Platform
withrequire
syntax needs to be appended with '.default'. (d98116aa44 by @iwoplaza) - Deep imports to
Utilities/infoLog
,Utilities/logError
,Utilities/mapWithSeparator
orUtilities/warnOnce
withrequire
syntax need to be appended with '.default'. (7aef81b984 by @iwoplaza) - Deep imports to
Utilities/binaryToBase64
,Utilities/DevSettings
,Utilities/PolyfillFunctions
orUtilities/RCTLog
withrequire
syntax need to be appended with '.default'. (152587cda0 by @iwoplaza) - Deep imports to
Libraries/Utilities/BackHandler
,Utilities/DevLoadingView.js
orUtilities/HMRClient*.js
withrequire
syntax needs to be appended with '.default'. (827a847791 by @iwoplaza) - Deep imports to modules inside
Libraries/StyleSheet
usingrequire
may need to be appended with.default
(4f20362b07 by @j-piasecki) - Deep imports to
Libraries/Utilities/differ/...
withrequire
syntax need to be appended with '.default'. (2b30aa5cc8 by @iwoplaza) - Deep imports into
react-native/virtualized-lists
with require syntax may need to be appended with.default
(1cf4c84ba0 by @j-piasecki) - Deep imports to modules inside
Libraries/Modal
andLibraries/Network
withrequire
syntax may need to be appended with '.default'. (28945c68da by @iwoplaza) - Deep imports to modules inside
Libraries/PermissionsAndroid
andLibraries/PushNotificationIOS
withrequire
syntax has to be appended with '.default'. (e74246bd66 by @iwoplaza) - Disallow invalid unitless lengths in filters (b34e63539d by @NickGerleman)
- Remove legacy Libraries/JSInspector modules (9ba4dd81db by @huntie)
- Deep imports to modules inside
Libraries/EventEmitter
andLibraries/Image/*.js
withrequire
syntax need to be appended with '.default'. (8783196ee5 by @iwoplaza) - Deep imports to modules inside
Libraries/LayoutAnimation
andLibraries/Linking
withrequire
syntax need to be appended with '.default'. (4d6785bdb5 by @iwoplaza) - Remove deprecated
YellowBox
andconsole.ignoredYellowBox
APIs. UseLogBox
. (45a2d9c5a8 by @huntie) - Move
XHRInterceptor
API tosrc/private/
(389779c348 by @huntie) - Move
Libraries/Inspector/
modules tosrc/private/
(0bde08fe67 by @huntie) - Deep imports to modules inside
Libraries/Lists
withrequire
syntax may need to be appended with '.default'. (e767dc3458 by @iwoplaza) - Disallow invalid unitless lengths in box shadows (8e2de303e3 by @NickGerleman)
- Deep imports to modules inside
Libraries/ReactNative
withrequire
syntax need to be appended with '.default'. (c93bd436a5 by @iwoplaza) - Files inside
Libraries/Text
,Libraries/Share
andLibraries/Settings
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (156ee5bee7 by @iwoplaza) - Files inside
Libraries/Components
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (aac312da8e by @iwoplaza) - Files inside
Libraries/Inspector
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (48d900b703 by @iwoplaza) - Remove some web debugging remnants (9aae84a688 by @NickGerleman)
- Remove incorrect hwb() syntax support from normalize-color (676359efd9 by @NickGerleman)
- Files inside
Libraries/Interaction
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (bdc23fa2b4 by @iwoplaza) - Files inside
Libraries/Utilities
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (52ffda7e55 by @iwoplaza) - Files inside
Libraries/Text
,Libraries/Share
andLibraries/Settings
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (1be7e1a95f by @iwoplaza) Libraries/Core/ExceptionsManager
now exports a defaultExceptionsManager
object, andSyntheticError
as a secondary export. (e5818d92a8 by @iwoplaza)- Removed a long-running loop causing the app to lag while attempting a connection to Metro (9b977def6c by @EdmondChuiHW)
- Removed
Libraries/Animated/AnimatedWeb.js
file. (ecae8a2908 by @iwoplaza) - Files inside
Libraries/Components
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (da695f3a20 by @iwoplaza) - Files inside
Libraries/WebSocket
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (7df73eebdc by @iwoplaza) - Removed a long-running loop causing the app to lag while attempting a connection to Metro (0e5adb9128 by @EdmondChuiHW)
- Files inside
Libraries/Components
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (ce412746b1 by @iwoplaza) - Files inside
Libraries/Components
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (9eeef22a67 by @iwoplaza) - Files inside
Libraries/BugReporting
,Libraries/vendor
,Libraries/Vibration
andLibraries/YellowBox
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (09700327f7 by @iwoplaza) - Files inside
Libraries/Blob
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (9a70bc0418 by @iwoplaza) - Files inside
Libraries/BatchedBridge
andLibraries/AppState
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (135277ace1 by @iwoplaza) - Files inside
Libraries/Alert
andLibraries/ActionSheetIOS
useexport
syntax, which requires the addition of.default
when imported with the CJSrequire
syntax. (c89c5d7e3d by @iwoplaza) - Deep imports from some files in
StyleSheet/
can break when using therequire()
syntax, but can be easily fixed by appending.default
(e4d969a4ab by @iwoplaza)
- Make com.facebook.react.modules.network.ResponseUtil internal (360cbf7433 by @mateoguzmana)
- Removed
RuntimeConfig
class for Hermes which was unused. (08ddc11269 by @cortinico) - Reduce visibility of FabricUIManager.setBinding() method, unused outside of react native (2a9a13d567 by @mdvacca)
- Add inspector proxy events for debugger heartbeat (sampled) and abandoned connections (84f3cf95ea by @vzaidman)
- Add inspector proxy info logs in regards to CDP connection to device and DevTools (29419ce8f0 by @vzaidman)
- Open Sourcing React Native's Compatibility Check (60e3921f9c by @elicwhite)
- Add opt in for legacy Metro log streaming via
--client-logs
flag (0d66c524cf by @huntie) - Open Sourcing React Native's Compatibility Check (6590bb3e14 by @elicwhite)
- (abd7259de4 by @javache)
- Added a new workflow to monitor new issue in repo. (ea876054cf by @shubhamguptadream11)
- Added explicit type for Symbol.iterator in URLSearchParams (89af3e804f by @coado)
- Added explicit type for argument in _captureRef in SectionList (e31ff4212b by @coado)
- Added explicit type for _lastNativeRefreshing and changed React import syntax in RefreshControl (a24f9ef825 by @coado)
- Added explicit type for _memoizedRenderer and changed React and View import in FlatList (b634fa1edb by @coado)
- Added type for exported object in AssetRegistry (44d84f2af6 by @coado)
- Add owner stack code frames to LogBox (0affa544c3 by @rickhanlonii)
- Add full owner stack support to React Native (967ef32154 by @rickhanlonii)
- Added types in TouchHistoryMath (b9df812b67 by @coado)
- Linear gradient color transition hint syntax and
px
unit support. (cc89ddd50b by @intergalacticspacehighway) - Adds the escape key to the key press event handler payload. (e566c1ec06 by @sbuggay)
- Added explicit type to supported commands in TextInputNativeCommands (1126bbb149 by @coado)
- Support stylistic sets for fontVariant (c09b71b990 by @LeviWilliams)
- On
DefaultNewArchitectureEntryPoint
class add property to specify the desired release level for an application (19c18eb995 by @jorge-cab) - Add support for Gradle Configuration caching (e41887e62f by @cortinico)
- Feature flags for recycling View, Text components separately (ca5ce205f7 by Thomas Nardone)
- Set ReactSurface and ReactRootView to ReactDelegate when created via ReactNavigationActivityDelegate (a302fbcaaf by Maddie Lord)
- Inform users about JSC being moved to a different repo (13177b3025 by @okwasniewski)
- Added the React-SwiftCompatibleNativeModules pod (5d5d3708df by @cipolleschi)
- Js runtime C API for Swift (a6607c07cd by @okwasniewski)
- Add support for
numberOfLines
prop onTextInput
(dcaa33e6d9 by @j-piasecki) - Encapsulate device info listeners (7dc85d0e97 by @okwasniewski)
- Added custom load js block in bridge mode (1e9ac296a5 by @zhongwuzw)
- Add feature flag to enable running JS GC on iOS memory pressure with Bridgeless (6cbdc94456 by @lyahdav)
- Missing nonnull annotations for RCTArchConfiguratorProtocol, RCTUIConfiguratorProtocol.h (0141a44026 by @okwasniewski)
- Bump Node 18 -> 20 to build React Native in OSS (1fd3806ee9 by @cortinico)
- Improve TypeScript types for
global
objects (094c5be42e by @coado) - Increase minimum typescript version in index.d.ts (721f85adf7 by @coado)
- Changed cron timings to run at fix schedule and upgraded action for better debugging (dc02c53c16 by @shubhamguptadream11)
- Upgrade React DevTools to 6.1.1. (5c88633035 by @hoxyq)
- Move view flattening props to cross platform type interface (ecad90ad8b by @okwasniewski)
- Introduced a feature flag to test an optimization in
Animated
to reduce memory usage. (fb8a6a5bb0 by @yungsters) - Removed
RawProps::operator=
(e4d1cf8ce9 by @javache) Debugger.scriptParsed
now includes the fieldsourceMapURL
as a (rewritten) remote url as opposed to base64 data url (ff2e40371e by @vzaidman)- Upgrade React DevTools to 6.1.0. (07860545f5 by @hoxyq)
- When an Animated component is updated or unmounted,
AnimatedNode
instances will now detach in a microtask instead of synchronously in the commit phase of React. This will cause the completion callback of finished animations to execute after the commit phase instead of during it. (50b75a74d1 by @yungsters) - Improved types in WebSockertInterceptor callbacks (d2adb976ab by @coado)
- Replaced $FlowFixMe with PressEvent in ScrollViewNativeComponentType (8befab1760 by @coado)
- Improved types in ScrollView (1be2ba4597 by @coado)
- Improved Props type in UnimplementedView (b200c7cb2f by @coado)
- Replaced $FlowFixMe in InteractionManager to Function type (cd7a30ce48 by @coado)
- Improve ToastAndroid jsdocs (299a7a959d by @mateoguzmana)
- Removed context from addEventListener arguments in Linking (1536a7f196 by @coado)
- Improved types for exported Types and Properties in LayoutAnimation (3c02738ec4 by @coado)
- Replaced $FlowFixMe in CodegenTypes with Object type (812c3b33cd by @coado)
- Replaced $FlowFixMe in RCTDeviceEventEmitter with any (8df6cfa56b by @coado)
- Replaced $FlowFixMe in NativeModules with any type (286a360d9b by @coado)
- Refactored StaticRenderer syntax (0e6cb590ec by @coado)
- Improved eventInitDict type in WebSocketEvent class (fa2fac1372 by @coado)
- Improved types in TextAncestor (df9d43f02b by @coado)
- (Reapply) The
AnimatedNode
graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. (e0c0476553 by @yungsters) - Mark intersectionRect required in NativeIntersectionObserverEntry (e3c63cfd34 by @lunaleaps)
- Improved types in StatusBar by adding StackProps (48cafc0b69 by @coado)
- Improved types in AnimatedWeb (647ca90a30 by @coado)
- Bump AGP to 8.8.2 (2062defb2d by @cortinico)
- Add a build time JSC lean core warning (90e27c2b4f by @Kudo)
- Gradle to 8.13 (b95424d159 by @cortinico)
- Update androidx app compat to 1.7.0 (b0fd9c1556 by @janicduplessis)
- Add option to disable bundle compression to improve startup time (778382ad3d by @mrousavy)
- Allow passing custom JSRuntimeFactory to DefaultReactHost (cdc166709d by @Kudo)
- Exclude
jsctooling
whenuseThirdPartyJSC
gradle property is true (66032f22b8 by @Kudo) - Introduces BuildConfig.UNSTABLE_ENABLE_MINIFY_LEGACY_ARCHITECTURE to determine if the new architecture is fully enabled into an Android app (b45a3e5cd8 by @mdvacca)
- Avoid
ConcurrentModificationException
when iterating overmListeners
TextWatcher
array (243aecc095 by @kirillzyusko) - Deprecated ViewManagerDelegate#setProperty and ViewManagerDelegate#receiveCommand (5a290c4cab by @javache)
- Moved workaround for multiline text measurement with
maximumNumberOfLines
earlier in the pipeline (167a1a30da by @j-piasecki) - Decouple JSC when
USE_THIRD_PARTY_JSC=1
(176bed79b4 by @Kudo) - Properly handle
null
values coming from NativeModules. (d4236791e2 by @cipolleschi) - Change prime constants to have prefix in order to avoid any potential conflicts (2ed0ba0722 by Nolan O'Brien)
- Ignore deprecation warning when calling pod install through core-cli-utils (4141560afc by @cipolleschi)
- Invoke Codegen as part of the Core-cli-utils package (cc1e8d1523 by @cipolleschi)
- Fix Gemfile versions (2527d29a96 by @cipolleschi)
- Stop running codegen when running pod install (f15094ef88 by @cipolleschi)
- Generate the ReactCodegen.podspec as part of codegen instead of as part of pod install. (dab9b3b440 by @cipolleschi)
- Update deprecated enums in RCTTextPrimitivesConversions.h (4121d24454 by @joannaquu)
- Deprecate RCTAppDelegate (74de9526ab by @okwasniewski)
- Deprecate calling
pod install
directly (e3def00d7a by @cipolleschi)
RuntimeExecutor
andRuntimeScheduler
constructors are now private,MapBufferSoLoader
was removed as no longer required. (6c8ace9b05 by @javache)- Remove
DevSupportManagerFactory.launchJSDevtools
API (514ec4192f by @huntie) - Stable API - Make
AnimatedNodeWithUpdateableConfig
internal as it was not used in OSS (54e0b69e7e by @cortinico) ViewManagerPropertyUpdater.updateProps
is deprected, use the related ViewManager APIs instead (a18bc58645 by @javache)
- Remove no longer needed UISceneDelegate (a033cf9d5e by @okwasniewski)
- Clean up RCTBridgeDelegate to remove shouldBridgeUseCustomJSC method (c8f1506f13 by @zhongwuzw)
- FindNodeAtPoint now considers overflow area of the parent node (d8bc7c68c0 by @hoxyq)
- Add explicit casts for pointerIds for PointerEvents in NativeDOM (94ea10c693 by @jonthysell)
- Fix registering of
start
andbundle
commands with community CLI and isolated node_modules. (cdaa1aa9aa by @robhogan) - Fix
react-native-community/cli
not being found in pnpm setups (a672a4d007 by @tido64) - Disconnections of DevTools when the network is under significant strain. (b0974135bf by @vzaidman)
- Fix
react-native-community/cli-platform-*
packages not being found in monorepos (7926d656b3 by @tido64) - Fix Turbo Module example in RNTester in bridgeless mode (67981efa14 by @christophpurrer)
- Update tests to support new
didOpen
delegate fn (46e86dca87 by @EdmondChuiHW) - Always patch React DevTools first so StrictMode dim chars are excluded from logs/logbox. (e015d1b19a by @rickhanlonii)
- Add default case to
displayModeToInt()
function (8c06f57860 by @Yajur-Grover)
- Fix text link accessibility on state update removal (c9e6567881 by @joevilches)
- Fix inset boxShadow when blur < spread (a3b29e1441 by @joevilches)
- GetAndroidResourceFolderName() should return raw folder for svg file (3a4798cc30 by @sunnylqm)
- Fix issue where boxShadow crashes with small blur radius (103f8b3885 by @joevilches)
- Fixed crash with Modal when trying to call syncSystemBarsVisibility() (141fb23bba by @alanleedev)
- Improve input files for codegen gradle task (e9e0d8c2f7 by @janicduplessis)
- Fix react-native/popup-menu-android not building for 3rd party developers (e96396bd18 by @cortinico)
- Fix Image defaultSource runtime error (1c51b77868 by @mateoguzmana)
- Sync Modal system bars visibility with current activity (7016225062 by @mateoguzmana)
- Elevation prop on android has incorrect border-radius (f7d78f81cc by @jorge-cab)
- Pass the bundle URL protocol when setting up HMR client on Android (ba894c908a by @byCedric)
- Fixed anti-aliasing not showing on older Android versions (6c6e0a9085 by @jorge-cab)
- Allow text links to be navigable via keyboard by default (98b0991128 by @joevilches)
- Make
setLayoutAnimationEnabledExperimental
a no-op in Bridgeless (44da5d2ee0 by @arushikesarwani94) - Scroll view throttle no longer impacts events other than
onScroll
(bc810e5115 by @Abbondanzo) - TextInputs can now receive focus via external keyboard (3420eb87b0 by @joevilches)
- Make DefaultReactNativeHost.clear() also invalidate DefaultReactHost (07769d4d7e by @WoLewicki)
- Return nullptr when USE_THIRD_PARTY_JSC is set to true (515ff1e626 by @okwasniewski)
- Avoid race condition crash in [RCTDataRequestHandler invalidate] (6bc5ddea3e by @Saadnajmi)
- Make React Native work without AppDelegate window property (ae7bbe06c9 by @okwasniewski)
- Add guard for custom module provider lookup in TMManager (d0a101fbea by @shwanton)
- Fixed TextInput's
onContentSizeChange
event being dispatched multiple times with the same size (2bb65717b7 by @j-piasecki) - Fix new arch recycled RefreshControl was missing its title (e3d607fc2e by @High5Apps)
- Fix selection makes TextInput clear its content when using children (e3b176a598 by Olivier Bouillet)
- Layout direction changes are now honored on bundle reload. (36f29beac4 by @chrsmys)
- App crash caused by the
[RCTFileRequestHanlder invalidate]
method (789ed7d5ad by @zhouzh1) - Fixed onPress for Text with nested View. (6b2c40c64f by @coado)
- RNTester: Fixes turbo module examples error in bridgeless mode (6a3e275d14 by @zhongwuzw)
- RNTester: Fixes turbo module examples error in bridgeless mode (62831e740c by @zhongwuzw)
- Suppressed iOS 13 deprecation warnings in RCTStatusBarManager (fffd6d75b4 by Ingrid Wang)
- Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (f835b824f4 by @joevilches)
- Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (acaf94dc21 by @joevilches)
- Issue where performance monitor would be hidden under newly presented views. (e7556e921c by @chrsmys)
- Compatibility with Ruby 3.4.0 (b1735bc593 by @okwasniewski)
- Remove private symbols for non-simulator and non-catalyst builds. (9350d6f2f5 by @EvanBacon)
- Re-enable enableFixForViewCommandRace feature flag (ae59702f8e by @okwasniewski)
- Implement
dataDetectorTypes
in the same way as the old architecture (2ae45ec3ce by @VidocqH) - Fix wrong cocoapods script on new_architecture.rb (541e655832 by @CHOIMINSEOK)
- Bridge: Fixes HostTarget use after free when deallocated bridge (3e2e8ec757 by @zhongwuzw)
- Data race related to read/write of RCTDeviceInfo._invalidated. (2a18d83521 by @hakonk)
- Improve detached keyboard detection, support Stage Manager on iOS (c499ae1192 by @mhoran)
- Workaround for a iOS build app running on Apple Silicon Mac(in Xcode Destination: "Mac(Designed for iPad)") TextInput crash due to serialization attempt of WeakEventEmitter (0511e2e49a by @iwater)
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.
v2.2.0
- discord notification by @afreakyelf in https://github.com/afreakyelf/Pdf-Viewer/pull/122
- Update to the README.md file by @simonskayi in https://github.com/afreakyelf/Pdf-Viewer/pull/123
- refactor: split PdfRendererViewCompose into overloaded functions for varied sources by @deddyrumapea in https://github.com/afreakyelf/Pdf-Viewer/pull/132
- Added Dispatchers.Main coroutine scope when invoking listener.onDownloadStart() by @nishant-sbnri in https://github.com/afreakyelf/Pdf-Viewer/pull/134
- Remove unused pdf engine by @4brunu in https://github.com/afreakyelf/Pdf-Viewer/pull/141
- Remove force unwrap by @4brunu in https://github.com/afreakyelf/Pdf-Viewer/pull/144
- Fix x and y translation issue on double tap by @bastionkid in https://github.com/afreakyelf/Pdf-Viewer/pull/149
- [BUG] Missing Content-Length for PDF behind Cloudflare
- [BUG] FileNotFoundException when addBitmapToCache
- Double-tap to zoom
- Are you considering supporting HTTP/2.0?
- Improve Error Handling when receiving invalid PDF
- [BUG] PinchZoomRecyclerView.canScrollVertically(1) always return false
- [BUG] recyclerView.computeVerticalScrollOffset() always return 0
- [BUG] Broken download of cached file
- Crash: contentLengthLong throws NoSuchMethodError for Android 6 or below.
- [BUG] Android 15 support (edge-to-edge)
- [BUG] Caching causes crash
- Enable/Disable Zoom functionality
- Title one line when file name too long,
- @simonskayi made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/123
- @deddyrumapea made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/132
- @nishant-sbnri made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/134
- @4brunu made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/141
- @bastionkid made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/149
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.1.1...v2.2.0
3.2.0-rc02
- Improve haptic feedback for reorderable items
- Added ability to add Text stamp and Timestamp (formatted current time) in Watermark Tool by #1626
- Add Image Cutting tool to cut out a part of image horizontally or vertically by #1659
- Added rounded corners interaction when pressing clickable elements
- Added Mesh Gradient creation to gradient maker tool by #1673
- Fix crash in open source libs info by #1678
- Added 7 Pixel By Pixel comparison modes by #1674
- Added 13 types of barcodes to QR Codes tool for decoding and encoding
- Fix issue when certain SVGs cannot be viewed by #1697
- UI and stability improved
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/3.2.0-rc01...3.2.0-rc02
0.78.0
- Codegen: Separate component array types and command array types (825492b199 by @elicwhite)
- React Native devTools: The
FuseboxClient.setClientMetadata
CDP method is removed. Instead, useReactNativeApplication.enable
. (1a9780f0e3 by @huntie)
- APIs: Changed visibility of
FrescoBasedReactTextInlineImageViewManager
to internal (d5f33c19cb by @alanleedev) - APIs: Migrating pointerEvents API breaks compatibility for kotlin usages of this api as a val (45e4a3afce by @mdvacca)
- APIs: Convert
RootView
to Kotlin (21c9491926 by @fabriziocucci) - APIs: Delete unused abstract class
GuardedResultAsyncTask
(67bff8734f by @mdvacca) - APIs: Delete deprecated class
FabricViewStateManager
(b25b65ba19 by @mdvacca) - APIs: Removed
ComponentNameResolver
from public API (a4849cb3d6 by @mdvacca)
- Image: Change Image load event size info from logical size to pixel (09995fc874 by @zhongwuzw)
- C++: Added
RawValue(Runtime*, jsi::Value&)
constructor to make aRawValue
from ajsi::Value
. (03d2186ace by @hannojg) - Codegen: Include cxx modules in codegen schema (cf5ab03d43 by @elicwhite)
- Deps: Add
jest-diff v29.7.0
to devDependencies (b27bd00a38 by @andrewdacenko) - Logging: Add support for the second parameter of
console.table
to specify a list of columns to print in the table. (fd0894b1c7 by @rubennorte) - Logging: Add "jsEngine: hermes" to JS runtime Error prototype (85bdd75828 by Maddie Lord)
- Metro: Add opt in for legacy Metro log streaming via
--client-logs
flag (86db4fa90b by @huntie) - Text: Added
pointerEvents
toTextProps
type. (3efbe33ce0 by @hyochan)
- ActivityIndicator: setting
resource-id
from thetestID
prop (87b1bad45e by @mateoguzmana) - Codegen: Fixing schema types for component command params of Arrays (25c673e357 by @elicwhite)
- Gradle: Make the addition of JitPack repository configurable (a98528e609 by @cortinico)
- Logging: SoftException categories (c832f94cf7 by Thomas Nardone)
- Logging: Add logging in ReactInstanceManager.onHostPause when activity is incorrectly null (c2fd35a442 by Maddie Lord)
- Runtime: Added
getState
method forStateWrapperImpl
(ed36e896ac by @hannojg)
- Codegen: Add the
source
parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi) - Initialization: Implement ReactNativeFactory (081be01a5d by @okwasniewski)
- Text: Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS (1763321c89 by @cxa)
- TextInput: Integrate a new property -
disableKeyboardShortcuts
. It can disable the keyboard shortcuts on iPads. (0154372b93 by @rezkiy37)
- Deps: Bump Hermes (0c8e15e8bb by @cipolleschi)
- Flow: Improved types in
BoxInspector
and refactored a code (f832c450a5 by @coado) - Flow: Improved types in StyleInspector and refactored a code (49e5c58c59 by @coado)
- Flow: Improved types in ElementBox and refactored a code (2959d49e8d by @coado)
- Flow: Improve types on BorderBox (48a7840919 by @coado)
- Flow: Improve types on DrawerLayoutAndroid (b5155fba89 by @huntie)
- Logging: Improved formatting of values logged via
console.table
(including Markdown format). (7154c62afb by @rubennorte) - Runtime: Mark
intersectionRect
required inNativeIntersectionObserverEntry
to reflect native logic. (8681fc2ab2 by @lunaleaps) - Runtime: (9aa21b5e87 by @lunaleaps)
- TypeScript: Upgrading
typescript-config
module version toesnext
(5370347f54 by @mateoguzmana) - VirtualizedList: Fix item disappearing with scroll in VirtualizedList (df7b6ae092 by @Tom910)
- Yoga: Update YGNodeStyleGetGap to return YGValue (331d99a941 by @heoblitz)
- APIs: Introduce new public API
ViewManagerInterface
(40a0cdbc99 by @mdvacca) - Deps: Bumped Android Gradle Plugin (AGP) to 8.8.0 (4c7c836ebf by @cortinico)
- Deps: Bump Gradle to 8.12 (5e6478954c by @cortinico)
- Deps: Update Fresco to 3.6.0 (819b5c2c8d by @Abbondanzo)
- Deps: Migrate jsc-android to mavenCentral (e42a3a6b84 by @Kudo)
- Image: Replaced custom XML decoder with Fresco's built-in decoder (6feb90bb29 by @Abbondanzo)
- Kotlin: Migrate
ComponentNameResolver
to kotlin (385b9f4265 by @mdvacca) - Kotlin: Migrate
ReactSwitchManager
to Kotlin (b886bc4db9 by @krozniata)
- Accessibility: Reduce memory allocations when computing
accessibilityLabel
(74bdab8bd8 by @sparga) - CocoaPods: Properly inherit OTHER_CPLUSPLUSLAGS (fa03840e68 by @WoLewicki)
- CocoaPods: Pin 'concurrent-ruby' to a working version (198adb47af by @cipolleschi)
- APIs: Made
ReactCookieJarContainer
internal. (18ebea533d by @javache) - Config: Remove as_const option (on by default) in fbsource (e5a526ff44 by @panagosg7)
- Flow: Remove comment syntax from ReactNativeTypes (a80baac58e by @hoxyq)
- Metro: Removed
JSCHeapCapture
module, deprecated PackagerCommandListener#onCaptureHeapCommand (e06fa5d102 by @javache)
- Animations: Removed unnecessary state updates in React to reflect the current state of looping animations. (6059660c60 by @rubennorte)
- Animations: Animation.stop() executes when
animatedShouldUseSingleOp
is enabled. (746d584a23 by @javache) - Animations: Fix buttons becoming unresponsive when transform is animated (2204ec94d4 by @sammy-SC)
- C++:
JSBigFileString
fails for non-zero offset arguments (7d0338cb0b by @jwajgelt) - Config: Disable
react-in-jsx-scope
rule in eslint config (ea56c432b7 by @matinzd) - Deps: Fix peer dependencies on React types to React 19 (4368368ef5 by @cipolleschi)
- Deps: Add missing
invariant
dependency (ee8088b615 by @tido64) - Fantom: Fix a bug when fantom tests could not be run in parallel, e.g. in a stress-test. (8696b79f73 by @mijay)
- Logging: Modified
console.table
to avoid mutating the received argument. (caa77fbe2b by @rubennorte) - Text: Fixed
adjustsFontSizeToFit
not working for text with a single character (47822e9048 by @j-piasecki) - Text: Fix
maxFontSizeMultiplier
prop onText
andTextInput
components in Fabric / New Architecture (ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32 by @RickardZrinski)
- APIs Re-introduce the deprecated constructor on ReactModuleInfo (734730df75 by @cortinico)
- Dialog:
FLAG_SECURE
not respected in Modal dialog (7e029b0dcf by @mateoguzmana) - Events: Fix crash for
setEventEmitterCallback
NoSuchMethodError on API lvl 26 (7dcbc799eb by @cortinico) - Gradle: Fixed build issue when including mapbuffer jni headers in library code (ecf17666ad by @hannojg)
- InteropLayer: Fix execution of early InteropEvents (4ed2b35bf6 by @mdvacca)
- JSC: Fix JSC Debug instacrashing (b10491a3c4 by @cortinico)
- **JSC:**Fix JSC by avoiding use of unavailable
str.replaceAll()
(b5b9e032c2 by @robhogan) - Modal: Setting
resource-id
fromtestID
prop (52b6592559 by @mateoguzmana) - Networking: ReactOkHttpNetworkFetcher – cache control headers getting overwritten by the rest of the headers (81cb166d10 by @mateoguzmana)
- React Native DevTools: Pass the bundle URL protocol when setting up HMR client on Android (32fe244744 by @byCedric)
- Runtime: Fix BackHandle callback undefined cause crash issue (44705fe11b by @BleemIs42)
- Runtime: Support Long values in WritableMap and WritableArray (e7f943de2f by @WoLewicki)
- Runtime:
SetColorScheme
should be called on the UI thread (2aa79979d3 by lihaitao) - Style: Fix background getting clipped when border-radius is set (6d235853fb by @jorge-cab)
- Testing: Handling
testID
correctly for horizontal scroll view (81c74cd35f by @mateoguzmana) - TextInput: Fix incorrect height of single line TextInputs without definite size (9b646c8b7b by @NickGerleman)
- C++: Exclude Android HorizontalScrollContentView cxx component code (4adaacb4f7 by @zhongwuzw)
- Ccache: Fix ccache not found error exporting ccache binary path as Xcode user-defined setting to be used by ccache scripts (d31ac832c5 by @ste7en)
- CocoaPods: Resolve "Your project does not explicitly specify the CocoaPods master specs repo"
pod install
warning (2f2281718a by @noway) - Image: Load images even when the extension is implicit (b9f418e9bc by @cipolleschi)
- Initialization: Allow multiple RN instances to run at the same time (444c7d4eff by @cipolleschi)
- InteropLayer: Avoid crashing the app when the InteropLayer can't find some methods in the native implementation (3bd3f101b9 by @cipolleschi)
- InteropLayer: Properly handle
null
value in TurboModule Interop layer (ebfd7057af by @cipolleschi) - JSC: Fix Direct Debugging with JSC (b04d17afca by @Saadnajmi)
- Keyboard: Enable/disable keyboard shortcuts only on iOS (8b0af4542e by @okwasniewski)
- RefreshControl: Fix app becoming unresponsive when
RefreshControl
is used inside of (6cb2684b43 by @sammy-SC) - React Native DevTools: Restore "Paused in debugger" overlay icon (f30c46efbd by @robhogan)
- Runtime: Emit
didUpdateDimensions
correctly (920867d949 by TobiasH) - Runtime: Fix
applicationDidEnterBackground
not being called (adaceba546 by @alextoudic) - Runtime: Fixed problem with accessory view & 3rd party libs (5fc582783d by @kirillzyusko)
- Style: Dashed & dotted borders now work with overflow: hidden (1b88c5b429 by @joevilches)
- Style: Fixed
centerContent
losing taps and causing jitter (fe7e97a2fd by @gaearon) - Xcode: Properly escape paths in Xcode build script used when bundling an app. (2fee13094b by @kraenhansen)
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.77.1
- Dev-Middleware: Add missing
invariant
dependency (877e82c1a9 by @tido64) - style: Respect
maxFontSizeMultiplier
prop onText
andTextInput
components in New Architecture (8baa858412 by RickardZrinski)
- layout: Fix elevation prop on android has incorrect border-radius (55d5c44976 by @NickGerleman)
- Fabric: Fix execution of early InteropEvents (d8af0ae3f2 by mdvacca)
- Image: Load images even when the extension is implicit (bc35afefd5 by @cipolleschi)
- Interop Layer: Avoid crashing the app when the InteropLayer can't find some methods in the native implementation. (83b986d370 by @cipolleschi)
- Interop Layer: Properly handle
null
values coming from NativeModules. (475f797a51 by sammy-SC)
- DevX: Add opt in for legacy Metro log streaming via
--client-logs
flag (969eb3f007 by huntie)
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.