Skip to content

Commit

Permalink
NOJIRA: 4.8.0 release related updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Jan 15, 2025
1 parent ff1c537 commit cbb8c44
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,30 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org

### More Info

## [4.8.0] - 2025-01-15

### Added

* [FLUID-6783](https://issues.fluidproject.org/browse/FLUID-6783) Text highlight should be styled using
contrast themes

### Fixed

* [FLUID-6782](https://issues.fluidproject.org/browse/FLUID-6782) Picking a contrast other than default
will change the background of the separate panel to white before the styling should be applied
* [FLUID-6772](https://issues.fluidproject.org/browse/FLUID-6772) Removal of UIO iframe in Infusion 4.5.0
causes overflow issue
* [FLUID-5098](https://issues.fluidproject.org/browse/FLUID-5098) TOC container is not well defined in demo

### Changed

* [FLUID-6784](https://issues.fluidproject.org/browse/FLUID-6784) Upgrade to the latest versions of jQuery
and jQuery UI

### More Info

* [Changes in 4.8.0](https://github.com/fluid-project/infusion/compare/v4.7.1...v4.8.0)

## [4.7.1] - 2024-07-30

### Fixed
Expand Down Expand Up @@ -1039,7 +1063,8 @@ A pre-release of [0.3.0].
* [Issues addressed in 0.1.0](https://issues.fluidproject.org/projects/FLUID/versions/10000)
* [Changes in 0.1.0](https://github.com/fluid-project/infusion/commits/v0.1.0)

[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.7.1...HEAD
[Unreleased]: https://github.com/fluid-project/infusion/compare/v4.8.0...HEAD
[4.8.0]: https://github.com/fluid-project/infusion/releases/tag/v4.8.0
[4.7.1]: https://github.com/fluid-project/infusion/releases/tag/v4.7.1
[4.7.0]: https://github.com/fluid-project/infusion/releases/tag/v4.7.0
[4.6.0]: https://github.com/fluid-project/infusion/releases/tag/v4.6.0
Expand Down
14 changes: 14 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## What's New in 4.8.0

* New features
* [FLUID-6783](https://issues.fluidproject.org/browse/FLUID-6783) Text highlight should be styled using
contrast themes
* Resolves
* [FLUID-6782](https://issues.fluidproject.org/browse/FLUID-6782) Picking a contrast other than default
will change the background of the separate panel to white before the styling should be applied
* [FLUID-6772](https://issues.fluidproject.org/browse/FLUID-6772) Removal of UIO iframe in Infusion 4.5.0
causes overflow issue
* [FLUID-5098](https://issues.fluidproject.org/browse/FLUID-5098) TOC container is not well defined in demo
* [FLUID-6784](https://issues.fluidproject.org/browse/FLUID-6784) Upgrade to the latest versions of jQuery
and jQuery UI

## What's New in 4.7.1

* 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.7.1",
"version": "4.8.0",
"author": "Fluid Project",
"bugs": "http://issues.fluidproject.org/browse/FLUID",
"homepage": "http://www.fluidproject.org/",
Expand Down
4 changes: 2 additions & 2 deletions src/framework/core/js/Fluid.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Fluid Infusion v4.7.1
* Fluid Infusion v4.8.0
*
* Infusion is distributed under the Educational Community License 2.0 and new BSD licenses:
* http://wiki.fluidproject.org/display/fluid/Fluid+Licensing
Expand Down Expand Up @@ -30,7 +30,7 @@ Underscore may be freely distributed under the MIT license.

var fluid = fluid || {}; // eslint-disable-line no-redeclare

fluid.version = "Infusion 4.7.1";
fluid.version = "Infusion 4.8.0";

// Export this for use in environments like node.js, where it is useful for
// configuring stack trace behaviour
Expand Down

0 comments on commit cbb8c44

Please sign in to comment.