Skip to content

Releases: palexdev/VirtualizedFX

v25.2.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:37

Project

♻️ Changed

  • c3d304e: VFXScrollPane: move viewport size info to control for architectural correctness and also add visible amount properties
  • 6e55d6c: VFXScrollPaneSkin: allow padding inside viewport

🐛 Fixed

  • e0f0ee1: VFXTableSkin: reorder containers to avoid columns overlay being cut
  • 5595e92: VFXTable: clipping was not handled right

v25.2.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:26

Project

🐛 Fixed

  • 146b0d3: VFXScrollPaneSkin: move scroll event handling to separate overridable method and consume the event to avoid nested scroll panes from scrolling at the same time

v25.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 23:22

Project

♻️ Changed

  • 96344f1: VFXScrollPaneSkin: make components available to subclasses
  • a56162a: VFXScrollPaneSkin: make viewport unmanaged so it doesn't account for layout calculations

🔧 Misc

v25.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 23:02

Project

✨ Added

  • 1cf10d4: VFXScrollPane/VFXScrollBar: simplify layout and update style

🐛 Fixed

  • e92f2d9: Fix and improve VFXScrollPane layout handling:

🔧 Misc

v25.1.18

Choose a tag to compare

@github-actions github-actions released this 01 Jun 13:43

Project

🐛 Fixed

  • f7c2887: VFXScrollPaneSkin: fix incorrect fitToWidth/Height logic for standard content

v25.1.17

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:06

Project

♻️ Changed

  • a199cdd: Render makeScrollable() more useful by setting speeds to sensible defaults
  • c603527: ScrollParams: make sure properties are not bound before applying

v25.1.16

Choose a tag to compare

@github-actions github-actions released this 25 May 14:42

Project

🔧 Misc

  • 93f702f: Update MFXCore to v25.6.4

v25.1.15

Choose a tag to compare

@github-actions github-actions released this 22 Apr 10:25

Project

♻️ Changed

  • 42e179b: VFXDefaultTableColumnSkin: improve layout algorithm to make sure icon and text do not overlap
  • 7ebb232: VFXDefaultTableColumn: increase default gap between text and icon

🔧 Misc

  • aa290ad: Upgrade Gradle to v9.4.0

v25.1.14

Choose a tag to compare

@github-actions github-actions released this 26 Mar 17:12

Project

🔧 Misc

  • c82dc01: Update MFXCore to v25.4.1

v25.1.13

Choose a tag to compare

@github-actions github-actions released this 19 Mar 11:28

Project

🐛 Fixed

  • 2e90907: VFXTableHelper: properly handle css/layout flag for columns autosizing

🔧 Misc