Release 0.6.9 (1.21.20.23) #185
m-brisch
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Read the previous release notes here
Summary
Hello and happy preview day 🥳! We are now on 0.6.9 (1.21.20.23), as of Wednesday, July 17th, 2024.
As a reminder of Editor API support:
Additionally, if you're new to the Editor GitHub this week, we encourage you to join the Bedrock Add-Ons Discord #Editor channel!
Property Pane API Updates
This week we have changes to how the PropertyPane API works for
addVector3
,addBool
,addText
,addButton
, andaddImage
which uses type safeIObservable
. Our goal with these changes is to improve the usability and type safety when building panels inside of extensions. The rest of the PropertyPane APIs will be updated to our new Observable pattern in the coming releases and we'll be updating our Editor Samples to help get you started. We've maintained the previous API schema withadd..._deprecated
functions, but encourage everyone to upgrade to the new pattern.If you have questions or feedback, let us know on the Bedrock Add-Ons Discord #Editor channel!
Block Hotbar Updates
One quick update for the block hotbar! If you're a new user, we'll now start you off with a palette of default blocks to help you jump straight into creating. If you've used the Editor before, we'll remember what blocks you had set in your hotbar and automatically load them up the next time you launch Editor.
Change Log
Thank you for being here! You're the best! ❤️
Beta Was this translation helpful? Give feedback.
All reactions