fix(deps): update dependency org.pushing-pixels:radiance-animation to v6 #105
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:
5.0.0
->6.0.0
Release Notes
kirill-grouchnikov/radiance
v6.0.0
💔 marks an incompatible API / binary change
🎁 marks new features
🔧 marks bug fixes and general improvements
Dependencies for core libraries
General
Graphics
objects passed to the relevant UI delegates and painting methodsRadianceCommonCortex.paintAtScale1x
for visuals that need to "fall" on exact pixels, line single-pixel borders, separators, etcAnimation
Component
CommandButtonPresentationModel.isFireActionOnRollover
andCommandButtonPresentationModel.isFireActionOnPress
with a singleactionFireTrigger
enum that has three values:OnRollover
to fire action on rolloverOnPressed
to fire action on pressOnPressReleased
to fire action on press release (the default)CommandButtonPresentationModel.isTextClickAction
andCommandButtonPresentationModel.isTextClickPopup
with a singletextClick
enum field that has two values:Action
to activate action on text clickPopup
to activate secondary content on text clickBreadcrumbItem
(not wired to anything)BreadcrumbBarCallBack
APIs fromStringValuePair
toBreadcrumbItem
getLeafs
togetLeaves
BreadcrumbBarCallBack
to BreadcrumbBarContentProvider`BreadcrumbBarModel
toBreadcrumbBarContentModel
BreadcrumbBarPresentationModel
and support icon filteringStringValuePair
from the API surface altogetherBreadcrumbItem
BackgroundAppearanceStrategy
across all components. This applies toCommandButtonPresentationModel.setFlat
CommandButtonPresentationModel.Overlay.setFlat
CommandStripPresentationModel.setFlat
CommandPresentationModel.setFlat
MEDIUM
command buttons that don't display iconsTheming
SINGLE_FULL and DOUBLE_FULL
fromTabContentPaneBorderKind
. Apps that wish to draw border around the content area will need to do so explicitly.RadianceSkin.setTabFadeStart
andRadianceSkin.setTabFadeEnd
and do consistent indication for the selected / rollover tab with no alpha fade gradient.isFocused
(not used anywhere, and shouldn't be since the focus indication is painted separately) andhasShine
(specific toStandardFillPainter
visuals).ComponentOrParentChainScope.setExtraWidgetsPresence
SVG transcoder
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.