File tree 4 files changed +43
-4
lines changed
4 files changed +43
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,30 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
21
21
22
22
### More Info
23
23
24
+ ## [ 4.8.0] - 2025-01-15
25
+
26
+ ### Added
27
+
28
+ * [ FLUID-6783] ( https://issues.fluidproject.org/browse/FLUID-6783 ) Text highlight should be styled using
29
+ contrast themes
30
+
31
+ ### Fixed
32
+
33
+ * [ FLUID-6782] ( https://issues.fluidproject.org/browse/FLUID-6782 ) Picking a contrast other than default
34
+ will change the background of the separate panel to white before the styling should be applied
35
+ * [ FLUID-6772] ( https://issues.fluidproject.org/browse/FLUID-6772 ) Removal of UIO iframe in Infusion 4.5.0
36
+ causes overflow issue
37
+ * [ FLUID-5098] ( https://issues.fluidproject.org/browse/FLUID-5098 ) TOC container is not well defined in demo
38
+
39
+ ### Changed
40
+
41
+ * [ FLUID-6784] ( https://issues.fluidproject.org/browse/FLUID-6784 ) Upgrade to the latest versions of jQuery
42
+ and jQuery UI
43
+
44
+ ### More Info
45
+
46
+ * [ Changes in 4.8.0] ( https://github.com/fluid-project/infusion/compare/v4.7.1...v4.8.0 )
47
+
24
48
## [ 4.7.1] - 2024-07-30
25
49
26
50
### Fixed
@@ -1039,7 +1063,8 @@ A pre-release of [0.3.0].
1039
1063
* [ Issues addressed in 0.1.0] ( https://issues.fluidproject.org/projects/FLUID/versions/10000 )
1040
1064
* [ Changes in 0.1.0] ( https://github.com/fluid-project/infusion/commits/v0.1.0 )
1041
1065
1042
- [ Unreleased ] : https://github.com/fluid-project/infusion/compare/v4.7.1...HEAD
1066
+ [ Unreleased ] : https://github.com/fluid-project/infusion/compare/v4.8.0...HEAD
1067
+ [ 4.8.0 ] : https://github.com/fluid-project/infusion/releases/tag/v4.8.0
1043
1068
[ 4.7.1 ] : https://github.com/fluid-project/infusion/releases/tag/v4.7.1
1044
1069
[ 4.7.0 ] : https://github.com/fluid-project/infusion/releases/tag/v4.7.0
1045
1070
[ 4.6.0 ] : https://github.com/fluid-project/infusion/releases/tag/v4.6.0
Original file line number Diff line number Diff line change 4
4
5
5
[ Infusion Documentation] ( https://github.com/fluid-project/infusion-docs )
6
6
7
+ ## What's New in 4.8.0
8
+
9
+ * New features
10
+ * [ FLUID-6783] ( https://issues.fluidproject.org/browse/FLUID-6783 ) Text highlight should be styled using
11
+ contrast themes
12
+ * Resolves
13
+ * [ FLUID-6782] ( https://issues.fluidproject.org/browse/FLUID-6782 ) Picking a contrast other than default
14
+ will change the background of the separate panel to white before the styling should be applied
15
+ * [ FLUID-6772] ( https://issues.fluidproject.org/browse/FLUID-6772 ) Removal of UIO iframe in Infusion 4.5.0
16
+ causes overflow issue
17
+ * [ FLUID-5098] ( https://issues.fluidproject.org/browse/FLUID-5098 ) TOC container is not well defined in demo
18
+ * [ FLUID-6784] ( https://issues.fluidproject.org/browse/FLUID-6784 ) Upgrade to the latest versions of jQuery
19
+ and jQuery UI
20
+
7
21
## What's New in 4.7.1
8
22
9
23
* Maintenance release which resolves
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " infusion" ,
3
3
"description" : " Infusion is an application framework for developing flexible stuff with JavaScript" ,
4
- "version" : " 4.7.1 " ,
4
+ "version" : " 4.8.0 " ,
5
5
"author" : " Fluid Project" ,
6
6
"bugs" : " http://issues.fluidproject.org/browse/FLUID" ,
7
7
"homepage" : " http://www.fluidproject.org/" ,
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Fluid Infusion v4.7.1
2
+ * Fluid Infusion v4.8.0
3
3
*
4
4
* Infusion is distributed under the Educational Community License 2.0 and new BSD licenses:
5
5
* http://wiki.fluidproject.org/display/fluid/Fluid+Licensing
@@ -30,7 +30,7 @@ Underscore may be freely distributed under the MIT license.
30
30
31
31
var fluid = fluid || { } ; // eslint-disable-line no-redeclare
32
32
33
- fluid . version = "Infusion 4.7.1 " ;
33
+ fluid . version = "Infusion 4.8.0 " ;
34
34
35
35
// Export this for use in environments like node.js, where it is useful for
36
36
// configuring stack trace behaviour
You can’t perform that action at this time.
0 commit comments