Skip to content

Releases: NordicSemiconductor/pc-nrfconnect-shared

v146

08 Jan 17:04
6595f3e
Compare
Choose a tag to compare

Added

  • details prop to ErrorDialog.
  • 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

05 Jan 12:09
e4c37bc
Compare
Choose a tag to compare

Fix

  • Azure insights sends the same event multiple times
  • Shared compatibility with launcher

v144

05 Jan 09:22
6c10e36
Compare
Choose a tag to compare

Added

  • nRF9131EK support in device lister

v143

15 Dec 09:25
6a1d70c
Compare
Choose a tag to compare

Changed

  • Run eslint or prettier on all Markdown (.md) files except the ones in
    doc/docs folder.

Fixed

  • NRF9160 and NRF9161 now show modem trait as true when using external
    jLink

v142

13 Dec 15:06
6e6f8d0
Compare
Choose a tag to compare

Fixed

  • UsageData sends common app metadata

v141

12 Dec 13:48
6aa7120
Compare
Choose a tag to compare

Added

  • isLogVisible state is not persisted per App.

Changed

  • showLogByDefault will not be used if isLogVisible is set.
  • Run eslint or prettier on all Markdown (.md) files except the ones in docs
    folder.

v140

07 Dec 15:24
21bc353
Compare
Choose a tag to compare

Changed

  • Do not run eslint or prettier on Markdown (.md) files.

v139

05 Dec 11:17
8789925
Compare
Choose a tag to compare

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

04 Dec 20:24
ae543a5
Compare
Choose a tag to compare

Fixed

  • nrfutil sandbox execCommand did not escape executable path leading to
    failure when path has whitespace

v137

04 Dec 15:16
177a3cc
Compare
Choose a tag to compare

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