Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency animated_emoji to v3 #342

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
animated_emoji dependencies major ^2.1.0 -> ^3.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

RoundedInfinity/animated_emoji (animated_emoji)

v3.0.0

Added
  • Breaking: Added option to get the skin tone variation of an emoji. The emoji variations are not included into the list anymore.

    Instead of:

    AnimatedEmojis.clapDark

    do:

    AnimatedEmojis.clap.dark
    // or
    AnimatedEmojis.clap.withSkinTone(SkinTone.dark)
  • Web support for network emojis.

  • Added names to AnimatedEmojiData.

  • Added more emojis.

  • Added AnimatedEmojiDataUtil utility class.

Changed
  • Breaking: Changed ID format for emojis. Now the ids do not begin with u. fromId and getCamelCaseName are still compatible with the legacy IDs beginning with u.

    Instead of :

    AnimatedEmojiData('u1f386');

    Do:

    AnimatedEmojiData('1f386',name: 'smileWithBigEyes');
  • Some emoji names may have changed

  • When source is not set the AnimatedEmoji widget now tries to load the emoji from assets first, then falls back to network.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch from 705e37c to 4fbec28 Compare December 7, 2023 22:29
@renovate renovate bot changed the title Update dependency animated_emoji to v3 fix(deps): update dependency animated_emoji to v3 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch 16 times, most recently from 7e443bc to a6cdbe9 Compare December 14, 2023 15:42
@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch 3 times, most recently from 08f2179 to afd54a2 Compare December 19, 2023 14:39
@renovate renovate bot changed the title fix(deps): update dependency animated_emoji to v3 Update dependency animated_emoji to v3 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch 8 times, most recently from 8442f68 to c262ff5 Compare December 20, 2023 18:47
@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch 3 times, most recently from 623c4d9 to 83ba5b8 Compare February 7, 2024 13:54
@renovate renovate bot changed the title fix(deps): update dependency animated_emoji to v3 Update dependency animated_emoji to v3 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch 16 times, most recently from 34648c3 to 424c792 Compare February 14, 2024 21:00
@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch 5 times, most recently from e57107b to 7449715 Compare February 16, 2024 10:22
@renovate renovate bot force-pushed the renovate/animated_emoji-3.x branch from 7449715 to 1ea9dc4 Compare February 16, 2024 11:11
@Feichtmeier Feichtmeier merged commit 47c4c9c into main Feb 16, 2024
4 checks passed
@renovate renovate bot deleted the renovate/animated_emoji-3.x branch February 16, 2024 13:57
soumyaDghosh pushed a commit to soumyaDghosh/musicpod that referenced this pull request Feb 17, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant