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.12.0 to 1.20.0 #63

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps flame_tiled from 1.12.0 to 1.20.0.

Release notes

Sourced from flame_tiled's releases.

v1.17.0

1.17.0

Note: This release has breaking changes.

  • REFACTOR: Change the ClipComponent factory Constructor to redirect Constructor (#3089). (cc035fb4)
  • FIX: Call render properly from nested FlameGames (#3106). (cb1e3701)
  • FIX: CircleHitbox should properly detect when ray is outside (#3100). (8cd9e123)
  • FIX: Clamp opacity set by the ColorEffect to 1.0 (#3069). (9282cc38)
  • FIX: FutureOr return type of ComponentViewportMargin.onLoad (#3059). (72678c67)
  • FIX: Size for SpriteComponent.fromImage should be nullable (#3054). (2ed71a3c)
  • FIX: Check for removing state while adding a child (#3050). (3a24a51d)
  • FEAT: Add onFinished callback to ScrollTextBoxComponent (#3105). (233cc94c)
  • FEAT: Add copyWith method on the TextBoxConfig (#3099). (b946ba70)
  • FEAT: Component tree for the devtools extension tab (#3094). (bf5d68e9)
  • FEAT: Add PositionComponent.toString (#3095). (b1f01986)
  • FEAT: Add SpriteBatch.replace to allow the replacement of the batch information (#3079). (bf3c282d)
  • FEAT: Initial functionality of flame_devtools (#3061). (c92910c6)
  • FEAT: Add HasPerformanceTracker mixin on Game (#3043). (6270353a)
  • BREAKING REFACTOR: Use HasTimeScale for Route (#3064). (30fde805)
  • BREAKING FIX: Removed unused parameters from SpriteWidget (#3074). (f49d24c0)

v1.16.0

1.16.0

Note: This release has breaking changes.

  • REFACTOR: Fix unrelated types reported by DCM (#3023). (1d020a52)
  • FIX: Vertices in PolygonComponent should subtract vertices positioning (#3040). (4f053ed7)
  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

v1.15.0

1.15.0

  • REFACTOR: Minimize Vector2 creation in IsometricTileMapComponent (#3018). (5d3be313)
  • FIX: Set margins of JoystickComponent properly (#3019). (e27818d8)
  • FIX: Properly update sprites in SpriteButtonComponent (#3013). (23cf8b9d)
  • FIX: Lifecycle completers to be called for FlameGame (#3007). (3804f524)
  • FIX: CameraComponent no longer throws Concurrent modification on stop (#2997). (6a1059b0)
  • FIX: Updated PolygonComponent.containsPoint to account for concave polygons (#2979). (a6fe62a2)
  • FIX: Add missing generic to ComponentViewportMargin (#2983). (1d9fe613)
  • FEAT: Add support for base64 encoded images to be manually added to Images cache. (#3008). (1e56293c)
  • FEAT: Make Component.key public (#2988). (7fbd5af9)
  • FEAT: Add a hitboxFilter argument to raycast() (#2968). (d7c53e23)

v1.14.0

1.14.0

Note: This release has breaking changes.

... (truncated)

Changelog

Sourced from flame_tiled's changelog.

flame_tiled - v1.20.0

  • FEAT: Export TileAtlas from flame_tiled package (#3049). (41e9e4e3)

2024-03-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flame_riverpod - v5.4.0

  • FIX: Resolve logic error with assignment of ComponentRef's game property in flame_riverpod (#3082). (b44011fd)
  • FIX: Resolve breaking changes from Riverpod affecting flame_riverpod (#3080). (e3aaa7c2)
  • FIX: Implement necessary ProviderSubscription getters (#3075). (17da92b2)
  • FEAT: Allow ComponentRef access in RiverpodGameMixin (#3010). (44b10fd6)

2024-02-17

Changes


Packages with breaking changes:

... (truncated)

Commits
  • 639dac0 chore(release): Publish Flame v1.17.0 (#3108)
  • cb1e370 fix: Call render properly from nested FlameGames (#3106)
  • 233cc94 feat: Add onFinished callback to ScrollTextBoxComponent (#3105)
  • 6c8190b refactor: Deprecate fromAtlas in favour of atlasFromAssets and `atlasFrom...
  • b946ba7 feat: Add copyWith method on the TextBoxConfig (#3099)
  • 8cd9e12 fix: CircleHitbox should properly detect when ray is outside (#3100)
  • ed690b3 feat: Support for new atlas format and rotated sprites (#3097)
  • bf5d68e feat: Component tree for the devtools extension tab (#3094)
  • b1f0198 feat: Add PositionComponent.toString (#3095)
  • 3c35d59 fix: Null gravity override by Forge2dGame (#3092)
  • 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.12.0 to 1.20.0.
- [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-v1.20.0/packages)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

Superseded by #64.

@dependabot dependabot bot closed this Apr 5, 2024
@dependabot dependabot bot deleted the dependabot/pub/flame_tiled-1.20.0 branch April 5, 2024 14:53
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