Skip to content

v1.0.0

Latest

Choose a tag to compare

@Delsin-Yu Delsin-Yu released this 02 Dec 13:17
· 1 commit to main since this release

Breaking Change

  • As the Godot doesn't work well with external assemblies, the GDViews.VirtualGridView is now distributed by zip/addon instead of being a Nuget Package.
  • Replace all column and row wording with X and Y.
  • Rename AppendColumn/RowDataSet to AppendDataSet.
  • All viewportColumns are renamed to viewportXCount.
  • All viewportRows are renamed to viewportYCount.
  • VirtualGridViewItem<TDataType, NoExtraArgument> has renamed to VirtualGridViewItemArg<TDataType, TExtraArgument> in order to be differentiatable against VirtualGridViewItem<TDataType>.