Releases: Delsin-Yu/GDViews.VirtualGridView
Releases · Delsin-Yu/GDViews.VirtualGridView
v1.0.0
Breaking Change
- As the Godot doesn't work well with external assemblies, the
GDViews.VirtualGridViewis now distributed byzip/addoninstead of being a Nuget Package. - Replace all column and row wording with X and Y.
- Rename
AppendColumn/RowDataSettoAppendDataSet. - All
viewportColumnsare renamed toviewportXCount. - All
viewportRowsare renamed toviewportYCount. VirtualGridViewItem<TDataType, NoExtraArgument>has renamed toVirtualGridViewItemArg<TDataType, TExtraArgument>in order to be differentiatable againstVirtualGridViewItem<TDataType>.
v0.0.3
Full Changelog: v0.0.2...v0.0.3
Make IVirtualGridView implement IDisposable, which allows for cleaning cached button instances that are out of the scene tree.
public interface IVirtualGridView<TDataType> : IDisposablev0.0.2
What's Changed
- Fix Mouse Wheel Scroll Event doubles by @Delsin-Yu in #4
- Fix scroll Bar is not accurately reflecting the virtual viewport position. by @Delsin-Yu in #5
Full Changelog: v0.0.1...v0.0.2