Skip to content

Releases: NordicSemiconductor/pc-nrfconnect-shared

v167

08 Mar 16:01
d5b2998
Compare
Choose a tag to compare

Fixed

  • Group will not collapse on click unless collapsible property is set
  • ConfirmCloseDialog now cancels launcher's request to reload. Requires
    engine version 4.4.1

v166

05 Mar 23:01
53989c1
Compare
Choose a tag to compare

Added

  • Slider now supports unsorted range values
  • NumberInlineInput now supports unsorted range values
  • InlineInput supports optional minSize property
  • NumberInlineInput supports optional minSize and preAllocateSize
    properties
  • NumberInput supports optional inputMinSize and preAllocateInputSize
    properties

Changed

  • NumberInlineInput will pre-allocate input min width depending on the range
    unless minSize property is provided or preAllocateSize is set to false
  • NumberInput will pre-allocate input min input field width depending on the
    range unless inputMinSize property is provided or preAllocateInputSize
    is set to false

Fixed

  • NumberInput unit is not aligned when label consumes multi line

v165

05 Mar 15:07
550f517
Compare
Choose a tag to compare

Added

  • Auto update nrfutil core for sandboxes

v164

05 Mar 12:30
0abf651
Compare
Choose a tag to compare

Fixed

  • Device setup dialog failed to show on JLink device with no FW

v163

05 Mar 09:29
7355eef
Compare
Choose a tag to compare

Fixed

  • Fixed issue with Group remaining expanded in some cases

v162

05 Mar 08:34
1cce96d
Compare
Choose a tag to compare

Changed

  • Device programming dialog changes to programming when programming starts.
  • Group now combines CollapsibleGroup functionality with collapsible
    property. New properties have also been added: gap, headingFullWidth,

Fixed

  • Pass disable prop to Dropdown in NumberInput.
  • Weird visual fragments when hovering over non-active StateSelector part.
  • Dropdown elements font size is 12px everywhere in apps and not just the side panel

Removed

  • CollapsibleGroup. Use Group component as a replacement.

Steps to upgrade

  • Replace all CollapsibleGroup with Group component.

v161

26 Feb 09:47
d8c3249
Compare
Choose a tag to compare

Fixed

  • ConfirmCloseDialog title now uses app display name

v160

23 Feb 14:15
589665c
Compare
Choose a tag to compare

Added

  • Export isConfirmCloseDialogOpen to tell when confirm close dialog is open

v159

23 Feb 12:35
f1f8325
Compare
Choose a tag to compare

Added

  • minWidth parameter to Dropdown component.
  • transparentButtonBg parameter to Dropdown component.
  • NumberInput component (provides text, input, optional unit, and slider).
  • Common way to queue ongoing pending tasks. If an app is closed, a dialog is
    prompted to alert users before clo sing app. Redux states for this are:
    • addConfirmBeforeClose
    • clearConfirmBeforeClose
    • preventAppCloseUntilComplete can be used to wrap some promise and
      secure app from closing until promise is resolved

Removed

  • NumberInputWithSlider component.

Changed

  • StateSelector no longer has 16px margin on the bottom. Apps are now
    responsible to add the appropriate gap per container

Steps to upgrade

  • Change all occurrences of NumberInputWithSlider to NumberInput.
  • Check all use cases of StateSelector and that the gap between components
    is correct if not adjust spacing from the app side

v158

22 Feb 12:34
d2cfd6d
Compare
Choose a tag to compare

Added

  • NrfutilDeviceLib.deviceInfo now has protectionStatus property.

Removed

  • DeviceSlice no longer has readbackProtection state
  • DeviceSlice no longer has setReadbackProtection has be removed

Changed

  • getReadbackProtection now returns protection type ProtectionStatus from
    nrfutil device common.ts

Steps to upgrade when using this package

  • Minimum support version of nrfutil device is now 2.1.1