Skip to content

Commit

Permalink
🔖 Bump to v21.4.0 and release
Browse files Browse the repository at this point in the history
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Feb 10, 2024
1 parent 356a8de commit 99bcfcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
## Work in progress / Coming soon

- [x] VFXGrid documentation
- [ ] Bump and release

## General

- [x] Review names
- [ ] Rework pos listener/bindings and move it to manager (on init and 'orientation change' switch function)
- [ ] Review APIs (classes, simplify as much as possible/re-organize at least)
- [x] Maybe define a common Interface for Virtualized containers

## List

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#--------------------------------------#
GROUP=io.github.palexdev
POM_ARTIFACT_ID=virtualizedfx
VERSION_NAME=21.3.1
VERSION_NAME=21.4.0
POM_NAME=virtualizedfx
POM_DESCRIPTION=Alternative VirtualFlows for JavaFX
POM_INCEPTION_YEAR=2021
Expand All @@ -19,7 +19,7 @@ POM_PACKAGING=jar
#--------------------------------------#
# Versions #
#--------------------------------------#
vfx=21.3.1
vfx=21.4.0
jdk=21
# Plugins
jfxPlugin=0.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ protected void onColumnsNumChanged() {
// As a result of that, it is indeed needed to ensure that the current scroll positions are valid
helper.invalidatePos();

// First check: ensure that both ranges are valid
// Second check: ensure that both ranges are valid
IntegerRange rowsRange = helper.rowsRange();
IntegerRange columnsRange = helper.columnsRange();
if (!rangeCheck(rowsRange, columnsRange, true, true)) return;
Expand Down

0 comments on commit 99bcfcb

Please sign in to comment.