@lendi/navbar 7.3.3 → 7.3.4
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 +2 -2
- package/CHANGELOG.md +0 -919
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lendi/navbar",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.4",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@lendi-ui/transition": "^4.0.2",
|
|
42
42
|
"@lendi-ui/typography": "^5.0.0",
|
|
43
43
|
"@lendi-ui/utils": "^4.0.1",
|
|
44
|
-
"@lendi/comm-panel": "10.3.
|
|
44
|
+
"@lendi/comm-panel": "10.3.2",
|
|
45
45
|
"@lendi/lala-utils": "^9.2.0",
|
|
46
46
|
"@lendi/launchdarkly": "^0.1.2",
|
|
47
47
|
"@lendi/segment-tracking": "^4.0.2",
|
package/CHANGELOG.md
DELETED
|
@@ -1,919 +0,0 @@
|
|
|
1
|
-
# Changelog - @lendi/navbar
|
|
2
|
-
|
|
3
|
-
## 7.3.3
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 252090d2: enable esModuleInterop to ease imports for commonjs module
|
|
8
|
-
- Updated dependencies [252090d2]
|
|
9
|
-
- @lendi/comm-panel@10.3.1
|
|
10
|
-
- @lendi/launchdarkly@0.1.2
|
|
11
|
-
|
|
12
|
-
## 7.3.2
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- Updated dependencies [2e5ca4c6]
|
|
17
|
-
- @lendi/comm-panel@10.3.0
|
|
18
|
-
|
|
19
|
-
## 7.3.1
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- Updated dependencies [521c0bdc]
|
|
24
|
-
- @lendi/comm-panel@10.2.0
|
|
25
|
-
|
|
26
|
-
## 7.3.0
|
|
27
|
-
|
|
28
|
-
### Minor Changes
|
|
29
|
-
|
|
30
|
-
- 0edbb368: Add LD to navbar and downgrade yarn version
|
|
31
|
-
|
|
32
|
-
## 7.2.0
|
|
33
|
-
|
|
34
|
-
### Minor Changes
|
|
35
|
-
|
|
36
|
-
- e18c1de0: Add new property report link with LD flag
|
|
37
|
-
|
|
38
|
-
## 7.1.1
|
|
39
|
-
|
|
40
|
-
### Patch Changes
|
|
41
|
-
|
|
42
|
-
- Updated dependencies [b12ab3da]
|
|
43
|
-
- @lendi/comm-panel@10.1.1
|
|
44
|
-
|
|
45
|
-
## 7.1.0
|
|
46
|
-
|
|
47
|
-
### Minor Changes
|
|
48
|
-
|
|
49
|
-
- 6965316f: refector fetch to axios
|
|
50
|
-
|
|
51
|
-
## 7.0.2
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- Updated dependencies [ae08ce50]
|
|
56
|
-
- @lendi/comm-panel@10.1.0
|
|
57
|
-
|
|
58
|
-
## 7.0.1
|
|
59
|
-
|
|
60
|
-
### Patch Changes
|
|
61
|
-
|
|
62
|
-
- 8218d178: upgrade typescript 3.8.2 support and fix errorProvider
|
|
63
|
-
- Updated dependencies [8218d178]
|
|
64
|
-
- @lendi/comm-panel@10.0.1
|
|
65
|
-
|
|
66
|
-
## 7.0.0
|
|
67
|
-
|
|
68
|
-
### Major Changes
|
|
69
|
-
|
|
70
|
-
- 9569674f: Added onException handler and removed Sentry
|
|
71
|
-
|
|
72
|
-
### Patch Changes
|
|
73
|
-
|
|
74
|
-
- Updated dependencies [f0a4ed77]
|
|
75
|
-
- @lendi/comm-panel@10.0.0
|
|
76
|
-
|
|
77
|
-
## 6.7.2
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- 3df79964: Fixed SSR window issue
|
|
82
|
-
|
|
83
|
-
## 6.7.1
|
|
84
|
-
|
|
85
|
-
### Patch Changes
|
|
86
|
-
|
|
87
|
-
- Updated dependencies [f9de603b]
|
|
88
|
-
- @lendi/comm-panel@9.9.1
|
|
89
|
-
|
|
90
|
-
## 6.7.0
|
|
91
|
-
|
|
92
|
-
### Minor Changes
|
|
93
|
-
|
|
94
|
-
- 7f5a1218: update domain logo and fix logo size
|
|
95
|
-
|
|
96
|
-
## 6.6.6
|
|
97
|
-
|
|
98
|
-
### Patch Changes
|
|
99
|
-
|
|
100
|
-
- edce8ab0: Bugfix: SimpleNavbar check window before use
|
|
101
|
-
|
|
102
|
-
## 6.6.5
|
|
103
|
-
|
|
104
|
-
### Patch Changes
|
|
105
|
-
|
|
106
|
-
- Updated dependencies [477b141b]
|
|
107
|
-
- @lendi/comm-panel@9.9.0
|
|
108
|
-
|
|
109
|
-
## 6.6.4
|
|
110
|
-
|
|
111
|
-
### Patch Changes
|
|
112
|
-
|
|
113
|
-
- 45b1b36d: Fix the Simple Navbar events
|
|
114
|
-
|
|
115
|
-
## 6.6.3
|
|
116
|
-
|
|
117
|
-
### Patch Changes
|
|
118
|
-
|
|
119
|
-
- 236c6fee: Fix analytics on Multi Navbar
|
|
120
|
-
|
|
121
|
-
## 6.6.2
|
|
122
|
-
|
|
123
|
-
### Patch Changes
|
|
124
|
-
|
|
125
|
-
- 4fbd4540: Updating the casing of the tracking events
|
|
126
|
-
|
|
127
|
-
## 6.6.1
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- 4a70b4a5: Fix the Menu Clicked event for segment tracking
|
|
132
|
-
|
|
133
|
-
## 6.6.0
|
|
134
|
-
|
|
135
|
-
### Minor Changes
|
|
136
|
-
|
|
137
|
-
- ac158716: - Added support for ES6 Modules
|
|
138
|
-
|
|
139
|
-
- b3feb1de: update navbar schema
|
|
140
|
-
|
|
141
|
-
### Patch Changes
|
|
142
|
-
|
|
143
|
-
- Updated dependencies [ac158716]
|
|
144
|
-
- @lendi/comm-panel@9.8.0
|
|
145
|
-
|
|
146
|
-
## 6.5.3
|
|
147
|
-
|
|
148
|
-
### Patch Changes
|
|
149
|
-
|
|
150
|
-
- 6c5f977d: Updated equity, repayments, and offset calculator routes for navbar
|
|
151
|
-
|
|
152
|
-
## 6.5.2
|
|
153
|
-
|
|
154
|
-
### Patch Changes
|
|
155
|
-
|
|
156
|
-
- Updated dependencies [e0bda117]
|
|
157
|
-
- @lendi/comm-panel@9.7.2
|
|
158
|
-
|
|
159
|
-
## 6.5.1
|
|
160
|
-
|
|
161
|
-
### Patch Changes
|
|
162
|
-
|
|
163
|
-
- Updated dependencies [1ba31e44]
|
|
164
|
-
- @lendi/comm-panel@9.7.1
|
|
165
|
-
|
|
166
|
-
## 6.5.0
|
|
167
|
-
|
|
168
|
-
### Minor Changes
|
|
169
|
-
|
|
170
|
-
- afa807ba: Updating old world URL to new world for appointment booking
|
|
171
|
-
|
|
172
|
-
### Patch Changes
|
|
173
|
-
|
|
174
|
-
- Updated dependencies [afa807ba]
|
|
175
|
-
- @lendi/comm-panel@9.7.0
|
|
176
|
-
|
|
177
|
-
## 6.4.3
|
|
178
|
-
|
|
179
|
-
### Patch Changes
|
|
180
|
-
|
|
181
|
-
- Updated dependencies [46b736b5]
|
|
182
|
-
- @lendi/comm-panel@9.6.0
|
|
183
|
-
|
|
184
|
-
## 6.4.2
|
|
185
|
-
|
|
186
|
-
### Patch Changes
|
|
187
|
-
|
|
188
|
-
- Updated dependencies [06e3e862]
|
|
189
|
-
- @lendi/comm-panel@9.5.3
|
|
190
|
-
|
|
191
|
-
## 6.4.1
|
|
192
|
-
|
|
193
|
-
### Patch Changes
|
|
194
|
-
|
|
195
|
-
- 47213259: remove console.log
|
|
196
|
-
|
|
197
|
-
## 6.4.0
|
|
198
|
-
|
|
199
|
-
### Minor Changes
|
|
200
|
-
|
|
201
|
-
- 0ba4350f: fix simple navbar two continue bottom on mobile view has utc_campaign url
|
|
202
|
-
|
|
203
|
-
## 6.3.3
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
|
-
- d7345c2b: fixing publishing 1
|
|
208
|
-
|
|
209
|
-
## 6.3.2
|
|
210
|
-
|
|
211
|
-
### Patch Changes
|
|
212
|
-
|
|
213
|
-
- 1d8a115f: fixing publishing navbar
|
|
214
|
-
|
|
215
|
-
## 6.3.1
|
|
216
|
-
|
|
217
|
-
### Patch Changes
|
|
218
|
-
|
|
219
|
-
- Just publish @lendi/navbar to unblock Jam homepage release
|
|
220
|
-
|
|
221
|
-
## 6.3.0
|
|
222
|
-
|
|
223
|
-
### Minor Changes
|
|
224
|
-
|
|
225
|
-
- 3de6fd97: fix broker face image with new comm-panel
|
|
226
|
-
|
|
227
|
-
## 6.2.0
|
|
228
|
-
|
|
229
|
-
### Minor Changes
|
|
230
|
-
|
|
231
|
-
- ec34b041: Updated Links in MultiNavbar
|
|
232
|
-
|
|
233
|
-
## 6.1.0
|
|
234
|
-
|
|
235
|
-
### Minor Changes
|
|
236
|
-
|
|
237
|
-
- 95b07a52: Removed Guides & FAQs links from MultiNavbar
|
|
238
|
-
|
|
239
|
-
## 6.0.1
|
|
240
|
-
|
|
241
|
-
### Patch Changes
|
|
242
|
-
|
|
243
|
-
- fd0f72ef: Update comm-panel
|
|
244
|
-
|
|
245
|
-
## 6.0.0
|
|
246
|
-
|
|
247
|
-
### Major Changes
|
|
248
|
-
|
|
249
|
-
- f3f21d21: Removed the previous prop for providing dashboard url, added props to hide/unhide manageApplication and dashboard
|
|
250
|
-
|
|
251
|
-
## 5.5.0
|
|
252
|
-
|
|
253
|
-
### Minor Changes
|
|
254
|
-
|
|
255
|
-
- c0780818: replace book an appointment with sign in when user not auth
|
|
256
|
-
|
|
257
|
-
## 5.4.6
|
|
258
|
-
|
|
259
|
-
### Patch Changes
|
|
260
|
-
|
|
261
|
-
- b7a02133: Updating the comm-panel to latest patch
|
|
262
|
-
|
|
263
|
-
## 5.4.5
|
|
264
|
-
|
|
265
|
-
### Patch Changes
|
|
266
|
-
|
|
267
|
-
- Updated dependencies [ebf79cd4]
|
|
268
|
-
- @lendi/comm-panel@9.3.2
|
|
269
|
-
|
|
270
|
-
## 5.4.4
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- 44c17c2c: Remove session.logout from Navbar and let the consume to do that
|
|
275
|
-
|
|
276
|
-
## 5.4.3
|
|
277
|
-
|
|
278
|
-
### Patch Changes
|
|
279
|
-
|
|
280
|
-
- 11950809: fix the logout check
|
|
281
|
-
|
|
282
|
-
## 5.4.2
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- a881a326: - bug fix: fix the dashboard link and session logout
|
|
287
|
-
|
|
288
|
-
## 5.4.1
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- 16cdee87: Add SSR compatability to @lendi/navbar and @lendi/comm-panel
|
|
293
|
-
- Updated dependencies [16cdee87]
|
|
294
|
-
- @lendi/comm-panel@9.3.1
|
|
295
|
-
|
|
296
|
-
## 5.4.0
|
|
297
|
-
|
|
298
|
-
### Minor Changes
|
|
299
|
-
|
|
300
|
-
- b1fc331d: - Add open new tab link with customerid in url query
|
|
301
|
-
|
|
302
|
-
### Patch Changes
|
|
303
|
-
|
|
304
|
-
- Updated dependencies [b1fc331d]
|
|
305
|
-
- @lendi/comm-panel@9.3.0
|
|
306
|
-
|
|
307
|
-
## 5.3.12
|
|
308
|
-
|
|
309
|
-
### Patch Changes
|
|
310
|
-
|
|
311
|
-
- 186547b4: - Fixed Book an appointment selection modal
|
|
312
|
-
|
|
313
|
-
- Updated dependencies [186547b4]
|
|
314
|
-
- @lendi/comm-panel@9.2.13
|
|
315
|
-
|
|
316
|
-
## 5.3.11
|
|
317
|
-
|
|
318
|
-
### Patch Changes
|
|
319
|
-
|
|
320
|
-
- d7ce5b12: Vanity patch bump of navbar to test new changesets
|
|
321
|
-
|
|
322
|
-
## 5.3.10
|
|
323
|
-
|
|
324
|
-
- [patch] edce44c8:
|
|
325
|
-
|
|
326
|
-
- Fix selection modal for Book an appointment
|
|
327
|
-
|
|
328
|
-
## 5.3.9
|
|
329
|
-
|
|
330
|
-
- Updated dependencies [d913d25b]:
|
|
331
|
-
- @lendi/comm-panel@9.2.11
|
|
332
|
-
|
|
333
|
-
## 5.3.8
|
|
334
|
-
|
|
335
|
-
- Updated dependencies [0548dfa8]:
|
|
336
|
-
- @lendi/comm-panel@9.2.10
|
|
337
|
-
|
|
338
|
-
## 5.3.7
|
|
339
|
-
|
|
340
|
-
- Updated dependencies [c082732c]:
|
|
341
|
-
- @lendi/comm-panel@9.2.9
|
|
342
|
-
|
|
343
|
-
## 5.3.6
|
|
344
|
-
|
|
345
|
-
- Updated dependencies [4fc3dc52]:
|
|
346
|
-
- @lendi/comm-panel@9.2.8
|
|
347
|
-
|
|
348
|
-
## 5.3.5
|
|
349
|
-
|
|
350
|
-
- Updated dependencies [20b24b88]:
|
|
351
|
-
- @lendi/comm-panel@9.2.7
|
|
352
|
-
|
|
353
|
-
## 5.3.4
|
|
354
|
-
|
|
355
|
-
- [patch] 8addc283:
|
|
356
|
-
|
|
357
|
-
- Fix Navbar npm hash
|
|
358
|
-
|
|
359
|
-
## 5.3.3
|
|
360
|
-
|
|
361
|
-
- [patch] 1aba0810:
|
|
362
|
-
|
|
363
|
-
- Fix Build Issue
|
|
364
|
-
|
|
365
|
-
## 5.3.3
|
|
366
|
-
|
|
367
|
-
- [patch] fd1a35f7:
|
|
368
|
-
|
|
369
|
-
- Fixed Build issue
|
|
370
|
-
|
|
371
|
-
## 5.3.2
|
|
372
|
-
|
|
373
|
-
- [patch] cd4c5f77:
|
|
374
|
-
|
|
375
|
-
- Updated peer dependency for `@lendi/theme`, added `@lendi/utils` to getBrand and removed redundent `withTheme()`
|
|
376
|
-
|
|
377
|
-
## 5.3.1
|
|
378
|
-
|
|
379
|
-
- [patch] 7b418473:
|
|
380
|
-
|
|
381
|
-
- Upgrade lendi/nav for bumping lendi/comm-panel
|
|
382
|
-
|
|
383
|
-
## 5.3.0
|
|
384
|
-
|
|
385
|
-
- [minor] 205124cf:
|
|
386
|
-
|
|
387
|
-
- SUB-544: Added Dropdowm menus
|
|
388
|
-
|
|
389
|
-
## 5.2.4
|
|
390
|
-
|
|
391
|
-
- Updated dependencies [feef4187]:
|
|
392
|
-
- @lendi/comm-panel@9.2.4
|
|
393
|
-
|
|
394
|
-
## 5.2.3
|
|
395
|
-
|
|
396
|
-
- Updated dependencies [dcb652c6]:
|
|
397
|
-
- @lendi/comm-panel@9.2.3
|
|
398
|
-
|
|
399
|
-
## 5.2.2
|
|
400
|
-
|
|
401
|
-
- Updated dependencies [3c2a170a]:
|
|
402
|
-
- @lendi/comm-panel@9.2.2
|
|
403
|
-
|
|
404
|
-
## 5.2.1
|
|
405
|
-
|
|
406
|
-
- [patch] 079f892e:
|
|
407
|
-
|
|
408
|
-
- Significant Performance Improvement and Bug fix for 401 getUserGroup
|
|
409
|
-
|
|
410
|
-
## 5.2.0
|
|
411
|
-
|
|
412
|
-
- [minor] ec8803d1:
|
|
413
|
-
|
|
414
|
-
- Revert additional check before we hit sendBotMessage - it was a last minute change we did, broke everything so reverting it
|
|
415
|
-
|
|
416
|
-
## 5.1.0
|
|
417
|
-
|
|
418
|
-
- [minor] 0ba99cdc:
|
|
419
|
-
|
|
420
|
-
- Releasing Chat2.0
|
|
421
|
-
- Replace Legacy auth/me with TeamMember service
|
|
422
|
-
- Replaced Intercom with Chat2.0
|
|
423
|
-
|
|
424
|
-
## 5.0.31
|
|
425
|
-
|
|
426
|
-
- [patch] e44ad052:
|
|
427
|
-
|
|
428
|
-
- Updated LUI Icon and FancyIcon dependency
|
|
429
|
-
|
|
430
|
-
## 5.0.30
|
|
431
|
-
|
|
432
|
-
- [patch] 5acd7e49:
|
|
433
|
-
|
|
434
|
-
- Updated DHL phone number
|
|
435
|
-
|
|
436
|
-
## 5.0.29
|
|
437
|
-
|
|
438
|
-
- [patch] 84f81513:
|
|
439
|
-
|
|
440
|
-
Bumped dependency
|
|
441
|
-
|
|
442
|
-
- `@lendi-ui/breakpoint@^5.0.0`
|
|
443
|
-
- `@lendi-ui/grid@^4.0.0`
|
|
444
|
-
|
|
445
|
-
## 5.0.28
|
|
446
|
-
|
|
447
|
-
- [patch] 10d087c2:
|
|
448
|
-
|
|
449
|
-
- Added `showTalkToExpectCta` prop to `<RenderMobileAction />` && Fixing missing files
|
|
450
|
-
|
|
451
|
-
## 5.0.27
|
|
452
|
-
|
|
453
|
-
- [patch] a7c4c450:
|
|
454
|
-
|
|
455
|
-
- Fixing Build issue
|
|
456
|
-
|
|
457
|
-
## 5.0.26
|
|
458
|
-
|
|
459
|
-
- [patch] bd190bb2:
|
|
460
|
-
|
|
461
|
-
- Added `showTalkToExpectCta` prop to `<RenderMobileAction />`
|
|
462
|
-
|
|
463
|
-
## 5.0.25
|
|
464
|
-
|
|
465
|
-
- [patch] 08e6e8ce:
|
|
466
|
-
|
|
467
|
-
- Added alt on broker faces
|
|
468
|
-
|
|
469
|
-
## 5.0.23
|
|
470
|
-
|
|
471
|
-
- patch [08e6e8ce]:
|
|
472
|
-
|
|
473
|
-
- Added alt to broker faces images
|
|
474
|
-
|
|
475
|
-
## 5.0.23
|
|
476
|
-
|
|
477
|
-
- Updated dependencies [00632d1b]:
|
|
478
|
-
- @lendi/comm-panel@9.0.19
|
|
479
|
-
|
|
480
|
-
## 5.0.22
|
|
481
|
-
|
|
482
|
-
- Updated dependencies [af775922]:
|
|
483
|
-
- @lendi/comm-panel@9.0.18
|
|
484
|
-
|
|
485
|
-
## 5.0.21
|
|
486
|
-
|
|
487
|
-
- [patch] 12fc0fcb:
|
|
488
|
-
|
|
489
|
-
- Updated LUI Dependencies
|
|
490
|
-
|
|
491
|
-
## 5.0.20
|
|
492
|
-
|
|
493
|
-
- [patch] abb79cbb:
|
|
494
|
-
|
|
495
|
-
- Updated LUI Dependency
|
|
496
|
-
|
|
497
|
-
## 5.0.19
|
|
498
|
-
|
|
499
|
-
- Updated dependencies [677a777f]:
|
|
500
|
-
- @lendi/comm-panel@9.0.15
|
|
501
|
-
|
|
502
|
-
## 5.0.18
|
|
503
|
-
|
|
504
|
-
- Updated dependencies [b75b773f]:
|
|
505
|
-
- @lendi/comm-panel@9.0.14
|
|
506
|
-
|
|
507
|
-
## 5.0.17
|
|
508
|
-
|
|
509
|
-
- Updated dependencies [e68b487e]:
|
|
510
|
-
- @lendi/comm-panel@9.0.13
|
|
511
|
-
|
|
512
|
-
## 5.0.16
|
|
513
|
-
|
|
514
|
-
- [patch] f6869cdc:
|
|
515
|
-
|
|
516
|
-
- Update Navbar
|
|
517
|
-
|
|
518
|
-
## 5.0.15
|
|
519
|
-
|
|
520
|
-
- [patch] aad3baf0:
|
|
521
|
-
|
|
522
|
-
- Bug fix for DHL
|
|
523
|
-
|
|
524
|
-
## 5.0.14
|
|
525
|
-
|
|
526
|
-
- [patch] 96f98552:
|
|
527
|
-
|
|
528
|
-
- Changed `path` trigger from session to theme
|
|
529
|
-
|
|
530
|
-
## 5.0.13
|
|
531
|
-
|
|
532
|
-
- [patch] c7fc1333:
|
|
533
|
-
|
|
534
|
-
- Removed `path` from props.
|
|
535
|
-
|
|
536
|
-
## 5.0.12
|
|
537
|
-
|
|
538
|
-
- [patch] 54e9c07b:
|
|
539
|
-
|
|
540
|
-
- Updated Domain Logo
|
|
541
|
-
|
|
542
|
-
- Updated dependencies [177f6678]:
|
|
543
|
-
- @lendi/comm-panel@9.0.10
|
|
544
|
-
|
|
545
|
-
## 5.0.11
|
|
546
|
-
|
|
547
|
-
- [patch] f2a4df85:
|
|
548
|
-
|
|
549
|
-
- fix publish issue with navbar button text
|
|
550
|
-
- Update the text in login button
|
|
551
|
-
|
|
552
|
-
## 5.0.10
|
|
553
|
-
|
|
554
|
-
- Updated dependencies [b0ce415]:
|
|
555
|
-
- @lendi/comm-panel@9.0.9
|
|
556
|
-
|
|
557
|
-
## 5.0.9
|
|
558
|
-
|
|
559
|
-
- Updated dependencies [9acdc53]:
|
|
560
|
-
- @lendi/comm-panel@9.0.8
|
|
561
|
-
|
|
562
|
-
## 5.0.8
|
|
563
|
-
|
|
564
|
-
- Updated dependencies [f3f1db5]:
|
|
565
|
-
- @lendi/comm-panel@9.0.7
|
|
566
|
-
|
|
567
|
-
## 5.0.7
|
|
568
|
-
|
|
569
|
-
- [patch] 6057726:
|
|
570
|
-
|
|
571
|
-
- Update for GetBaseUrl
|
|
572
|
-
|
|
573
|
-
## 5.0.6
|
|
574
|
-
|
|
575
|
-
- Updated dependencies [e08ebbc]:
|
|
576
|
-
- @lendi/comm-panel@9.0.5
|
|
577
|
-
|
|
578
|
-
## 5.0.5
|
|
579
|
-
|
|
580
|
-
- Updated dependencies [fabb398]:
|
|
581
|
-
- @lendi/comm-panel@9.0.4
|
|
582
|
-
|
|
583
|
-
## 5.0.4
|
|
584
|
-
|
|
585
|
-
- [patch] cb440b9:
|
|
586
|
-
|
|
587
|
-
- Updated Props
|
|
588
|
-
|
|
589
|
-
## 5.0.3
|
|
590
|
-
|
|
591
|
-
- Updated dependencies [1eb78a0]:
|
|
592
|
-
- @lendi/comm-panel@9.0.3
|
|
593
|
-
|
|
594
|
-
## 5.0.2
|
|
595
|
-
|
|
596
|
-
- [patch] 1955591:
|
|
597
|
-
|
|
598
|
-
- Bug Fixes & Improvements
|
|
599
|
-
|
|
600
|
-
## 5.0.1
|
|
601
|
-
|
|
602
|
-
- [patch] ad9dc16:
|
|
603
|
-
|
|
604
|
-
- Bump Dependecy
|
|
605
|
-
|
|
606
|
-
## 5.0.0
|
|
607
|
-
|
|
608
|
-
- [major] f5ede4f:
|
|
609
|
-
|
|
610
|
-
- Releasing Chat 1.2
|
|
611
|
-
|
|
612
|
-
## 5.0.0
|
|
613
|
-
|
|
614
|
-
- [major] de17dea:
|
|
615
|
-
|
|
616
|
-
- Releasing CHAT-1.2
|
|
617
|
-
|
|
618
|
-
## 4.5.2
|
|
619
|
-
|
|
620
|
-
- [patch] 9ce01f0:
|
|
621
|
-
|
|
622
|
-
- Updated dependecy: `@lendi/lala-react@9.0.0`
|
|
623
|
-
|
|
624
|
-
## 4.5.1
|
|
625
|
-
|
|
626
|
-
- [patch] e54e2e6:
|
|
627
|
-
|
|
628
|
-
- Updating lala-react dependency
|
|
629
|
-
|
|
630
|
-
## 4.5.0
|
|
631
|
-
|
|
632
|
-
- [minor] b4bfc59:
|
|
633
|
-
|
|
634
|
-
- feature: add application id for required document link (RD-872)
|
|
635
|
-
|
|
636
|
-
## 4.4.0
|
|
637
|
-
|
|
638
|
-
- [minor] d0d3886:
|
|
639
|
-
|
|
640
|
-
- SUB-225 Full screen mode for mobile breakpoint
|
|
641
|
-
|
|
642
|
-
## 4.3.10
|
|
643
|
-
|
|
644
|
-
- Updated dependencies [c9a2bb8]:
|
|
645
|
-
- @lendi/comm-panel@8.0.0
|
|
646
|
-
|
|
647
|
-
## 4.3.9
|
|
648
|
-
|
|
649
|
-
- [patch] ee85942:
|
|
650
|
-
|
|
651
|
-
- Fix Analytics for Chat
|
|
652
|
-
|
|
653
|
-
## 4.3.8
|
|
654
|
-
|
|
655
|
-
- [patch] d9f9281:
|
|
656
|
-
|
|
657
|
-
- Bugfix: SUB-229(set to read on first message)
|
|
658
|
-
|
|
659
|
-
## 4.3.7
|
|
660
|
-
|
|
661
|
-
- [patch] 954a9d8:
|
|
662
|
-
|
|
663
|
-
- Updated comm-panel v7.0.5 with Bug fixes: SUB-211(long text wrapping) & SUB-229(set to read on first message)
|
|
664
|
-
|
|
665
|
-
## 4.3.6
|
|
666
|
-
|
|
667
|
-
- [patch] 17aa901:
|
|
668
|
-
|
|
669
|
-
- Updating the Flag for Hiding Intercom
|
|
670
|
-
|
|
671
|
-
- [patch] c47af64:
|
|
672
|
-
|
|
673
|
-
- Using Intercom Attributes to shutdown Intercom
|
|
674
|
-
|
|
675
|
-
## 4.3.5
|
|
676
|
-
|
|
677
|
-
- [patch] 58ccdf6:
|
|
678
|
-
|
|
679
|
-
- shutting down intercom instance setting hide_default_launcher to true
|
|
680
|
-
|
|
681
|
-
## 4.3.4
|
|
682
|
-
|
|
683
|
-
- [patch] 861a81f:
|
|
684
|
-
|
|
685
|
-
- Optimised image on navbar
|
|
686
|
-
|
|
687
|
-
## 4.3.3
|
|
688
|
-
|
|
689
|
-
- [patch] faea9a7:
|
|
690
|
-
|
|
691
|
-
- Updated yarn.lock following segment upgrade
|
|
692
|
-
|
|
693
|
-
- [patch] 3869855:
|
|
694
|
-
|
|
695
|
-
- Upgraded lendi/segment-tracking to latest
|
|
696
|
-
|
|
697
|
-
## 4.3.2
|
|
698
|
-
|
|
699
|
-
- Updated dependencies [7c4671e]:
|
|
700
|
-
- @lendi/comm-panel@7.0.0
|
|
701
|
-
|
|
702
|
-
## 4.3.1
|
|
703
|
-
|
|
704
|
-
- Updated dependencies [fe78145]:
|
|
705
|
-
- @lendi/comm-panel@6.0.0
|
|
706
|
-
|
|
707
|
-
## 4.3.0
|
|
708
|
-
|
|
709
|
-
- [minor] 5231e92:
|
|
710
|
-
|
|
711
|
-
- commpanel@5.7.0
|
|
712
|
-
|
|
713
|
-
## 4.2.2
|
|
714
|
-
|
|
715
|
-
- [patch] acd8295:
|
|
716
|
-
|
|
717
|
-
- UnReadMessage on Customer panel
|
|
718
|
-
|
|
719
|
-
## 4.2.1
|
|
720
|
-
|
|
721
|
-
- [patch] 2e887f6:
|
|
722
|
-
|
|
723
|
-
- Update with Comm-Panelv5.5.6 - fixed Status issue on Customer panel
|
|
724
|
-
|
|
725
|
-
## 4.2.0
|
|
726
|
-
|
|
727
|
-
- [minor] 95de353:
|
|
728
|
-
|
|
729
|
-
- Enable and Disable Intercom
|
|
730
|
-
|
|
731
|
-
## 4.1.11
|
|
732
|
-
|
|
733
|
-
- [patch] a281ad0:
|
|
734
|
-
|
|
735
|
-
- hotfix to include env for JAM
|
|
736
|
-
|
|
737
|
-
## 4.1.10
|
|
738
|
-
|
|
739
|
-
- [patch] 81f65e4:
|
|
740
|
-
|
|
741
|
-
- token might not be existed when user browse homepage
|
|
742
|
-
|
|
743
|
-
## 4.1.9
|
|
744
|
-
|
|
745
|
-
- [patch] befb9c3:
|
|
746
|
-
|
|
747
|
-
- Bumped comms-panel
|
|
748
|
-
|
|
749
|
-
## 4.1.8
|
|
750
|
-
|
|
751
|
-
- [patch] bfa2482:
|
|
752
|
-
|
|
753
|
-
- Updated with Comm-Panel and hotfix for TV summary to provide ChatUserStatusContext
|
|
754
|
-
|
|
755
|
-
## 4.1.7
|
|
756
|
-
|
|
757
|
-
- [patch] a2c1e6f:
|
|
758
|
-
|
|
759
|
-
- hotfix-adding comm-panel 5.4.19
|
|
760
|
-
|
|
761
|
-
## 4.1.6
|
|
762
|
-
|
|
763
|
-
- [patch] 1907a16:
|
|
764
|
-
|
|
765
|
-
- Updated with latest commpanel for release lendi chat bugs
|
|
766
|
-
|
|
767
|
-
## 4.1.5
|
|
768
|
-
|
|
769
|
-
- [patch] c78057d:
|
|
770
|
-
|
|
771
|
-
- Updated lendi/comm-panel
|
|
772
|
-
|
|
773
|
-
## 4.1.3
|
|
774
|
-
|
|
775
|
-
- [patch] 6f87a17:
|
|
776
|
-
|
|
777
|
-
- updated analytics events
|
|
778
|
-
|
|
779
|
-
## 4.1.2
|
|
780
|
-
|
|
781
|
-
- [patch] e931c9f:
|
|
782
|
-
|
|
783
|
-
- Bump comms panel required version
|
|
784
|
-
|
|
785
|
-
## 4.1.0
|
|
786
|
-
|
|
787
|
-
- [minor] 886a258:
|
|
788
|
-
|
|
789
|
-
- Update navbar to display whether a user has unread messages in chat
|
|
790
|
-
|
|
791
|
-
## 4.0.5
|
|
792
|
-
|
|
793
|
-
- [patch] 94abdcb:
|
|
794
|
-
|
|
795
|
-
- Bump comms-panel version
|
|
796
|
-
|
|
797
|
-
## 4.0.4
|
|
798
|
-
|
|
799
|
-
- [patch] e2fe374:
|
|
800
|
-
|
|
801
|
-
- some of process.env names like ENVIRONMENT and SENTRY_DSN are not consistent in FE apps, so added them all to comm-panel and navbar to resolve them to correct values until all FE team agreed on env names
|
|
802
|
-
|
|
803
|
-
## 4.0.3
|
|
804
|
-
|
|
805
|
-
- [patch] cd5f3c2:
|
|
806
|
-
|
|
807
|
-
- update legacy base url and tooltip version
|
|
808
|
-
|
|
809
|
-
## 4.0.2
|
|
810
|
-
|
|
811
|
-
- [patch] 0c35aae:
|
|
812
|
-
|
|
813
|
-
- consume lendi-chat for otherUser recipient so that we can show online status and read status
|
|
814
|
-
|
|
815
|
-
## 4.0.1
|
|
816
|
-
|
|
817
|
-
- [patch] 118cb2f:
|
|
818
|
-
|
|
819
|
-
- updated with comm-panel^5.1.0
|
|
820
|
-
|
|
821
|
-
## 4.0.0
|
|
822
|
-
|
|
823
|
-
- [major] be0129e:
|
|
824
|
-
|
|
825
|
-
- update broker type with auth me api return type
|
|
826
|
-
|
|
827
|
-
## 3.0.0
|
|
828
|
-
|
|
829
|
-
- [major] 4575714:
|
|
830
|
-
|
|
831
|
-
- update navbar with get broker object from calling auth me api
|
|
832
|
-
|
|
833
|
-
## 2.0.0
|
|
834
|
-
|
|
835
|
-
- [major] 6135068:
|
|
836
|
-
|
|
837
|
-
- Update simple navbar with comm panel with chat
|
|
838
|
-
|
|
839
|
-
## 1.4.0
|
|
840
|
-
|
|
841
|
-
- [minor] 3c02273:
|
|
842
|
-
|
|
843
|
-
- Adding flags to show cta on simple navbar for A/B testing
|
|
844
|
-
|
|
845
|
-
## 1.3.3
|
|
846
|
-
|
|
847
|
-
- [patch] ee897d2:
|
|
848
|
-
|
|
849
|
-
- Same button width for Simeple navbar
|
|
850
|
-
|
|
851
|
-
## 1.3.2
|
|
852
|
-
|
|
853
|
-
- [patch] 79e530e:
|
|
854
|
-
|
|
855
|
-
- The Talk to an Expert and Sign Up/Continue buttons need to be the same size everywhere. Label change for Sign-in button.Multi-Multi without Home and About Us
|
|
856
|
-
|
|
857
|
-
## 1.3.1
|
|
858
|
-
|
|
859
|
-
- [patch] d2ef26a:
|
|
860
|
-
|
|
861
|
-
- Forgot to bump last time - to reflect segment-tracking upgrade
|
|
862
|
-
|
|
863
|
-
## 1.3.0
|
|
864
|
-
|
|
865
|
-
- [minor] 45b3119:
|
|
866
|
-
|
|
867
|
-
- Added optional support to show and hide Continue button for mega and multi navbar
|
|
868
|
-
|
|
869
|
-
## 1.2.1
|
|
870
|
-
|
|
871
|
-
- [patch] 402d2d9:
|
|
872
|
-
|
|
873
|
-
- Just need to publish again to get broken images fixed.
|
|
874
|
-
|
|
875
|
-
## 1.2.0
|
|
876
|
-
|
|
877
|
-
- [minor] d5045cf:
|
|
878
|
-
|
|
879
|
-
- Fixed logout on Simple navbar and added a flexibility to show Continue Action on CTP - special cases are Funnel1/2
|
|
880
|
-
|
|
881
|
-
## 1.1.1
|
|
882
|
-
|
|
883
|
-
- [patch] 800de4f:
|
|
884
|
-
|
|
885
|
-
- Change Navbar build assets first
|
|
886
|
-
|
|
887
|
-
## 1.1.0
|
|
888
|
-
|
|
889
|
-
- [minor] ea6aee8:
|
|
890
|
-
|
|
891
|
-
- add logout function to simple navbar
|
|
892
|
-
|
|
893
|
-
## 1.0.4
|
|
894
|
-
|
|
895
|
-
- [patch] cd13b88:
|
|
896
|
-
|
|
897
|
-
- bumped segment tracking version to support server side rendered applications
|
|
898
|
-
|
|
899
|
-
## [1.0.3] - 2019-11-29 - [HUB-710](https://creditandfinance.atlassian.net/browse/HUB-710)
|
|
900
|
-
|
|
901
|
-
### Added
|
|
902
|
-
|
|
903
|
-
- added segment tracking to Navbar
|
|
904
|
-
|
|
905
|
-
## [1.0.2] - 2019-12-02 - [Hotfix]
|
|
906
|
-
|
|
907
|
-
- exported types
|
|
908
|
-
|
|
909
|
-
## [1.0.1] - 2019-11-26 - [HUB-665](https://creditandfinance.atlassian.net/browse/HUB-665)
|
|
910
|
-
|
|
911
|
-
### Bugfix
|
|
912
|
-
|
|
913
|
-
- image assets are now copied into the dist folder
|
|
914
|
-
|
|
915
|
-
## [1.0.0] - 2019-10-29 - [HUB-219](https://creditandfinance.atlassian.net/browse/HUB-219)
|
|
916
|
-
|
|
917
|
-
### Created
|
|
918
|
-
|
|
919
|
-
- create @lendi/navbar component
|