Releases: NordicSemiconductor/pc-nrfconnect-shared
Releases · NordicSemiconductor/pc-nrfconnect-shared
v146
Added
details
prop toErrorDialog
.- Make text selectable in dialogs.
Changed
- Use
gray-700
for text colour in dialogs.
Fixed
- Wrong button variant used when only 1 button visible in redux
ErrorDialog
.
v145
Fix
- Azure insights sends the same event multiple times
- Shared compatibility with launcher
v144
Added
nRF9131EK
support in device lister
v143
Changed
- Run eslint or prettier on all Markdown (.md) files except the ones in
doc/docs
folder.
Fixed
NRF9160
andNRF9161
now show modem trait as true when using external
jLink
v142
Fixed
UsageData
sends common app metadata
v141
Added
isLogVisible
state is not persisted per App.
Changed
showLogByDefault
will not be used ifisLogVisible
is set.- Run eslint or prettier on all Markdown (.md) files except the ones in
docs
folder.
v140
v139
Added
- Added command wrappers to interact with the Board Controller using
nrfutil-device
.boardController()
to write board controller config to
the DK.getBoardControllerVersion()
to get the version information from
the Board Controller. (like firmware version and board hardware revision)
Fixed
- App freezes when telemetry events are not yet sent.
v138
Fixed
nrfutil sandbox
execCommand
did not escape executable path leading to
failure when path has whitespace
v137
Added
jprogDeviceSetup
take in an optional Boolean to skip the device setup if
device is protected. Default remain to show dialog. Apps will need to opt-in