chore(deps): update dependency @nordicsemiconductor/pc-nrfconnect-shared to v166 - autoclosed #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^151.0.0
->^166.0.0
Release Notes
NordicSemiconductor/pc-nrfconnect-shared (@nordicsemiconductor/pc-nrfconnect-shared)
v166.0.0
Added
Slider
now supports unsorted range valuesNumberInlineInput
now supports unsorted range valuesInlineInput
supports optionalminSize
propertyNumberInlineInput
supports optionalminSize
andpreAllocateSize
properties
NumberInput
supports optionalinputMinSize
andpreAllocateInputSize
properties
Changed
NumberInlineInput
will pre-allocate input min width depending on the rangeunless
minSize
property is provided orpreAllocateSize
is set to falseNumberInput
will pre-allocate input min input field width depending on therange unless
inputMinSize
property is provided orpreAllocateInputSize
is set to false
Fixed
NumberInput
unit is not aligned when label consumes multi linev165.0.0
Added
v164.0.0
Fixed
v163.0.0
Fixed
Group
remaining expanded in some casesv162.0.0
Changed
programming
when programming starts.Group
now combinesCollapsibleGroup
functionality withcollapsible
property. New properties have also been added:
gap
,headingFullWidth
,Fixed
disable
prop toDropdown
inNumberInput
.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
CollapsibleGroup
withGroup
component.v161.0.0
Fixed
ConfirmCloseDialog
title now uses app display namev160.0.0
Added
isConfirmCloseDialogOpen
to tell when confirm close dialog is openv159.0.0
Added
minWidth
parameter toDropdown
component.transparentButtonBg
parameter toDropdown
component.NumberInput
component (provides text, input, optional unit, and slider).prompted to alert users before clo sing app. Redux states for this are:
addConfirmBeforeClose
clearConfirmBeforeClose
preventAppCloseUntilComplete
can be used to wrap some promise andsecure app from closing until promise is resolved
Removed
NumberInputWithSlider
component.Changed
StateSelector
no longer has 16px margin on the bottom. Apps are nowresponsible to add the appropriate gap per container
Steps to upgrade
NumberInputWithSlider
toNumberInput
.StateSelector
and that the gap between componentsis correct if not adjust spacing from the app side
v158.0.0
Added
NrfutilDeviceLib.deviceInfo
now hasprotectionStatus
property.Removed
DeviceSlice
no longer has readbackProtection stateDeviceSlice
no longer has setReadbackProtection has be removedChanged
getReadbackProtection
now returns protection typeProtectionStatus
fromnrfutil device common.ts
Steps to upgrade when using this package
v157.0.0
Removed
Dialog.Body
since it didn't work with ourDropdown
.v156.0.0
Added
(getBoardControllerConfig)
v154.0.0
Changed
packageJsonLegacyApp
type forsupportedDevices
is nowstring[]
.v153.0.0
Added
9151 DK
to known devices.openFileLocation
utility function.openLogFileLocation
function inlogger
object.v152.0.0
Updated
28.1.4
2.1.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.