Skip to content

Releases: ExFace/Core

1.35.03

05 Feb 12:15

Choose a tag to compare

NEW option exclude_options for InputSelect widget

1.35.02

04 Feb 15:36

Choose a tag to compare

  • FIX JS string validation errors (especially in file uploads) - again

1.35.01

04 Feb 11:09

Choose a tag to compare

Full Changelog: 1.35...1.35.01

1.35

23 Jan 10:58

Choose a tag to compare

1.35

1.34.04

14 Jan 15:31

Choose a tag to compare

1.34.03

13 Jan 10:44
015b334

Choose a tag to compare

1.34.02

12 Jan 10:29

Choose a tag to compare

FIX MS SQL function sequence errors on INSERT

1.34.01

11 Dec 07:56
79f19bd

Choose a tag to compare

1.34

10 Dec 16:50
33203d3

Choose a tag to compare

New features:

  • Installation on PostgreSQL now possible
  • Log entries now have clickable links to related documentation
  • Background task to clean up webservice logs in DataFlowFacade
  • New widget InputCode
  • AI news
    • Log analyzer agent to help with errors and log messages
    • Multiple new AI tools: GetPrintPreviewTool, GetUxonPrototypeTool, GetObjectTool, GetCodeTool
    • ToolCallConcept to include prerenderd tool calls in system prompt
  • UI5 facade news
    • AI chat widget
    • Quick-select menu for widget setups
    • Dialog sidebars
    • Adaptive text colors in ColorIndicator and ProgressBar widgets
  • Deployer news: live logs for OTA updates via axenox.PackageManager.SelfUpdate action

Improvements:

  • Data widgets can skip autoload_data if located in an inactive tab (set the property to if_visible)
  • Scheduler items can now be force-started
  • Caching for custom attribute definitions in CustomAttributeDefinitionBehavior for improved performance
  • Many improvements in Gantt widget
  • Improved SoftDeleteBehavior to better interact with other behaviors
  • Added option to PreventDuplicatesBehavior to control if soft-deleted items are duplicates or not
  • Better display of SQL statements in log entries using the new InputCode widget
  • Separated installers for different web servers: Apache, Microsoft IIS and nginx
  • Ability to link page group assignments with apps explicitly

1.33

13 Nov 11:22

Choose a tag to compare

New features:

  • UXON snippet mutations
  • Much improved Gantt widget now able to display multiple bars per row
  • Added AzureGraphApiEmailConnector to send Emails via Microsoft GraphAPI
  • Added PostreSQL connector & query builder
  • New widget InputColorPalette - a color picker with a palette of preset colors
  • New formulas:
    • =TimeDiff()
    • =RowExpressionValue()

Improvements:

  • One-Time-Links in the HttpFileServerFacade now use the permalink framework
  • Improved profiler in traced server requests
  • Improved handling of column widths in widget setups for tables
  • Added option read_all to improve performance of lookup-mappings
  • FileAttachmentBehavior can now generate and save file storage paths via formula in file_path_calculation
  • CallActionBehavior can now read required data in-advance from a configurable input_data_event_alias
  • Improved data imports via axenox.ETL app
    • Added profiler tab to data flow step run details
    • Improved performance of duplicate checks in API-to-DataSheet flow steps