Skip to content

Commit

Permalink
chore(release): Publish Flame v1.19.0 (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Aug 27, 2024
1 parent f76355f commit 981bb34
Show file tree
Hide file tree
Showing 83 changed files with 470 additions and 174 deletions.
167 changes: 167 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,173 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-27

### Changes

---

Packages with breaking changes:

- [`flame` - `v1.19.0`](#flame---v1190)

Packages with other changes:

- [`behavior_tree` - `v0.1.3`](#behavior_tree---v013)
- [`flame_behavior_tree` - `v0.1.3`](#flame_behavior_tree---v013)
- [`flame_bloc` - `v1.12.1`](#flame_bloc---v1121)
- [`flame_forge2d` - `v0.18.2`](#flame_forge2d---v0182)
- [`flame_isolate` - `v0.6.2`](#flame_isolate---v062)
- [`flame_kenney_xml` - `v0.1.1`](#flame_kenney_xml---v011)
- [`flame_lint` - `v1.2.1`](#flame_lint---v121)
- [`flame_lottie` - `v0.4.2`](#flame_lottie---v042)
- [`flame_markdown` - `v0.2.2`](#flame_markdown---v022)
- [`flame_noise` - `v0.3.2`](#flame_noise---v032)
- [`flame_oxygen` - `v0.2.3`](#flame_oxygen---v023)
- [`flame_rive` - `v1.10.3`](#flame_rive---v1103)
- [`flame_spine` - `v0.2.2`](#flame_spine---v022)
- [`flame_splash_screen` - `v0.3.1`](#flame_splash_screen---v031)
- [`flame_sprite_fusion` - `v0.1.3`](#flame_sprite_fusion---v013)
- [`flame_svg` - `v1.11.0`](#flame_svg---v1110)
- [`flame_test` - `v1.17.0`](#flame_test---v1170)
- [`flame_texturepacker` - `v4.1.0`](#flame_texturepacker---v410)
- [`flame_tiled` - `v1.20.3`](#flame_tiled---v1203)
- [`jenny` - `v1.3.2`](#jenny---v132)
- [`flame_fire_atlas` - `v1.5.4`](#flame_fire_atlas---v154)
- [`flame_riverpod` - `v5.4.3`](#flame_riverpod---v543)
- [`flame_network_assets` - `v0.3.3`](#flame_network_assets---v033)
- [`flame_audio` - `v2.10.3`](#flame_audio---v2103)

---

#### `flame` - `v1.19.0`

- **REFACTOR**: Use a temp vector for delta calculations of `FollowBehavior` ([#3230](https://github.com/flame-engine/flame/issues/3230)). ([524793d4](https://github.com/flame-engine/flame/commit/524793d4a0dbe384d42fb9f844685b85abb05574))
- **FIX**: Add assertion when trying to set "current" that doesn't exist ([#3258](https://github.com/flame-engine/flame/issues/3258)). ([267d6801](https://github.com/flame-engine/flame/commit/267d6801cb7e6cbbaa450e24e38aaa7d8fcfc03f))
- **FIX**: Update version of lints to comply with new pub requirements ([#3223](https://github.com/flame-engine/flame/issues/3223)). ([1b0bee72](https://github.com/flame-engine/flame/commit/1b0bee726b5937f73d4be5e304bc8780aa3ca6f0))
- **FIX**: Replace CurvedParticle inheritance with Particle in ScaledParticle ([#3221](https://github.com/flame-engine/flame/issues/3221)). ([8cd054d0](https://github.com/flame-engine/flame/commit/8cd054d02b614d1ee35a71f32dcbacf0952c9780))
- **FIX**: Fix text rendering issue where spaces are missing ([#3192](https://github.com/flame-engine/flame/issues/3192)). ([28fd2a0f](https://github.com/flame-engine/flame/commit/28fd2a0f0f1ea04872d0c4e8b674c8ce7bca69ee))
- **FIX**: Add nativeAngle to constructors where it makes sense ([#3197](https://github.com/flame-engine/flame/issues/3197)). ([e8704934](https://github.com/flame-engine/flame/commit/e8704934b19d9ed1982d35ce62819f01ac3de189))
- **FIX**: Wire in background and foreground colors in TextPaint ([#3191](https://github.com/flame-engine/flame/issues/3191)). ([983cfab6](https://github.com/flame-engine/flame/commit/983cfab6def86dbf68455fb021281caaf0135793))
- **FIX**: Disallow mutatation of `SpriteGroupComponent.sprites` ([#3185](https://github.com/flame-engine/flame/issues/3185)). ([7c40034d](https://github.com/flame-engine/flame/commit/7c40034d20ed26114b14fd262130d11cf226fb6a))
- **FIX**: Disallow mutatation of `SpriteAnimationGroupComponent.animations` ([#3183](https://github.com/flame-engine/flame/issues/3183)). ([52773407](https://github.com/flame-engine/flame/commit/527734071b030ec7dbe0f3c017108db0dfda3ced))
- **FEAT**: Adding scale and angle to devtools attributes ([#3267](https://github.com/flame-engine/flame/issues/3267)). ([b2a5e658](https://github.com/flame-engine/flame/commit/b2a5e6581ebaebc8044d65504efc58309f8a2b9b))
- **FEAT**: Adding x,y,width and height inputs to position components on Dev Tools ([#3263](https://github.com/flame-engine/flame/issues/3263)). ([003ec3a1](https://github.com/flame-engine/flame/commit/003ec3a17beed2bad5540b968a0f5602c19ada79))
- **FEAT**: Adding component snapshot to Dev tools ([#3261](https://github.com/flame-engine/flame/issues/3261)). ([1a574917](https://github.com/flame-engine/flame/commit/1a574917cd5311aea2576942d5cf4ea579218aaf))
- **FEAT**: Fixing tests on flutter 3.24.0 ([#3259](https://github.com/flame-engine/flame/issues/3259)). ([bf9a2481](https://github.com/flame-engine/flame/commit/bf9a2481fbeb77413a26ae96b57843ca51411f9f))
- **FEAT**: Loading builder for Route ([#3113](https://github.com/flame-engine/flame/issues/3113)). ([1e62b342](https://github.com/flame-engine/flame/commit/1e62b3424578150718514aa762f184485dba024a))
- **FEAT**: Take in super.curve in ScalingParticle ([#3220](https://github.com/flame-engine/flame/issues/3220)). ([0fbc73cc](https://github.com/flame-engine/flame/commit/0fbc73ccdf36938a20f2eb8ae544881a8dbeae1e))
- **FEAT**: Add `pause` and `resume` to `HasTimeScale` mixin ([#3216](https://github.com/flame-engine/flame/issues/3216)). ([9a86e7b5](https://github.com/flame-engine/flame/commit/9a86e7b54b55047ec9c63997015f71b7308dec27))
- **FEAT**: Add missing background and foreground properties to InlineTextStyle ([#3187](https://github.com/flame-engine/flame/issues/3187)). ([34dde50f](https://github.com/flame-engine/flame/commit/34dde50f978f810df89fb1c051d13aee9214b307))
- **FEAT**: Support inline code blocks on markdown rich text ([#3186](https://github.com/flame-engine/flame/issues/3186)). ([67e069c0](https://github.com/flame-engine/flame/commit/67e069c00dcb32c258231a326b0918739c6f80e6))
- **DOCS**: Remove `PositionType` from the docs ([#3198](https://github.com/flame-engine/flame/issues/3198)). ([b0ff5c41](https://github.com/flame-engine/flame/commit/b0ff5c41c572da4dfa4221bef89b93b6f6be74c6))
- **DOCS**: Add dartdocs to inline text node classes ([#3189](https://github.com/flame-engine/flame/issues/3189)). ([84c1ee87](https://github.com/flame-engine/flame/commit/84c1ee87f827a85c7accd92e061077ef291cb433))
- **BREAKING** **REFACTOR**: Make query() result an Iterable ([#3209](https://github.com/flame-engine/flame/issues/3209)). ([c094caa7](https://github.com/flame-engine/flame/commit/c094caa77b17b1d69856396e27c88db8515bb44a))

#### `behavior_tree` - `v0.1.3`

- **FIX**: Update version of lints to comply with new pub requirements ([#3223](https://github.com/flame-engine/flame/issues/3223)). ([1b0bee72](https://github.com/flame-engine/flame/commit/1b0bee726b5937f73d4be5e304bc8780aa3ca6f0))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))
- **DOCS**: Fix capitalization of the Dart programming language on pubspec description field ([#3222](https://github.com/flame-engine/flame/issues/3222)). ([9404241e](https://github.com/flame-engine/flame/commit/9404241e8a14d8d510f693c8557ca62ed76bd390))

#### `flame_behavior_tree` - `v0.1.3`

- **FIX**: Update version of lints to comply with new pub requirements ([#3223](https://github.com/flame-engine/flame/issues/3223)). ([1b0bee72](https://github.com/flame-engine/flame/commit/1b0bee726b5937f73d4be5e304bc8780aa3ca6f0))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))
- **DOCS**: Fix capitalization of the Dart programming language on pubspec description field ([#3222](https://github.com/flame-engine/flame/issues/3222)). ([9404241e](https://github.com/flame-engine/flame/commit/9404241e8a14d8d510f693c8557ca62ed76bd390))

#### `flame_bloc` - `v1.12.1`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_forge2d` - `v0.18.2`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_isolate` - `v0.6.2`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_kenney_xml` - `v0.1.1`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_lint` - `v1.2.1`

- **FIX**: Update version of lints to comply with new pub requirements ([#3223](https://github.com/flame-engine/flame/issues/3223)). ([1b0bee72](https://github.com/flame-engine/flame/commit/1b0bee726b5937f73d4be5e304bc8780aa3ca6f0))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_lottie` - `v0.4.2`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_markdown` - `v0.2.2`

- **FEAT**: Support inline code blocks on markdown rich text ([#3186](https://github.com/flame-engine/flame/issues/3186)). ([67e069c0](https://github.com/flame-engine/flame/commit/67e069c00dcb32c258231a326b0918739c6f80e6))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_noise` - `v0.3.2`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_oxygen` - `v0.2.3`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_rive` - `v1.10.3`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_spine` - `v0.2.2`

- **DOCS**: Homepage link typo for flame_spine ([#3277](https://github.com/flame-engine/flame/issues/3277)). ([f76355f1](https://github.com/flame-engine/flame/commit/f76355f151a61fa0eddb5356b7e2a7c27b96c221))

#### `flame_splash_screen` - `v0.3.1`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_sprite_fusion` - `v0.1.3`

- **FIX**: Add nativeAngle to constructors where it makes sense ([#3197](https://github.com/flame-engine/flame/issues/3197)). ([e8704934](https://github.com/flame-engine/flame/commit/e8704934b19d9ed1982d35ce62819f01ac3de189))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_svg` - `v1.11.0`

- **FEAT**: Fixing tests on flutter 3.24.0 ([#3259](https://github.com/flame-engine/flame/issues/3259)). ([bf9a2481](https://github.com/flame-engine/flame/commit/bf9a2481fbeb77413a26ae96b57843ca51411f9f))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_test` - `v1.17.0`

- **FEAT**: Add a closeToVector3 matcher to flame_test ([#3242](https://github.com/flame-engine/flame/issues/3242)). ([965b684a](https://github.com/flame-engine/flame/commit/965b684a286ae2e2a89ba303839004d0b12cb3ef))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_texturepacker` - `v4.1.0`

- **PERF**: Optimize `TexturePackerSprite` when sprites do not need to be rotated ([#3236](https://github.com/flame-engine/flame/issues/3236)). ([e9512e9b](https://github.com/flame-engine/flame/commit/e9512e9b28188476d5956e875430f1ef195f5882))
- **FEAT**: Enhance TexturePackerSprite ([#3224](https://github.com/flame-engine/flame/issues/3224)). ([0b0a6c1b](https://github.com/flame-engine/flame/commit/0b0a6c1bacfca8772d1b9518e9433d994e68bae1))
- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `flame_tiled` - `v1.20.3`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))

#### `jenny` - `v1.3.2`

- **FIX**: Fix analyze issue on main ([#3265](https://github.com/flame-engine/flame/issues/3265)). ([f60b6e13](https://github.com/flame-engine/flame/commit/f60b6e134177495bcfd0f405a50f9e0e666b8b42))

#### `flame_fire_atlas` - `v1.5.4`

#### `flame_riverpod` - `v5.4.3`

- Bump "flame_riverpod" to `5.4.3`.

#### `flame_network_assets` - `v0.3.3`

#### `flame_audio` - `v2.10.3`

- **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2))


## 2024-07-29

### Changes
Expand Down
6 changes: 3 additions & 3 deletions doc/flame/examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.18.0
flame_rive: ^1.10.2
flame: ^1.19.0
flame_rive: ^1.10.3
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1

flutter:
assets:
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/klondike/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.18.0
flame: ^1.19.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1
flutter:
assets:
- assets/images/
4 changes: 2 additions & 2 deletions doc/tutorials/platformer/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.18.0
flame: ^1.19.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/space_shooter/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.18.0
flame: ^1.19.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1
flutter_test:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions examples/games/padracing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ environment:

dependencies:
collection: ^1.17.1
flame: ^1.18.0
flame_forge2d: ^0.18.1
flame: ^1.19.0
flame_forge2d: ^0.18.2
flutter:
sdk: flutter
google_fonts: ^4.0.4
url_launcher: ^6.1.11

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions examples/games/rogue_shooter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ environment:
flutter: ">=3.22.0"

dependencies:
flame: ^1.18.0
flame: ^1.19.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1

flutter:
assets:
Expand Down
4 changes: 2 additions & 2 deletions examples/games/trex/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ environment:

dependencies:
collection: ^1.16.0
flame: ^1.18.0
flame: ^1.19.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1
flutter:
uses-material-design: true
assets:
Expand Down
22 changes: 11 additions & 11 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ environment:

dependencies:
dashbook: ^0.1.15
flame: ^1.18.0
flame_audio: ^2.10.2
flame_forge2d: ^0.18.1
flame_isolate: ^0.6.1
flame_lottie: ^0.4.1
flame_noise: ^0.3.1
flame_spine: ^0.2.1
flame_svg: ^1.10.2
flame_tiled: ^1.20.2
flame: ^1.19.0
flame_audio: ^2.10.3
flame_forge2d: ^0.18.2
flame_isolate: ^0.6.2
flame_lottie: ^0.4.2
flame_noise: ^0.3.2
flame_spine: ^0.2.2
flame_svg: ^1.11.0
flame_tiled: ^1.20.3
flutter:
sdk: flutter
google_fonts: ^4.0.4
jenny: ^1.3.1
jenny: ^1.3.2
meta: ^1.12.0
padracing: ^1.0.0
provider: ^6.0.5
rogue_shooter: ^0.1.0
trex_game: ^0.1.0

dev_dependencies:
flame_lint: ^1.2.0
flame_lint: ^1.2.1
test: any

flutter:
Expand Down
Loading

0 comments on commit 981bb34

Please sign in to comment.