Releases: aliernfrog/top-toast-compose
2.2.0-alpha03
π₯ BREAKING CHANGES
-
due to
f986bca- Update dependencies (commit by @aliernfrog):This updates minSdk from 21 to 23
π§ Chores
f986bca- Update dependencies (commit by @aliernfrog)cca0877- Update version to2.2.0-alpha03(commit by @aliernfrog)
2.2.0-alpha02
β¨ New Features
e390357- Change default toast container color tosurfaceContainerHighest(commit by @aliernfrog)24888c5- Add scale in and out transitions (commit by @aliernfrog)
π§ Chores
862bd60- Update version to2.2.0-alpha02(commit by @aliernfrog)
2.2.0-alpha01
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
β οΈ TopToastShapeandTopToastElevationare now deprecated in favor ofTopToastDefaults.shapeandTopToastDefaults.elevationTopToastcomposable now uses an emphasized font stylecontainerColorandtextColorparameters forTopToastcomposable- Demo app now uses some of the new Material 3 Expressive components
β¨ New Features
31cc38d- Demo: Use connected button group instead of segmented buttons (commit by @aliernfrog)796f9a9-TopToast: AddcontainerColorandtextColoroptions (commit by @aliernfrog)d3b5ade- Demo: Adjust style for section title (commit by @aliernfrog)
π Bug Fixes
d5ec020- Demo: UserememberfortoastIconto avoid crash (commit by @aliernfrog)2d2327f- Demo: Restore edge-to-edge (commit by @aliernfrog)
β»οΈ Refactors
5613a35- UseTopToastDefaultsobject instead of individualTopToastShapeandTopToastElevation(commit by @aliernfrog)
π§ Chores
c978541- Update dependencies (commit by @aliernfrog)70f0adf- Update version to2.2.0-alpha01(commit by @aliernfrog)
2.1.0
This update bumps Compose Material/3 to fix compatibility issues.
π§ Chores
3dc1d3b- update dependencies (commit by @aliernfrog)71d3ed9- update version to2.1.0(commit by @aliernfrog)fffa2f9- merge branchdevintomain(commit by @aliernfrog)
2.1.0-alpha01
β»οΈ Refactors
5edb9c8- remove deprecated code (commit by @aliernfrog)
π§ Chores
c1a2216- update dependencies (commit by @aliernfrog)c5c520f- bump version to2.1.0-alpha01 (21001)(commit by @aliernfrog)
2.0.1
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
12066ee- README: make JitPack recommended (commit by @aliernfrog)
π§ Chores
6a4d801- bump library version to2.0.1 (20110)(commit by @aliernfrog)3ef9802- merge branch2.0.1-hotfix-devintomain(commit by @aliernfrog)
2.0.1-alpha01
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
BREAKING CHANGES
- Publishing on GitHub Packages, JitPack is still there but it fails to build for no reason
TopToastTypeand related things are now deprecated- Use
showToastto show a TopToast inTopToastHost - Use
showAndroidToastto show a TopToast using Android Toast API
- Use
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
- add separate
showAndroidToastmethod (aliernfrog) - make deprecated methods visible (aliernfrog)
Chores
- update dependencies (aliernfrog, aliernfrog, aliernfrog, alieRN)
- add compose material dependency (aliernfrog)
- bump material3 to 1.2.0 (alieRN)
- update library version to 2.0.0 (alieRN)
- merge branch
devintomain(alieRN)
Builds
- update publish (aliernfrog)
- publish to GitHub Packages (aliernfrog)
Continuous Integration
- update setup-java and upload-artifact (alieRN)
- update actions/checkout to v4 (aliernfrog)
- release: add
packagespermission (alieRN)
Documentation
- README: add installation instructions and update example (aliernfrog)
1.4.0-alpha05
1.4.0-alpha04
Documentation
- README: add installation instructions and update example #10 (aliernfrog)
- README: correct method in example #10 (aliernfrog)
Chores
- update dependencies #10 (aliernfrog)
- update library version to 1.4.0-alpha04 #10 (aliernfrog)