diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b1fc2c9..f3f4fc7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,9 +2,9 @@ name: CI on: pull_request: branches: [main] - paths-ignore: - - '**.md' - - 'docs/**' + # paths-ignore: + # - '**.md' + # - 'docs/**' jobs: test: diff --git a/README.md b/README.md index 2d2cb60..17c318e 100755 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ div.appendChild(table) // the table is added to the DOM | Feature | sortable.js | sortable.js + sortable.a11y.js | sortable.auto.js | | ------------------- | -------------------- | ------------------------------ | --------------------- | | Basic sorting | ✓ | ✓ | ✓ | -| Size | 1.71K (899B gzipped) | ~2.6K combined | 2.91K (1.30K gzipped) | +| Size | 1.71K (899B gzipped) | ~2.7K combined | 3.04K (1.36K gzipped) | | Accessibility | ✗ | ✓ | ✓ | | Auto-initialization | ✗ | ✗ | ✓ | | Mutation observer | ✗ | ✗ | ✓ | @@ -646,42 +646,44 @@ Just set `aria-sort="descending"` or `aria-sort="ascending"` on the column you w ``` -## Thank you... +## Thank you 🙏 -- ...[Nikita Dunajevs](https://github.com/dunajevs) for the [ascending sort](#ascending-sort) idea! +- [Nikita Dunajevs](https://github.com/dunajevs) for the [ascending sort](#ascending-sort) idea! -- ...[wodny](https://github.com/wodny) for the [alternative sorting](#alternative-sorting) idea! +- [wodny](https://github.com/wodny) for the [alternative sorting](#alternative-sorting) idea! -- ...[Nick Kocharhook](https://github.com/nk9) for the [colspan sorting](#colspanssort-on-specific-column) idea! +- [Nick Kocharhook](https://github.com/nk9) for the [colspan sorting](#colspanssort-on-specific-column) idea! -- ...[mxve](https://github.com/mxve) for the **nested elements** inside `th` fix! +- [mxve](https://github.com/mxve) for the **nested elements** inside `th` fix! -- ...[Christian Petersson](https://github.com/Issen007) and [Abit Salihu](https://github.com/abitsalihu) for the [sort on load](#sort-on-load) example! +- [Christian Petersson](https://github.com/Issen007) and [Abit Salihu](https://github.com/abitsalihu) for the [sort on load](#sort-on-load) example! -- ...[GazHay](https://github.com/gazhay) for the idea to sort multiple `
`! +- [GazHay](https://github.com/gazhay) for the idea to sort multiple ``! -- ...[Gordan Ratkovic](https://github.com/GordanRatkovic) for the [tiebreaker / secondary sort](#tiebreaker--secondary-sort) idea! +- [Gordan Ratkovic](https://github.com/GordanRatkovic) for the [tiebreaker / secondary sort](#tiebreaker--secondary-sort) idea! -- ...[chatcoda](https://github.com/chatcoda) for the `