Releases: aliernfrog/top-toast-compose
Releases · aliernfrog/top-toast-compose
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 branchdev
intomain
(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-dev
intomain
(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
TopToastType
and related things are now deprecated- Use
showToast
to show a TopToast inTopToastHost
- Use
showAndroidToast
to 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
showAndroidToast
method (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
dev
intomain
(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
packages
permission (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)
1.4.0-alpha03
Features
- top-toast-state: add
setAppTheme
#10 (aliernfrog)
Chores
- update library version to 1.4.0-alpha03 #10 (aliernfrog)
1.4.0-alpha02
Builds
- update publish #10 (aliernfrog)
- publish to GitHub Packages #10 (aliernfrog)
Continuous Integration
- update actions/checkout to v4 #10 (aliernfrog)
Chores
- update library version to 1.4.0-alpha02 #10 (aliernfrog)
1.4.0-alpha01
Features
- add theming to android type toasts #10 (aliernfrog)
Code Refactoring
- make deprecated methods visible #10 (aliernfrog)
Chores
- update dependencies & library version #10 (aliernfrog)