Skip to content

Commit

Permalink
Merge pull request #1079 from fluid-project/FLUID-6734
Browse files Browse the repository at this point in the history
FLUID-6734: Tidyup for 4.1.0 release
  • Loading branch information
jobara authored May 12, 2022
2 parents cb81275 + 54ec919 commit 52732d2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org

### More Info

## [4.1.0] - 2022-05-11
## [4.1.0] - 2022-05-12

### Fixed

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

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,18 @@ npm run build:pkg:custom -- --name=myPackage
npm run build:pkg:custom -- -n myPackage
```

#### Producing builds for a GitHub release

The build commands producing the zip files which accompany a GitHub release (infusion-all-vx.y.z.zip and
infusion-uio-vx.y.z.zip) can be produced by the following commands:

```bash
npm run build:pkg
npm run npm run build:pkg:custom -- -i "fluid-ui-options" -n uio
```

The zip files will obliterate the contents of the `products` directory and must be copied out after each command.

### Modules

#### Framework Modules
Expand Down
8 changes: 6 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
## What's New in 4.1.0

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

## What's New in 4.0.0?

Expand Down

0 comments on commit 52732d2

Please sign in to comment.