You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+232-2Lines changed: 232 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
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-09-16
6
+
## 2024-12-10
7
7
8
8
### Changes
9
9
@@ -25,7 +25,7 @@ Packages with other changes:
25
25
-**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))
26
26
27
27
28
-
## 2024-09-16
28
+
## 2024-12-10
29
29
30
30
### Changes
31
31
@@ -63,6 +63,236 @@ Packages with other changes:
63
63
-**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))
64
64
-**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))
> 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))
-**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))
> 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.
-**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))
-**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))
-**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))
> 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))
-**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))
0 commit comments