Skip to main content

1.25.12 - Adaptive Framework Polish

· One min read
Matt Franklin
Documents

15/09/2022

Bug Fixes

  • Fixed hyperlinks failing to save their target in Static Text controls for the Adaptive Designer
  • Prevented data visually bleeding between workflow elements of the same type under certain circumstances
  • Stopped labels of hidden fields showing

Improvements

  • Added trashcan button when configuring DocX service tasks in Workflow that clears all form keys (including hidden ones)
  • Implemented Multi-Lookup per-fill data support in Public Forms and the Adaptive Designer
  • Prevented proxied endpoints that contain HTTP Verbs in their url from being truncated in the SDK

1.25.11 - Time Slot Component

· One min read
Matt Franklin
Documents

8/09/2022

Features

Added the Time Slot component to the Adaptive Designer. This component can be configured to an Exchange inbox to allow users to select a date range (aka : time slot) from available times on that calendar.

Bug Fixes

  • Fixed updating items via public forms failing to submit
  • General fixes to components and adaptive controls
  • Fixed email inputs crashing on mount under certain circumstances
  • Fixed number inputs in embedded forms eating decimal places

Improvements

  • Added secure attributes to Framework to give control over protected data in public scenarios
  • Implemented connection binding controls for components that produce more than one scalar value
  • Updated Framework typings into data-model
  • Expanded connection support to handle multiple child connection paths

1.25.6 - Hotfix 1

· One min read
Matt Franklin
Documents

22/08/2022

warning

1.25.6 caused a regression that resulted in the site file becoming immutable in rare circumstances. This resulted in the inability to do many common actions

Bug Fixes

  • Fixed an issue where the site file becomes 'locked'

1.25.4 - Adaptive Scheduler

· One min read
Matt Franklin
Documents

28/07/2022

Features

Added the scheduler Control

Adds the DHX scheduler to Adaptive Designer. Currently this control is in preview mode and was built specifically around providing a booking system. There are more generic uses for this control and these will be more explicitly supported as time goes on.

Bug Fixes

  • Fixed an issue where the sharepoint permission call can fail in certain cases
  • Fixed an issue where a timeout occurs on save when all permissions are cleared from an item

UI/UX Fixes

  • Added the ability to set number of default sections in a repeating section
  • Added the ability to configure multilookup parent connections

1.25.2 - Workflow Get Items

· One min read
Matt Franklin
Documents

07/07/2022

Features

Added a get Items Service task to the workflow engine

A recurring theme in workflows had process writers going to an external source (like power automate) via a webhook in workflow which simply returns a list of items that can be used in the workflow. As this was such a common action it is now possible to directly configure a service task by setting its type to 'Get Items' This allows for filters, select statements and the option to only get items in a linked context.

UI/UX Fixes

  • Added the ability for subquery and computed fields to be set as titles on the board control

Bug Fixes

  • Fixed an issue where an item will get its permissions set to null if there are extra keys in the permissions object

1.25.0 - Hotfix 1

· One min read
Matt Franklin
Documents

27/06/2022

warning

1.25.0 caused a regression that resulted in a page crash when viewing or previewing a form that contained an email field within a repeating section

Bug Fixes

  • Fixed a page crash when viewing a form containing an email field within a repeating section

1.25.0 - Form Service Fast Renderer

· One min read
Matt Franklin
Documents

24/06/2022

Features

Fast renderer in Form service

A different renderer is now used in the form service, notable speed improvements should be noted when using it, especially with longer forms. Virtualisation is added to repeating sections and views where only 5 instances/rows will be rendered at any given time.

Bug Fixes

  • Removed an erroneous multi page nav menu control
  • Fixed an issue where data can be lost when navigating multi pages
  • Fixed an issue where CSS classes were propagating to child elements
  • Fixed an issue where views were not being fetched when configuring a view connection
  • Fixed a page crash when configuring a condition configured to trigger on 'falsey'
  • Fixed the inability to set and view choices for choice fields in Designer
  • Fixed the inability to configure radio inputs

UI/UX Fixes

  • Fixed an issue where lookup config was not loading for connections in Designer
  • Fixed an issue where labels and descriptions sometimes propagated to child elements
  • Fixed an issue where data can bleed across input attributes in designer