Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

63 lines (36 loc) · 1.76 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

[4.0.6] - 2023-10-06

Changed

  • Replaced/removed deprecated dependencies

[4.0.7] - 2024-02-08

  • Added third-party (got) audit override

[4.0.8] - 2024-02-21

  • Removed Unsupported releases section
  • Deleted legacy branch

[4.0.9] - 2024-02-29

NPM security update (CVE-2023-42282)

Updated

  • Replaced Travis-CI with Github workflow

[4.0.10] - 2024-07-04

  • Upgraded @wdio CLI local-runner, outdated NPM packages
  • NPM security updates (ws override)