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

build(deps): bump flame_tiled from 1.21.2 to 2.0.1 #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps flame_tiled from 1.21.2 to 2.0.1.

Release notes

Sourced from flame_tiled's releases.

v1.25.0

1.25.0

  • FEAT: Add a setter for TextBoxComponent.boxConfig and add a convenience method to skip per-char buildup (#3490). (d1777b7a)

v1.24.0

1.24.0

  • PERF: Switch from forEach to regular for-loops for about 30% improvement in raw update performance (#3472).
  • FIX: SpawnComponent.periodRange should change range each iteration (#3464).
  • FIX: Don't use a future when assets for SpriteButton is already loaded (#3456).
  • FIX: Darkness increases with higher values (#3448).
  • FEAT: NineTileBoxComponent with HasPaint to enable effects (#3459).
  • FEAT: Devtools overlay navigation (#3449).
  • FEAT: Add direction and length getters and constructor to LineSegment (#3446).
  • FEAT: Add multiFactory to SpawnComponent (#3440).

v1.23.0

1.23.0

  • REFACTOR: Fix lint issues from latest flutter release (#3390). (978ad31b)
  • FIX: Take into consideration when child is added to parent that is removed in the same tick (#3428). (9a5c54be)
  • FIX: Add missing export of GroupTextElement to text.dart (#3424). (c9c0f691)
  • FIX: Add missing export of GroupElement to text.dart (#3423). (c0c4bb02)
  • FIX: Fix brighten and darken alpha issue (#3414). (de8e3bce)
  • FIX: Set button size in onMount if not set (#3413). (916aa5ce)
  • FIX: Fix bug preventing removeAll(children) from be called before mount (#3408). (726cb8b6)
  • FEAT: Add support for strike-through text for flame_markdown (#3426). (1f9b0ea9)
  • FEAT: Warning and docs about fullscreen methods outside the mobile platforms (#3419). (994e098b)
  • FEAT: Add baseColor to Shadow3DDecorator (#3375). (b5d7ee07)

v1.22.0

1.22.0

  • FIX: Remove extra implements SizeProviders (#3358). (47ba0d87)
  • FEAT: Add WorldRoute to enable swapping worlds from the RouterComponent (#3372). (497f128f)
  • FEAT(overlays): Added the 'priority' parameter for overlays (#3349). (e591ebf8)
Changelog

Sourced from flame_tiled's changelog.

flame_tiled - v2.0.1

2025-02-05

Changes


Packages with breaking changes:

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • flame_behavior_tree - v0.1.3+5
  • flame_oxygen - v0.2.3+5
  • flame_isolate - v0.6.2+5
  • flame_texturepacker - v4.1.5
  • flame_sprite_fusion - v0.1.3+5
  • flame_audio - v2.10.8

... (truncated)

Commits
  • 20c08ad chore(release): Publish packages (#3494)
  • d1777b7 feat: Add a setter for TextBoxComponent.boxConfig and add a convenience metho...
  • d6c83fa fix: Use correct matrix indices in BodyComponent (#3491)
  • 9f54a69 chore: Fix Flutter 3.29.0 analyzer issues (#3492)
  • bac68dc fix: Remove forced location of the atlas file. (#3481)
  • a0ebaef style: Standardize order of initializers on Transform3D (#3487)
  • 9345c87 feat: Add helper methods to create matrix4 with sensible defaults (#3486)
  • 762e0ad feat(audio): Set audio context AudioContextConfigFocus.mixWithOthers by defau...
  • 1dbb443 feat: Add setFromMatrix4 to Transform3D (#3484)
  • c332c96 feat: Add Line3D mesh component [flame_3d] (#3412)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flame_tiled](https://github.com/flame-engine/flame/tree/main/packages) from 1.21.2 to 2.0.1.
- [Release notes](https://github.com/flame-engine/flame/releases)
- [Changelog](https://github.com/flame-engine/flame/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flame-engine/flame/commits/flame_tiled-v2.0.1/packages)

---
updated-dependencies:
- dependency-name: flame_tiled
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants