Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct 3 r289

New 'HTML element' examples; usability improvements; more bug fixes

05 April, 2022 ()

Email Me New Releases

Don't miss out on the latest and greatest new features in Construct 3

Notes

This release includes another big set of bug fixes, as well as some various usability improvements across the editor. We've also added three new examples demonstrating the capabilities of the new HTML element plugin. For example you can use a HTML table to display tables of results such as high-scores - take a look at the new HTML table example to see that in action. There's a huge range of possibilities with it providing you know a little HTML and CSS!

Over the next few weeks we'll be starting to focus on reliability as we work towards a new stable release. Stay tuned for more updates and happy testing!

Like this Release?

Let us know with a thumbs up!

UpvoteUpvote 43 DownvoteDownvote
Launch r289

Changelog iconNew Additions

Not favoritedFavorited Favorited 11 favourites
New examples 'Animated SVG', 'HTML element', 'HTML table'
Not favoritedFavorited Favorited 15 favourites
Animations editor: new options to cut/copy/paste frames in the frames panel
Not favoritedFavorited Favorited 6 favourites
Font picker dialog: allow choosing generic font families like "system-ui"
Not favoritedFavorited Favorited 10 favourites
System expressions VanishingPointX, VanishingPointY

Changelog iconChanges

Not favoritedFavorited Favorited 8 favourites
Layout view: preserve hierarchy children positions when moving with 'Snap to grid'

Changelog iconBug Fixes

Not favoritedFavorited Favorited 5 favourites
Animated effects did not take in to account the instance time scale
Not favoritedFavorited Favorited 3 favourites
Renaming items in tree controls did not resize input box while typing
Not favoritedFavorited Favorited 4 favourites
HTML Element: allow running scripts in inserted HTML content
Not favoritedFavorited Favorited 4 favourites
HTML Element: possible crash passing number to EscapeHTML expression
Not favoritedFavorited Favorited 4 favourites
Work around Chrome bug that could cause login form to stop responding after entering wrong password
Not favoritedFavorited Favorited 4 favourites
Remote Preview: could track current transfer rate incorrectly
Not favoritedFavorited Favorited 3 favourites
Guided tours: make sure images can be imported by touch input
Not favoritedFavorited Favorited 3 favourites
Guided tours: fix a few cases where unexpected actions could derail tours
Not favoritedFavorited Favorited 5 favourites
Font picker dialog: improve detection of available local fonts
Not favoritedFavorited Favorited 5 favourites
Scene graph: recreate missing children when using 'Set from JSON'
Not favoritedFavorited Favorited 5 favourites
Tweens: possible issue reloading state in quick succession
Not favoritedFavorited Favorited 5 favourites
Animations editor: image point and collision polygon changes not saved in certain conditions
Not favoritedFavorited Favorited 3 favourites
Animations editor: issue zooming with mouse wheel when using altered system scroll speed setting
Not favoritedFavorited Favorited 3 favourites
Data editor: copy UI state information when duplicating array or dictionary file
Not favoritedFavorited Favorited 8 favourites
Data editor: crash loading dictionaries (regression r287)
Not favoritedFavorited Favorited 4 favourites
Drawing Canvas: could paste objects incorrectly in some circumstances (regression r286)

Share Construct 3 Release r289 Now

  • 8 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Yeah!! Thanks for the sample projects for the HTML plugin!

  • Thank you for adding cut/copy/paste frames in the frames panel. Now please consider the same at animation set.

    construct.net/en/forum/construct-3/general-discussion-7/suggestions-ability-copy-paste-156996

  • Many Thanks to the dev team for fixing up the Animations Editor!

    The bounding box, and image points reverting back to where they were originally. Was causing a large amount of wasted time for me. I was not sure it was a bug, or just something in the environment of my system.

  • Thank you for the new examples !

    construct3-21h2.ideas.aha.io/ideas/C321H2-I-270

    I suggested an idea to allow HTML Elements and other form controls Plugins (Button/Sliderbars and so on) to be rendered in the Game Canvas as other objects so it's not rendered on top of everything else as it does right now. That would open up an infinity of possibilites in addition to those recent updates on HTML Plugin !

    I think it's already more or less how the Text Object works

  • What's the point of using Vanishing, I'm not sure to understand?

    Great update as well :)

    • It seems to be a way to adjust the vanishing point, via System Expressions. When using a 3D Camera for a three dimensional view to a game. Or even just setting objects to different distances in a 2D game, by adjusting their "Z elevation". Such as setting parallaxing backgrounds to different distances, or even changing where objects are relative to their current Z elevation.