Skip to content

v1.25.0

Latest

Choose a tag to compare

@wenzhixin wenzhixin released this 22 Oct 02:23
· 154 commits to develop since this release

Core

  • Update: Added aria-sort attribute on sortable headers.
  • Update: Fixed loading style display error in Bootstrap dark mode.
  • Update: Fixed performance issues in the resetRows method when handling large datasets.
  • Update: Fixed bug where the table height option caused duplicate headers when a caption was present.
  • Update: Fixed bug where CSS !important is ignored.
  • Update: Migrated site from Jekyll to Astro Framework.

Extensions

  • Update(group-by-v2): Fixed a bug where rows were not grouped correctly when another column was sorted.
  • Update(group-by-v2): Modernized the extension with ES6+ features.