Skip to content

Releases: bumble-tech/appyx

1.6.0-alpha01

09 May 08:08
04688f1
Compare
Choose a tag to compare
  • #701Added: Shared element transition and movable content support

2.0.1

25 Apr 03:30
Compare
Choose a tag to compare
Release 2.0.1

2.0.0

18 Apr 23:52
bb1444e
Compare
Choose a tag to compare

Please refer to 2.0.0-alpha10 -> 2.0.0 – Migration guide

API breaking changes

  • #677 – Moved Builder, SimpleBuilder, Interactor to separate module
  • #680 – Appyx interactions package reorg

Fixed

  • #670 - Fixes ios lifecycle
  • #673 – Fix canHandeBackPress typo
  • #671 – Fix ui state saving issue
  • #694 – Fix appyxComponent state saving issue

Enhancement

  • #679 – Simple api for backStackNode and spotlightNode

1.5.0

15 Apr 18:23
c7372dc
Compare
Choose a tag to compare
  • #693Updated: Compose BOM version and kotlin version

1.4.1-migrate-2.x

15 Feb 06:47
Compare
Choose a tag to compare

⚠️
This release is not an improvement in 1.x, it only prepares the 2.0 release.

This breaking change is meant for use-cases where you'll want to have a gradual migration from 1.x to 2.0 and you'll want to keep both of them in the codebase in parallel – otherwise you'll have a name collision on the appyxIntegrationPoint.

If you'll do a migration to 2.0 straight, then this version holds no value to you and you can skip it.

  • #668Breaking change: Rename Appyx integration point

2.0.0-alpha10

24 Jan 11:45
3e11f07
Compare
Choose a tag to compare

Please refer to 2.0.0-alpha10 – Migration guide

API breaking changes

  • #630 – Pass initial state into Spotlight visualisations
  • #642 – Renamings
  • #643 – Unify AppyxComponent composable between appyx-navigation and appyx-interactions modules
  • #651 - Keep only one instance of SaveStateMap typealias and moved it to com.bumble.appyx.utils.multiplatform package
  • #652 - KSP processor renamed from mutable-ui-processor to appyx-processor
  • #654 - Renamings
  • #657 - Rename ParentNode & Node to Node and LeafNode
  • #644 – Refactor AppyxComponent and application of draggable modifier

Fixed

  • #638 - Fix visibility issue for bottom element in BackStackParallax

2.0.0-alpha09

19 Oct 12:49
f139d92
Compare
Choose a tag to compare

API breaking changes

  • #618 – Do not create PermanentAppyxComponent inside ParentNode. Provide it via constructor to ParentNode
  • #612 – Rename MotionController to Visualisation
  • #617 – Unify inside & outside position alignment

Changed

  • #611 – Lower position and rotation animation default round-off thresholds
  • #620 – Updated Compose to 1.5.3 & Kotlin to 1.9.10

Added

  • #615 – Material navigation helpers

2.0.0-alpha08

04 Oct 17:21
ccc0dee
Compare
Choose a tag to compare
  • #608 – Setting default value to NodeCustomisationDirectory in IosNodeHost

2.0.0-alpha07

04 Oct 12:24
Compare
Choose a tag to compare

Added

  • #601 – iOS support and target apps
  • #599 Added isContinuous flag to GestureFactory

1.4.0

03 Oct 11:14
1ab37ff
Compare
Choose a tag to compare
  • #606Breaking change: Do not create permanentNavModel inside ParentNode. Provide it via constructor to ParentNode