Version 2.0
New
Features
-
Added ability to write full class name!
You can now write the full class name of components, and with this feature, it allows you to create extensions in Schema templates!
-
Generate Schemas Instantly from AIA file!
You can use the brand-new Python tool called TemplateCreator to automatically generate templates!Go to the TemplateCreator
Blocks
-
RandomUUID
Makes a random unique UUID. Use this block in Create block if the component ID is not required for you.
-
IsDynamic
Returns ‘true’ if component has created by Dynamic Components extension. Otherwise, ‘false’.
-
Move
Moves the component to another arrangement.
Also thanks @Ken for helping me to add this block! -
SetOrder
Sets the position of the component according to its parent arrangement. Index starts from 1. Typing 0 (zero) will move the component to the end.
-
GetOrder
Gets the position of the component according to its parent arrangement. The index starts from 1.
-
SetProperties #25 by @Stormi
Allows setting multiple properties with a dictionary.
-
VersionName
Returns the version name of the extension.
-
Invoke
Calls a method of any component. If the return value is not important for you, use withevaluate but ignore result
block.
-
ListDetails
Gives the information of the specified component with all properties, events, methods as JSON text.
Improved
-
Spaces will be deleted by default in property, class and component names.
If you add spaces in the property, class, and component names, they will be deleted by default to decrease the confusion. -
SchemaCreated event now has two parameters, name and parameters.
Breaking Changes
-
SchemaCreated event’s parameter has changed so you will need to update your old blocks with new one manually.
-
GetDesignerProperties
has deleted. However, you can continue using theListDetails
block that gives more information about the component instead of just properties.
Looking for downloads? Fasten your seat belt and
Click to fly to the first post!