@synerise/ds-context-selector 0.10.4 → 0.10.7
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,33 @@
|
|
|
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
|
+
## [0.10.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.10.6...@synerise/ds-context-selector@0.10.7) (2022-03-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-context-selector
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.10.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.10.5...@synerise/ds-context-selector@0.10.6) (2022-03-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-context-selector
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.10.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.10.4...@synerise/ds-context-selector@0.10.5) (2022-03-14)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **context-selector:** make sure react handles entries list separately ([56d2584](https://github.com/Synerise/synerise-design/commit/56d2584466ccc160457b1557501abd801b2f20bd))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [0.10.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.10.3...@synerise/ds-context-selector@0.10.4) (2022-02-25)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @synerise/ds-context-selector
|
|
@@ -297,6 +297,7 @@ var ContextSelectorDropdown = function ContextSelectorDropdown(_ref) {
|
|
|
297
297
|
onYReachEnd: onFetchData,
|
|
298
298
|
onScroll: handleScroll
|
|
299
299
|
}, /*#__PURE__*/React.createElement(List, {
|
|
300
|
+
key: "list-" + activeTab,
|
|
300
301
|
width: "100%",
|
|
301
302
|
height: 300,
|
|
302
303
|
itemCount: activeItems.length,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-context-selector",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"description": "ContextSelector UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"test:watch": "npm run test -- --watchAll",
|
|
27
27
|
"types": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "7f696cdfd31f36bbeeb750df44b0f6d2010d0c9d",
|
|
30
30
|
"sideEffects": [
|
|
31
31
|
"dist/style/*",
|
|
32
32
|
"*.less"
|
|
33
33
|
],
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@synerise/ds-button": "^0.
|
|
37
|
-
"@synerise/ds-dropdown": "^0.17.
|
|
38
|
-
"@synerise/ds-icon": "^0.
|
|
39
|
-
"@synerise/ds-menu": "^0.
|
|
40
|
-
"@synerise/ds-result": "^0.6.
|
|
41
|
-
"@synerise/ds-scrollbar": "^0.4.
|
|
42
|
-
"@synerise/ds-tabs": "^0.13.
|
|
36
|
+
"@synerise/ds-button": "^0.17.1",
|
|
37
|
+
"@synerise/ds-dropdown": "^0.17.13",
|
|
38
|
+
"@synerise/ds-icon": "^0.48.0",
|
|
39
|
+
"@synerise/ds-menu": "^0.13.0",
|
|
40
|
+
"@synerise/ds-result": "^0.6.8",
|
|
41
|
+
"@synerise/ds-scrollbar": "^0.4.6",
|
|
42
|
+
"@synerise/ds-tabs": "^0.13.7",
|
|
43
43
|
"@synerise/ds-utils": "^0.19.0",
|
|
44
44
|
"classnames": "^2.2.6",
|
|
45
45
|
"react-window": "1.8.5"
|