@@ -21,6 +21,22 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
21
21
22
22
### More Info
23
23
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
+
24
40
## [ 4.6.0] - 2022-12-08
25
41
26
42
### Fixed
@@ -32,6 +48,10 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
32
48
* [ FLUID-6756] ( https://issues.fluidproject.org/browse/FLUID-6756 ) regenerateCursor function defined in the global scope
33
49
in both Fluid.js and FluidIoC.js
34
50
51
+ ### More Info
52
+
53
+ * [ Changes in 4.6.0] ( https://github.com/fluid-project/infusion/compare/v4.5.0...v4.6.0 )
54
+
35
55
## [ 4.5.0] - 2022-10-21
36
56
37
57
### Fixed
@@ -40,13 +60,21 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
40
60
entire component are unreadable
41
61
* [ FLUID-6749] ( https://issues.fluidproject.org/browse/FLUID-6749 ) Stop using iframe to render preferences editor
42
62
63
+ ### More Info
64
+
65
+ * [ Changes in 4.5.0] ( https://github.com/fluid-project/infusion/compare/v4.4.0...v4.5.0 )
66
+
43
67
## [ 4.4.0] - 2022-09-27
44
68
45
69
### Fixed
46
70
47
71
* [ FLUID-6750] ( https://issues.fluidproject.org/browse/FLUID-6750 ) Model-driven relocalisation does not take account
48
72
of initial model values
49
73
74
+ ### More Info
75
+
76
+ * [ Changes in 4.4.0] ( https://github.com/fluid-project/infusion/compare/v4.3.0...v4.4.0 )
77
+
50
78
## [ 4.3.0] - 2022-08-08
51
79
52
80
### Added
@@ -64,6 +92,10 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
64
92
* [ FLUID-6748] ( https://issues.fluidproject.org/browse/FLUID-6748 ) Remove the auto save of panel index in separated
65
93
panel UIO
66
94
95
+ ### More Info
96
+
97
+ * [ Changes in 4.3.0] ( https://github.com/fluid-project/infusion/compare/v4.2.0...v4.3.0 )
98
+
67
99
## [ 4.2.0] - 2022-07-05
68
100
69
101
### Fixed
@@ -73,6 +105,10 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
73
105
* [ FLUID-6741] ( https://issues.fluidproject.org/browse/FLUID-6741 ) Workflow failure when constructed lensed component
74
106
from asynchronous resource
75
107
108
+ ### More Info
109
+
110
+ * [ Changes in 4.2.0] ( https://github.com/fluid-project/infusion/compare/v4.1.0...v4.2.0 )
111
+
76
112
## [ 4.1.0] - 2022-05-12
77
113
78
114
### Fixed
@@ -86,6 +122,10 @@ to resolve in contexts where expandImmediate is used
86
122
* [ FLUID-6727] ( https://issues.fluidproject.org/browse/FLUID-6727 ) Improve documentation (retrospectively) about changes
87
123
in DataSource API in the 3.0.0 release
88
124
125
+ ### More Info
126
+
127
+ * [ Changes in 4.1.0] ( https://github.com/fluid-project/infusion/compare/v4.0.0...v4.1.0 )
128
+
89
129
## [ 4.0.0] - 2022-03-17
90
130
91
131
### Added
@@ -988,7 +1028,8 @@ A pre-release of [0.3.0].
988
1028
* [ Issues addressed in 0.1.0] ( https://issues.fluidproject.org/projects/FLUID/versions/10000 )
989
1029
* [ Changes in 0.1.0] ( https://github.com/fluid-project/infusion/commits/v0.1.0 )
990
1030
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
992
1033
[ 4.6.0 ] : https://github.com/fluid-project/infusion/releases/tag/v4.6.0
993
1034
[ 4.5.0 ] : https://github.com/fluid-project/infusion/releases/tag/v4.5.0
994
1035
[ 4.4.0 ] : https://github.com/fluid-project/infusion/releases/tag/v4.4.0
0 commit comments