Skip to content

Commit 055295d

Browse files
authored
chore: Update flame_3d CHANGELOG.md to match main + changes [flame_3d] (#3380)
Update flame_3d CHANGELOG.md to match main + changes. This is the second step in merging flame_3d into main. Before we do a final rebase of main back, the last "conflict" is the changelog file (as can be seen [on the temporary PR diff](#3377)). In order to solve this conflict, this does the following steps: * Collect the changes from flame_3d compared to the current base branch version of main (i.e.: everything that was added to the changelog; this turns out to be two entries for the same day, `2024-09-16`). * Replace the CHANGELOG.md file with the latest from current main * Add back the missing entries, but I have doctored the days to be today (`2024-12-10`), in order to not "alter the past". I am happy with keeping the original date, though. No strong preference either way. Once this is merged, the diff PR should show no conflict, and we should be able to finally rebase it with current main to get rid of all the extraneous files. Finally, we can create a new merge PR and the diff should be exactly what we want.
1 parent 6ececca commit 055295d

1 file changed

Lines changed: 232 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 232 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 2024-09-16
6+
## 2024-12-10
77

88
### Changes
99

@@ -25,7 +25,7 @@ Packages with other changes:
2525
- **DOCS**: Update README.md docs to reflect current state of affairs ([#3305](https://github.com/flame-engine/flame/issues/3305)). ([be72daee](https://github.com/flame-engine/flame/commit/be72daee6b92bcef2af3af78c1f64abe94c49d18))
2626

2727

28-
## 2024-09-16
28+
## 2024-12-10
2929

3030
### Changes
3131

@@ -63,6 +63,236 @@ Packages with other changes:
6363
- **FEAT**(flame_3d): initial implementation of 3D support ([#3012](https://github.com/flame-engine/flame/issues/3012)). ([e434bafb](https://github.com/flame-engine/flame/commit/e434bafb15fc486c51b43aaa9d9190b8b7e783cb))
6464
- **DOCS**: Update docs and comments (flame_3d) ([#3057](https://github.com/flame-engine/flame/issues/3057)). ([14047879](https://github.com/flame-engine/flame/commit/14047879a13e1f13e51ce3411feb7c7962d6d7ee))
6565

66+
## 2024-11-24
67+
68+
### Changes
69+
70+
---
71+
72+
Packages with breaking changes:
73+
74+
- There are no breaking changes in this release.
75+
76+
Packages with other changes:
77+
78+
- [`flame` - `v1.22.0`](#flame---v1220)
79+
- [`flame_console` - `v0.1.1`](#flame_console---v011)
80+
- [`flame_fire_atlas` - `v1.7.0`](#flame_fire_atlas---v170)
81+
- [`flame_behavior_tree` - `v0.1.3+3`](#flame_behavior_tree---v0133)
82+
- [`flame_test` - `v1.17.3`](#flame_test---v1173)
83+
- [`flame_tiled` - `v1.21.1`](#flame_tiled---v1211)
84+
- [`flame_oxygen` - `v0.2.3+3`](#flame_oxygen---v0233)
85+
- [`flame_isolate` - `v0.6.2+3`](#flame_isolate---v0623)
86+
- [`flame_texturepacker` - `v4.1.3`](#flame_texturepacker---v413)
87+
- [`flame_sprite_fusion` - `v0.1.3+3`](#flame_sprite_fusion---v0133)
88+
- [`flame_audio` - `v2.10.6`](#flame_audio---v2106)
89+
- [`flame_spine` - `v0.2.2+3`](#flame_spine---v0223)
90+
- [`flame_bloc` - `v1.12.4`](#flame_bloc---v1124)
91+
- [`flame_kenney_xml` - `v0.1.1+3`](#flame_kenney_xml---v0113)
92+
- [`flame_lottie` - `v0.4.2+3`](#flame_lottie---v0423)
93+
- [`flame_rive` - `v1.10.6`](#flame_rive---v1106)
94+
- [`flame_markdown` - `v0.2.2+3`](#flame_markdown---v0223)
95+
- [`flame_svg` - `v1.11.3`](#flame_svg---v1113)
96+
- [`flame_forge2d` - `v0.18.2+3`](#flame_forge2d---v01823)
97+
- [`flame_noise` - `v0.3.2+3`](#flame_noise---v0323)
98+
- [`flame_riverpod` - `v5.4.6`](#flame_riverpod---v546)
99+
- [`flame_network_assets` - `v0.3.3+3`](#flame_network_assets---v0333)
100+
101+
Packages with dependency updates only:
102+
103+
> 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.
104+
105+
- `flame_behavior_tree` - `v0.1.3+3`
106+
- `flame_test` - `v1.17.3`
107+
- `flame_tiled` - `v1.21.1`
108+
- `flame_oxygen` - `v0.2.3+3`
109+
- `flame_isolate` - `v0.6.2+3`
110+
- `flame_texturepacker` - `v4.1.3`
111+
- `flame_sprite_fusion` - `v0.1.3+3`
112+
- `flame_audio` - `v2.10.6`
113+
- `flame_spine` - `v0.2.2+3`
114+
- `flame_bloc` - `v1.12.4`
115+
- `flame_kenney_xml` - `v0.1.1+3`
116+
- `flame_lottie` - `v0.4.2+3`
117+
- `flame_rive` - `v1.10.6`
118+
- `flame_markdown` - `v0.2.2+3`
119+
- `flame_svg` - `v1.11.3`
120+
- `flame_forge2d` - `v0.18.2+3`
121+
- `flame_noise` - `v0.3.2+3`
122+
- `flame_riverpod` - `v5.4.6`
123+
- `flame_network_assets` - `v0.3.3+3`
124+
125+
---
126+
127+
#### `flame` - `v1.22.0`
128+
129+
- **FIX**: Remove extra `implements SizeProvider`s ([#3358](https://github.com/flame-engine/flame/issues/3358)). ([47ba0d87](https://github.com/flame-engine/flame/commit/47ba0d8738b101ed59781f8ba384cf05a16d65f1))
130+
- **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))
131+
- **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))
132+
133+
#### `flame_console` - `v0.1.1`
134+
135+
- **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))
136+
- **FEAT**: Adding FlameConsole ([#3329](https://github.com/flame-engine/flame/issues/3329)). ([cf5358cd](https://github.com/flame-engine/flame/commit/cf5358cd9069dab9e327e766553bd65e151f1540))
137+
138+
#### `flame_fire_atlas` - `v1.7.0`
139+
140+
- **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))
141+
142+
143+
## 2024-10-16
144+
145+
### Changes
146+
147+
---
148+
149+
Packages with breaking changes:
150+
151+
- There are no breaking changes in this release.
152+
153+
Packages with other changes:
154+
155+
- [`flame` - `v1.21.0`](#flame---v1210)
156+
- [`flame_fire_atlas` - `v1.6.0`](#flame_fire_atlas---v160)
157+
- [`flame_test` - `v1.17.2`](#flame_test---v1172)
158+
- [`flame_tiled` - `v1.21.0`](#flame_tiled---v1210)
159+
- [`flame_audio` - `v2.10.5`](#flame_audio---v2105)
160+
- [`flame_forge2d` - `v0.18.2+2`](#flame_forge2d---v01822)
161+
- [`flame_oxygen` - `v0.2.3+2`](#flame_oxygen---v0232)
162+
- [`flame_rive` - `v1.10.5`](#flame_rive---v1105)
163+
- [`flame_texturepacker` - `v4.1.2`](#flame_texturepacker---v412)
164+
- [`flame_behavior_tree` - `v0.1.3+2`](#flame_behavior_tree---v0132)
165+
- [`flame_spine` - `v0.2.2+2`](#flame_spine---v0222)
166+
- [`flame_riverpod` - `v5.4.5`](#flame_riverpod---v545)
167+
- [`flame_kenney_xml` - `v0.1.1+2`](#flame_kenney_xml---v0112)
168+
- [`flame_bloc` - `v1.12.3`](#flame_bloc---v1123)
169+
- [`flame_noise` - `v0.3.2+2`](#flame_noise---v0322)
170+
- [`flame_lottie` - `v0.4.2+2`](#flame_lottie---v0422)
171+
- [`flame_network_assets` - `v0.3.3+2`](#flame_network_assets---v0332)
172+
- [`flame_svg` - `v1.11.2`](#flame_svg---v1112)
173+
- [`flame_sprite_fusion` - `v0.1.3+2`](#flame_sprite_fusion---v0132)
174+
- [`flame_markdown` - `v0.2.2+2`](#flame_markdown---v0222)
175+
- [`flame_isolate` - `v0.6.2+2`](#flame_isolate---v0622)
176+
177+
Packages with dependency updates only:
178+
179+
> 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.
180+
181+
- `flame_audio` - `v2.10.5`
182+
- `flame_forge2d` - `v0.18.2+2`
183+
- `flame_oxygen` - `v0.2.3+2`
184+
- `flame_rive` - `v1.10.5`
185+
- `flame_texturepacker` - `v4.1.2`
186+
- `flame_behavior_tree` - `v0.1.3+2`
187+
- `flame_spine` - `v0.2.2+2`
188+
- `flame_riverpod` - `v5.4.5`
189+
- `flame_kenney_xml` - `v0.1.1+2`
190+
- `flame_bloc` - `v1.12.3`
191+
- `flame_noise` - `v0.3.2+2`
192+
- `flame_lottie` - `v0.4.2+2`
193+
- `flame_network_assets` - `v0.3.3+2`
194+
- `flame_svg` - `v1.11.2`
195+
- `flame_sprite_fusion` - `v0.1.3+2`
196+
- `flame_markdown` - `v0.2.2+2`
197+
- `flame_isolate` - `v0.6.2+2`
198+
199+
---
200+
201+
#### `flame` - `v1.21.0`
202+
203+
- **FIX**: Widgets flickering ([#3343](https://github.com/flame-engine/flame/issues/3343)). ([ff170dc5](https://github.com/flame-engine/flame/commit/ff170dc5c2acc41190249b48e61767ea459fabb4))
204+
- **FIX**: Ray should not be able to escape `CircleHitbox` ([#3341](https://github.com/flame-engine/flame/issues/3341)). ([7311d034](https://github.com/flame-engine/flame/commit/7311d034d4c3b43592b49472384fe8576809e6a5))
205+
- **FIX**: Fix SpriteBatch to comply with new drawAtlas requirement ([#3338](https://github.com/flame-engine/flame/issues/3338)). ([a17fe4cd](https://github.com/flame-engine/flame/commit/a17fe4cdfaafa071cfd2ab8ef8279b26b79f00a7))
206+
- **FIX**: Set SpriteButtonComponent sprites in `onMount` ([#3327](https://github.com/flame-engine/flame/issues/3327)). ([f36533e7](https://github.com/flame-engine/flame/commit/f36533e78c7634866680ab5fb202a3e230529943))
207+
- **FIX**: Export TapConfig to make visible ([#3323](https://github.com/flame-engine/flame/issues/3323)). ([8e00115c](https://github.com/flame-engine/flame/commit/8e00115cd299423564dfce4b9d1674c9257a3c42))
208+
- **FIX**: Clarify `SpriteGroupComponent.updateSprite` assertion ([#3317](https://github.com/flame-engine/flame/issues/3317)). ([d976ee8c](https://github.com/flame-engine/flame/commit/d976ee8c7e4fbbca08e549412ca8b5af6928d4f4))
209+
- **FEAT**: Adding spawnWhenLoaded flag on SpawnComponent ([#3334](https://github.com/flame-engine/flame/issues/3334)). ([51a7e26b](https://github.com/flame-engine/flame/commit/51a7e26b1ab0ef2a2d040548c74aef84b164272d))
210+
- **FEAT**: Add a getter for images cache keys ([#3324](https://github.com/flame-engine/flame/issues/3324)). ([7746f2f8](https://github.com/flame-engine/flame/commit/7746f2f867092c19222a40aec2b66dc80558dccb))
211+
212+
#### `flame_fire_atlas` - `v1.6.0`
213+
214+
- **FEAT**: Adding getter for the atlas image on flame fire atlas ([#3326](https://github.com/flame-engine/flame/issues/3326)). ([ae230ffa](https://github.com/flame-engine/flame/commit/ae230ffaaa588df7a99a3e2e8fa8980dc32104c0))
215+
216+
#### `flame_test` - `v1.17.2`
217+
218+
- **FIX**: Widgets flickering ([#3343](https://github.com/flame-engine/flame/issues/3343)). ([ff170dc5](https://github.com/flame-engine/flame/commit/ff170dc5c2acc41190249b48e61767ea459fabb4))
219+
- **FIX**: Fix SpriteBatch to comply with new drawAtlas requirement ([#3338](https://github.com/flame-engine/flame/issues/3338)). ([a17fe4cd](https://github.com/flame-engine/flame/commit/a17fe4cdfaafa071cfd2ab8ef8279b26b79f00a7))
220+
221+
#### `flame_tiled` - `v1.21.0`
222+
223+
- **FEAT**: Add a getter for images cache keys ([#3324](https://github.com/flame-engine/flame/issues/3324)). ([7746f2f8](https://github.com/flame-engine/flame/commit/7746f2f867092c19222a40aec2b66dc80558dccb))
224+
225+
226+
## 2024-09-20
227+
228+
### Changes
229+
230+
---
231+
232+
Packages with breaking changes:
233+
234+
- There are no breaking changes in this release.
235+
236+
Packages with other changes:
237+
238+
- [`flame` - `v1.20.0`](#flame---v1200)
239+
- [`flame_oxygen` - `v0.2.3+1`](#flame_oxygen---v0231)
240+
- [`flame_behavior_tree` - `v0.1.3+1`](#flame_behavior_tree---v0131)
241+
- [`flame_isolate` - `v0.6.2+1`](#flame_isolate---v0621)
242+
- [`flame_noise` - `v0.3.2+1`](#flame_noise---v0321)
243+
- [`flame_svg` - `v1.11.1`](#flame_svg---v1111)
244+
- [`flame_rive` - `v1.10.4`](#flame_rive---v1104)
245+
- [`flame_audio` - `v2.10.4`](#flame_audio---v2104)
246+
- [`flame_texturepacker` - `v4.1.1`](#flame_texturepacker---v411)
247+
- [`flame_spine` - `v0.2.2+1`](#flame_spine---v0221)
248+
- [`flame_sprite_fusion` - `v0.1.3+1`](#flame_sprite_fusion---v0131)
249+
- [`flame_markdown` - `v0.2.2+1`](#flame_markdown---v0221)
250+
- [`flame_forge2d` - `v0.18.2+1`](#flame_forge2d---v01821)
251+
- [`flame_test` - `v1.17.1`](#flame_test---v1171)
252+
- [`flame_fire_atlas` - `v1.5.5`](#flame_fire_atlas---v155)
253+
- [`flame_bloc` - `v1.12.2`](#flame_bloc---v1122)
254+
- [`flame_kenney_xml` - `v0.1.1+1`](#flame_kenney_xml---v0111)
255+
- [`flame_riverpod` - `v5.4.4`](#flame_riverpod---v544)
256+
- [`flame_network_assets` - `v0.3.3+1`](#flame_network_assets---v0331)
257+
- [`flame_tiled` - `v1.20.4`](#flame_tiled---v1204)
258+
- [`flame_lottie` - `v0.4.2+1`](#flame_lottie---v0421)
259+
260+
Packages with dependency updates only:
261+
262+
> 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.
263+
264+
- `flame_oxygen` - `v0.2.3+1`
265+
- `flame_behavior_tree` - `v0.1.3+1`
266+
- `flame_isolate` - `v0.6.2+1`
267+
- `flame_noise` - `v0.3.2+1`
268+
- `flame_svg` - `v1.11.1`
269+
- `flame_rive` - `v1.10.4`
270+
- `flame_audio` - `v2.10.4`
271+
- `flame_texturepacker` - `v4.1.1`
272+
- `flame_spine` - `v0.2.2+1`
273+
- `flame_sprite_fusion` - `v0.1.3+1`
274+
- `flame_markdown` - `v0.2.2+1`
275+
- `flame_forge2d` - `v0.18.2+1`
276+
- `flame_test` - `v1.17.1`
277+
- `flame_fire_atlas` - `v1.5.5`
278+
- `flame_bloc` - `v1.12.2`
279+
- `flame_kenney_xml` - `v0.1.1+1`
280+
- `flame_riverpod` - `v5.4.4`
281+
- `flame_network_assets` - `v0.3.3+1`
282+
- `flame_tiled` - `v1.20.4`
283+
- `flame_lottie` - `v0.4.2+1`
284+
285+
---
286+
287+
#### `flame` - `v1.20.0`
288+
289+
- **FIX**: SpriteButtonComponent to initialize sprites in `onLoad` ([#3302](https://github.com/flame-engine/flame/issues/3302)). ([1204216c](https://github.com/flame-engine/flame/commit/1204216cb227d3831b546a54818075065fa7beec))
290+
- **FIX**: ViewportAwareBounds component and lifecycle issues ([#3276](https://github.com/flame-engine/flame/issues/3276)). ([026bf41f](https://github.com/flame-engine/flame/commit/026bf41f020de66ae9adfcdda9209bfbb75cf60c))
291+
- **FEAT**: Add ComponentTreeRoot.lifecycleEventsProcessed future ([#3308](https://github.com/flame-engine/flame/issues/3308)). ([ebc47418](https://github.com/flame-engine/flame/commit/ebc474189ceb587bcdebef7d3645ed2f3b3dba6f))
292+
- **FEAT**: Adding paint attribute to SpriteWidget and SpriteAnimationWidget ([#3298](https://github.com/flame-engine/flame/issues/3298)). ([a5338d0c](https://github.com/flame-engine/flame/commit/a5338d0c20d01bbe461c6d7fed5951d11e1c76f0))
293+
- **FEAT**: Adding tickOnLoad to TimerComponent ([#3285](https://github.com/flame-engine/flame/issues/3285)). ([0113aa37](https://github.com/flame-engine/flame/commit/0113aa376145109079a89bd310b9e528631ce9d4))
294+
- **DOCS**: Include information about the Flame DevTools extension in example readme ([#3288](https://github.com/flame-engine/flame/issues/3288)). ([76a9abaf](https://github.com/flame-engine/flame/commit/76a9abaf3c70659323e02bf7b6531b4fbba1f7a2))
295+
66296

67297
## 2024-08-27
68298

0 commit comments

Comments
 (0)