Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
73 lines (41 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

73 lines (41 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

ViewPager2 [1.0.0]

Changes

  • No changes from 1.0.0-alpha01]

ViewPager2 [1.0.0-alpha01]

Added

  • FragmentListAdapter for easy and efficient management of Fragment instances in a FragmentStateAdapter

Core [1.3.2]

Added

  • Added doOnEveryEvent as shorthand for adding a LifeCycleObserver

Core [1.3.1]

Fixed

  • Fixed callback of service being bound in HardServiceConnection firing before the Service has been assigned to it's var

Navigation [1.2.1]

Added

  • Allowed MultiStackNavigator to have different back stack types as defined by
    sealed class BackStackType {
        object UniqueEntries : BackStackType()
        object Unlimited : BackStackType()
        data class Restricted(val count: Int) : BackStackType()
    }

View [1.2.0]

Changed

  • Maintenance update, bumped core androidx versions

RecyclerView [1.2.0]

Added

  • RecyclerViewMultiScroller to synchronize scrolling of multiple RecyclerView instances

Material [1.0.4]

Changed

  • Maintenance update, bumped core androidx versions

Communications [1.0.0]

Changed

  • Initial release

SavedState [1.0.1]

Changed

  • Maintenance update, bumped core androidx versions