Skip to content

Releases: skydoves/Balloon

1.6.4

27 Dec 15:15
5a9bef4
Compare
Choose a tag to compare

What's Changed

  • Update gradle/gradle-build-action action to v2.10.0 by @renovate in #544
  • Update dependency gradle to v8.5 by @renovate in #546
  • Update actions/setup-java action to v4 by @renovate in #547
  • Update agp to v8.2.0 by @renovate in #548
  • Update androidxMacroBenchmark to v1.2.2 by @renovate in #550
  • Update BalloonAnimation.None to not execute animations by @skydoves in #551
  • Update gradle/gradle-build-action action to v2.11.0 by @renovate in #552
  • Update dependency androidx.activity:activity-compose to v1.8.2 by @renovate in #553
  • Update dependency androidx.annotation:annotation to v1.7.1 by @renovate in #554
  • Update dependency androidx.test.uiautomator:uiautomator to v2.3.0-beta01 by @renovate in #555
  • Update dependency com.google.android.material:material to v1.11.0 by @renovate in #556
  • Update dependency com.vanniktech.maven.publish to v0.26.0 by @renovate in #558
  • Update gradle/gradle-build-action action to v2.11.1 by @renovate in #559
  • Change arrow positioning logic for ArrowPositionRules.ALIGN_ANCHOR by @nkhar in #560
  • Touching outside the balloonWrapper should dismiss the Balloon(PopupWindow) by @nkhar in #561
  • Implement setDismissWhenTouchMargin by @skydoves in #562
  • Implement onComposedAnchor and onBalloonWindowInitialized by @skydoves in #563
  • Remove the constraints for measuring the composable content by @skydoves in #564
  • Implement update relevant methods by @skydoves in #565
  • Implement repositioning over scrollable or movable parent for Compose by @skydoves in #566
  • Fix overwriting the arrow orientation rules by @skydoves in #567
  • Generate baseline profiles by @github-actions in #568

New Contributors

Full Changelog: 1.6.3...1.6.4

1.6.3

18 Nov 15:17
89aec5b
Compare
Choose a tag to compare

What's Changed

  • Invoke previous onDismissListener for relay and await balloon by @skydoves in #529
  • Update actions/checkout action to v4 by @renovate in #518
  • Update dependency com.android.test to v8.1.3 by @renovate in #532
  • Update dependency androidx.baselineprofile to v1.2.1 by @renovate in #535
  • Update dependency androidx.activity:activity-compose to v1.8.1 by @renovate in #537
  • Update agp to v8.1.4 by @renovate in #538
  • Remove offset on popup for Compose balloons by @jonasskold in #536
  • Bump Kotlin to 1.9.20 and compose compiler to 1.5.4 by @skydoves in #539

New Contributors

Full Changelog: 1.6.2...1.6.3

1.6.2

03 Nov 10:40
06b9f09
Compare
Choose a tag to compare

What's Changed

  • Bump Compose BOM to 2023.10.00 by @skydoves in #505
  • Update dependency org.jetbrains.dokka to v1.9.10 by @renovate in #507
  • Update actions/checkout action to v3.6.0 by @renovate in #508
  • Update androidxMacroBenchmark to v1.2.0 by @renovate in #510
  • Update dependency androidx.compose:compose-bom to v2023.10.01 by @renovate in #511
  • Update actions/setup-java action to v3.13.0 by @renovate in #512
  • Update dependency com.diffplug.spotless to v6.22.0 by @renovate in #513
  • Update dependency gradle to v8.4 by @renovate in #516
  • Update gradle/gradle-build-action action to v2.9.0 by @renovate in #517
  • Add a letter spacing option for Balloon and TextForm. by @DavidEdwards in #521
  • Update dependency androidx.fragment:fragment-ktx to v1.6.2 by @renovate in #523
  • Update dependency androidx.test.uiautomator:uiautomator to v2.3.0-alpha05 by @renovate in #524
  • Support setting includeFontPadding for the default text by @skydoves in #527

New Contributors

Full Changelog: 1.6.1...1.6.2

1.6.1

07 Oct 02:46
8691547
Compare
Choose a tag to compare

What's Changed

  • Generate baseline profiles by @github-actions in #493
  • Bump Kotlin to 1.9.10 and Compose compiler to 1.5.3 by @skydoves in #494
  • Bump Compose BOM to 2023.09.02 and marcro benchmark to 1.2.0-rc01 by @skydoves in #497
  • [Compose] Fix duplicated arrow size was applied to the balloon content by @skydoves in #500
  • Set arrow orientation rule as fixed when user manually set the arrow the arrow orientation by @skydoves in #501
  • Update baseline profiles by @skydoves in #503

Full Changelog: 1.6.0...1.6.1

1.6.0

16 Sep 13:51
2200e7d
Compare
Choose a tag to compare

What's Changed

  • Bump AGP 8.1.0, Gradle 8.3.0 and the rest of libraries by @skydoves in #471
  • Migrate Spotless to 6.20.0 by @skydoves in #472
  • Migrate nexus maven publication plugin by @skydoves in #473
  • Integrate Baseline Profile plugin by @skydoves in #474
  • Add optional key into rememberBalloonBuilder by @egorikftp in #476
  • Add Coroutine API for sequential popups displaying by @heckfyxe in #477
  • Clean channel and scope on destroy balloon lifecycles by @skydoves in #478
  • Migrate to getDeclaredConstructor from newInstance by @skydoves in #479
  • Implement await shows balloon for Compose by @skydoves in #480
  • Remove cleaning balloon channel consumer on destroy lifecycle by @skydoves in #483
  • Fix showAtCenter, deprecate showAlignLeft/showAlignRight, refactor positioning by @heckfyxe in #484
  • Parallel balloons displaying with Coroutines API by @heckfyxe in #485
  • Compose: Implement AwaitBalloonWindows by @skydoves in #488
  • Bump AGP to 8.1.1, Compose to 2023.09.00, benchmark, and libraries by @skydoves in #489
  • Generate baseline profiles by @github-actions in #490
  • Use popup for measuring balloon content layout by @skydoves in #492

New Contributors

Full Changelog: 1.5.4...1.6.0

1.5.4

21 Jun 11:11
ec0c62f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.3...1.5.4

1.5.3

07 Apr 23:58
f444bfd
Compare
Choose a tag to compare

What's Changed

  • A11y fix: remove clickable hint from Talkback description when no click listener is set on Balloon by @matt-clarke-wooliesx in #406
  • Bump AGP to 7.4.0 by @skydoves in #408
  • Migrate to Compose BOM by @skydoves in #409
  • Bump Kotlin to 1.8.0 and compose compiler to 1.4.0 by @skydoves in #420
  • Add GitHub workflows for generating & amending baseline profiles by @skydoves in #421
  • Generate baseline profiles by @github-actions in #422
  • Increment min SDK from 17 to 21 by @skydoves in #427
  • Bump AndroidX libraries dependency by @skydoves in #428
  • Bump Kotlin, Compose BOM, Compose Compiler, and lifecycle by @skydoves in #432
  • Bump Compose bom to 2023.03.00 and compiler to 1.4.4 by @skydoves in #433
  • Refactored make the cached value early returned when it is not null by @linjiansi in #437
  • Bump compose bom to 2023.04.00 by @skydoves in #438
  • Generate baseline profiles by @github-actions in #439

New Contributors

Full Changelog: 1.5.2...1.5.3

1.5.2

07 Jan 02:23
36347ad
Compare
Choose a tag to compare

What's Changed

  • Fixed Compose balloon content measurement systems with density by @skydoves in #403

Full Changelog: 1.5.1...1.5.2

1.5.1

06 Jan 02:29
08a847c
Compare
Choose a tag to compare

What's Changed

  • Update anchor view's size with onSizeChanged by @skydoves in #400
  • Refactor measuring ways for the width composable content size by @skydoves in #401
  • Add rules for the start and end arrow position of ALIGN_ANCHOR by @skydoves in #402
  • Fix README typo by @vagabond95 in #398

New Contributors

Full Changelog: 1.5.0...1.5.1

1.5.0

02 Jan 12:42
3c8d611
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.8...1.5.0