Skip to content

Commit 52732d2

Browse files
authored
Merge pull request #1079 from fluid-project/FLUID-6734
FLUID-6734: Tidyup for 4.1.0 release
2 parents cb81275 + 54ec919 commit 52732d2

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org
2121

2222
### More Info
2323

24-
## [4.1.0] - 2022-05-11
24+
## [4.1.0] - 2022-05-12
2525

2626
### Fixed
2727

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
2834
* [FLUID-6730](https://issues.fluidproject.org/browse/FLUID-6730) Removed some obsoleted utilities - fluid.accumulate,
2935
fluid.contains, fluid.add, fluid.stableSort
3036

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,18 @@ npm run build:pkg:custom -- --name=myPackage
188188
npm run build:pkg:custom -- -n myPackage
189189
```
190190

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+
191203
### Modules
192204

193205
#### Framework Modules

ReleaseNotes.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
## What's New in 4.1.0
88

99
* 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
1210
* [FLUID-6727](https://issues.fluidproject.org/browse/FLUID-6727) Improve documentation (retrospectively) about changes
1311
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
1418

1519
## What's New in 4.0.0?
1620

0 commit comments

Comments
 (0)