@synerise/ds-pagination 2.0.1 → 2.0.3
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.
- package/CHANGELOG.md +8 -0
- package/CLAUDE.md +1 -1
- package/package.json +5 -5
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.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-pagination@2.0.2...@synerise/ds-pagination@2.0.3) (2026-09-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-pagination
|
|
9
|
+
|
|
10
|
+
## [2.0.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-pagination@2.0.1...@synerise/ds-pagination@2.0.2) (2026-09-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @synerise/ds-pagination
|
|
13
|
+
|
|
6
14
|
## [2.0.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-pagination@2.0.0...@synerise/ds-pagination@2.0.1) (2026-09-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-pagination
|
package/CLAUDE.md
CHANGED
|
@@ -85,6 +85,6 @@ No CSS import is required (styled-components).
|
|
|
85
85
|
- **Controlled/uncontrolled** both for `current` and `pageSize` independently.
|
|
86
86
|
- **`itemRender` is ignored** — the component always renders its own DS nav controls (the prop is kept
|
|
87
87
|
in the type for back-compat since the old wrapper also overrode it).
|
|
88
|
-
- ds-table
|
|
88
|
+
- ds-table-new renders this component and targets the `ds-pagination-*` hooks (updated from the
|
|
89
89
|
old `ant-pagination-*`).
|
|
90
90
|
- Uses **Vitest**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-pagination",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Pagination UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
],
|
|
43
43
|
"types": "dist/index.d.ts",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@synerise/ds-button": "^2.0.
|
|
46
|
-
"@synerise/ds-icon": "^2.
|
|
47
|
-
"@synerise/ds-select": "^2.0.
|
|
45
|
+
"@synerise/ds-button": "^2.0.1",
|
|
46
|
+
"@synerise/ds-icon": "^2.1.0",
|
|
47
|
+
"@synerise/ds-select": "^2.0.3",
|
|
48
48
|
"@synerise/ds-utils": "^2.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"styled-components": "^5.3.3",
|
|
54
54
|
"vitest": "4"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "788eba77544b291f7e938864a3994df4b4d904e2"
|
|
57
57
|
}
|