@truedat/se 5.4.3 → 5.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/se",
3
- "version": "5.4.3",
3
+ "version": "5.5.0",
4
4
  "description": "Truedat Web Search Engine",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "5.3.3",
37
+ "@truedat/test": "5.5.0",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -43,8 +43,8 @@
43
43
  "enzyme": "^3.11.0",
44
44
  "enzyme-to-json": "^3.6.2",
45
45
  "identity-obj-proxy": "^3.0.0",
46
- "jest": "^28.1.0",
47
- "jest-environment-jsdom": "^28.1.0",
46
+ "jest": "^29.0.0",
47
+ "jest-environment-jsdom": "^29.0.0",
48
48
  "react": "^16.14.0",
49
49
  "react-dom": "^16.14.0",
50
50
  "redux-saga-test-plan": "^4.0.4",
@@ -86,7 +86,7 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "5.4.3",
89
+ "@truedat/core": "5.5.0",
90
90
  "path-to-regexp": "^1.7.0",
91
91
  "prop-types": "^15.8.1",
92
92
  "react-intl": "^5.20.10",
@@ -103,5 +103,5 @@
103
103
  "react-dom": ">= 16.8.6 < 17",
104
104
  "semantic-ui-react": ">= 2.0.3 < 2.2"
105
105
  },
106
- "gitHead": "188618bd5c6b4625b3b0e14cc1daed9a5984fe67"
106
+ "gitHead": "ca5e7f8fd1013de0b818798e05cbc1819a1d43ec"
107
107
  }
@@ -15,7 +15,7 @@ exports[`<CardResult /> it matches the last snapshot 1`] = `
15
15
  <Memo(MemoizedFormattedMessage)
16
16
  id="business_concept.search.description"
17
17
  values={
18
- Object {
18
+ {
19
19
  "header": "My header",
20
20
  }
21
21
  }
@@ -4,7 +4,7 @@ exports[`<SearchInput /> it matches the last snapshot 1`] = `
4
4
  <Input
5
5
  className="custom"
6
6
  icon={
7
- Object {
7
+ {
8
8
  "link": true,
9
9
  "name": "search",
10
10
  }
package/CHANGELOG.md DELETED
@@ -1,151 +0,0 @@
1
- # Changelog
2
-
3
- ## [4.30.0] 2021-10-06
4
-
5
- ### Changed
6
-
7
- - [TD-3603] Update react-intl version to v5
8
-
9
- ## [4.22.0] 2021-06-07
10
-
11
- ### Changed
12
-
13
- - [TD-3786] User without permissions cannot use global search
14
-
15
- ## [4.15.3] 2021-03-02
16
-
17
- ### Changed
18
-
19
- - [TD-3327] Search result card improvements (title as hyperlink)
20
-
21
- ## [4.15.1] 2021-03-02
22
-
23
- ### Changed
24
-
25
- - [TD-3327] Search result card improvements (title as hyperlink)
26
-
27
- ## [4.14.3] 2021-02-16
28
-
29
- ### Added
30
-
31
- - [TD-3265] Business concept id to search results
32
-
33
- ## [4.10.4] 2020-12-04
34
-
35
- ### Changed
36
-
37
- - [TD-3141] Relax peer dependencies, support `semantic-ui-react` 2.0.x
38
-
39
- ## [4.8.1] 2020-11-05
40
-
41
- ### Changed
42
-
43
- - [TD-2980] Add path to search results
44
-
45
- ## [4.0.0] 2020-07-01
46
-
47
- New major version for Truedat 4.0, no changes
48
-
49
- ## [3.19.5] 2020-03-30
50
-
51
- ### Removed
52
-
53
- - [TD-2349] Deprecated menu components (SearchMenu)
54
-
55
- ## [3.17.9] 2020-03-11
56
-
57
- ### Changed
58
-
59
- - [TD-2375] Control visibility of search tabs according to `searchIndexes` reducer
60
-
61
- ## [3.16.10] 2020-02-24
62
-
63
- ### Fixed
64
-
65
- - Some components were missing required router properties
66
-
67
- ## [3.16.8] 2020-02-23
68
-
69
- ### Changed
70
-
71
- - Use hooks instead of Higher Order Components where easier
72
-
73
- ## [3.16.7] 2020-02-22
74
-
75
- ### Changed
76
-
77
- - Updated dev dependencies
78
-
79
- ## [3.16.5] 2020-02-19
80
-
81
- ### Changed
82
-
83
- - Updated `react-intl` to 3.12
84
-
85
- ## [3.14.2] 2020-01-22
86
-
87
- ### Changed
88
-
89
- - Updated semantic-ui-react dependency to 0.88.2
90
-
91
- ## [3.10.4] 2019-11-07
92
-
93
- ### Fixed
94
-
95
- - [TD-2109] Remove style={} properties in td-web-modules
96
-
97
- ## [3.8.6] 2019-10-09
98
-
99
- ### Fixed
100
-
101
- - [TD-1721] Redirect to entity based on the real index
102
-
103
- ## [3.8.2] 2019-10-05
104
-
105
- ### Changed
106
-
107
- - [TD-1721] description messages
108
-
109
- ## [3.8.0] 2019-10-05
110
-
111
- ### Changed
112
-
113
- - [TD-1721] default indices in selectors
114
-
115
- ## [2.18.1] 2019-04-23
116
-
117
- ### Changed
118
-
119
- - reselect 4.0.0
120
-
121
- ## [2.17.2] 2019-04-10
122
-
123
- ### Changed
124
-
125
- - [TD-1599] Extracted components related to a search index to their own modules
126
-
127
- ## [2.15.5] 2019-03-11
128
-
129
- ### Fixed
130
-
131
- - [TD-1551]:
132
- - Styles in search component should be contained in its clases
133
- - Fix position within the main wrapper
134
-
135
- ## [2.15.2] 2019-03-07
136
-
137
- ### Changed
138
-
139
- - [TD-1547]: Styles for search component to fix position
140
-
141
- ## [2.14.11] 2019-03-01
142
-
143
- ### Fixed
144
-
145
- - [TD-937]: Truncate description's size.
146
-
147
- ## [2.14.10] 2019-02-27
148
-
149
- ### Added
150
-
151
- - [TD-937]: Release of the package @truedat/se.