@synerise/ds-manageable-list 1.2.0 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ ## [1.2.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@1.2.1...@synerise/ds-manageable-list@1.2.2) (2025-04-01)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-manageable-list
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@1.2.0...@synerise/ds-manageable-list@1.2.1) (2025-03-31)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **manageable-list:** fix visible items limit on sortable list ([22e4eb9](https://github.com/Synerise/synerise-design/commit/22e4eb91f0a20a92fdb16acc0ea268a951e46465))
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-manageable-list@1.1.0...@synerise/ds-manageable-list@1.2.0) (2025-03-26)
7
26
 
8
27
 
@@ -148,9 +148,9 @@ var ManageableListComponent = function ManageableListComponent(_ref) {
148
148
  disabled: addButtonDisabled,
149
149
  placeholder: placeholder
150
150
  }), onChangeOrder && !changeOrderDisabled ? /*#__PURE__*/React.createElement(ReactSortable, _extends({}, SORTABLE_CONFIG, {
151
- list: items,
151
+ list: visibleItems,
152
152
  setList: onChangeOrder
153
- }), items.map(getItem)) : /*#__PURE__*/React.createElement(List, {
153
+ }), visibleItems.map(getItem)) : /*#__PURE__*/React.createElement(List, {
154
154
  loading: loading,
155
155
  dataSource: visibleItems,
156
156
  renderItem: getItem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-manageable-list",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "ManageableList UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,20 +34,20 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-avatar": "^1.0.2",
38
- "@synerise/ds-button": "^1.1.1",
39
- "@synerise/ds-dropdown": "^1.0.2",
40
- "@synerise/ds-icon": "^1.1.0",
41
- "@synerise/ds-inline-edit": "^1.0.2",
42
- "@synerise/ds-input": "^1.0.2",
43
- "@synerise/ds-list": "^1.0.2",
44
- "@synerise/ds-menu": "^1.0.2",
45
- "@synerise/ds-modal": "^1.0.2",
46
- "@synerise/ds-popconfirm": "^1.0.2",
47
- "@synerise/ds-result": "^1.0.2",
48
- "@synerise/ds-tag": "^1.1.1",
49
- "@synerise/ds-tooltip": "^1.1.1",
50
- "@synerise/ds-typography": "^1.0.2",
37
+ "@synerise/ds-avatar": "^1.0.3",
38
+ "@synerise/ds-button": "^1.1.2",
39
+ "@synerise/ds-dropdown": "^1.0.3",
40
+ "@synerise/ds-icon": "^1.2.0",
41
+ "@synerise/ds-inline-edit": "^1.0.4",
42
+ "@synerise/ds-input": "^1.0.3",
43
+ "@synerise/ds-list": "^1.0.3",
44
+ "@synerise/ds-menu": "^1.0.3",
45
+ "@synerise/ds-modal": "^1.0.3",
46
+ "@synerise/ds-popconfirm": "^1.0.3",
47
+ "@synerise/ds-result": "^1.0.3",
48
+ "@synerise/ds-tag": "^1.1.2",
49
+ "@synerise/ds-tooltip": "^1.1.2",
50
+ "@synerise/ds-typography": "^1.0.3",
51
51
  "@synerise/ds-utils": "^1.0.1",
52
52
  "moment": "^2.30.1",
53
53
  "react-animate-height": "^2.0.23",
@@ -61,5 +61,5 @@
61
61
  "react-intl": ">=3.12.0 <= 6.8",
62
62
  "styled-components": "^5.3.3"
63
63
  },
64
- "gitHead": "47960dcd849dc47c85bd134bcfeb90a5505656a7"
64
+ "gitHead": "f692b29dca874f88921311fe5599b533c6f09ba4"
65
65
  }