|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## 2024-11-24 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`flame` - `v1.22.0`](#flame---v1220) |
| 19 | + - [`flame_console` - `v0.1.1`](#flame_console---v011) |
| 20 | + - [`flame_fire_atlas` - `v1.7.0`](#flame_fire_atlas---v170) |
| 21 | + - [`flame_behavior_tree` - `v0.1.3+3`](#flame_behavior_tree---v0133) |
| 22 | + - [`flame_test` - `v1.17.3`](#flame_test---v1173) |
| 23 | + - [`flame_tiled` - `v1.21.1`](#flame_tiled---v1211) |
| 24 | + - [`flame_oxygen` - `v0.2.3+3`](#flame_oxygen---v0233) |
| 25 | + - [`flame_isolate` - `v0.6.2+3`](#flame_isolate---v0623) |
| 26 | + - [`flame_texturepacker` - `v4.1.3`](#flame_texturepacker---v413) |
| 27 | + - [`flame_sprite_fusion` - `v0.1.3+3`](#flame_sprite_fusion---v0133) |
| 28 | + - [`flame_audio` - `v2.10.6`](#flame_audio---v2106) |
| 29 | + - [`flame_spine` - `v0.2.2+3`](#flame_spine---v0223) |
| 30 | + - [`flame_bloc` - `v1.12.4`](#flame_bloc---v1124) |
| 31 | + - [`flame_kenney_xml` - `v0.1.1+3`](#flame_kenney_xml---v0113) |
| 32 | + - [`flame_lottie` - `v0.4.2+3`](#flame_lottie---v0423) |
| 33 | + - [`flame_rive` - `v1.10.6`](#flame_rive---v1106) |
| 34 | + - [`flame_markdown` - `v0.2.2+3`](#flame_markdown---v0223) |
| 35 | + - [`flame_svg` - `v1.11.3`](#flame_svg---v1113) |
| 36 | + - [`flame_forge2d` - `v0.18.2+3`](#flame_forge2d---v01823) |
| 37 | + - [`flame_noise` - `v0.3.2+3`](#flame_noise---v0323) |
| 38 | + - [`flame_riverpod` - `v5.4.6`](#flame_riverpod---v546) |
| 39 | + - [`flame_network_assets` - `v0.3.3+3`](#flame_network_assets---v0333) |
| 40 | + |
| 41 | +Packages with dependency updates only: |
| 42 | + |
| 43 | +> 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. |
| 44 | +
|
| 45 | + - `flame_behavior_tree` - `v0.1.3+3` |
| 46 | + - `flame_test` - `v1.17.3` |
| 47 | + - `flame_tiled` - `v1.21.1` |
| 48 | + - `flame_oxygen` - `v0.2.3+3` |
| 49 | + - `flame_isolate` - `v0.6.2+3` |
| 50 | + - `flame_texturepacker` - `v4.1.3` |
| 51 | + - `flame_sprite_fusion` - `v0.1.3+3` |
| 52 | + - `flame_audio` - `v2.10.6` |
| 53 | + - `flame_spine` - `v0.2.2+3` |
| 54 | + - `flame_bloc` - `v1.12.4` |
| 55 | + - `flame_kenney_xml` - `v0.1.1+3` |
| 56 | + - `flame_lottie` - `v0.4.2+3` |
| 57 | + - `flame_rive` - `v1.10.6` |
| 58 | + - `flame_markdown` - `v0.2.2+3` |
| 59 | + - `flame_svg` - `v1.11.3` |
| 60 | + - `flame_forge2d` - `v0.18.2+3` |
| 61 | + - `flame_noise` - `v0.3.2+3` |
| 62 | + - `flame_riverpod` - `v5.4.6` |
| 63 | + - `flame_network_assets` - `v0.3.3+3` |
| 64 | + |
| 65 | +--- |
| 66 | + |
| 67 | +#### `flame` - `v1.22.0` |
| 68 | + |
| 69 | + - **FIX**: Remove extra `implements SizeProvider`s ([#3358](https://github.com/flame-engine/flame/issues/3358)). ([47ba0d87](https://github.com/flame-engine/flame/commit/47ba0d8738b101ed59781f8ba384cf05a16d65f1)) |
| 70 | + - **FEAT**: Add WorldRoute to enable swapping worlds from the RouterComponent ([#3372](https://github.com/flame-engine/flame/issues/3372)). ([497f128f](https://github.com/flame-engine/flame/commit/497f128f8c32758f94d8d4752e9166fd3b625608)) |
| 71 | + - **FEAT**(overlays): Added the 'priority' parameter for overlays ([#3349](https://github.com/flame-engine/flame/issues/3349)). ([e591ebf8](https://github.com/flame-engine/flame/commit/e591ebf8a320ff3d55b9ae9e50390bf2ab5a8919)) |
| 72 | + |
| 73 | +#### `flame_console` - `v0.1.1` |
| 74 | + |
| 75 | + - **FIX**(flame_console): MemoryRepository can't be const ([#3362](https://github.com/flame-engine/flame/issues/3362)). ([e977bd49](https://github.com/flame-engine/flame/commit/e977bd495b196368582eda4e7d8019adc6c268f4)) |
| 76 | + - **FEAT**: Adding FlameConsole ([#3329](https://github.com/flame-engine/flame/issues/3329)). ([cf5358cd](https://github.com/flame-engine/flame/commit/cf5358cd9069dab9e327e766553bd65e151f1540)) |
| 77 | + |
| 78 | +#### `flame_fire_atlas` - `v1.7.0` |
| 79 | + |
| 80 | + - **FEAT**: Adding getters and methods for easier manipulation of selections ([#3350](https://github.com/flame-engine/flame/issues/3350)). ([291af57d](https://github.com/flame-engine/flame/commit/291af57deb7d742a73438b026ca2f4fd1c6a3454)) |
| 81 | + |
| 82 | + |
6 | 83 | ## 2024-10-16 |
7 | 84 |
|
8 | 85 | ### Changes |
|
0 commit comments