Skip to content

Commit f2795e4

Browse files
authored
Merge pull request #1106 from jobara/FLUID-6780
FLUID-6780: Updates for 4.7 release
2 parents f35856c + e17cf07 commit f2795e4

File tree

5 files changed

+67
-5
lines changed

5 files changed

+67
-5
lines changed

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the list of Infusion copyright holders. It does not list all individual
66
copyright to an institution, only made minor changes, or their contributions no longer appear in the codebase.
77
Please see the version control system's revision history for details on contributions.
88

9-
Copyright 2007-2022
9+
Copyright 2007-2024
1010

1111
* Dinuka De Silva
1212
* Lucendo Development Ltd.

CHANGELOG.md

+42-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
2121

2222
### More Info
2323

24+
## [4.7.0] - 2024-07-29
25+
26+
### Added
27+
28+
* [FLUID-6763](https://issues.fluidproject.org/browse/FLUID-6763) UI Options: Add Atkinson Hyperlegible font
29+
* [FLUID-6754](https://issues.fluidproject.org/browse/FLUID-6754) Add a text style option for system-ui
30+
31+
### Fixed
32+
33+
* [FLUID-6764](https://issues.fluidproject.org/browse/FLUID-6764) Infusion's jquery.standalone file throws an error
34+
when loaded in an AudioWorkletGlobalScope
35+
36+
### More Info
37+
38+
* [Changes in 4.7.0](https://github.com/fluid-project/infusion/compare/v4.6.0...v4.7.0)
39+
2440
## [4.6.0] - 2022-12-08
2541

2642
### Fixed
@@ -32,6 +48,10 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
3248
* [FLUID-6756](https://issues.fluidproject.org/browse/FLUID-6756) regenerateCursor function defined in the global scope
3349
in both Fluid.js and FluidIoC.js
3450

51+
### More Info
52+
53+
* [Changes in 4.6.0](https://github.com/fluid-project/infusion/compare/v4.5.0...v4.6.0)
54+
3555
## [4.5.0] - 2022-10-21
3656

3757
### Fixed
@@ -40,13 +60,21 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
4060
entire component are unreadable
4161
* [FLUID-6749](https://issues.fluidproject.org/browse/FLUID-6749) Stop using iframe to render preferences editor
4262

63+
### More Info
64+
65+
* [Changes in 4.5.0](https://github.com/fluid-project/infusion/compare/v4.4.0...v4.5.0)
66+
4367
## [4.4.0] - 2022-09-27
4468

4569
### Fixed
4670

4771
* [FLUID-6750](https://issues.fluidproject.org/browse/FLUID-6750) Model-driven relocalisation does not take account
4872
of initial model values
4973

74+
### More Info
75+
76+
* [Changes in 4.4.0](https://github.com/fluid-project/infusion/compare/v4.3.0...v4.4.0)
77+
5078
## [4.3.0] - 2022-08-08
5179

5280
### Added
@@ -64,6 +92,10 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
6492
* [FLUID-6748](https://issues.fluidproject.org/browse/FLUID-6748) Remove the auto save of panel index in separated
6593
panel UIO
6694

95+
### More Info
96+
97+
* [Changes in 4.3.0](https://github.com/fluid-project/infusion/compare/v4.2.0...v4.3.0)
98+
6799
## [4.2.0] - 2022-07-05
68100

69101
### Fixed
@@ -73,6 +105,10 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
73105
* [FLUID-6741](https://issues.fluidproject.org/browse/FLUID-6741) Workflow failure when constructed lensed component
74106
from asynchronous resource
75107

108+
### More Info
109+
110+
* [Changes in 4.2.0](https://github.com/fluid-project/infusion/compare/v4.1.0...v4.2.0)
111+
76112
## [4.1.0] - 2022-05-12
77113

78114
### Fixed
@@ -86,6 +122,10 @@ to resolve in contexts where expandImmediate is used
86122
* [FLUID-6727](https://issues.fluidproject.org/browse/FLUID-6727) Improve documentation (retrospectively) about changes
87123
in DataSource API in the 3.0.0 release
88124

125+
### More Info
126+
127+
* [Changes in 4.1.0](https://github.com/fluid-project/infusion/compare/v4.0.0...v4.1.0)
128+
89129
## [4.0.0] - 2022-03-17
90130

91131
### Added
@@ -988,7 +1028,8 @@ A pre-release of [0.3.0].
9881028
* [Issues addressed in 0.1.0](https://issues.fluidproject.org/projects/FLUID/versions/10000)
9891029
* [Changes in 0.1.0](https://github.com/fluid-project/infusion/commits/v0.1.0)
9901030

991-
[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.6.0...HEAD
1031+
[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.7.0...HEAD
1032+
[4.7.0]: https://github.com/fluid-project/infusion/releases/tag/v4.7.0
9921033
[4.6.0]: https://github.com/fluid-project/infusion/releases/tag/v4.6.0
9931034
[4.5.0]: https://github.com/fluid-project/infusion/releases/tag/v4.5.0
9941035
[4.4.0]: https://github.com/fluid-project/infusion/releases/tag/v4.4.0

ReleaseNotes.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
[Infusion Documentation](https://github.com/fluid-project/infusion-docs)
66

7+
## What's New in 4.7.0
8+
9+
* New features
10+
* [FLUID-6763](https://issues.fluidproject.org/browse/FLUID-6763) UI Options: Add Atkinson Hyperlegible font
11+
* [FLUID-6754](https://issues.fluidproject.org/browse/FLUID-6754) Add a text style option for system-ui
12+
* Resolves
13+
* [FLUID-6764](https://issues.fluidproject.org/browse/FLUID-6764) Infusion's jquery.standalone file throws an error
14+
when loaded in an AudioWorkletGlobalScope
15+
16+
## What's New in 4.6.0
17+
18+
* Maintenance release which resolves
19+
* [FLUID-6758](https://issues.fluidproject.org/browse/FLUID-6758) Selection reading continues from where page reading
20+
stopped
21+
* [FLUID-6757](https://issues.fluidproject.org/browse/FLUID-6757) Rendering and other methods for the selection reader
22+
are not invokers
23+
* [FLUID-6756](https://issues.fluidproject.org/browse/FLUID-6756) regenerateCursor function defined in the global scope
24+
in both Fluid.js and FluidIoC.js
25+
726
## What's New in 4.6.0
827

928
* Maintenance release which resolves
@@ -182,6 +201,8 @@ wiki page.
182201
The Fluid Project uses a [JIRA](https://issues.fluidproject.org) website to track bugs. Some of the known issues in this
183202
release are described here:
184203

204+
* [FLUID-6772](https://issues.fluidproject.org/browse/FLUID-6772) Removal of UIO iframe in Infusion 4.5.0 causes
205+
overflow issue on Webkit/Chromium browsers
185206
* [FLUID-6722](https://issues.fluidproject.org/browse/FLUID-6722) Pager tooltip shows wrong data range after sorting by
186207
column
187208
* [FLUID-6720](https://issues.fluidproject.org/browse/FLUID-6720) The pager tooltips do not display on mobile

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "infusion",
33
"description": "Infusion is an application framework for developing flexible stuff with JavaScript",
4-
"version": "4.6.0",
4+
"version": "4.7.0",
55
"author": "Fluid Project",
66
"bugs": "http://issues.fluidproject.org/browse/FLUID",
77
"homepage": "http://www.fluidproject.org/",

src/framework/core/js/Fluid.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Fluid Infusion v4.6.0
2+
* Fluid Infusion v4.7.0
33
*
44
* Infusion is distributed under the Educational Community License 2.0 and new BSD licenses:
55
* http://wiki.fluidproject.org/display/fluid/Fluid+Licensing
@@ -30,7 +30,7 @@ Underscore may be freely distributed under the MIT license.
3030

3131
var fluid = fluid || {}; // eslint-disable-line no-redeclare
3232

33-
fluid.version = "Infusion 4.6.0";
33+
fluid.version = "Infusion 4.7.0";
3434

3535
// Export this for use in environments like node.js, where it is useful for
3636
// configuring stack trace behaviour

0 commit comments

Comments
 (0)