Skip to content

Commit 1f41b40

Browse files
authored
Merge pull request #1101 from jobara/FLUID-6759
FLUID-6759: update change log for 4.6 release
2 parents 9c7e8d8 + 5cdc8c6 commit 1f41b40

File tree

4 files changed

+50
-32
lines changed

4 files changed

+50
-32
lines changed

CHANGELOG.md

+23-11
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,24 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
2121

2222
### More Info
2323

24+
## [4.6.0] - 2022-12-08
25+
26+
### Fixed
27+
28+
* [FLUID-6758](https://issues.fluidproject.org/browse/FLUID-6758) Selection reading continues from where page reading
29+
stopped
30+
* [FLUID-6757](https://issues.fluidproject.org/browse/FLUID-6757) Rendering and other methods for the selection reader
31+
are not invokers
32+
* [FLUID-6756](https://issues.fluidproject.org/browse/FLUID-6756) regenerateCursor function defined in the global scope
33+
in both Fluid.js and FluidIoC.js
34+
2435
## [4.5.0] - 2022-10-21
2536

2637
### Fixed
2738

28-
* [FLUID-6749](https://issues.fluidproject.org/browse/FLUID-6749) Stop using iframe to render preferences editor
2939
* [FLUID-6753](https://issues.fluidproject.org/browse/FLUID-6753) Framework error messages which attempt to dump the
30-
entire component are unreadable
40+
entire component are unreadable
41+
* [FLUID-6749](https://issues.fluidproject.org/browse/FLUID-6749) Stop using iframe to render preferences editor
3142

3243
## [4.4.0] - 2022-09-27
3344

@@ -57,23 +68,23 @@ entire component are unreadable
5768

5869
### Fixed
5970

60-
* [FLUID-6741](https://issues.fluidproject.org/browse/FLUID-6741) Workflow failure when constructed lensed component
61-
from asynchronous resource
6271
* [FLUID-6742](https://issues.fluidproject.org/browse/FLUID-6742) Race condition in IoC Testing Framework tests
6372
exposed by upgrade to Chrome 103
73+
* [FLUID-6741](https://issues.fluidproject.org/browse/FLUID-6741) Workflow failure when constructed lensed component
74+
from asynchronous resource
6475

6576
## [4.1.0] - 2022-05-12
6677

6778
### Fixed
6879

69-
* [FLUID-6727](https://issues.fluidproject.org/browse/FLUID-6727) Improve documentation (retrospectively) about changes
70-
in DataSource API in the 3.0.0 release
71-
* [FLUID-6728](https://issues.fluidproject.org/browse/FLUID-6728) A sourcePath into the first element of an array fails
72-
to resolve in contexts where expandImmediate is used
73-
* [FLUID-6729](https://issues.fluidproject.org/browse/FLUID-6729) References into local record such as {source} and
74-
{sourcePath} can't be resolved in interpolated relay segments
7580
* [FLUID-6730](https://issues.fluidproject.org/browse/FLUID-6730) Removed some obsoleted utilities - fluid.accumulate,
7681
fluid.contains, fluid.add, fluid.stableSort
82+
* [FLUID-6729](https://issues.fluidproject.org/browse/FLUID-6729) References into local record such as {source} and
83+
{sourcePath} can't be resolved in interpolated relay segments
84+
* [FLUID-6728](https://issues.fluidproject.org/browse/FLUID-6728) A sourcePath into the first element of an array fails
85+
to resolve in contexts where expandImmediate is used
86+
* [FLUID-6727](https://issues.fluidproject.org/browse/FLUID-6727) Improve documentation (retrospectively) about changes
87+
in DataSource API in the 3.0.0 release
7788

7889
## [4.0.0] - 2022-03-17
7990

@@ -977,7 +988,8 @@ A pre-release of [0.3.0].
977988
* [Issues addressed in 0.1.0](https://issues.fluidproject.org/projects/FLUID/versions/10000)
978989
* [Changes in 0.1.0](https://github.com/fluid-project/infusion/commits/v0.1.0)
979990

980-
[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.0.0...HEAD
991+
[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.6.0...HEAD
992+
[4.6.0]: https://github.com/fluid-project/infusion/releases/tag/v4.6.0
981993
[4.5.0]: https://github.com/fluid-project/infusion/releases/tag/v4.5.0
982994
[4.4.0]: https://github.com/fluid-project/infusion/releases/tag/v4.4.0
983995
[4.3.0]: https://github.com/fluid-project/infusion/releases/tag/v4.3.0

ReleaseNotes.md

+24-18
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1-
# Release Notes for Fluid Infusion 4.5.0
1+
# Release Notes for Fluid Infusion 4.6.0
22

33
[Fluid Project](https://fluidproject.org)
44

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

7+
## What's New in 4.6.0
8+
9+
* Maintenance release which resolves
10+
* [FLUID-6758](https://issues.fluidproject.org/browse/FLUID-6758) Selection reading continues from where page reading
11+
stopped
12+
* [FLUID-6757](https://issues.fluidproject.org/browse/FLUID-6757) Rendering and other methods for the selection reader
13+
are not invokers
14+
* [FLUID-6756](https://issues.fluidproject.org/browse/FLUID-6756) regenerateCursor function defined in the global scope
15+
in both Fluid.js and FluidIoC.js
16+
717
## What's New in 4.5.0
818

919
* Maintenance release which resolves
10-
* [FLUID-6749](https://issues.fluidproject.org/browse/FLUID-6749) Stop using iframe to render preferences editor
1120
* [FLUID-6753](https://issues.fluidproject.org/browse/FLUID-6753) Framework error messages which attempt to dump the
1221
entire component are unreadable
22+
* [FLUID-6749](https://issues.fluidproject.org/browse/FLUID-6749) Stop using iframe to render preferences editor
1323

1424
## What's New in 4.4.0
1525

@@ -20,32 +30,32 @@
2030
## What's New in 4.3.0
2131

2232
* Maintenance release which resolves
23-
* [FLUID-6744](https://issues.fluidproject.org/browse/FLUID-6744) Failure distributing to gradeNames for component
24-
which has undefined options
25-
* [FLUID-6745](https://issues.fluidproject.org/browse/FLUID-6745) Improve TextNodeParser so that it can be configured
26-
with a free hash of selectors to ignore
2733
* [FLUID-6748](https://issues.fluidproject.org/browse/FLUID-6748) Remove the auto save of panel index in separated
2834
panel UIO
35+
* [FLUID-6745](https://issues.fluidproject.org/browse/FLUID-6745) Improve TextNodeParser so that it can be configured
36+
with a free hash of selectors to ignore
37+
* [FLUID-6744](https://issues.fluidproject.org/browse/FLUID-6744) Failure distributing to gradeNames for component
38+
which has undefined options
2939

3040
## What's New in 4.2.0
3141

3242
* Maintenance release which resolves
33-
* [FLUID-6741](https://issues.fluidproject.org/browse/FLUID-6741) Workflow failure when constructed lensed component
34-
from asynchronous resource
3543
* [FLUID-6742](https://issues.fluidproject.org/browse/FLUID-6742) Race condition in IoC Testing Framework tests
3644
exposed by upgrade to Chrome 103
45+
* [FLUID-6741](https://issues.fluidproject.org/browse/FLUID-6741) Workflow failure when constructed lensed component
46+
from asynchronous resource
3747

3848
## What's New in 4.1.0
3949

4050
* Maintenance release which resolves
41-
* [FLUID-6727](https://issues.fluidproject.org/browse/FLUID-6727) Improve documentation (retrospectively) about changes
42-
in DataSource API in the 3.0.0 release
43-
* [FLUID-6728](https://issues.fluidproject.org/browse/FLUID-6728) A sourcePath into the first element of an array fails
44-
to resolve in contexts where expandImmediate is used
45-
* [FLUID-6729](https://issues.fluidproject.org/browse/FLUID-6729) References into local record such as {source} and
46-
{sourcePath} can't be resolved in interpolated relay segments
4751
* [FLUID-6730](https://issues.fluidproject.org/browse/FLUID-6730) Removed some obsoleted utilities - fluid.accumulate,
4852
fluid.contains, fluid.add, fluid.stableSort
53+
* [FLUID-6729](https://issues.fluidproject.org/browse/FLUID-6729) References into local record such as {source} and
54+
{sourcePath} can't be resolved in interpolated relay segments
55+
* [FLUID-6728](https://issues.fluidproject.org/browse/FLUID-6728) A sourcePath into the first element of an array fails
56+
to resolve in contexts where expandImmediate is used
57+
* [FLUID-6727](https://issues.fluidproject.org/browse/FLUID-6727) Improve documentation (retrospectively) about changes
58+
in DataSource API in the 3.0.0 release
4959

5060
## What's New in 4.0.0?
5161

@@ -154,10 +164,6 @@ Infusion 4.0.0 is tested with the latest versions of the following desktop brows
154164
* [Firefox](https://mozilla.org/firefox/)
155165
* [Safari](https://apple.com/safari/)
156166

157-
Additional testing is performed with the following mobile browsers:
158-
159-
* [Safari](https://apple.com/safari/) (iOS 15.3.1)
160-
161167
The Fluid Project also maintains a [shareable configuration](https://github.com/fluid-project/browserslist-config-fluid)
162168
for [Browserslist](https://github.com/browserslist/browserslist). In the future, this configuration will be used within
163169
Fluid Infusion.

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.5.0",
4+
"version": "4.6.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.5.0
2+
* Fluid Infusion v4.6.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.5.0";
33+
fluid.version = "Infusion 4.6.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)