Appyx v1.0-alpha09 Release Notes
-
- ๐ฅ #151 - Breaking change: Renamed
Routing
toNavTarget
. All related namings are affected (RoutingElement
,RoutingKey
, etc.) - ๐ฅ #158 - Breaking change: Renamed
TransitionState
toState
in all NavModel impls. RenamedSTASHED_IN_BACK_STACK
toSTASHED
. - ๐ฅ #146 - Breaking change: Removed
FragmentIntegrationPoint
. Clients should useActivityIntegrationPoint.getIntegrationPoint(context: Context)
to get integration point from Fragment - ๐ฅ #160 - Breaking change: Renamed
navmodel-addons
tonavmodel-samples
and stopped publishing the binary. If you feel we should add any of the samples to the main codebase, please let us know! - ๐ #138 - Fixed:
androidx.appcompat:appcompat
from is exposed viaapi
withincom.bumble.appyx:core
. This prevents potential compilation bugs. - ๐ #143 - Fixed: Correctly exposed transitive dependencies that are part of the libraries ABI
- ๐ #162 - Fixed:
NodeTestHelper
'smoveTo
function can now move toLifecycle.State.DESTROYED
. The node itself has safeguards to prevent moving from destroyed state, and moving to destroyed is a valid test case. - โก๏ธ #145 - Updated:
SpotlightSlider
now uses offset modifier with lambda - โ #159 - Added:
NodeHost
now takes modifier parameter to decorate the view of a root node - โ #162 - Added:
disposeOnDestroyPlugin
extension has been added to interop-rx2. This will allow Rx2 code to be easily disposed when the node it belongs to is destroyed. - โ #161 - Added: Operations helpers
๐ 22 Sep 2022
- ๐ฅ #151 - Breaking change: Renamed