Releases: NordicSemiconductor/pc-nrfconnect-shared
Releases · NordicSemiconductor/pc-nrfconnect-shared
v167
Fixed
Group
will not collapse on click unless collapsible property is setConfirmCloseDialog
now cancels launcher's request to reload. Requires
engine version 4.4.1
v166
Added
Slider
now supports unsorted range valuesNumberInlineInput
now supports unsorted range valuesInlineInput
supports optionalminSize
propertyNumberInlineInput
supports optionalminSize
andpreAllocateSize
propertiesNumberInput
supports optionalinputMinSize
andpreAllocateInputSize
properties
Changed
NumberInlineInput
will pre-allocate input min width depending on the range
unlessminSize
property is provided orpreAllocateSize
is set to falseNumberInput
will pre-allocate input min input field width depending on the
range unlessinputMinSize
property is provided orpreAllocateInputSize
is set to false
Fixed
NumberInput
unit is not aligned when label consumes multi line
v165
Added
- Auto update nrfutil core for sandboxes
v164
Fixed
- Device setup dialog failed to show on JLink device with no FW
v163
Fixed
- Fixed issue with
Group
remaining expanded in some cases
v162
Changed
- Device programming dialog changes to
programming
when programming starts. Group
now combinesCollapsibleGroup
functionality withcollapsible
property. New properties have also been added:gap
,headingFullWidth
,
Fixed
- Pass
disable
prop toDropdown
inNumberInput
. - 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
. UseGroup
component as a replacement.
Steps to upgrade
- Replace all
CollapsibleGroup
withGroup
component.
v161
Fixed
ConfirmCloseDialog
title now uses app display name
v160
Added
- Export
isConfirmCloseDialogOpen
to tell when confirm close dialog is open
v159
Added
minWidth
parameter toDropdown
component.transparentButtonBg
parameter toDropdown
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
toNumberInput
. - Check all use cases of
StateSelector
and that the gap between components
is correct if not adjust spacing from the app side
v158
Added
NrfutilDeviceLib.deviceInfo
now hasprotectionStatus
property.
Removed
DeviceSlice
no longer has readbackProtection stateDeviceSlice
no longer has setReadbackProtection has be removed
Changed
getReadbackProtection
now returns protection typeProtectionStatus
from
nrfutil device common.ts
Steps to upgrade when using this package
- Minimum support version of nrfutil device is now 2.1.1