|
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 | +## 2026-02-01 |
| 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.35.0`](#flame---v1350) |
| 19 | + - [`flame_tiled` - `v3.0.10`](#flame_tiled---v3010) |
| 20 | + - [`flame_behaviors` - `v1.3.2`](#flame_behaviors---v132) |
| 21 | + - [`flame_behavior_tree` - `v0.1.4+1`](#flame_behavior_tree---v0141) |
| 22 | + - [`flame_test` - `v2.2.1`](#flame_test---v221) |
| 23 | + - [`flame_oxygen` - `v0.2.3+19`](#flame_oxygen---v02319) |
| 24 | + - [`flame_isolate` - `v0.6.2+19`](#flame_isolate---v06219) |
| 25 | + - [`flame_texturepacker` - `v5.0.4`](#flame_texturepacker---v504) |
| 26 | + - [`flame_sprite_fusion` - `v0.2.2+2`](#flame_sprite_fusion---v0222) |
| 27 | + - [`flame_steering_behaviors` - `v0.2.1+2`](#flame_steering_behaviors---v0212) |
| 28 | + - [`flame_fire_atlas` - `v1.8.14`](#flame_fire_atlas---v1814) |
| 29 | + - [`flame_audio` - `v2.11.13`](#flame_audio---v21113) |
| 30 | + - [`flame_spine` - `v0.3.0+2`](#flame_spine---v0302) |
| 31 | + - [`flame_bloc` - `v1.12.20`](#flame_bloc---v11220) |
| 32 | + - [`flame_kenney_xml` - `v0.1.1+19`](#flame_kenney_xml---v01119) |
| 33 | + - [`flame_lottie` - `v0.4.2+19`](#flame_lottie---v04219) |
| 34 | + - [`flame_markdown` - `v0.2.4+12`](#flame_markdown---v02412) |
| 35 | + - [`flame_console` - `v0.1.2+15`](#flame_console---v01215) |
| 36 | + - [`flame_rive` - `v1.10.22`](#flame_rive---v11022) |
| 37 | + - [`flame_forge2d` - `v0.19.2+3`](#flame_forge2d---v01923) |
| 38 | + - [`flame_noise` - `v0.3.2+19`](#flame_noise---v03219) |
| 39 | + - [`flame_riverpod` - `v5.5.1`](#flame_riverpod---v551) |
| 40 | + - [`flame_svg` - `v1.11.19`](#flame_svg---v11119) |
| 41 | + - [`flame_network_assets` - `v0.3.3+19`](#flame_network_assets---v03319) |
| 42 | + - [`flame_3d` - `v0.1.1+5`](#flame_3d---v0115) |
| 43 | + |
| 44 | +Packages with dependency updates only: |
| 45 | + |
| 46 | +> 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. |
| 47 | +
|
| 48 | + - `flame_behaviors` - `v1.3.2` |
| 49 | + - `flame_behavior_tree` - `v0.1.4+1` |
| 50 | + - `flame_test` - `v2.2.1` |
| 51 | + - `flame_oxygen` - `v0.2.3+19` |
| 52 | + - `flame_isolate` - `v0.6.2+19` |
| 53 | + - `flame_texturepacker` - `v5.0.4` |
| 54 | + - `flame_sprite_fusion` - `v0.2.2+2` |
| 55 | + - `flame_steering_behaviors` - `v0.2.1+2` |
| 56 | + - `flame_fire_atlas` - `v1.8.14` |
| 57 | + - `flame_audio` - `v2.11.13` |
| 58 | + - `flame_spine` - `v0.3.0+2` |
| 59 | + - `flame_bloc` - `v1.12.20` |
| 60 | + - `flame_kenney_xml` - `v0.1.1+19` |
| 61 | + - `flame_lottie` - `v0.4.2+19` |
| 62 | + - `flame_markdown` - `v0.2.4+12` |
| 63 | + - `flame_console` - `v0.1.2+15` |
| 64 | + - `flame_rive` - `v1.10.22` |
| 65 | + - `flame_forge2d` - `v0.19.2+3` |
| 66 | + - `flame_noise` - `v0.3.2+19` |
| 67 | + - `flame_riverpod` - `v5.5.1` |
| 68 | + - `flame_svg` - `v1.11.19` |
| 69 | + - `flame_network_assets` - `v0.3.3+19` |
| 70 | + - `flame_3d` - `v0.1.1+5` |
| 71 | + |
| 72 | +--- |
| 73 | + |
| 74 | +#### `flame` - `v1.35.0` |
| 75 | + |
| 76 | + - **FIX**: Loading page should always be possible to add to route ([#3800](https://github.com/flame-engine/flame/issues/3800)). ([a2f5df11](https://github.com/flame-engine/flame/commit/a2f5df113293525d3c5cc6626c5fea05a02350c2)) |
| 77 | + - **FIX**: Reimplement setLayoutSize to only notify once ([#3796](https://github.com/flame-engine/flame/issues/3796)). ([97f8bebe](https://github.com/flame-engine/flame/commit/97f8bebecaf5bb9a8018c85220609b2d9d67524a)) |
| 78 | + - **FEAT**: Use a Free List Strategy on BatchItem indexes within SpriteBatch and return index from .add() ([#3650](https://github.com/flame-engine/flame/issues/3650)). ([8d77c84e](https://github.com/flame-engine/flame/commit/8d77c84e0c05d0b5b6ca57187bd0ee39e94c752f)) |
| 79 | + - **FEAT**: Add TextBoxComponent.resetAnimation ([#3787](https://github.com/flame-engine/flame/issues/3787)). ([33fb10c0](https://github.com/flame-engine/flame/commit/33fb10c02a83354030fe0a278c16869f5940941a)) |
| 80 | + - **FEAT**: Implement padding component inflateChild ([#3785](https://github.com/flame-engine/flame/issues/3785)). ([9ac53a69](https://github.com/flame-engine/flame/commit/9ac53a69e468a3e3ff073db94c1c5df57997c4f1)) |
| 81 | + |
| 82 | +#### `flame_tiled` - `v3.0.10` |
| 83 | + |
| 84 | + - **FIX**: Image layer paint area fix ([#3783](https://github.com/flame-engine/flame/issues/3783)). ([437d4bec](https://github.com/flame-engine/flame/commit/437d4becb5752e8429f67297b08ceeb2b971388c)) |
| 85 | + |
| 86 | + |
6 | 87 | ## 2025-12-17 |
7 | 88 |
|
8 | 89 | ### Changes |
|
0 commit comments