Releases: NordicSemiconductor/pc-nrfconnect-shared
Releases · NordicSemiconductor/pc-nrfconnect-shared
v194
v193
Changed
- Update @swc/core and @swc/jest to fix issues when class functions are called
via multiple ?. e.g. obj.set?.function?.()
v192
Changed
- Renamed
Thingy91:X
toNordic Thingy:91 X
.
v191
Added
- Function
getJlinkCompatibility
.
Changed
- nrfutil: The core gets upgraded before installing a command.
- nrfutil: The
version
properties of dependencies are now optional, reflecting the behaviour sincenrfutil-device
v2.7.0. - Warning for J-Link versions: Only inform (not warn) if the installed version is newer than the tested version. Updated the text for all cases.
Removed
- Export of internal type
SemanticVersion
.
v190
Added
- Added
Thingy91:X
to known devices.
v189
Added
- Dropdown helper functions which are used in
pc-nrfconnect-serial-terminal
andpc-nrfconnect-programmer
. - Add nrfutil mcu-state-options for multi target support.
Steps to upgrade when using this package
- Minimum support version of nrfutil device is now 2.5.0
v188
Changed
- Update JLink macOS install link pointing from
V794e
toV794i
. - Update
@xterm/headless
,electron
,serialport
,applicationinsights
dependencies.
Steps to upgrade when using this package
- Update imports of the
Terminal
fromxterm-headless
to@xterm/headless
if applicable.
v187
Fixed
- Auto connecting from CLI for device that has persisted data.
v186
Changed
- DeviceSelector Abort controler now aborts on the onDisconnected event
Fixed
- Auto connecting from CLI when multple devices are connected now works as
expected.
v185
Added
- Extended
waitForDevice
to allow apps to hook into when the wait was
canceled. - Logging on device events Selecting, Selected and Deselected
Fixed
- Stop nrfutil sandbox from starting to run an aborted command.
- Device setup event call order when autoreconnecting at the same time as
selecting.
Steps to upgrade when using this package
- Clean up any logging in
onDeviceSelected
andonDeviceDeselected
to avoid
logging multiple times.