Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[4.0.0] - 2023-05-04

Changed

The following items are breaking changes and not supported in prior releases.

  • Updated future releases to be installed via NPM vs Bower (legacy only).
  • Refactored instance arguments new TidyTable(container, settings, options)
  • Renamed TR className/CSS selector sort-desc, sort-asc to arrow-up, arrow-down
  • Replaced GIF images with SVG equivalent (renamed) arrow-up.svg, arrow-down.svg
  • Replaced QUnit testing with WebdriverIO framework.
  • Integrated Babel transpilation build process.

[4.0.4] - 2023-05-12

Changed

Demo

  • Fixed menu alignment in Chrome.
  • Expand table to 100% width.

[4.0.5] - 2023-08-07

NPM dependency security updates.

Documentation