Skip to content

Commit

Permalink
Version 0.6.10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Jun 13, 2022
1 parent efa085d commit c642fc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v0.6.10](https://github.com/FXMisc/Flowless/tree/v0.6.9) (2022-06-13)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.6.9...v0.6.10)

- Fix Virtualized height NPE [\#107](https://github.com/FXMisc/Flowless/pull/107)
- Fix first cell rendering [\#108](https://github.com/FXMisc/Flowless/pull/108)

## [v0.6.9](https://github.com/FXMisc/Flowless/tree/v0.6.9) (2022-02-24)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.6.8...v0.6.9)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,25 @@ Include Flowless in your project

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.fxmisc.flowless | flowless | 0.6.9 |
| org.fxmisc.flowless | flowless | 0.6.10 |

#### Gradle example

```groovy
dependencies {
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.9'
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.10'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6.9"
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6.10"
```

#### Manual download

Download the [0.6.9 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.6.9) and place it on your classpath.
Download the [0.6.10 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.6.10) and place it on your classpath.

Documentation
-------------
Expand Down

0 comments on commit c642fc5

Please sign in to comment.