|
1 |
| -# Release Notes for Fluid Infusion 4.5.0 |
| 1 | +# Release Notes for Fluid Infusion 4.6.0 |
2 | 2 |
|
3 | 3 | [Fluid Project](https://fluidproject.org)
|
4 | 4 |
|
5 | 5 | [Infusion Documentation](https://github.com/fluid-project/infusion-docs)
|
6 | 6 |
|
| 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 | + |
7 | 17 | ## What's New in 4.5.0
|
8 | 18 |
|
9 | 19 | * Maintenance release which resolves
|
10 |
| - * [FLUID-6749](https://issues.fluidproject.org/browse/FLUID-6749) Stop using iframe to render preferences editor |
11 | 20 | * [FLUID-6753](https://issues.fluidproject.org/browse/FLUID-6753) Framework error messages which attempt to dump the
|
12 | 21 | entire component are unreadable
|
| 22 | + * [FLUID-6749](https://issues.fluidproject.org/browse/FLUID-6749) Stop using iframe to render preferences editor |
13 | 23 |
|
14 | 24 | ## What's New in 4.4.0
|
15 | 25 |
|
|
20 | 30 | ## What's New in 4.3.0
|
21 | 31 |
|
22 | 32 | * 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 |
27 | 33 | * [FLUID-6748](https://issues.fluidproject.org/browse/FLUID-6748) Remove the auto save of panel index in separated
|
28 | 34 | 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 |
29 | 39 |
|
30 | 40 | ## What's New in 4.2.0
|
31 | 41 |
|
32 | 42 | * Maintenance release which resolves
|
33 |
| - * [FLUID-6741](https://issues.fluidproject.org/browse/FLUID-6741) Workflow failure when constructed lensed component |
34 |
| - from asynchronous resource |
35 | 43 | * [FLUID-6742](https://issues.fluidproject.org/browse/FLUID-6742) Race condition in IoC Testing Framework tests
|
36 | 44 | 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 |
37 | 47 |
|
38 | 48 | ## What's New in 4.1.0
|
39 | 49 |
|
40 | 50 | * 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 |
47 | 51 | * [FLUID-6730](https://issues.fluidproject.org/browse/FLUID-6730) Removed some obsoleted utilities - fluid.accumulate,
|
48 | 52 | 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 |
49 | 59 |
|
50 | 60 | ## What's New in 4.0.0?
|
51 | 61 |
|
@@ -154,10 +164,6 @@ Infusion 4.0.0 is tested with the latest versions of the following desktop brows
|
154 | 164 | * [Firefox](https://mozilla.org/firefox/)
|
155 | 165 | * [Safari](https://apple.com/safari/)
|
156 | 166 |
|
157 |
| -Additional testing is performed with the following mobile browsers: |
158 |
| - |
159 |
| -* [Safari](https://apple.com/safari/) (iOS 15.3.1) |
160 |
| - |
161 | 167 | The Fluid Project also maintains a [shareable configuration](https://github.com/fluid-project/browserslist-config-fluid)
|
162 | 168 | for [Browserslist](https://github.com/browserslist/browserslist). In the future, this configuration will be used within
|
163 | 169 | Fluid Infusion.
|
|
0 commit comments