File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,16 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
21
21
22
22
### More Info
23
23
24
- ## [ 4.1.0] - 2022-05-11
24
+ ## [ 4.1.0] - 2022-05-12
25
25
26
26
### Fixed
27
27
28
+ * [ FLUID-6727] ( https://issues.fluidproject.org/browse/FLUID-6727 ) Improve documentation (retrospectively) about changes
29
+ in DataSource API in the 3.0.0 release
30
+ * [ FLUID-6728] ( https://issues.fluidproject.org/browse/FLUID-6728 ) A sourcePath into the first element of an array fails
31
+ to resolve in contexts where expandImmediate is used
32
+ * [ FLUID-6729] ( https://issues.fluidproject.org/browse/FLUID-6729 ) References into local record such as {source} and
33
+ {sourcePath} can't be resolved in interpolated relay segments
28
34
* [ FLUID-6730] ( https://issues.fluidproject.org/browse/FLUID-6730 ) Removed some obsoleted utilities - fluid.accumulate,
29
35
fluid.contains, fluid.add, fluid.stableSort
30
36
Original file line number Diff line number Diff line change @@ -188,6 +188,18 @@ npm run build:pkg:custom -- --name=myPackage
188
188
npm run build:pkg:custom -- -n myPackage
189
189
```
190
190
191
+ #### Producing builds for a GitHub release
192
+
193
+ The build commands producing the zip files which accompany a GitHub release (infusion-all-vx.y.z.zip and
194
+ infusion-uio-vx.y.z.zip) can be produced by the following commands:
195
+
196
+ ``` bash
197
+ npm run build:pkg
198
+ npm run npm run build:pkg:custom -- -i " fluid-ui-options" -n uio
199
+ ```
200
+
201
+ The zip files will obliterate the contents of the ` products ` directory and must be copied out after each command.
202
+
191
203
### Modules
192
204
193
205
#### Framework Modules
Original file line number Diff line number Diff line change 7
7
## What's New in 4.1.0
8
8
9
9
* Maintenance release which resolves
10
- * [ FLUID-6730] ( https://issues.fluidproject.org/browse/FLUID-6730 ) Removed some obsoleted utilities - fluid.accumulate,
11
- fluid.contains, fluid.add, fluid.stableSort
12
10
* [ FLUID-6727] ( https://issues.fluidproject.org/browse/FLUID-6727 ) Improve documentation (retrospectively) about changes
13
11
in DataSource API in the 3.0.0 release
12
+ * [ FLUID-6728] ( https://issues.fluidproject.org/browse/FLUID-6728 ) A sourcePath into the first element of an array fails
13
+ to resolve in contexts where expandImmediate is used
14
+ * [ FLUID-6729] ( https://issues.fluidproject.org/browse/FLUID-6729 ) References into local record such as {source} and
15
+ {sourcePath} can't be resolved in interpolated relay segments
16
+ * [ FLUID-6730] ( https://issues.fluidproject.org/browse/FLUID-6730 ) Removed some obsoleted utilities - fluid.accumulate,
17
+ fluid.contains, fluid.add, fluid.stableSort
14
18
15
19
## What's New in 4.0.0?
16
20
You can’t perform that action at this time.
0 commit comments