@synerise/ds-table 2.0.0 → 2.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/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@2.0.1...@synerise/ds-table@2.0.2) (2026-09-02)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-table
9
+
10
+ ## [2.0.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@2.0.0...@synerise/ds-table@2.0.1) (2026-09-01)
11
+
12
+ **Note:** Version bump only for package @synerise/ds-table
13
+
6
14
  # [2.0.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.11.17...@synerise/ds-table@2.0.0) (2026-08-26)
7
15
 
8
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-table",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "[DEPRECATED] Table UI Component for the Synerise Design System — use @synerise/ds-table-new instead",
5
5
  "deprecated": "@synerise/ds-table is deprecated and will not be migrated off antd. Use @synerise/ds-table-new instead — see the \"Migrating to @synerise/ds-table-new\" section in this package's README for the prop mapping. Note the parity gaps: GroupedTable/GROUP_BY, rowStar, filters/FilterTrigger, the components override, cellSize, dataSourceFull, skeletonProps, initialWidth and onChange have no equivalent.",
6
6
  "license": "ISC",
@@ -43,31 +43,31 @@
43
43
  ],
44
44
  "types": "dist/index.d.ts",
45
45
  "dependencies": {
46
- "@synerise/ds-badge": "^2.0.0",
47
- "@synerise/ds-button": "^2.0.0",
48
- "@synerise/ds-button-group": "^2.0.0",
49
- "@synerise/ds-checkbox": "^2.0.0",
50
- "@synerise/ds-copy-icon": "^2.0.0",
51
- "@synerise/ds-dropdown": "^2.0.0",
46
+ "@synerise/ds-badge": "^2.0.1",
47
+ "@synerise/ds-button": "^2.0.1",
48
+ "@synerise/ds-button-group": "^2.0.1",
49
+ "@synerise/ds-checkbox": "^2.0.1",
50
+ "@synerise/ds-copy-icon": "^2.0.1",
51
+ "@synerise/ds-dropdown": "^2.0.1",
52
52
  "@synerise/ds-flag": "^2.0.0",
53
- "@synerise/ds-icon": "^2.0.0",
54
- "@synerise/ds-inline-alert": "^2.0.0",
55
- "@synerise/ds-input": "^2.0.0",
56
- "@synerise/ds-input-number": "^2.0.0",
57
- "@synerise/ds-list-item": "^2.0.0",
53
+ "@synerise/ds-icon": "^2.1.0",
54
+ "@synerise/ds-inline-alert": "^2.0.1",
55
+ "@synerise/ds-input": "^2.0.1",
56
+ "@synerise/ds-input-number": "^2.0.1",
57
+ "@synerise/ds-list-item": "^2.0.1",
58
58
  "@synerise/ds-loader": "^2.0.0",
59
- "@synerise/ds-modal": "^2.0.0",
60
- "@synerise/ds-pagination": "^2.0.0",
61
- "@synerise/ds-result": "^2.0.0",
62
- "@synerise/ds-scrollbar": "^2.0.0",
63
- "@synerise/ds-search": "^2.0.0",
64
- "@synerise/ds-select": "^2.0.0",
65
- "@synerise/ds-skeleton": "^2.0.0",
66
- "@synerise/ds-status": "^2.0.0",
67
- "@synerise/ds-tag": "^2.0.0",
68
- "@synerise/ds-tags": "^2.0.0",
69
- "@synerise/ds-tooltip": "^2.0.0",
70
- "@synerise/ds-typography": "^2.0.0",
59
+ "@synerise/ds-modal": "^2.0.1",
60
+ "@synerise/ds-pagination": "^2.0.2",
61
+ "@synerise/ds-result": "^2.0.1",
62
+ "@synerise/ds-scrollbar": "^2.0.1",
63
+ "@synerise/ds-search": "^2.0.1",
64
+ "@synerise/ds-select": "^2.0.2",
65
+ "@synerise/ds-skeleton": "^2.0.1",
66
+ "@synerise/ds-status": "^2.0.1",
67
+ "@synerise/ds-tag": "^2.0.1",
68
+ "@synerise/ds-tags": "^2.0.2",
69
+ "@synerise/ds-tooltip": "^2.0.1",
70
+ "@synerise/ds-typography": "^2.0.1",
71
71
  "@synerise/ds-utils": "^2.0.0",
72
72
  "@types/react-window": "^1.8.8",
73
73
  "classnames": "^2.5.1",
@@ -102,5 +102,5 @@
102
102
  "styled-components": "^5.3.3",
103
103
  "vitest": "4"
104
104
  },
105
- "gitHead": "033854a18f038079e9a16b0ff250f8401a2287c2"
105
+ "gitHead": "1dc97a2bae9f1d20c3f35e6672d059d502c90d1a"
106
106
  }