Skip to content

Releases: amplifyit/powerux

V0.2-beta.2.1

23 Dec 10:25
f7e507b

Choose a tag to compare

V0.2-beta.2.1 Pre-release
Pre-release

Release Notes: Simplified UX & New Features

We are excited to announce a new release focused on simplifying the user experience for low-code makers and non-developers. This update introduces a streamlined UI, improved usability, and powerful new features to help you create and extend flows more efficiently.


🎨 Simplified UX

Simpler UI Steps

A refreshed design for step boxes to enhance clarity and simplicity, making it easier to view and manage flows.
Simpler UI Steps

Streamlined Edges

Improved edges and connections between steps, offering a more organized and intuitive flow design experience.
Simpler Edges

Edge Labels

Replaced icons with human-readable text labels, making flows easier to understand at a glance.
Edge Labels


🚀 New Features

Variables

Introducing variables for flow-level management:

  • Initialize variables at the flow level.
  • Use variables in steps with IntelliSense for faster configuration.
  • Return values from steps into variables.
    Variables Initialization
    Variables Usage
    image

Confirm User Step

A new step for end-user interaction:

  • Displays a confirmation popup requiring user input.
  • Simplified configuration for defining both user response scenarios.
    Confirm User Step

Get Records API Step

Powerful new capabilities for working with Dataverse:

  • Retrieve multiple records via a web API step.
  • Automatically loop over returned records with branch creation in the flow UI.
  • Use @Item with IntelliSense to configure actions within the loop.
    Get Records API Step
    Use Item IntelliSense

This release focuses on making flow creation and management intuitive, scalable, and user-friendly. We hope these updates empower you to build better, faster, and smarter solutions. Let us know your feedback!

V0.2-beta.1.2

22 Oct 09:23
f7e507b

Choose a tag to compare

V0.2-beta.1.2 Pre-release
Pre-release

New Version fixes and enhancements

Fixes

Navigation: fixed issues with opening side navigation screens
IntelliSense: Fixed IntelliSense code generation issue with complex steps

Enhancements

Metadata

  1. In complex steps like Navigate records, metadata options now are generated and the user doesn't have to search for unique identifiers of metadata components
    image

  2. Metadata dependency filter: in steps that have multiple metadata options to configure, if there is a dependency between two metadata (ex: table and related form) now the dependent metadata option is automatically filtered to give a better user experience for the maker.
    image

V0.2-beta.1.1

13 Oct 08:53
f7e507b

Choose a tag to compare

V0.2-beta.1.1 Pre-release
Pre-release

New Version fixes and enhancements

Fixes

  1. Un-minified Code for IntelliSense: Resolved the issue where generated code, improving compatibility with IntelliSense.
  2. Set Value Step: Fixed the functionality of the "Set Value" step, ensuring it works as expected in flows.

Enhancements

  1. Auto-Generation of Unique Names in UX Flows: Implemented an automatic generation of unique names in UX flows, following a camel case format, making it faster to create and configure a flow.
    image

  2. Auto-Generated IDs for Steps in Flow Editor: Steps in the Flow Editor UI, such as the form notification step, now come with auto-generated editable IDs. These IDs are randomly generated using a mix of text and numbers for easier configuration.
    image

  3. Condition UI Improvements – Attribute Selection: Enhanced the Condition UI by adding the ability to choose an attribute directly from the clause of the filter, simplifying the condition setup process.
    image

  4. Condition UI Enhancements – Dynamic Values in Clauses: Further improved the Condition UI by enabling users to set dynamic values in the clause part, making the condition logic more flexible and powerful.
    image

This revision improves readability, adds clarity to each feature, and gives a more professional tone while retaining the original intent and structure.

V0.2.0.1

07 Oct 05:18
f7e507b

Choose a tag to compare

V0.2.0.1 Pre-release
Pre-release

We’re excited to announce a new release of PowerUX - MDA, packed with several enhancements and new features. Here's what's included:

New Features:

- Settings Page: Gain more control with the following options:

image

  • Set Default Solution: Automatically add all generated scripts and related components (e.g., forms) to a specified solution.

  • Add Related Component to Solution: Choose whether to include both the generated script and its related form in the default solution or only the script.

  • Code Minification Mode: Improve performance by selecting whether generated scripts are minified. By default, scripts are unminified.

  • View Code Setting: Control the visibility of generated scripts for makers, allowing you to decide if makers can view the script generated code.

    chrome-capture-2024-9-1 (1)

We hope these updates enhance your experience with PowerUX - MDA!

Initial Beta Release

03 Sep 07:25
33a43e8

Choose a tag to compare

Initial Beta Release Pre-release
Pre-release

Initial release for PowerUX-MDA, functioning with the initial capabilities.

Import by order:

  1. Base solution: Holds tables, plugins and custom APIs
  2. App solution: Holds the UI components and the app to extend PowerApps from within a PowerApps app. (Different possibilities are planned to use rather than using PowerApps)