You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What's Changed
We're no longer pretending that this is beta software, and quite a bit has changed since v1.7.1.
If you've been using the betas, the interesting change since v1.13.0-beta2 is the introduction of stable
eventHandler
:BaseRenderContext.remember
and stableeventHandlers
. by @rjrjr in *BREAKING* IntroducesBaseRenderContext.remember
and stableeventHandlers
. #1267STABLE_EVENT_HANDLERS
to runtime config tools, CI by @rjrjr in AddsSTABLE_EVENT_HANDLERS
to runtime config tools, CI #1270Here's a sampling of what else has happened in the meantime:
View.environmentOrNull
,View.screenOrNull
. by @rjrjr inView.environmentOrNull
,View.screenOrNull
. #742ScreenViewFactory.forWrapper
by @rjrjr in IntroducesScreenViewFactory.forWrapper
#805OverlayDialogFactory
more consistent withScreenViewFactory
. by @rjrjr in MakesOverlayDialogFactory
more consistent withScreenViewFactory
. #809ScreenViewFactory.map
fromScreenViewFactory.forWrapper
by @rjrjr in ExtractsScreenViewFactory.map
fromScreenViewFactory.forWrapper
#975DialogCollator
by @rjrjr in IntroducesDialogCollator
#981type
property fromViewEnvironmentKey
. by @rjrjr in Eliminates the uselesstype
property fromViewEnvironmentKey
. #999Dialog
s beforeActivity
content view is attached. by @rjrjr in Do not showDialog
s beforeActivity
content view is attached. #1003BackStackScreen<*>
practical by @rjrjr in MakesBackStackScreen<*>
practical #1121View.layoutParams
, new parameter forreplaceViewInParent
by @rjrjr in BREAKING: Stop stompingView.layoutParams
, new parameter forreplaceViewInParent
#1135ComposeScreenViewFactory
withScreenComposableFactory
by @rjrjr in BREAKING: ReplacesComposeScreenViewFactory
withScreenComposableFactory
#1146CoveredByModal
public. by @rjrjr in MakesCoveredByModal
public. #1201BackStackConfig.Other
toCanGoBack
by @rjrjr in BREAKING: RenamesBackStackConfig.Other
toCanGoBack
#1214Job
fromWorkflowLayout.take
so it can be canceled. by @rjrjr in Return theJob
fromWorkflowLayout.take
so it can be canceled. #1219BackStackScreen.name
by @rjrjr in IntroducesBackStackScreen.name
#1220action {}
,eventHandler {}
with no debugging name is deprecated by @rjrjr inaction {}
,eventHandler {}
with no debugging name is deprecated #1226SavedStateHandle.removeWorkflowState()
by @rjrjr in IntroducesSavedStateHandle.removeWorkflowState()
#1227StatelessWorkflow.action
by @rjrjr in Deprecates the name-optional flavor ofStatelessWorkflow.action
#1229debuggingName
toWorkflowAction
, use it in defaulttoString()
by @steve-the-edwards in Add publicdebuggingName
toWorkflowAction
, use it in defaulttoString()
#1232BaseRenderContext.remember
and stableeventHandlers
. by @rjrjr in *BREAKING* IntroducesBaseRenderContext.remember
and stableeventHandlers
. #1267STABLE_EVENT_HANDLERS
to runtime config tools, CI by @rjrjr in AddsSTABLE_EVENT_HANDLERS
to runtime config tools, CI #1270New Contributors
README.md
forworkflow-ui-core-common-jvm
#901TextController
support equals #1224Full Changelog: v1.7.1...v1.14.0
This discussion was created from the release v1.14.0.
Beta Was this translation helpful? Give feedback.
All reactions