flexitablesort 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,10 @@
1
- # FlexiTableSort
1
+ # flexitablesort
2
2
 
3
- ![npm](https://img.shields.io/npm/v/flexitablesort?color=blue&label=npm%20version&style=flat-square)
4
- ![downloads](https://img.shields.io/npm/dw/flexitablesort?color=brightgreen&style=flat-square)
5
- ![license](https://img.shields.io/npm/l/flexitablesort?style=flat-square)
6
- ![typescript](https://img.shields.io/badge/types-yes-brightgreen?style=flat-square)
7
- ![stars](https://img.shields.io/github/stars/samiodeh1337/sortable-table?style=social)
8
- ![build](https://github.com/samiodeh1337/sortable-table/actions/workflows/deploy-docs.yml/badge.svg)
3
+ [![npm version](https://img.shields.io/npm/v/flexitablesort)](https://www.npmjs.com/package/flexitablesort)
4
+ [![npm bundle size](https://img.shields.io/bundlephobia/minzip/flexitablesort)](https://bundlephobia.com/package/flexitablesort)
5
+ [![license](https://img.shields.io/npm/l/flexitablesort)](https://github.com/samiodeh1337/sortable-table/blob/main/LICENSE)
6
+ [![npm downloads](https://img.shields.io/npm/dm/flexitablesort)](https://www.npmjs.com/package/flexitablesort)
9
7
 
10
- ---
11
8
  Drag-and-drop row and column reordering for React tables. Smooth animations, auto-scroll, virtual scrolling support, and zero external UI dependencies.
12
9
 
13
10
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexitablesort",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "Sortable table with draggable rows and columns",
6
6
  "main": "dist/index.cjs.js",