Skip to content

Commit c20b6e0

Browse files
authored
Update to Bevy 0.15.0-rc.2 (#17)
* Update Bevy to 0.15.0-rc.2 * Update to Bevy text rework and required components * Require BbcodeSettings with the Bbcode component * Update examples to Bevy 0.15-rc.2 and the resulting Bbcode updates * Bump version to 0.3.0-rc.1 and update README to new version * Update changelog for v0.3.0-rc.1
1 parent 7b70e08 commit c20b6e0

File tree

11 files changed

+1143
-475
lines changed

11 files changed

+1143
-475
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.3.0-rc.1
4+
5+
This release updates to Bevy 0.15, which reworks text and introduces required components.
6+
7+
### No More Bundles
8+
9+
With required components, we no longer need the `BbcodeBundle`.
10+
Instead, just spawn the `Bbcode` and `BbcodeSettings` components.
11+
All other needed components will be inserted automatically.
12+
13+
### Query for `TextSpan`
14+
15+
When you wanted to update text dynamically via marker components inserted via BBcode, you used to query for the marker component and `Text`.
16+
Now, query for `TextSpan` instead, which is what the BBcode markup gets parsed into now.
17+
318
## v0.2.0
419

520
This release simplifies font handling, adds named colors and adds support for efficiently changing text dynamically.

0 commit comments

Comments
 (0)