Skip to content

Releases: NordicSemiconductor/pc-nrfconnect-shared

v136

01 Dec 14:29
c4957a7
Compare
Choose a tag to compare

Fixed

  • useStopWatch milliseconds was not correctly calculated
  • External JLink devices would not connect to apps device list properly if
    selected before they are connected to the debug-in heder of the device

Changed

  • useStopWatch reset and start no longer force a rerender if these are a
    dependency of a useEffect
  • useStopWatch start optional time param no longer default to the last time
    when paused but 0.
  • nrfutil device device-info return undefined if reading info throws

Steps to upgrade when using this package

  • useStopWatch If start() was used after a pause() with no call to reset()
    start need to be called with time i.e. start(time)

v135

29 Nov 07:16
12d7ba6
Compare
Choose a tag to compare

Changed

  • Updated nrf-intel-hex to the latest version which slightly changed some
    types (from Buffer to Uint8Array) because this was corrected there.

v134

22 Nov 09:46
f8f42f8
Compare
Choose a tag to compare

Added

  • defaultButtonLabel on Dropdown component, for cases where it is useful
    to have a default item that should not be selected after a different item
    has been selected.

Changed

  • The Dropdown component is now generic, and will infer the DropdownItem
    type, from the its properties. Meaning that if you pass in a list of
    DropdownItem<number> to items, then the onSelect item will be of type
    DropdownItem<number>.
  • Version numbers in this changelog are changed from the shorter variant like
    133 to the complete version number like 133.0.0.

Fixed

  • Telemtry: Metadata was not removed on request, when being in the main
    process. This is not critical because this code isn't yet executed in real
    life.

v133

15 Nov 12:07
ee1aa91
Compare
Choose a tag to compare

Changed

  • Nrfutil sandbox default logging level to 'off' in production and 'error'
    in development environments

v132

14 Nov 17:01
fe2109f
Compare
Choose a tag to compare

Added

  • Extended waitForDevice to allow apps to opt-out from refetching the device
    info when device a reapers from a reboot

Fixed

  • deviceInfo is update in redux on device select

v131

14 Nov 12:49
4f1b676
Compare
Choose a tag to compare

Changed

  • Storage key isSendingUsageDataisSendingTelemetry. The consequence of
    this is that telemetry is only sent after users again agree to it, which is
    required because we changed the agreement from Google Analytics to Microsoft
    Azure.

Fixed

  • Removed warning from applicationinsights in the console on start.

v130

14 Nov 12:13
976a7d5
Compare
Choose a tag to compare

Fixed

  • Ensure that all enumerated devices are always processed in order to avoid:
    • calling nrfutil device-info multiple times for the same device
    • only calling onSuccess once when waiting for device when rebooting
  • nrfutil device now calls device-info before notifying the app
    with an onSelectedDevice. This is to ensure the operations to the device are
    completed before the app possibly does any more action on it

v129

13 Nov 11:58
93730a8
Compare
Choose a tag to compare

Added

  • nrfutil sandbox now allows caller to pass optional lambda to manipulate
    the env values
  • nrfutil provides an alternative to spawn and just exec
  • nrfutil device auto logs version information when it is initialed for the
    first time.

Changed

  • ErrorBoundary only collect device lib info if these app adds nrfutil
    device as a dependency in package.json
  • App no longer logs nrfutil device version.

v128

08 Nov 18:08
c6a935c
Compare
Choose a tag to compare

Fixed

  • NumberInputSliderWithUnit component did not disable all sub-components
  • NumberInputSliderWithUnit did not update when external value changed

v127

08 Nov 13:15
f4fdf06
Compare
Choose a tag to compare

Fixed

  • version 126 was released as a prerelease on NPM