Home Artists Posts Import Register

Content

Not a very exciting update but does fix a lot of bugs I introduced in v1.3. Mainly regarding the new childorder feature in the editor.

Older themes didn't have childorder therefore when certain actions where made they could cause the editor to crash. This has been fixed as well as multiple other bugs regarding childorder. I think I got them all. From exports not working, to duplicating UIViews, removing UIViews, and deleting items from UIViews.

If you do have a crash in the creator please contact me and let me know how to replicate.

I did add 3 new features.

1. Animations now support center, view_width, and view_height for the x and y values.
2. UserInteraction option on UIViews.
3. Show elements placed outside of the editor view.

For animations think of a scenario where you have an element off the screen. You want it to animate on the screen, but you want it to be centered. Now you can simply set center and it will animate to the center.

UserInteraction option will now show on UIViews. This enables you to turn off interaction. For example you have a UIView when you press it an action is called wether be an animation or whatever. Lets say you want to put another UIView on top of that view. Well now the action will never get called because the UIView on top will grab the touches. If you set the userInteraction to NO then it will not grab the touches and let the touches go through to the below element. I don't see this being used option, but you can now achieve this.

Show elements outside of editor simply just shows elements moved off the editor screen. This is useful for making animations and you have an view off the screen. You can now see it instead of having to build on the main screen then moving off screen.

This version is in the Shop, Gumroad, and on my repo.
The shop will state v1.3.3 as I was sending some test debs, but it is v1.3.1 (I didn't know Patreon wouldn't allow me to remove versions)

Enjoy and happy designing.


Files

Comments

No comments found for this post.