Skip to main content

Update Log

v3.13.0

  • (2025.01.01) Released version v3.13.0
  • (2024.12.17) Added UISlider component
  • (2024.12.10) Added UIToggle component
  • (2024.12.05) Added UIText component

v3.12.0

  • (2024.09.30) Released version v3.12.0
  • (2024.09.30) Updated documentation

v3.11.0

  • (2024.06.16) Released version v3.11.0

v3.10.0

  • (2024.01.16) Added UIImage image component
  • (2024.01.16) Optimized Background component to set rounded corners and borders
  • (2024.01.03) Added hoverPause to UITable's carouselStyle
  • (2024.01.02) Added borderStyle to UITable's scrollStyle
  • (2024.01.02) Added opaque to UITable's columnHeadStyle
  • (2024.01.01) Adjusted UITable's border settings, replaced with BorderStyle
  • (2023.12.22) Added row borders to UITable

v3.9.0

  • (2023.11.14) Added GetData() and GetContent() interfaces to UITable
  • (2023.11.12) Added onTableClick callback for UITable clicks
  • (2023.11.11) Refactored UITable's SeparatorStyle to set row and column separators separately
  • (2023.11.05) Added ColumnStyle to UITable, refactored column-related parameters
  • (2023.11.05) Added RowStyle to UITable, refactored row-related parameters
  • (2023.11.01) Added carousel feature to UITable's CarouselStyle
  • (2023.11.01) Added AddColumn() and UpdateColumn() interfaces to UITable
  • (2023.10.23) Fixed an issue where UITable threw an exception when clicking Rebuild Object
  • (2023.10.23) Fixed an issue where UITable did not refresh when its size changed
  • (2023.10.17) Fixed an issue where UITable threw an exception during the first initialization
  • (2023.10.17) Added data operation interfaces to UITable
  • (2023.10.17) Added RefreshTable() refresh interface to UITable

v3.8.0

  • (2023.09.03) Released version v3.8.0
  • (2023.07.31) Synchronized with XCharts v3.8.0

v3.6.1

  • (2023.06.08) Released version v3.6.1
  • (2023.06.08) Updated documentation

v3.6.0

  • (2023.04.01) Released version v3.6.0
  • (2023.02.14) Added UIStatistic
  • (2023.02.14) Added UITable