Skip to content

Releases: software-mansion/radon-ide

v1.8.0

18 Jun 14:54
4b744a8
Compare
Choose a tag to compare

What's Changed

✨Highlights

📝 Other changes

  • Send and handle init event for react query plugin by @kmagiera in #1188
  • Fix launch config changes reloading the application by @jwajgelt in #1197
  • Use a login shell to evaluate the PATH variable by @jwajgelt in #1200
  • Fix devtools bridge setup on iOS by @jwajgelt in #1210
  • Fix dynamic route params duplicating as query params in route displayNames by @HexHyperion in #1199
  • Fix UrlSelect item focusing and unreadable dynamic segment colors by @HexHyperion in #1193
  • Prevent sending early and duplicate navigation events by @HexHyperion in #1211
  • Fix incorrect home button target by @HexHyperion in #1218
  • Add an option to remove navigation history entries by @HexHyperion in #1219
  • Fix internal extension errors when switching from an iOS device to Android by @jwajgelt in #1222
  • fix Network Inspector crash caused by invalid request URLs by @jwajgelt in #1221
  • Fix dependency checks for multi-app projects by @HexHyperion in #1226
  • Move the home and deeplink buttons inside the UrlSelect, unify the dropdown layout for non/ER apps and fix navigationChanged events by @HexHyperion in #1229
  • Refactor device session management in project state by @jwajgelt in #1217
  • Fix shift not working by @filip131311 in #1235
  • Fix webview showing crashed preview by @filip131311 in #1245
  • fix failing to build iOS workspaces with multiple apps by @jwajgelt in #1240
  • fix last selected session saved incorrectly workspace state by @jwajgelt in #1251
  • add keyboard shortcuts for quickly switching running devices by @jwajgelt in #1247
  • fix "shut down devices" toggle not responding on first click by @jwajgelt in #1252
  • warn the user when many devices are running concurrently by @jwajgelt in #1253
  • fix command registration causing the IDE to not reopen correctly by @jwajgelt in #1255
  • UI adjustments to device select dropdown when multiple devices are running by @kmagiera in #1256
  • only enable device switching shortcut when the Preview is focused by @jwajgelt in #1257
  • stop device session before removing the device by @jwajgelt in #1259
  • Fix Radon showing dead preview after bundle error and "Reload IDE" by @filip131311 in #1258
  • change next/previous device shortcuts to avoid collisions by @jwajgelt in #1262
  • [Radon AI] Rewrite to HTTP & merge with radon-chat by @latekvo in #1261

Full Changelog: v1.7.0...v1.8.0

v1.7.0

26 May 12:33
f3c545c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 May 14:55
b9caca1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

11 Apr 15:58
197252e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.2

20 Mar 11:36
Compare
Choose a tag to compare

Bug Fixes:

Full Changelog: v1.4.1...v1.4.2

v1.4.1

14 Mar 17:51
8de875a
Compare
Choose a tag to compare

Features:

##Bug Fixes:

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

10 Mar 16:39
8877209
Compare
Choose a tag to compare

What's Changed

Features:

Tools:

User Experience:

  • Implement GUI for selecting eas build configuration by @jwajgelt in #932
  • Add bidirectional clipboard for iOS Simulator, support multiline paste, show toast when copying/pasting by @balins in #936
  • Add scrolling support by @balins in #957
  • Add extension walkthrough by @kacperkapusciak in #970
  • Add node version check by @filip131311 in #971
  • MultiRoot Workspace support by @filip131311 in #663
  • Update devtools docs after changes in Radon 1.3 by @kmagiera in #952
  • Update installation instructions with direct links and update note for Cursor by @kmagiera in #953
  • fix some typos in dev-tools docs by @jwajgelt in #954
  • Use same window to open vscode/cursor install links by @kmagiera in #958
  • fix(docs): Change support for Linux in compatibility table by @tboba in #839
  • Clarify linux and windows support in the docs by @kmagiera in #961
  • Don't show dev tools panels before activation by @filip131311 in #960
  • Include license notices from dependencies we include via submodules by @kmagiera in #959
  • chore: fix some typos by @renshuncui in #966
  • Surface boot errors to the user and avoid booting unavailable devices by @kmagiera in #965
  • Prevent callig hook.off from hook.on callback by @kmagiera in #968
  • Allow tool plugins with no tool panels by @jwajgelt in #969
  • Fix Path Set Up Process by @filip131311 in #975
  • Add buttons with hints on what to do when stuck on Waiting for ap to Load by @kmagiera in #962
  • Display Bundle Errors in debug console by @filip131311 in #964

Bug Fixes:

  • Don't show full-screen notice when fast refresh happens by @kmagiera in #979
  • Allow tools to not persist their status by @jwajgelt in #982
  • Add a GitHub Actions workflow for building and publishing the extension by @balins in #972
  • Add command icons setup and use custom off icon for closing IDE by @kmagiera in #983
  • Fix CapsLock handling by @balins in #986
  • Add Radon IDE version info to settings dropdown by @kmagiera in #984
  • Additional expo detection method by @filip131311 in #981
  • fix "Outline Renders" initialization when tool is already enabled by @jwajgelt in #990
  • Add configuration option to specify arguments passed to expo start by @kmagiera in #991
  • Add an option to build and upload extension artifact with GitHub Actions by @balins in #988
  • Add a fallback path to the end of the path variable by @filip131311 in #995
  • Bump simulator-server to v0.12.0 by @balins in #996
  • Fix WebView disconnecting in debug mode when laptop goes to sleep by @maciekstosio in #999
  • pass a concrete port number to Metro by @jwajgelt in #998
  • Sanitize ref name before uploading artifact by @balins in #997
  • Add telemetry to react-query by @maciekstosio in #1003
  • Fix redux plugin after reloads or device switch by @kmagiera in #993
  • fix webview callable objects breaking on clean rebuild by @jwajgelt in #1006
  • fix render outline duration changing with display refresh rate by @jwajgelt in #1007
  • Fix debugger detaching when restarting on Expo Go by @maciekstosio in #985
  • fix stack overflow when serializing breakpoints by @jwajgelt in #1010
  • Fix circular dependency in CDPBreakpoints by @filip131311 in #1009
  • fix misalignment of render outlines by @jwajgelt in #1013
  • update react-scan hash in package lock by @jwajgelt in #1014
  • Start separate debug adapters for Metro and JS debugging by @jwajgelt in #1008
  • Fix bundle error source by @filip131311 in #1018

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.1

14 Feb 16:56
f22fa84
Compare
Choose a tag to compare

Patch release to fix issue with loading app when Redux plugin initializes early: #968

v1.3.0

11 Feb 15:12
c3fcd87
Compare
Choose a tag to compare

What's Changed

Features

Fixes

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Jan 09:28
3613b0d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0