Releases: aagarwal1012/Animated-Text-Kit
Releases · aagarwal1012/Animated-Text-Kit
Release v4.3.0
What's Changed
- Update Workflow Command to Fix CI Issues by @oriventi in #351
- Introducing AnimatedTextController for animation control. by @oriventi in #349
- Removed test for channel dev by @queendevelopers in #353
- chore: update SDK constraints, dependencies, and Gradle configuration… by @berhili098 in #354
- feat: Add GitHub Workflow for Publishing to pub.dev by @oriventi in #355
- [ImgBot] Optimize images by @imgbot[bot] in #356
- Bump version to 4.2.3 by @queendevelopers in #357
- Pushing an update to merge the latest PR and version upgrade by @aagarwal1012 in #366
- Added new animated text - Scramble Text Animation by @dannndi in #362
- Preserve speed with disabled animations by @ozyl in #364
- Add BounceAnimatedText animation and improve accessibility by @Syed-Bipul-Rahman in #365
New Contributors
- @oriventi made their first contribution in #351
- @queendevelopers made their first contribution in #353
- @berhili098 made their first contribution in #354
- @dannndi made their first contribution in #362
- @ozyl made their first contribution in #364
- @Syed-Bipul-Rahman made their first contribution in #365
Full Changelog: v4.2.2...v4.3.0
Release 4.2.2
What's Changed
- Fix position in wavy animation by @SirusCodes in #242
- setState text workaround solution added in README by @Mohitmadhav in #243
- docs: add Mohitmadhav as a contributor by @allcontributors in #244
- Added ',' after Animated child block by @sxmeer-ahmed in #261
New Contributors
- @Mohitmadhav made their first contribution in #243
- @sxmeer-ahmed made their first contribution in #261
Full Changelog: v4.2.0...v4.2.2
Release 4.2.0
- Flicker Animated Text by @CoderInTheWoods.
TypewriterAnimatedTextmay now be customized to adjust the cursor.- Legacy
Kitclasses are now marked as deprecated DefaultTextStylemay be used to set a common text style acrossAnimatedTextinstancestextStyleis no longer required forAnimatedTextsubclasses (except forColorizeAnimatedText)FadeAnimatedTextmay now be customized to adjust the fade-in and fade-out interval- BREAKING CHANGE:
AnimatedText.completeTextnow has aBuildContextparameter - Migrated to nnbd(null-safety)
- Added Flutter Favorite badge to readme.
Release 3.1.0
Enhancements
- Added
rotateOutflag toRotateAnimatedTextso that one may optionally disable the rotation-out animation. - Updated the
exampleapp to demonstrateRotateAnimatedTextwithrotateOutdisabled.
Release 3.0.2
- Fixed major bug #168, introduced with version 3.0.0
- Updated the
exampleapp to show a Tap Count - Optimized the
disposeforAnimatedTextKit. - Added missing return type to
onNextfunction signatures. - Optimized the
initStateforAnimatedTextKit.
Release 3.0.0
v3.0.0
- Refactored code to reduce duplication, improve consistency, and simplify making new animations. Created
AnimatedTextandAnimatedTextKit. PR #157 - Removed the unused
alignmentproperty from all exceptRotateAnimatedTextKit. Resolves #153 - Added a
textDirectionproperty toColorizeAnimatedTextKitto support RTL text. Resolves #109 - Added a
loadUntilproperty toTextLiquidFillto optionally show a partial fill. Resolves #75 - Optimized
TextLiquidFill. PR #165 - Optimized
ColorizeAnimatedTextKit. PR #155 - Updated the Dart SDK constraint to be 2.10+.
- Regenerated the
exampleplatform code. PR #162 - Migrated from Travis CI to GitHub Actions.
Release 2.5.4
Documentation
Added missing dart documentation to the public classes and methods.
Release 2.5.3
Bug Fixes and Enhancements
- Updated the
READMEto revert links to bepub.devfriendly. - Bug fix for
ScaleAnimatedTextKitto checkmountedbeforesetStateto avoid potential conflict withdispose. Resolves #105 -- PR #143 - Minor bug fix to
RotateAnimatedTextKitto properly handlealignmentproperty, and introducedtextDirectionproperty #138 - Increased test coverage #128
Release 2.5.0
@awhitford is on fire, a ton of bug fixes and improvements from his side.
- Increase test coverage #137 and #135.
- Removed redundant _texts variables #133.
- Added pedantic lint rules. #132.
- Refactored code to move default logic from the State class to the StatefulWidget #131.
- Revised _textKey to not be a global variable. Resolves #129 issue -- PR #130.
- Other basic improvements #136 and #134.