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

Bump flame_svg from 1.8.3 to 1.10.0 #71

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps flame_svg from 1.8.3 to 1.10.0.

Release notes

Sourced from flame_svg's releases.

v1.10.0

1.10.0

  • REFACTOR: Remove unnecessary 'async' keyword across the codebase [DCM] (#2803). (2dfe0e5a)
  • REFACTOR: Avoid nested conditional expressions whenever possible [DCM] (#2784). (7b6a5712)
  • REFACTOR: Mark semantically final variables as final (or const) proper [DCM] (#2783). (71f7b475)
  • FIX: Remove deprecations for 1.10.0 (#2809). (5b67b8f1)
  • FIX: Un-register component keys down the component tree (#2792). (0f679b3f)
  • FIX: AlignComponent set child (remove compare) (#2774). (20aaf656)
  • FIX: Hardcode initCurrentGame lifecycle state as resumed (#2775). (0cd5037c)
  • FIX: Fix TextBoxComponent alignment bug (#2781). (0fb53efb)
  • FIX(flame): The component.removeFromParent method should use parent.remove internally (#2779). (bdb1c79a)
  • FIX: Take unmounted adds into consideration (#2770). (be28a440)
  • FEAT: Add IgnoreEvents mixin to ignore events for the whole subtree (#2811). (313411c3)
  • FEAT: Add advanced button component (#2742). (97fff0ed)
  • FEAT: Introduce the FixedResolutionViewport (#2796). (4c762f94)
  • FEAT: AssetsBundle can be customized in Images and AssetsCache. (#2807). (a23f80e9)
  • FEAT: Backdrop (static backgrounds) component for CameraComponent (#2787). (ab329f71)
  • FEAT: Align component refactoring (#2767). (bde34efe)
  • DOCS: Remove last broad cSpell bypass regex and fix all violations (#2802). (9b16b178)

v1.9.1

1.9.1

v1.9.0

1.9.0

  • REFACTOR: Enable DCM linting (#2667). (27a8fd61)
  • REFACTOR: Fix lint issues across the codebase - Part 2 (#2677). (10e4109c)
  • FIX: Prevent onRemove/onDetach being called for initial Gesture Detector addition (#2653). (d1721464)
  • FIX: Use root game for gestures (#2756). (f5d0cb38)
  • FIX: Add possibility to remove a child and add it to the same parent (#2755). (285d31ab)
  • FIX: Adding scale parameter to RectangleComponent constructors (#2730). (173908d9)
  • FIX: Set CameraComponent.priority to max (#2732). (820ece1c)
  • FIX: Change to FilterQuality.medium instead of high (#2733). (fc19890c)
  • FIX: Avoid creating new Vector2 in globalToLocal and localToGlobal (#2727). (9fb3bf8d)
  • FIX: Ambiguation is not needed in render box anymore (#2711). (b3d78f58)
  • FIX: HasGameReference should default to FlameGame (#2710). (93dcb3a1)
  • FIX: Make debugCoordinatesPrecision into a variable instead of a getter (#2713). (9918c051)
  • FIX: Absolute angle takes into account BodyComponent ancestors too (#2678). (75aee767)
  • FEAT: SpawnComponent (#2709). (83f5ea45)
  • FEAT: Add globalToLocal and localToGlobal methods to viewport, viewfinder and camera (#2720). (00185a3b)
  • FEAT: Add HoverCallbacks (#2706). (d460b846)
  • FEAT: Add onDispose to game.dart called from game_widget.dart (#2659). (2f44e483)
  • FEAT(flame): Add helper methods to create frame data on SpriteSheet (#2754). (47722199)
  • FEAT: Implement Snapshot mixin on PositionComponent (#2695). (c1ee24a2)

... (truncated)

Changelog

Sourced from flame_svg's changelog.

flame_rive - v1.10.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_riverpod - v5.3.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_svg - v1.10.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_test - v1.16.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_texturepacker - v3.1.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_tiled - v1.19.0

  • FEAT: Add TiledObjectHealpers extension on TiledObject (#3032). (78380b9d)
  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_forge2d - v0.17.0

  • FIX: BodyComponent fixtures should test with global point (#3042). (7c3038be)
  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_isolate - v0.6.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_lottie - v0.4.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_markdown - v0.2.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_network_assets - v0.3.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

flame_noise - v0.3.0

  • BREAKING FIX: Migrate from RawKeyEvent to KeyEvent (#3002). (330862c9)

... (truncated)

Commits
  • d409193 chore(release): Publish Flame v1.16.0 et. al (#3044)
  • 7c3038b fix: BodyComponent fixtures should test with global point (#3042)
  • 4f053ed fix: Vertices in PolygonComponent should subtract vertices positioning (#3040)
  • 330862c fix!: Migrate from RawKeyEvent to KeyEvent (#3002)
  • 20d368c chore: Fix dangling_library_doc_comments (#3038)
  • 2192262 feat: Add new methods to CommandStorage to support more arguments (#3035)
  • 78380b9 feat: Add TiledObjectHealpers extension on TiledObject (#3032)
  • d78f7f8 chore(release): Publish flame_svg v1.9.0 (#3033)
  • b0cafb2 feat: Add loadFromString to Svg class (#3030)
  • 1d020a5 refactor: Fix unrelated types reported by DCM (#3023)
  • 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_svg](https://github.com/flame-engine/flame/tree/main/packages) from 1.8.3 to 1.10.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_svg-v1.10.0/packages)

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

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 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #76.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/pub/flame_svg-1.10.0 branch April 1, 2024 10:48
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