Skip to content

v21.8.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 11:08
· 163 commits to main since this release

Project

✨ Added

  • 095a21b: Rework VFXScrollable utilities, now they are more flexible and better organized
  • 46c3b18: VFXStyleable: add convenience method to set/reset default style classes
  • f56e9a3: VFXScrollPaneBehavior: add threshold for drag to scroll
  • 34d7e5f: Remake VFXScrollPane and VFXScrollBar from scratch
  • 7418e21: Adapt virtualized containers and relative helpers to the new VFXContainerHelper API
  • 8848db1: Define base API for all virtualized containers helpers

♻️ Changed

  • f1e4ce6: Move common method getContentBounds() to VFXScrollPane class
  • abeeeb2: Do not clip virtualized containers by default as it is not needed when used in combination with a scroll pane
  • 5e32e97: Explicitly unbind properties in helpers to avoid them from remaining active when changing helpers

🐛 Fixed

  • a326289: VFXTable: delay columns auto-sizing if the control is not in a scene yet

🔧 Misc