Skip to content

Commit

Permalink
Merge branch '4.3.0-ci' into main
Browse files Browse the repository at this point in the history
* 4.3.0-ci:
  NOJIRA: Committing for 4.3.0 release CI run
  • Loading branch information
amb26 committed Aug 8, 2022
2 parents 80bf493 + d518cf7 commit 84767d8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org

### More Info

## [4.3.0] - 2022-08-08

### Added

* [FLUID-6745](https://issues.fluidproject.org/browse/FLUID-6745) Improve TextNodeParser so that it can be configured
with a free hash of selectors to ignore

### Fixed

* [FLUID-6744](https://issues.fluidproject.org/browse/FLUID-6744) Failure distributing to gradeNames for component
which has undefined options

### Removed

* [FLUID-6748](https://issues.fluidproject.org/browse/FLUID-6748) Remove the auto save of panel index in separated
panel UIO

## [4.2.0] - 2022-07-05

### Fixed
Expand Down Expand Up @@ -946,7 +963,8 @@ A pre-release of [0.3.0].
* [Changes in 0.1.0](https://github.com/fluid-project/infusion/commits/v0.1.0)

[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.0.0...HEAD
[4.1.0]: https://github.com/fluid-project/infusion/releases/tag/v4.2.0
[4.3.0]: https://github.com/fluid-project/infusion/releases/tag/v4.3.0
[4.2.0]: https://github.com/fluid-project/infusion/releases/tag/v4.2.0
[4.1.0]: https://github.com/fluid-project/infusion/releases/tag/v4.1.0
[4.0.0]: https://github.com/fluid-project/infusion/releases/tag/v4.0.0
[3.0.1]: https://github.com/fluid-project/infusion/releases/tag/v3.0.1
Expand Down
10 changes: 10 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

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

## What's New in 4.3.0

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

## What's New in 4.2.0

* Maintenance release which resolves
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infusion",
"description": "Infusion is an application framework for developing flexible stuff with JavaScript",
"version": "4.2.0",
"version": "4.3.0",
"author": "Fluid Project",
"bugs": "http://issues.fluidproject.org/browse/FLUID",
"homepage": "http://www.fluidproject.org/",
Expand Down

0 comments on commit 84767d8

Please sign in to comment.