<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABedrock_Editor_0.6.10</id>
	<title>Minecraft:Bedrock Editor 0.6.10 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ABedrock_Editor_0.6.10"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.6.10&amp;action=history"/>
	<updated>2026-04-21T16:24:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.6.10&amp;diff=92699&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Bedrock_Editor_0.6.10&amp;diff=92699&amp;oldid=prev"/>
		<updated>2026-04-20T11:11:53Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox version&lt;br /&gt;
| title = v0.6.10&lt;br /&gt;
| edition = Editor&lt;br /&gt;
| date = August 1, 2024&lt;br /&gt;
| client = 1.21.30.21&lt;br /&gt;
| prevparent = 0.6.0&lt;br /&gt;
| prev = 0.6.9&lt;br /&gt;
| next = 0.6.11&lt;br /&gt;
| nextparent = 0.7.0&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bedrock Editor v0.6.10&amp;#039;&amp;#039;&amp;#039; is a minor alpha release for the &amp;#039;&amp;#039;[[Minecraft:Bedrock Editor]]&amp;#039;&amp;#039; released on August 1, 2024, which updates the Client Widget System and API changes.&amp;lt;ref&amp;gt;{{cite|url=https://github.com/Mojang/minecraft-editor/discussions/187|title=Release 0.6.10 (1.21.30.21)|website=GitHub|date=August 1, 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite|url=https://feedback.minecraft.net/hc/en-us/articles/28896769176845|title=Minecraft Beta &amp;amp; Preview - 1.21.30.21|website=Minecraft Feedback|date=August 1, 2024}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Client Widget System&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Revamped Client Widget System:&lt;br /&gt;
** Refactored the Client Widget system to use components for base widget functionality.&lt;br /&gt;
** Added Editor Client Renderer Helper Service to aid with Editor in-world widget rendering.&lt;br /&gt;
** Changed Gizmo movement to be completely free moving and snap to grid on release.&lt;br /&gt;
** Added new widget components for Entities, Text, Gizmos, Height Guide, and basic Render Primitives.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cd|PropertyPane}} API&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Additional updates to the {{cd|PropertyPane}} API:&lt;br /&gt;
** Removed {{cd|IPropertyPane}} {{cd|addBlockPicker}} and {{cd|addEntityPicker}} methods in favor of {{cd|addComboBox}} API that leverages type safe {{cd|IObservableProp}} value.&lt;br /&gt;
*** Added interfaces {{cd|IComboBoxPropertyItem}} and {{cd|IComboBoxPropertyItemOptions}}.&lt;br /&gt;
*** Combo box supports different data types for additional validation with {{cd|ComboBoxPropertyItemDataType}}. Entity and Block types work similarly to the old component, Custom type allows user defined list and it&amp;#039;s the default.&lt;br /&gt;
** Added an alternative Property Pane {{cd|addNumber}} API that leverages type safe {{cd|IObservableProp}} value API.&lt;br /&gt;
*** Added interfaces {{cd|INumberPropertyItem}} and {{cd|INumberPropertyItemOptions}} for the new property item.&lt;br /&gt;
*** Renamed function to create property bag number item to {{cd|addNumber_deprecated}}.&lt;br /&gt;
** Updated theme colors for input fields, and center aligned number input field values.&lt;br /&gt;
** Added an alternative Property Pane {{cd|addDropdown}} API that leverages type safe {{cd|IObservableProp}} value.&lt;br /&gt;
*** Added interfaces {{cd|ropdownPropertyItem}}, {{cd|IDropdownPropertyItemOptions}} and {{cd|IDropdownPropertyItemEntry}} for the new property item. Each dropdown entry now supports {{cd|imageData?: ImageResourceData}} property to render an image.&lt;br /&gt;
*** Renamed function to create property bag number item to {{cd|addDropdown_deprecated}}.&lt;br /&gt;
** Added an alternative Property Pane {{cd|addColorPicker}} API that leverages type safe {{cd|IObservableProp}} value API.&lt;br /&gt;
*** Added interfaces {{cd|IColorPickerPropertyItem}} and {{cd|IColorPickerPropertyItemOptions}} for the new property item.&lt;br /&gt;
*** Renamed function to create property bag color picker item to {{cd|addColorPicker_deprecated}}.&lt;br /&gt;
** Added an alternative Property Pane {{cd|addString}} API that leverages type safe {{cd|IObservableProp}} value API.&lt;br /&gt;
*** Added interfaces {{cd|IStringPropertyItem}} and {{cd|IStringPropertyItemOptions}} for the new property item.&lt;br /&gt;
*** Renamed function to create property bag string item to {{cd|addString_deprecated}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Other&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added the following functions to {{cd|ExtensionContext.settings.theme}}: {{cd|addNewTheme(name: string): void}}, {{cd|deleteTheme(name: string): void}}, {{cd|getCurrentTheme(): string}}, and {{cd|updateThemeColor(name: string, key: ThemeSettingsColorKey, newColor: minecraftserver.RGBA): void}}. These functions will throw if {{cd|minecraft:default}} or any other built-in theme is passed to them. {{cd|updateThemeColor}} and {{cd|deleteTheme}} will also throw if the theme does not exist.&lt;br /&gt;
* Added block image support to block picker modal.&lt;br /&gt;
* Added validation to prevent adding already existing block in a probability palette item.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
* Fixed theming and content alignment issues for the dropdown UI elements.&lt;br /&gt;
* Fixed missing Summon Tool icon.&lt;br /&gt;
* Fixed a bug where typing certain characters in the block or entity picker caused an error.&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; widths=&amp;quot;300px&amp;quot; heights=&amp;quot;300px&amp;quot;&amp;gt;&lt;br /&gt;
Client Widget.mp4|Example usage of the Client Widget tool&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Bedrock Editor versions|alpha}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:es:Bedrock Editor 0.6.10]]&lt;br /&gt;
[[Minecraft:pt:Bedrock Editor 0.6.10]]&lt;br /&gt;
[[Minecraft:uk:0.6.10 (Bedrock Editor)]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>