Release 0.6.10 (1.21.30.21) #187
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.10 (1.21.30.21), as of Thursday, August 1st, 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!
Client Widget System
We added a new set of client widgets to help make your Editor Extensions more expressive! We're super excited to see what you'll build with them. If you have ideas on more widgets you need for your extension, let us know either here or on discord!
2024-08-01.09-30-17.mp4
Property Pane API Updates
This week we brought our new updates within the PropertyPane API for
addComboBox
,addNumber
,addDropdown
,addColorPicker
, andaddString
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!
Change Log
Thank you for being here! You're the best! ❤️
Beta Was this translation helpful? Give feedback.
All reactions