mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
chore(release): Publish flame v1.8.1 et. al (#2599)
- flame@1.8.1 - flame_test@1.12.0 - flame_audio@2.0.4 - flame_bloc@1.10.0 - flame_fire_atlas@1.3.7 - flame_forge2d@0.14.1 - flame_isolate@0.4.0+1 - flame_lottie@0.2.1 - flame_noise@0.1.1+3 - flame_oxygen@0.1.8+4 - flame_rive@1.9.0 - flame_spine@0.1.1 - flame_svg@1.8.0 - flame_tiled@1.12.0 - jenny@1.0.4 - flame_network_assets@0.2.0+3
This commit is contained in:
124
CHANGELOG.md
124
CHANGELOG.md
@ -3,6 +3,130 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 2023-07-02
|
||||
|
||||
### Changes
|
||||
|
||||
---
|
||||
|
||||
Packages with breaking changes:
|
||||
|
||||
- [`flame` - `v1.8.1`](#flame---v181)
|
||||
- [`flame_test` - `v1.12.0`](#flame_test---v1120)
|
||||
|
||||
Packages with other changes:
|
||||
|
||||
- [`flame_audio` - `v2.0.4`](#flame_audio---v204)
|
||||
- [`flame_bloc` - `v1.10.0`](#flame_bloc---v1100)
|
||||
- [`flame_fire_atlas` - `v1.3.7`](#flame_fire_atlas---v137)
|
||||
- [`flame_forge2d` - `v0.14.1`](#flame_forge2d---v0141)
|
||||
- [`flame_isolate` - `v0.4.0+1`](#flame_isolate---v0401)
|
||||
- [`flame_lottie` - `v0.2.1`](#flame_lottie---v021)
|
||||
- [`flame_noise` - `v0.1.1+3`](#flame_noise---v0113)
|
||||
- [`flame_oxygen` - `v0.1.8+4`](#flame_oxygen---v0184)
|
||||
- [`flame_rive` - `v1.9.0`](#flame_rive---v190)
|
||||
- [`flame_spine` - `v0.1.1`](#flame_spine---v011)
|
||||
- [`flame_svg` - `v1.8.0`](#flame_svg---v180)
|
||||
- [`flame_tiled` - `v1.12.0`](#flame_tiled---v1120)
|
||||
- [`jenny` - `v1.0.4`](#jenny---v104)
|
||||
- [`flame_network_assets` - `v0.2.0+3`](#flame_network_assets---v0203)
|
||||
|
||||
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_network_assets` - `v0.2.0+3`
|
||||
|
||||
---
|
||||
|
||||
#### `flame` - `v1.8.1`
|
||||
|
||||
- **FIX**: Adds a check to confirm the component is not loaded ([#2579](https://github.com/flame-engine/flame/issues/2579)). ([985400f2](https://github.com/flame-engine/flame/commit/985400f2955f6bed14066660711d53c5b302ab09))
|
||||
- **FIX**: Animation ticker readability improvements ([#2578](https://github.com/flame-engine/flame/issues/2578)). ([667a1698](https://github.com/flame-engine/flame/commit/667a1698115ed69cc11b2e5a598371e136c7e7f0))
|
||||
- **FIX**: Remove `mustCallSuper` from `onComponentTypeCheck` ([#2561](https://github.com/flame-engine/flame/issues/2561)). ([bcae760c](https://github.com/flame-engine/flame/commit/bcae760c7138839fee203a1693e02fade753292c))
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FIX**: Reduce the Vector2 creations in Anchor ([#2550](https://github.com/flame-engine/flame/issues/2550)). ([5a9434b0](https://github.com/flame-engine/flame/commit/5a9434b09a6fbe2c86db2d8192cd2d7ae0d5868c))
|
||||
- **FIX**: Fix disappearing text on TextBoxComponent for larger pixelRatios ([#2540](https://github.com/flame-engine/flame/issues/2540)). ([6e1d5466](https://github.com/flame-engine/flame/commit/6e1d5466aadc59f90475b1a9e7658bb78ed60340))
|
||||
- **FEAT**: Option to prevent propagating collision events from ShapeHitbox to _hitboxParent ([#2594](https://github.com/flame-engine/flame/issues/2594)). ([a58d7436](https://github.com/flame-engine/flame/commit/a58d7436c9b71a2358edc6c3732aeda56d980f64))
|
||||
- **FEAT**: Adding filterQuality arguments to Parallax load methods ([#2596](https://github.com/flame-engine/flame/issues/2596)). ([ff3d9107](https://github.com/flame-engine/flame/commit/ff3d91075c49df8efb6130f8e8ac9b711a1a8a14))
|
||||
- **FEAT**: Option to use toImageSync in ImageComposition class ([#2593](https://github.com/flame-engine/flame/issues/2593)). ([66d5f97d](https://github.com/flame-engine/flame/commit/66d5f97d303aa1712673b8ca7e1a889cf5e7270e))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **FEAT**(flame): Set a default negative priority on the world for general use ([#2572](https://github.com/flame-engine/flame/issues/2572)). ([390e9700](https://github.com/flame-engine/flame/commit/390e9700b4293e12b7d4212ce04f6b3d967a24e1))
|
||||
- **FEAT**: Add useful methods to Rectangle class ([#2562](https://github.com/flame-engine/flame/issues/2562)). ([4710530b](https://github.com/flame-engine/flame/commit/4710530b420469794602bf4d8cfea98078e0d973))
|
||||
- **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59))
|
||||
|
||||
#### `flame_test` - `v1.12.0`
|
||||
|
||||
- **FIX**: Set constraint for test dependency in flame_test ([#2558](https://github.com/flame-engine/flame/issues/2558)). ([aeef9464](https://github.com/flame-engine/flame/commit/aeef9464f6ca448e3aa2b578af8b3443cbbf6f71))
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59))
|
||||
|
||||
#### `flame_audio` - `v2.0.4`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
#### `flame_bloc` - `v1.10.0`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **FEAT**: Add onInitialState to FlameBlocListener ([#2565](https://github.com/flame-engine/flame/issues/2565)). ([f440bbf5](https://github.com/flame-engine/flame/commit/f440bbf5db207d454b4abba75a62e0ff2ff5b408))
|
||||
|
||||
#### `flame_fire_atlas` - `v1.3.7`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
#### `flame_forge2d` - `v0.14.1`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **DOCS**: Fix broken link on flame_forge2d readme ([#2588](https://github.com/flame-engine/flame/issues/2588)). ([45115bbf](https://github.com/flame-engine/flame/commit/45115bbff8539010f5d7bb7cf9479183b1a27cc8))
|
||||
|
||||
#### `flame_isolate` - `v0.4.0+1`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
#### `flame_lottie` - `v0.2.1`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
#### `flame_noise` - `v0.1.1+3`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
#### `flame_oxygen` - `v0.1.8+4`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
#### `flame_rive` - `v1.9.0`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FIX**: Avoid creation of unnecessary objects for RiveComponent ([#2553](https://github.com/flame-engine/flame/issues/2553)). ([52b35fbf](https://github.com/flame-engine/flame/commit/52b35fbf56a551a7585c493e2de51473266bf759))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
#### `flame_spine` - `v0.1.1`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
#### `flame_svg` - `v1.8.0`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
#### `flame_tiled` - `v1.12.0`
|
||||
|
||||
- **FIX**: Tiled component orthogonal test ([#2549](https://github.com/flame-engine/flame/issues/2549)). ([34e5f0e4](https://github.com/flame-engine/flame/commit/34e5f0e443e21923c311120ce8634a14339bc71d))
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: TiledAtlas.clearCache function ([#2592](https://github.com/flame-engine/flame/issues/2592)). ([d40fefcf](https://github.com/flame-engine/flame/commit/d40fefcf08850a986304472d5369dcd74f2b9d4b))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **FEAT**: Add option for a custom image and asset loader ([#2569](https://github.com/flame-engine/flame/issues/2569)). ([dfe18251](https://github.com/flame-engine/flame/commit/dfe18251c1bac8aaca9bf146e03320efbbc3ce9c))
|
||||
|
||||
#### `jenny` - `v1.0.4`
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
|
||||
## 2023-06-09
|
||||
|
||||
### Changes
|
||||
|
||||
@ -8,8 +8,8 @@ environment:
|
||||
flutter: ">=3.3.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_rive: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flame_rive: ^1.9.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -8,8 +8,8 @@ environment:
|
||||
|
||||
dependencies:
|
||||
collection: ^1.17.1
|
||||
flame: ^1.8.0
|
||||
flame_forge2d: ^0.14.0
|
||||
flame: ^1.8.1
|
||||
flame_forge2d: ^0.14.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
google_fonts: ^4.0.4
|
||||
|
||||
@ -10,7 +10,7 @@ environment:
|
||||
flutter: ">=3.3.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
collection: ^1.16.0
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -11,15 +11,15 @@ environment:
|
||||
|
||||
dependencies:
|
||||
dashbook: ^0.1.12
|
||||
flame: ^1.8.0
|
||||
flame_audio: ^2.0.3
|
||||
flame_forge2d: ^0.14.0
|
||||
flame_isolate: ^0.4.0
|
||||
flame_lottie: ^0.2.0+3
|
||||
flame_noise: ^0.1.1+2
|
||||
flame_spine: ^0.1.0+1
|
||||
flame_svg: ^1.7.4
|
||||
flame_tiled: ^1.11.0
|
||||
flame: ^1.8.1
|
||||
flame_audio: ^2.0.4
|
||||
flame_forge2d: ^0.14.1
|
||||
flame_isolate: ^0.4.0+1
|
||||
flame_lottie: ^0.2.1
|
||||
flame_noise: ^0.1.1+3
|
||||
flame_spine: ^0.1.1
|
||||
flame_svg: ^1.8.0
|
||||
flame_tiled: ^1.12.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
google_fonts: ^4.0.4
|
||||
|
||||
@ -1,3 +1,21 @@
|
||||
## 1.8.1
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **FIX**: Adds a check to confirm the component is not loaded ([#2579](https://github.com/flame-engine/flame/issues/2579)). ([985400f2](https://github.com/flame-engine/flame/commit/985400f2955f6bed14066660711d53c5b302ab09))
|
||||
- **FIX**: Animation ticker readability improvements ([#2578](https://github.com/flame-engine/flame/issues/2578)). ([667a1698](https://github.com/flame-engine/flame/commit/667a1698115ed69cc11b2e5a598371e136c7e7f0))
|
||||
- **FIX**: Remove `mustCallSuper` from `onComponentTypeCheck` ([#2561](https://github.com/flame-engine/flame/issues/2561)). ([bcae760c](https://github.com/flame-engine/flame/commit/bcae760c7138839fee203a1693e02fade753292c))
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FIX**: Reduce the Vector2 creations in Anchor ([#2550](https://github.com/flame-engine/flame/issues/2550)). ([5a9434b0](https://github.com/flame-engine/flame/commit/5a9434b09a6fbe2c86db2d8192cd2d7ae0d5868c))
|
||||
- **FIX**: Fix disappearing text on TextBoxComponent for larger pixelRatios ([#2540](https://github.com/flame-engine/flame/issues/2540)). ([6e1d5466](https://github.com/flame-engine/flame/commit/6e1d5466aadc59f90475b1a9e7658bb78ed60340))
|
||||
- **FEAT**: Option to prevent propagating collision events from ShapeHitbox to _hitboxParent ([#2594](https://github.com/flame-engine/flame/issues/2594)). ([a58d7436](https://github.com/flame-engine/flame/commit/a58d7436c9b71a2358edc6c3732aeda56d980f64))
|
||||
- **FEAT**: Adding filterQuality arguments to Parallax load methods ([#2596](https://github.com/flame-engine/flame/issues/2596)). ([ff3d9107](https://github.com/flame-engine/flame/commit/ff3d91075c49df8efb6130f8e8ac9b711a1a8a14))
|
||||
- **FEAT**: Option to use toImageSync in ImageComposition class ([#2593](https://github.com/flame-engine/flame/issues/2593)). ([66d5f97d](https://github.com/flame-engine/flame/commit/66d5f97d303aa1712673b8ca7e1a889cf5e7270e))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **FEAT**(flame): Set a default negative priority on the world for general use ([#2572](https://github.com/flame-engine/flame/issues/2572)). ([390e9700](https://github.com/flame-engine/flame/commit/390e9700b4293e12b7d4212ce04f6b3d967a24e1))
|
||||
- **FEAT**: Add useful methods to Rectangle class ([#2562](https://github.com/flame-engine/flame/issues/2562)). ([4710530b](https://github.com/flame-engine/flame/commit/4710530b420469794602bf4d8cfea98078e0d973))
|
||||
- **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59))
|
||||
|
||||
## 1.8.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
@ -8,7 +8,7 @@ environment:
|
||||
flutter: ">=3.3.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame
|
||||
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
|
||||
version: 1.8.0
|
||||
version: 1.8.1
|
||||
homepage: https://github.com/flame-engine/flame
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -23,7 +23,7 @@ dev_dependencies:
|
||||
canvas_test: ^0.2.0
|
||||
dartdoc: ^6.2.2
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mocktail: ^0.3.0
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
## 2.0.4
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
## 2.0.3
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -9,8 +9,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_audio: ^2.0.3
|
||||
flame: ^1.8.1
|
||||
flame_audio: ^2.0.4
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: flame_audio
|
||||
description: |
|
||||
Audio support for the Flame game engine, basically a thin wrapper around the audioplayers package.
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -14,7 +14,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
audioplayers: ^4.0.1
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
synchronized: ^3.1.0
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
## 1.10.0
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **FEAT**: Add onInitialState to FlameBlocListener ([#2565](https://github.com/flame-engine/flame/issues/2565)). ([f440bbf5](https://github.com/flame-engine/flame/commit/f440bbf5db207d454b4abba75a62e0ff2ff5b408))
|
||||
|
||||
## 1.9.0
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -10,8 +10,8 @@ environment:
|
||||
|
||||
dependencies:
|
||||
equatable: ^2.0.5
|
||||
flame: ^1.8.0
|
||||
flame_bloc: ^1.9.0
|
||||
flame: ^1.8.1
|
||||
flame_bloc: ^1.10.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_bloc: ^8.1.2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_bloc
|
||||
description: Integration for the Bloc state management library to Flame games.
|
||||
version: 1.9.0
|
||||
version: 1.10.0
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_bloc
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -13,7 +13,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
bloc: ^8.1.1
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_bloc: ^8.1.2
|
||||
@ -22,7 +22,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
dartdoc: ^6.2.2
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
flutter_lints: ^2.0.1
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
## 1.3.7
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
## 1.3.6
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -9,8 +9,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_fire_atlas: ^1.3.6
|
||||
flame: ^1.8.1
|
||||
flame_fire_atlas: ^1.3.7
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_fire_atlas
|
||||
description: Easy to use texture atlases for the flame engine created with the fire atlas editor
|
||||
version: 1.3.6
|
||||
version: 1.3.7
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_fire_atlas
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -13,7 +13,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
archive: ^3.3.7
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
## 0.14.1
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **DOCS**: Fix broken link on flame_forge2d readme ([#2588](https://github.com/flame-engine/flame/issues/2588)). ([45115bbf](https://github.com/flame-engine/flame/commit/45115bbff8539010f5d7bb7cf9479183b1a27cc8))
|
||||
|
||||
## 0.14.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
@ -11,8 +11,8 @@ environment:
|
||||
|
||||
dependencies:
|
||||
dashbook: ^0.1.12
|
||||
flame: ^1.8.0
|
||||
flame_forge2d: ^0.14.0
|
||||
flame: ^1.8.1
|
||||
flame_forge2d: ^0.14.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_forge2d
|
||||
description: Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame.
|
||||
version: 0.14.0
|
||||
version: 0.14.1
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_forge2d
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -12,7 +12,7 @@ environment:
|
||||
flutter: ">=3.3.0"
|
||||
|
||||
dependencies:
|
||||
flame: 1.8.0
|
||||
flame: 1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
forge2d: ">=0.11.0 <0.12.0"
|
||||
@ -20,7 +20,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
dartdoc: ^6.2.2
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mocktail: ^0.3.0
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
## 0.4.0+1
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
## 0.4.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
@ -10,8 +10,8 @@ environment:
|
||||
|
||||
dependencies:
|
||||
collection: ^1.17.1
|
||||
flame: ^1.8.0
|
||||
flame_isolate: ^0.4.0
|
||||
flame: ^1.8.1
|
||||
flame_isolate: ^0.4.0+1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
integral_isolates: ^0.3.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_isolate
|
||||
description: Flame wrapper for integral_isolates making multi-threading easy in Flame
|
||||
version: 0.4.0
|
||||
version: 0.4.0+1
|
||||
homepage: https://github.com/lohnn/integral_isolates
|
||||
|
||||
environment:
|
||||
@ -8,14 +8,14 @@ environment:
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
integral_isolates: ^0.3.0
|
||||
|
||||
dev_dependencies:
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
lint: ^2.1.2
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
## 1.0.4
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
## 1.0.3
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: jenny
|
||||
description: YarnSpinner equivalent for Dart.
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_jenny/jenny
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
|
||||
@ -14,10 +14,10 @@ environment:
|
||||
|
||||
dependencies:
|
||||
collection: ^1.17.1
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
jenny: ^1.0.3
|
||||
jenny: ^1.0.4
|
||||
meta: ^1.9.1
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
## 0.2.1
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
## 0.2.0+3
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -8,8 +8,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_lottie: ^0.2.0+3
|
||||
flame: ^1.8.1
|
||||
flame_lottie: ^0.2.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
lottie:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_lottie
|
||||
description: Flame wrapper for Lottie by AirBnB. This package implements a bridge between Lottie and Flame, allowing to load and display Lottie animations.
|
||||
version: 0.2.0+3
|
||||
version: 0.2.1
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_lottie
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -12,14 +12,14 @@ environment:
|
||||
flutter: '>=3.3.0'
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
lottie: ^2.3.2
|
||||
|
||||
dev_dependencies:
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
lint: ^2.1.2
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
## 0.2.0+3
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.2.0+2
|
||||
|
||||
- **FIX**: Solve warnings from 3.10.0 analyzer ([#2532](https://github.com/flame-engine/flame/issues/2532)). ([b41622db](https://github.com/flame-engine/flame/commit/b41622db8faa7559328f83f8f1d93ec4c6386961))
|
||||
|
||||
@ -8,8 +8,8 @@ environment:
|
||||
sdk: '>=2.18.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_network_assets: ^0.2.0+2
|
||||
flame: ^1.8.1
|
||||
flame_network_assets: ^0.2.0+3
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_network_assets
|
||||
description: Network assets support for Flame.
|
||||
version: 0.2.0+2
|
||||
version: 0.2.0+3
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_network_assets
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -13,7 +13,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
dev: ^1.0.0
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
http: ^0.13.6
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
## 0.1.1+3
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
## 0.1.1+2
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_noise
|
||||
description: Integrate the fast_noise package into Flame
|
||||
version: 0.1.1+2
|
||||
version: 0.1.1+3
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_noise
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -13,12 +13,12 @@ environment:
|
||||
|
||||
dependencies:
|
||||
fast_noise: ^1.0.1
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
dartdoc: ^6.2.2
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
test: any
|
||||
@ -1,3 +1,7 @@
|
||||
## 0.1.8+4
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
## 0.1.8+3
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -9,8 +9,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_oxygen: ^0.1.8+3
|
||||
flame: ^1.8.1
|
||||
flame_oxygen: ^0.1.8+4
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_oxygen
|
||||
description: Integrate the Oxygen ECS with the Flame Engine.
|
||||
version: 0.1.8+3
|
||||
version: 0.1.8+4
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_oxygen
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -12,7 +12,7 @@ environment:
|
||||
flutter: ">=3.3.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
oxygen: ^0.2.0
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
## 1.9.0
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FIX**: Avoid creation of unnecessary objects for RiveComponent ([#2553](https://github.com/flame-engine/flame/issues/2553)). ([52b35fbf](https://github.com/flame-engine/flame/commit/52b35fbf56a551a7585c493e2de51473266bf759))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
## 1.8.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
@ -7,8 +7,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_rive: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flame_rive: ^1.9.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
rive: ^0.11.1
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
name: flame_rive
|
||||
description: Rive support for the Flame game engine. This uses the rive package and provides wrappers and components to be used inside Flame.
|
||||
homepage: https://github.com/flame-engine/flame
|
||||
version: 1.8.0
|
||||
version: 1.9.0
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
- https://github.com/sponsors/bluefireteam
|
||||
@ -12,7 +12,7 @@ environment:
|
||||
flutter: ">=3.3.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
rive: ^0.11.1
|
||||
@ -20,6 +20,6 @@ dependencies:
|
||||
dev_dependencies:
|
||||
dartdoc: ^6.2.2
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
## 0.1.1
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
## 0.1.0+1
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -7,8 +7,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_spine: ^0.1.0+1
|
||||
flame: ^1.8.1
|
||||
flame_spine: ^0.1.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_spine
|
||||
description: Spine support for the Flame game engine. This uses the spine_flutter package and provides wrappers and components to be used inside Flame.
|
||||
version: 0.1.0+1
|
||||
version: 0.1.1
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_sprine
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -13,7 +13,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
collection: ^1.17.1
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
spine_flutter: ^4.1.2
|
||||
|
||||
@ -14,7 +14,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
collection: ^1.17.1
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_riverpod: ^2.3.6
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
## 1.8.0
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
|
||||
## 1.7.4
|
||||
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
|
||||
@ -9,8 +9,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_svg: ^1.7.4
|
||||
flame: ^1.8.1
|
||||
flame_svg: ^1.8.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_svg
|
||||
description: Package to add SVG rendering support for the Flame game engine
|
||||
version: 1.7.4
|
||||
version: 1.8.0
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_svg
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -12,7 +12,7 @@ environment:
|
||||
flutter: ">=3.10.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_svg: ^2.0.5
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
## 1.12.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **FIX**: Set constraint for test dependency in flame_test ([#2558](https://github.com/flame-engine/flame/issues/2558)). ([aeef9464](https://github.com/flame-engine/flame/commit/aeef9464f6ca448e3aa2b578af8b3443cbbf6f71))
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59))
|
||||
|
||||
## 1.11.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
@ -8,13 +8,13 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
flame_lint: ^1.0.0
|
||||
flame_test: ^1.11.0
|
||||
flame_test: ^1.12.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
test: any
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_test
|
||||
description: A package with classes to help testing applications using Flame
|
||||
version: 1.11.0
|
||||
version: 1.12.0
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_test
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -12,7 +12,7 @@ environment:
|
||||
flutter: ">=3.3.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_test:
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
## 1.12.0
|
||||
|
||||
- **FIX**: Tiled component orthogonal test ([#2549](https://github.com/flame-engine/flame/issues/2549)). ([34e5f0e4](https://github.com/flame-engine/flame/commit/34e5f0e443e21923c311120ce8634a14339bc71d))
|
||||
- **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5))
|
||||
- **FEAT**: TiledAtlas.clearCache function ([#2592](https://github.com/flame-engine/flame/issues/2592)). ([d40fefcf](https://github.com/flame-engine/flame/commit/d40fefcf08850a986304472d5369dcd74f2b9d4b))
|
||||
- **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2))
|
||||
- **FEAT**: Add option for a custom image and asset loader ([#2569](https://github.com/flame-engine/flame/issues/2569)). ([dfe18251](https://github.com/flame-engine/flame/commit/dfe18251c1bac8aaca9bf146e03320efbbc3ce9c))
|
||||
|
||||
## 1.11.0
|
||||
|
||||
- **FIX**: Tiled component orthogonal test ([#2549](https://github.com/flame-engine/flame/issues/2549)). ([34e5f0e4](https://github.com/flame-engine/flame/commit/34e5f0e443e21923c311120ce8634a14339bc71d))
|
||||
|
||||
@ -7,8 +7,8 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flame: ^1.8.0
|
||||
flame_tiled: ^1.11.0
|
||||
flame: ^1.8.1
|
||||
flame_tiled: ^1.12.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame_tiled
|
||||
description: Tiled support for the Flame game engine. This uses the tiled package and provides wrappers and components to be used inside Flame.
|
||||
version: 1.11.0
|
||||
version: 1.12.0
|
||||
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_tiled
|
||||
funding:
|
||||
- https://opencollective.com/blue-fire
|
||||
@ -13,7 +13,7 @@ environment:
|
||||
|
||||
dependencies:
|
||||
collection: ^1.17.1
|
||||
flame: ^1.8.0
|
||||
flame: ^1.8.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
meta: ^1.9.1
|
||||
|
||||
Reference in New Issue
Block a user