Skip to content

Releases: fluid-project/infusion

Infusion 4.8.0

15 Jan 15:31
60d89fe
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.8.0!

This is a minor release which improves contrast themes for UI Options, updates jQuery and jQuery UI and provides some bug fixes.

Added

  • FLUID-6783 Text highlight should be styled using contrast themes

Fixed

  • FLUID-6782 Picking a contrast other than default will change the background of the separate panel to white before the styling should be applied
  • FLUID-6772 Removal of UIO iframe in Infusion 4.5.0 causes overflow issue
  • FLUID-5098 TOC container is not well defined in demo

Changed

  • FLUID-6784 Upgrade to the latest versions of jQuery and jQuery UI

Infusion 4.7.1

30 Jul 15:13
75ce78b
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.7.1!

This is a patch release which resolves the following issue:

Fixed

  • FLUID-6781 404 error for sourcing open-sans font in SeparatedPanelPrefsEditor styles.

Infusion 4.7.0

29 Jul 19:09
f2795e4
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.7.0!

This is a minor release which adds a couple of fonts to UI Options and fixes an issue.

Added

  • FLUID-6763 UI Options: Add Atkinson Hyperlegible font
  • FLUID-6754 Add a text style option for system-ui

Fixed

  • FLUID-6764 Infusion's jquery.standalone file throws an error
    when loaded in an AudioWorkletGlobalScope

Infusion 4.6.0

08 Dec 16:38
1f41b40
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.6.0!

This is a minor release which resolves the following three issues:

Fixed

  • FLUID-6758 Selection reading continues from where page reading
    stopped
  • FLUID-6757 Rendering and other methods for the selection reader
    are not invokers
  • FLUID-6756 regenerateCursor function defined in the global scope
    in both Fluid.js and FluidIoC.js

Infusion 4.5.0

21 Oct 10:54
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.5.0!

This is a minor release which resolves the following two issues:

Fixed

  • FLUID-6749 Stop using iframe to render preferences editor
  • FLUID-6753 Framework error messages which attempt to dump the
    entire component are unreadable

Infusion 4.4.0

27 Sep 12:01
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.4.0!

This is a minor release which resolves the following issue:

Fixed

  • FLUID-6750 Model-driven relocalisation does not take account
    of initial model values

Infusion 4.3.0

08 Aug 16:16
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.3.0!

This is a minor release which resolves the following three issues:

Added

  • FLUID-6745 Improve TextNodeParser so that it can be configured
    with a free hash of selectors to ignore

Fixed

  • FLUID-6744 Failure distributing to gradeNames for component
    which has undefined options

Removed

  • FLUID-6748 Remove the auto save of panel index in separated
    panel UIO

Infusion 4.2.0

05 Jul 12:56
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.2.0!

This is a bugfix release which resolves the following two issues:

Fixed

  • FLUID-6741 Workflow failure when constructed lensed component
    from asynchronous resource
  • FLUID-6742 Race condition in IoC Testing Framework tests
    exposed by upgrade to Chrome 103

Infusion 4.1.0

12 May 15:31
52732d2
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 4.1.0!

This is a bugfix release which resolves the following four issues:

Fixed

  • FLUID-6727 Improve documentation (retrospectively) about changes
    in DataSource API in the 3.0.0 release
  • FLUID-6728 A sourcePath into the first element of an array fails
    to resolve in contexts where expandImmediate is used
  • FLUID-6729 References into local record such as {source} and
    {sourcePath} can't be resolved in interpolated relay segments
  • FLUID-6730 Removed some obsoleted utilities - fluid.accumulate,
    fluid.contains, fluid.add, fluid.stableSort

Infusion 3.0.1

12 May 11:53
Compare
Choose a tag to compare

The Fluid community is pleased to announce the release of Infusion 3.0.1!

This is a minor patch release which updates release notes with compatibility information on DataSources which were ported into Infusion from Kettle in the Infusion 3.0.0 release.

The release notes include the following additional note to the Infusion 3.0.0 release. Source code and all builds will have identical contents to Infusion 3.0.0.

  • NOTE: The scheme for configuring writable dataSources is not compatible with that seen in some development
    releases of Infusion, e.g. 3.0.0-dev and 4.0.0-dev - see API Changes documentation
    for more details