Skip to content

Releases: bumble-tech/appyx

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

2.0.0-alpha06

15 Sep 09:00
fef919e
Compare
Choose a tag to compare

Changed

  • #594 Reverted JVM bytecode target to JDK11 instead of 17

2.0.0-alpha05

13 Sep 14:08
63260a4
Compare
Choose a tag to compare

Added

  • #579 – Expose AndroidLifecycle in PlatformLifecycleRegistry for Android

Fixed

  • #584 – Fix applying offset twice in AppyxComponent
  • #585 – Fix drag vs align
  • #571 – Avoid MotionController recreation
  • #587 – Fix DraggableChildren and rename it to AppyxComponent
  • #588 – Set bounds on all new motion controllers
  • #589 – Fix visibility resolution for elements that do not match parent's size
  • #591 – Flush output cache when onCreate is called in NodeConnector
  • #592 – Fix Backstack3D Motion Controller

2.0.0-alpha04

31 Aug 14:05
e827834
Compare
Choose a tag to compare

Fixed

  • #575 - Make customisations lazy to improve performance

2.0.0-alpha03

17 Aug 17:32
c22473a
Compare
Choose a tag to compare

Added

  • #551 - Support Multiplatform in :appyx-navigation
  • #565 - Adds AngularPosition via restoring Promoter example

Fixed

  • #560 – Don't remove destroyed elements on update automatically

Changed

  • #562 – Implement custom alignment to remove screen size knowledge when offsetting element in MotionController
  • #562 – Remove UiContext parameter from MotionProperty and provide BoxScope via composition local

2.0.0-alpha02

09 Aug 16:58
Compare
Choose a tag to compare

Added

  • #539 – Position alignment
  • #538 – Availability to observe MotionProperties from children UI

Fixed

  • #530 – Backstack Parallax motion controller bug

2.0.0-alpha01

06 Jul 08:34
72931ac
Compare
Choose a tag to compare

Initial release

1.3.0

22 Jun 12:28
1c13ab4
Compare
Choose a tag to compare
  • #425Fixed: Up navigation should be properly propagated from Appyx to RIBs
  • #384Updated: Compose BOM version and activity-compose version

1.2.0

11 Apr 09:36
e86d79f
Compare
Choose a tag to compare
  • #393Breaking change: Removed non-lazy implementations from NodeCustomisationDirectory
  • #393Breaking change: Removed NodeCustomisationDirectoryImpl#put(vararg values: T) due to potential uncaught bugs. Please call the reified put extension function instead.

1.1.2

04 Apr 16:45
ee6dcc1
Compare
Choose a tag to compare
  • #391Added: Introduced putLazy and putSubDirectoryLazy functions within NodeCustomisationDirectoryImpl via LazyMutableNodeCustomisationDirectory