Skip to content

Releases: aliernfrog/top-toast-compose

2.2.0-alpha03

18 Feb 19:50
cca0877

Choose a tag to compare

2.2.0-alpha03 Pre-release
Pre-release

πŸ’₯ BREAKING CHANGES

  • due to f986bca - Update dependencies (commit by @aliernfrog):

    This updates minSdk from 21 to 23

πŸ”§ Chores

2.2.0-alpha02

17 Feb 17:17
862bd60

Choose a tag to compare

2.2.0-alpha02 Pre-release
Pre-release

✨ New Features

πŸ”§ Chores

2.2.0-alpha01

09 Feb 18:53
70f0adf

Choose a tag to compare

2.2.0-alpha01 Pre-release
Pre-release

Summary

This version may not be available on GitHub Packages due to some outages in GitHub

This release bumps the dependencies to newer versions while maintaining the minSdk as 21, this will very likely change when out of pre-release

  • ⚠️ TopToastShape and TopToastElevation are now deprecated in favor of TopToastDefaults.shape and TopToastDefaults.elevation
  • TopToast composable now uses an emphasized font style
  • containerColor and textColor parameters for TopToast composable
  • Demo app now uses some of the new Material 3 Expressive components

✨ New Features

πŸ› Bug Fixes

♻️ Refactors

  • 5613a35 - Use TopToastDefaults object instead of individual TopToastShape and TopToastElevation (commit by @aliernfrog)

πŸ”§ Chores

2.1.0

08 Sep 13:48
fffa2f9

Choose a tag to compare

This update bumps Compose Material/3 to fix compatibility issues.

πŸ”§ Chores

2.1.0-alpha01

19 Jul 20:28

Choose a tag to compare

2.1.0-alpha01 Pre-release
Pre-release

♻️ Refactors

πŸ”§ Chores

2.0.1

19 Jul 20:08
3ef9802

Choose a tag to compare

This release fixes build issues on JitPack.

Changes in 2.0.1-alpha01 are not included in this release, those changes will be kept in 2.1.0-alpha01

πŸ“ Documentation Changes

πŸ”§ Chores

2.0.1-alpha01

17 Apr 18:56

Choose a tag to compare

2.0.1-alpha01 Pre-release
Pre-release

Note

Changes in this version are not included in the stable 2.0.1, latest alpha (v2.1.0-alpha01) has these changes rebased on the stable one.

Fixes compatibility issues with 1.7.x of compose-material and 1.3.x of compose-material3, no backwards compatibility

Code Refactoring

Chores

2.0.0

10 Feb 19:40

Choose a tag to compare

BREAKING CHANGES

  • Publishing on GitHub Packages, JitPack is still there but it fails to build for no reason
  • TopToastType and related things are now deprecated
    • Use showToast to show a TopToast in TopToastHost
    • Use showAndroidToast to show a TopToast using Android Toast API

Features

  • update toast design and allow custom toasts (alieRN, alieRN)
  • add theming to android type toasts (aliernfrog)
  • allow disabling swipe to dismiss (aliernfrog)
  • top-toast-state: add setAppTheme (aliernfrog)
  • demo: advanced demos & enable r8 (alieRN)

Code Refactoring

Chores

Builds

Continuous Integration

  • update setup-java and upload-artifact (alieRN)
  • update actions/checkout to v4 (aliernfrog)
  • release: add packages permission (alieRN)

Documentation

  • README: add installation instructions and update example (aliernfrog)

1.4.0-alpha05

05 Feb 18:58

Choose a tag to compare

1.4.0-alpha05 Pre-release
Pre-release

Features

Bug Fixes

Continuous Integration

  • update setup-java and upload-artifact #10 (alieRN)

Chores

1.4.0-alpha04

14 Jan 18:56

Choose a tag to compare

1.4.0-alpha04 Pre-release
Pre-release

Documentation

Chores