Smart UI for Construct 3
Pixel Perfect Studio
  • Smart UI for Construct 3
  • Getting Started
    • Smart UI Framework
      • Framework Initialization
      • Document Flow
      • Using Smart UI Components
      • Release Notes
        • Build v1.4ed2c828
        • Build v1.3710335f
        • Build v1.595dac53
        • Build v1.143edbbc
      • Basic Setup Tutorials
      • GitHub Repository
      • Dev Discord Server
      • Gamepad Demo
      • Guandows Demo
  • FRAMEWORK ADDONS
    • Smart UI Plugin
    • Container Behavior
    • Button Behavior
    • Checkbox Behavior
    • Radio Buttons
    • Progress Bar
    • Discrete Progress
    • Scroll Bar
    • Dialogs
    • Scroll View
      • Basic Examples
    • Grid Layout
      • Basic Examples
    • Data Listener
  • MISCELLANEOUS ADDONS
    • Legends of Learning Plugin
      • Getting Started
      • Local Testing
      • Using the Test Harness
    • Newgrounds.IO Plugin
      • Getting Started
      • Login Tutorial
    • Parabolic Tween
      • Getting Started
      • Live Demo 1
      • Live Demo 2
    • Finite State Machine Plugin and Behavior
    • Antisuspend Plugin
      • Live Demo
    • Google Analytics 4
      • Getting Started
Powered by GitBook
On this page
  • Addons Version
  • 🆕 New Features
  • 🔄Changes
  • 🐛 Bug Fixes

Was this helpful?

  1. Getting Started
  2. Smart UI Framework
  3. Release Notes

Build v1.3710335f

v1.3710335fb1b7b3f8838e0b47b9c3bc681517c955

This is a cummulative update for SmartUI official release on febrary 21st, 2025. The update introduces improvements to auto-focus behavior in containers and dialogs, along with important fixes for selection button animations and hover animations. Additionally, security has been enhanced for non-commercial exports, and unused scripts have been removed for better performance.

Addons Version

Addon ID
Current Version

ppstudio_smartui_plugin

1.0.0.3

ppstudio_button_beh

0.0.0.2

ppstudio_checkbox_beh

0.0.0.2

ppstudio_container_beh

0.0.0.2

ppstudio_datalistener_beh

0.0.0.2

ppstudio_dialog_beh

0.0.0.2

ppstudio_discreteprogress_beh

0.0.0.2

ppstudio_gridlayout_beh

0.0.0.2

ppstudio_progressbar_beh

0.0.0.3

ppstudio_radiobutton_beh

0.0.0.2

ppstudio_scrollbar_beh

0.0.0.2

ppstudio_scrollview_beh

0.0.0.2

🆕 New Features

  • Auto-focus on container and dialog child elements: When a container-like component gains focus, it will now automatically transfer the focus to the first available child element.

🔄Changes

  • Export lock for non-commercial version: Exporting to non-HTML formats is now restricted in the non-commercial version.

  • Minimum addon version update: Addons now require an updated minimum version.

  • Removal of unnecessary editor scripts: Unused scripts have been removed to improve performance and code organization.

🐛 Bug Fixes

  • Fixed press animation for Checkboxes and Radiobuttons: The animation now remains unchanged when these elements are pressed.

  • Fixed getHoverAnimation bug: The function now returns an empty animation name when none is set, preventing execution errors.

PreviousBuild v1.4ed2c828NextBuild v1.595dac53

Last updated 2 months ago

Was this helpful?