Releases: software-mansion/radon-ide
Releases · software-mansion/radon-ide
v1.1.0
What's Changed
- Fix monorepo structure not triggering activation in VSCode by @maciekstosio in #823
- Add a warning for users trying to use android sdks older then selected device by @filip131311 in #831
- Fix the option name by @maciekstosio in #832
- Add Linux support for VSCode extension (#688) by @tobisamuel in #829
- Add license activation confirmation by @p-malecki in #810
- Add package manager to DiagnosticView by @p-malecki in #840
- Fix Node Modules detection without package.json by @p-malecki in #841
- Add support for PNPM monorepos by @p-malecki in #842
- Fix vertical centering of phone screen in narrow IDE window by @p-malecki in #850
- Hide expo-router's internal __EXPO_ROUTER_key from displayURL by @kmagiera in #848
- Improve the reloading experience by @filip131311 in #853
- Prevent from sending mouseUp after inspector and right-click inspector by @p-malecki in #769
- Hide scrollbar in narrow IDE window with hidden device frame by @p-malecki in #852
- Fix build cache management in workspaces by @filip131311 in #675
- Fix log position when using Sentry by @maciekstosio in #785
- [Expo-go][Android] Fix Debugger by @filip131311 in #849
- Add License verification and refresh by @filip131311 in #845
- Add Hebrew to locale list by @guytepper in #745
- Enhance Console logs by @maciekstosio in #846
- Fix vscode-js-debug submodule initialization by @filip131311 in #859
New Contributors
- @tobisamuel made their first contribution in #829
- @guytepper made their first contribution in #745
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Fix IDE panel relocation after selecting preview/storybook by @p-malecki in #768
- Bump version of vscode API types by @kmagiera in #770
- Use debug level for logs previously logged with Logger.log by @kmagiera in #771
- Add exception handler for source-map originalPositionFor calls by @kmagiera in #773
- Catch source-map errors when calculating generated location by @kmagiera in #788
- Fix breakpoints set in between JS reloads when using new debugger by @kmagiera in #786
- Fix sourcemap RangeError issue by properly freeing source map consumers by @kmagiera in #790
- Add log count animation, make buttons always round, improve no-device UI by @p-malecki in #767
- Make fingerprint run less often by @kmagiera in #794
- Add Platform check when validating EAS builds by @filip131311 in #796
- Don't prefer Android Studio's JDK over java from PATH by @kmagiera in #803
- Fix device android native logs not working when multiple devices are available by @maciekstosio in #800
- Fix fast refresh for previews after #726 by @kmagiera in #805
Full Changelog: v0.0.24-beta...v1.0.0
v0.0.24-beta
What's Changed
- Fix preview on RN 76 by @kmagiera in #712
- Fix appearance on high contrast themes by @km1chno in #709
- Properly match line number to fix multi-line previews by @kmagiera in #713
- Fix light theme shadows by @kacperkapusciak in #717
- Bump simulator-server to include multitouch support and some other fixes by @kmagiera in #723
- Unclick all keys on IDE panel focus change by @maciekstosio in #718
- Fix multitouch on android, behaving in unexpected way by @maciekstosio in #714
- Store temporary mouse position in ref to prevent unnecessary rerenders by @maciekstosio in #716
- Rerender preview if its function changes by @kmagiera in #726
- Simplify Device Settings menu by @p-malecki in #739
- Fix inaccessible context menu on narrow window by @p-malecki in #741
- Handle nx monorepo setup by @maciekstosio in #724
- Enhance zoom controls for better usability by @p-malecki in #746
- Add recording controls enhancement by @p-malecki in #733
- [Android] Add native logs by @maciekstosio in #734
- Fix log counter multiplying itself after reload by @filip131311 in #751
- [iOS] Add native logs by @maciekstosio in #742
- Fix Expo Go on SDK 52 by selecting the right hermes runtime when connecting debugger by @kmagiera in #750
- Implement reboot functionality by @filip131311 in #680
- Fix Eas builds on Android by @filip131311 in #727
- Fix inspect stack not returning all ancestors by @km1chno in #693
- Add switch for device frame visibility by @p-malecki in #757
- Fix persistent zoom controls visibility after level selection by @p-malecki in #756
- Fix package manager detection by @filip131311 in #735
- Fix phantom breakpoints and breakpoints that wouldn't activate on start – Refactor debug adapter by @filip131311 in #755
New Contributors
- @maciekstosio made their first contribution in #705
- @ludwig-pro made their first contribution in #719
Full Changelog: v0.0.22-beta...v0.0.23-beta
v0.0.22-beta
What's Changed
- Enable expo router integration to work with v4 version by @kmagiera in #652
- Add Localization on Android by @filip131311 in #590
- Don't focus on debug panel if it means hiding IDE by @filip131311 in #660
- Fix handling of uncaught errors by @filip131311 in #655
- Set minimum size for the device in zoom controls by @p-malecki in #661
- Remove previous app button by @filip131311 in #659
- Add scrollbars to device select and device settings by @p-malecki in #662
- Add custom device names by @p-malecki in #597
- Fix the Debugger.scriptParsed event handling by @filip131311 in #672
- Use websocket /message endpoint to deliver reload request by @kmagiera in #667
- Refactor throttling logic for async function by @kmagiera in #668
- Update iOS builds to use latest iOS SDK by @kmagiera in #679
- Support text paste on iOS by @kmagiera in #653
- Add Open Deep Link modal by @km1chno in #640
- Fix setting a 0 0 coordinate on Android by @filip131311 in #681
- Remove stalePods checks from dependency manager to fix rebuild issues by @kmagiera in #684
- Disable react compiler for app wrapper to workaround runtime issues by @kmagiera in #686
- Add option to display screen touches by @kmagiera in #695
- Bring back ability to reveal preview when stuck on waiting by @kmagiera in #696
- Fix metro cache issue when running project from CLI and IDE interchangeably by @kmagiera in #699
- Fix debugger threads not being cleaned up properly by @kmagiera in #704
- Fix auto select in InspectDataMenu when opened above cursor by @p-malecki in #691
- Block unwanted touch and keyboard interactions in PreviewView and Replays by @p-malecki in #685
Full Changelog: v0.0.21-beta...v0.0.22-beta
v0.0.21-beta
What's Changed
- Disable default context menu on windows by @filip131311 in #608
- Add Pixel 8 and 9 skins by @km1chno in #601
- Fix app loading error when AppRegistry.setWrapperComponentProvider is used by @kmagiera in #616
- Redirect logs/uncaught errors from webview to the main extension logger by @kmagiera in #621
- Redo the diagnostics logic by @kmagiera in #615
- Use defaults command to update scheme approval settings by @kmagiera in #622
- Use bundle and add proper logging for pod installation by @kmagiera in #617
- Use bundle install before pod install when bundle is used by @kmagiera in #624
- Restart app process on Android when launching app by @kmagiera in #626
- Bundle error dialog enhancements by @kmagiera in #625
- Only consider pods check when building for iOS by @kmagiera in #628
- Fix
ReplayOverlay
rewind timer by @balins in #629 - Improve error recovery after metro process terminates by @kmagiera in #630
- Adjust Progress Processorss by @filip131311 in #637
- Fix Inspector right click by @filip131311 in #636
- Show unsupported platforms error message by @p-malecki in #638
- Correct positioning of InspectDataMenu by @p-malecki in #639
- Fix misaligned lines in debugger by @filip131311 in #634
- Use new save command to fix issue with empty replays by @kmagiera in #647
- Bump sim-server version to include fix for replays on windows by @kmagiera in #648
- Fix breakpoints in RN 76 apps by @kmagiera in #644
- Disable device settings during booting and UI zoom changes by @p-malecki in #643
- Fix expo-go project configuration and better handle metro being terminated when quering for launch deeplink by @kmagiera in #650
- Remove JSX code from main runtime.js file by @kmagiera in #651
Full Changelog: v0.0.20-beta...v0.0.21-beta
v0.0.20-beta
What's Changed
- Refactor dependency manager proxy by @jakub-gonet in #586
- Fix ios rebuild infinite cycle when opening IDE panel by @kmagiera in #587
- Add buildScript option by @jakub-gonet in #504
- Add custom fingerprinting and build cache by @jakub-gonet in #589
- Fix JAVAHOME, ANDROIDHOME, keybindings.json paths on Windows by @p-malecki in #592
- Include stack trace for unhandled promises and error logging by @kmagiera in #593
- Add build and launch telemetry by @kmagiera in #594
- Add option to capture replays by @kmagiera in #579
- Use metro message endpoint to dispatch dev menu request by @kmagiera in #598
- Rename hotReload option to reloadJs by @kmagiera in #600
- Show dimensions of inspected element by @km1chno in #585
- Let restart process continue when reload JS is not possible by @kmagiera in #602
New Contributors
Full Changelog: v0.0.19-beta...v0.0.20-beta
v0.0.19-beta
What's Changed
- Rename to Radon IDE
- New React Native debugger support by @kmagiera in #530
- URL bar improvements by @p-malecki in #526
- Use touchX command with extra args to dispatch touch events to sim-server by @kmagiera in #543
- Fix focus when entering modal dropdown. by @filip131311 in #547
- Bump sim-server to include changes for multitouch and replays by @kmagiera in #559
- Fix alternative xcode paths by @filip131311 in #542
- Minor changes in Diagnostics view, RNIDE tabs and InspectDataMenu by @p-malecki in #548
- Improve multitouch and touch indicator behaviour on lost focus by @p-malecki in #551
- Migrate cashes directories by @filip131311 in #562
- Add device localization on ios by @filip131311 in #532
- Improve a flow of loading devices and xcode detection by @filip131311 in #563
Full Changelog: v0.0.18-beta...v0.0.19-beta
v0.0.18-beta
What's Changed
- Add UI for launch configuration by @filip131311 in #507
- Hide Zoom controls by @filip131311 in #513
- Set environment on startup by @jakub-gonet in #515
- Fix - display url params by @kewinzaq1 in #442
- Add support for simulating biometric authorization on ios by @filip131311 in #236
- Fix yarn workspaces by @filip131311 in #517
- Integration with Storybook by @p-malecki in #516
- Fix wrapper to work on Windows by @jakub-gonet in #522
- Fix missing import in babel_transformer by @p-malecki in #523
- Update startup messages wrapping in Preview Loader by @p-malecki in #527
Full Changelog: v0.0.17...v0.0.18-beta
v0.0.17-beta
Highlights
- Automatic node modules & pods installation
- Fine grained restart options in Reload button dropdown menu
- Support for React Native 0.75
- Setting for removing device frame (toggled in extension settings in VS Code)
- Simulator server rewrite – up to 10% faster
Thanks to our external contributors: @disrae, @kewinzaq1
v0.0.16-beta
What's Changed
- Clear log counter on start by @jakub-gonet in #389
- Fix right click when inspecting by @jakub-gonet in #385
- Fix iOS workspace resolution by @jakub-gonet in #394
- Fix inspector promise crash by @jakub-gonet in #403
- Avoid closing IDE accidentally by @kewinzaq1 in #390
- Fix Android crashing on reload by @filip131311 in #275
- Fix displaying component names in the preview URL by @jakub-gonet in #384
- Improve list of system images when creating new device by @kmagiera in #413
- Handle empty shared preferences file when setting options for Android by @kmagiera in #417
- Make clicking progress message more discoverable by @jakub-gonet in #416
- Refresh preview on fast refresh by @jakub-gonet in #401
- Add device setting to control privacy permissions by @kmagiera in #423
- Avoid rebooting and rebuilding for certain type of restarts by @kmagiera in #424
- Mitigate the negative effects of double x button in secondary, sidebar. by @filip131311 in #425
- Clean fingerprint change flag upon succesfull build by @kmagiera in #427
- Fix expo-router navigation by @jakub-gonet in #421
- Add information about keybindings to dropdown menu. by @filip131311 in #419
- Avoid passing PWD entirely to subprocesses when cwd option is set by @kmagiera in #432
- Fix JSON reporter for Expo by @jakub-gonet in #399
- Fix cmd + A selecting the device image by @filip131311 in #437
Full Changelog: v0.0.15-beta...v0.0.16-beta