@websolutespa/bom-llm 0.2.3 → 0.2.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/CHANGELOG.md CHANGED
@@ -1,543 +1,549 @@
1
- # @websolutespa/bom-llm
2
-
3
- ## 0.2.3
4
-
5
- ### Patch Changes
6
-
7
- - Modified: DisclaimerFooter, Feedback, PoweredBy, Prompt, Disclaimer, Hints, ScrollProposition, Suggestion, Trigger, Thread
8
-
9
- ## 0.2.2
10
-
11
- ### Patch Changes
12
-
13
- - Added: enabledHistory
14
-
15
- ## 0.2.1
16
-
17
- ### Patch Changes
18
-
19
- - Fixing: session state merge & scrollIntoView
20
-
21
- ## 0.2.0
22
-
23
- ### Minor Changes
24
-
25
- - Implementing :where defaults css
26
-
27
- ## 0.1.8
28
-
29
- ### Patch Changes
30
-
31
- - Updated dependencies bom-mixer-icons
32
-
33
- ## 0.1.7
34
-
35
- ### Patch Changes
36
-
37
- - ba32bef: Added: maxFileSize & mimeTypes
38
- - f826c08: Added: storageMode option
39
-
40
- ## 0.1.6
41
-
42
- ### Patch Changes
43
-
44
- - Updated Stream and Thread components to utilize components from useLlm state.
45
- - Integrated Toaster notifications in LlmComponent for better user feedback.
46
- - Added markdown styling mixin for improved text rendering.
47
- - Enhanced LlmTheme type to include toaster theme options.
48
- - Implemented history management in useLlm for better state handling.
49
- - Refactored message service to streamline chunk processing.
50
- - Introduced prompt token limit validation with user feedback.
51
- - Added support for storing and retrieving message history.
52
-
53
- ## 0.1.5
54
-
55
- ### Patch Changes
56
-
57
- - Fixing: setHistory threadId
58
-
59
- ## 0.1.4
60
-
61
- ### Patch Changes
62
-
63
- - Modified: file block title
64
-
65
- ## 0.1.3
66
-
67
- ### Patch Changes
68
-
69
- - dfd6f0d: Added: file upload method for attachments of type image & file
70
-
71
- ## 0.1.2
72
-
73
- ### Patch Changes
74
-
75
- - Fixing: shouldAddFormRequest method
76
-
77
- ## 0.1.1
78
-
79
- ### Patch Changes
80
-
81
- - fixing: exports
82
-
83
- ## 0.1.0
84
-
85
- ### Minor Changes
86
-
87
- - 85ea42c: Added: plugins, blocks, components
88
-
89
- ### Patch Changes
90
-
91
- - 001b6e1: Added: page mode
92
- - 9ba8e9b: Modified: PageThread and Stream components
93
- - 99a465f: Modified: css modules
94
- - f3c37d0: Modified: mixins
95
- - f43a133: Added: PageLoading
96
- - 7481934: Added support for stored history management in useLlm
97
- - 8982f76: Added: css modules
98
- - 0938fa8: Modified: css modules
99
-
100
- ## 0.1.0-next.8
101
-
102
- ### Patch Changes
103
-
104
- - Modified: PageThread and Stream components
105
-
106
- ## 0.1.0-next.7
107
-
108
- ### Patch Changes
109
-
110
- - Added support for stored history management in useLlm.
111
- - Introduced new actions for setting and removing history.
112
- - Updated message handling to improve user experience.
113
- - Implemented idle time feature in LlmView for better performance.
114
- - Refactored initializer and utility functions for better modularity.
115
- - Added error handling component for improved error management.
116
- - Integrated localization support with default labels for better accessibility.
117
- - Updated Rollup configuration for better build management.
118
- - Added comprehensive styles for LLM components.
119
-
120
- ## 0.1.0-next.6
121
-
122
- ### Patch Changes
123
-
124
- - Modified: mixins
125
-
126
- ## 0.1.0-next.5
127
-
128
- ### Patch Changes
129
-
130
- - Added: PageLoading
131
-
132
- ## 0.1.0-next.4
133
-
134
- ### Patch Changes
135
-
136
- - Modified: css modules
137
-
138
- ## 0.1.0-next.3
139
-
140
- ### Patch Changes
141
-
142
- - Modified: css modules
143
-
144
- ## 0.1.0-next.2
145
-
146
- ### Patch Changes
147
-
148
- - Added: css modules
149
-
150
- ## 0.1.0-next.1
151
-
152
- ### Patch Changes
153
-
154
- - Added: page mode
155
-
156
- ## 0.1.0-next.0
157
-
158
- ### Minor Changes
159
-
160
- - Added: plugins, blocks, components
161
-
162
- ## 0.0.61
163
-
164
- ### Patch Changes
165
-
166
- - c4251e5: Modified: Feedback vars
167
-
168
- ## 0.0.60
169
-
170
- ### Patch Changes
171
-
172
- - Modified: MessageService abort message
173
-
174
- ## 0.0.59
175
-
176
- ### Patch Changes
177
-
178
- - fb1caf0: Add feedback functionality
179
-
180
- ## 0.0.58
181
-
182
- ### Patch Changes
183
-
184
- - Fixing: chunksToChunkItems first chunk
185
-
186
- ## 0.0.57
187
-
188
- ### Patch Changes
189
-
190
- - Added: Action, LlmChunkAction, onAction handler
191
-
192
- ## 0.0.56
193
-
194
- ### Patch Changes
195
-
196
- - Fixing: mock default
197
-
198
- ## 0.0.55
199
-
200
- ### Patch Changes
201
-
202
- - Added: disclaimerShort, Disclaimer, Scroller image-mask
203
-
204
- ## 0.0.54
205
-
206
- ### Patch Changes
207
-
208
- - Added: ScrollProposition, imperative flag
209
-
210
- ## 0.0.53
211
-
212
- ### Patch Changes
213
-
214
- - Modified: disclaimer css
215
-
216
- ## 0.0.52
217
-
218
- ### Patch Changes
219
-
220
- - Modified: disclaimer style
221
-
222
- ## 0.0.51
223
-
224
- ### Patch Changes
225
-
226
- - Added: disclaimer footer & header ctas
227
-
228
- ## 0.0.50
229
-
230
- ### Patch Changes
231
-
232
- - Modified idle timeout
233
-
234
- ## 0.0.49
235
-
236
- ### Patch Changes
237
-
238
- - Modified: theme & styles
239
-
240
- ## 0.0.48
241
-
242
- ### Patch Changes
243
-
244
- - Fixing: decodeMessages
245
-
246
- ## 0.0.47
247
-
248
- ### Patch Changes
249
-
250
- - 77ef1ea: Added: addFile, removeFile and image_url user message
251
- - 77ef1ea: Modified: hasTextToSpeechSupport, hasSpeechToTextSupport
252
-
253
- ## 0.0.46
254
-
255
- ### Patch Changes
256
-
257
- - Added: threadId check
258
-
259
- ## 0.0.45
260
-
261
- ### Patch Changes
262
-
263
- - Added: Speech.cancel
264
-
265
- ## 0.0.44
266
-
267
- ### Patch Changes
268
-
269
- - Modified: suggestions a11y
270
-
271
- ## 0.0.43
272
-
273
- ### Patch Changes
274
-
275
- - Modified: theme
276
-
277
- ## 0.0.42
278
-
279
- ### Patch Changes
280
-
281
- - Modified: ProductCard style
282
-
283
- ## 0.0.41
284
-
285
- ### Patch Changes
286
-
287
- - Modified: ProductCard availability
288
-
289
- ## 0.0.40
290
-
291
- ### Patch Changes
292
-
293
- - 88267c3: Added: mode chat
294
-
295
- ## 0.0.39
296
-
297
- ### Patch Changes
298
-
299
- - Modified: hooks dependencies
300
- - Added: endpoint url option
301
-
302
- ## 0.0.38
303
-
304
- ### Patch Changes
305
-
306
- - Modified: TextToSpeech cancel method
307
-
308
- ## 0.0.37
309
-
310
- ### Patch Changes
311
-
312
- - Modified: CanvasOffscreen, disableSpeechSynthesis
313
-
314
- ## 0.0.36
315
-
316
- ### Patch Changes
317
-
318
- - Added: DefaultTextToSpeech, ElevenlabsTextToSpeech, DefaultSpeechToText
319
- - Modified: textToChunks
320
- - Added: RecognitionMode, SynthesisMode, textToSpeechApiKey, textToSpeechVoiceId
321
-
322
- ## 0.0.35
323
-
324
- ### Patch Changes
325
-
326
- - Modified: MessageService
327
- - Added: USE_INSPECT_PARAM
328
-
329
- ## 0.0.34
330
-
331
- ### Patch Changes
332
-
333
- - Modified: MessageService
334
- - Added: StreamError
335
-
336
- ## 0.0.33
337
-
338
- ### Patch Changes
339
-
340
- - Modified: ProductCard style
341
-
342
- ## 0.0.32
343
-
344
- ### Patch Changes
345
-
346
- - 0e85a82: Added: LlmApp additionalLogos
347
- - 0e85a82: Modified: theme & style
348
-
349
- ## 0.0.31
350
-
351
- ### Patch Changes
352
-
353
- - Modified: textToChunks
354
-
355
- ## 0.0.30
356
-
357
- ### Patch Changes
358
-
359
- - 8024a99: Added: useFocusTrap, regExpMapper, a11y
360
-
361
- ## 0.0.29
362
-
363
- ### Patch Changes
364
-
365
- - Modified: theme settings, Added: Font component
366
-
367
- ## 0.0.28
368
-
369
- ### Patch Changes
370
-
371
- - Modified: Product Card & Product Card Group style
372
-
373
- ## 0.0.27
374
-
375
- ### Patch Changes
376
-
377
- - Modified: Product hasPrice
378
-
379
- ## 0.0.26
380
-
381
- ### Patch Changes
382
-
383
- - Modified: Product Card & Product Card Group style
384
-
385
- ## 0.0.25
386
-
387
- ### Patch Changes
388
-
389
- - f5d0129: Added: Product Card & Product Card Group
390
-
391
- ## 0.0.24
392
-
393
- ### Patch Changes
394
-
395
- - Added: markdown llm_pill click handler
396
-
397
- ## 0.0.23
398
-
399
- ### Patch Changes
400
-
401
- - Modified: cards css
402
-
403
- ## 0.0.22
404
-
405
- ### Patch Changes
406
-
407
- - Updating: dependencies
408
-
409
- ## 0.0.21
410
-
411
- ### Patch Changes
412
-
413
- - Modified: scroll behaviour
414
-
415
- ## 0.0.20
416
-
417
- ### Patch Changes
418
-
419
- - Modified: hiding audio buttons when speechSynthesis disabled
420
-
421
- ## 0.0.19
422
-
423
- ### Patch Changes
424
-
425
- - 114cbee: Added: theme variant for typography
426
- - 114cbee: Added: LlmContents disableSpeechSynthesis flag
427
-
428
- ## 0.0.18
429
-
430
- ### Patch Changes
431
-
432
- - Added: flags preview, dismissable, opened, skipCustomIntro
433
-
434
- ## 0.0.17
435
-
436
- ### Patch Changes
437
-
438
- - Modified: theme & cards
439
-
440
- ## 0.0.16
441
-
442
- ### Patch Changes
443
-
444
- - Fixing: downgrading eslint to v8.56.0
445
-
446
- ## 0.0.15
447
-
448
- ### Patch Changes
449
-
450
- - 0181617: Added: customTheme, customIntro, Cards, VideoPlayer, ThronPlayer,
451
- MessageService
452
-
453
- ## 0.0.14
454
-
455
- ### Patch Changes
456
-
457
- - Added: CanvasOffscreenProvider
458
-
459
- ## 0.0.13
460
-
461
- ### Patch Changes
462
-
463
- - Added: theme, customTheme, customIntro
464
- - Added: cross visibility check
465
- - Fixing: textToChunks
466
-
467
- ## 0.0.12
468
-
469
- ### Patch Changes
470
-
471
- - Fixing: markdown links
472
- - Added: embeds IntersectionObserver, MutationObserber
473
-
474
- ## 0.0.11
475
-
476
- ### Patch Changes
477
-
478
- - Added: shared state between instances
479
-
480
- ## 0.0.10
481
-
482
- ### Patch Changes
483
-
484
- - Added: embed options
485
- - Added: returning instance with methods
486
-
487
- ## 0.0.9
488
-
489
- ### Patch Changes
490
-
491
- - Updating: dependencies
492
-
493
- ## 0.0.8
494
-
495
- ### Patch Changes
496
-
497
- - Modified: Speech synthesis & recognition, disclaimer, markdown
498
-
499
- ## 0.0.7
500
-
501
- ### Patch Changes
502
-
503
- - Modified: components dangerouslySetInnerHTML, styles, useLlm status opened
504
- with threadId
505
-
506
- ## 0.0.6
507
-
508
- ### Patch Changes
509
-
510
- - Fixing: threads
511
- - Modified: MessageService, FormRecap, useLlm
512
-
513
- ## 0.0.5
514
-
515
- ### Patch Changes
516
-
517
- - Added: declarations
518
- - Modified: FormRecap, QuickLinks
519
-
520
- ## 0.0.4
521
-
522
- ### Patch Changes
523
-
524
- - Modified: decorateUrl async behaviour
525
-
526
- ## 0.0.3
527
-
528
- ### Patch Changes
529
-
530
- - Added: markdown support
531
-
532
- ## 0.0.2
533
-
534
- ### Patch Changes
535
-
536
- - Added: abort stream
537
- - Modified: speech, useLlm, message service, canvas, icons
538
-
539
- ## 0.0.1
540
-
541
- ### Patch Changes
542
-
543
- - Added: first release.
1
+ # @websolutespa/bom-llm
2
+
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixing: DisclaimerFooter style
8
+
9
+ ## 0.2.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Modified: DisclaimerFooter, Feedback, PoweredBy, Prompt, Disclaimer, Hints, ScrollProposition, Suggestion, Trigger, Thread
14
+
15
+ ## 0.2.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Added: enabledHistory
20
+
21
+ ## 0.2.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Fixing: session state merge & scrollIntoView
26
+
27
+ ## 0.2.0
28
+
29
+ ### Minor Changes
30
+
31
+ - Implementing :where defaults css
32
+
33
+ ## 0.1.8
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies bom-mixer-icons
38
+
39
+ ## 0.1.7
40
+
41
+ ### Patch Changes
42
+
43
+ - ba32bef: Added: maxFileSize & mimeTypes
44
+ - f826c08: Added: storageMode option
45
+
46
+ ## 0.1.6
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated Stream and Thread components to utilize components from useLlm state.
51
+ - Integrated Toaster notifications in LlmComponent for better user feedback.
52
+ - Added markdown styling mixin for improved text rendering.
53
+ - Enhanced LlmTheme type to include toaster theme options.
54
+ - Implemented history management in useLlm for better state handling.
55
+ - Refactored message service to streamline chunk processing.
56
+ - Introduced prompt token limit validation with user feedback.
57
+ - Added support for storing and retrieving message history.
58
+
59
+ ## 0.1.5
60
+
61
+ ### Patch Changes
62
+
63
+ - Fixing: setHistory threadId
64
+
65
+ ## 0.1.4
66
+
67
+ ### Patch Changes
68
+
69
+ - Modified: file block title
70
+
71
+ ## 0.1.3
72
+
73
+ ### Patch Changes
74
+
75
+ - dfd6f0d: Added: file upload method for attachments of type image & file
76
+
77
+ ## 0.1.2
78
+
79
+ ### Patch Changes
80
+
81
+ - Fixing: shouldAddFormRequest method
82
+
83
+ ## 0.1.1
84
+
85
+ ### Patch Changes
86
+
87
+ - fixing: exports
88
+
89
+ ## 0.1.0
90
+
91
+ ### Minor Changes
92
+
93
+ - 85ea42c: Added: plugins, blocks, components
94
+
95
+ ### Patch Changes
96
+
97
+ - 001b6e1: Added: page mode
98
+ - 9ba8e9b: Modified: PageThread and Stream components
99
+ - 99a465f: Modified: css modules
100
+ - f3c37d0: Modified: mixins
101
+ - f43a133: Added: PageLoading
102
+ - 7481934: Added support for stored history management in useLlm
103
+ - 8982f76: Added: css modules
104
+ - 0938fa8: Modified: css modules
105
+
106
+ ## 0.1.0-next.8
107
+
108
+ ### Patch Changes
109
+
110
+ - Modified: PageThread and Stream components
111
+
112
+ ## 0.1.0-next.7
113
+
114
+ ### Patch Changes
115
+
116
+ - Added support for stored history management in useLlm.
117
+ - Introduced new actions for setting and removing history.
118
+ - Updated message handling to improve user experience.
119
+ - Implemented idle time feature in LlmView for better performance.
120
+ - Refactored initializer and utility functions for better modularity.
121
+ - Added error handling component for improved error management.
122
+ - Integrated localization support with default labels for better accessibility.
123
+ - Updated Rollup configuration for better build management.
124
+ - Added comprehensive styles for LLM components.
125
+
126
+ ## 0.1.0-next.6
127
+
128
+ ### Patch Changes
129
+
130
+ - Modified: mixins
131
+
132
+ ## 0.1.0-next.5
133
+
134
+ ### Patch Changes
135
+
136
+ - Added: PageLoading
137
+
138
+ ## 0.1.0-next.4
139
+
140
+ ### Patch Changes
141
+
142
+ - Modified: css modules
143
+
144
+ ## 0.1.0-next.3
145
+
146
+ ### Patch Changes
147
+
148
+ - Modified: css modules
149
+
150
+ ## 0.1.0-next.2
151
+
152
+ ### Patch Changes
153
+
154
+ - Added: css modules
155
+
156
+ ## 0.1.0-next.1
157
+
158
+ ### Patch Changes
159
+
160
+ - Added: page mode
161
+
162
+ ## 0.1.0-next.0
163
+
164
+ ### Minor Changes
165
+
166
+ - Added: plugins, blocks, components
167
+
168
+ ## 0.0.61
169
+
170
+ ### Patch Changes
171
+
172
+ - c4251e5: Modified: Feedback vars
173
+
174
+ ## 0.0.60
175
+
176
+ ### Patch Changes
177
+
178
+ - Modified: MessageService abort message
179
+
180
+ ## 0.0.59
181
+
182
+ ### Patch Changes
183
+
184
+ - fb1caf0: Add feedback functionality
185
+
186
+ ## 0.0.58
187
+
188
+ ### Patch Changes
189
+
190
+ - Fixing: chunksToChunkItems first chunk
191
+
192
+ ## 0.0.57
193
+
194
+ ### Patch Changes
195
+
196
+ - Added: Action, LlmChunkAction, onAction handler
197
+
198
+ ## 0.0.56
199
+
200
+ ### Patch Changes
201
+
202
+ - Fixing: mock default
203
+
204
+ ## 0.0.55
205
+
206
+ ### Patch Changes
207
+
208
+ - Added: disclaimerShort, Disclaimer, Scroller image-mask
209
+
210
+ ## 0.0.54
211
+
212
+ ### Patch Changes
213
+
214
+ - Added: ScrollProposition, imperative flag
215
+
216
+ ## 0.0.53
217
+
218
+ ### Patch Changes
219
+
220
+ - Modified: disclaimer css
221
+
222
+ ## 0.0.52
223
+
224
+ ### Patch Changes
225
+
226
+ - Modified: disclaimer style
227
+
228
+ ## 0.0.51
229
+
230
+ ### Patch Changes
231
+
232
+ - Added: disclaimer footer & header ctas
233
+
234
+ ## 0.0.50
235
+
236
+ ### Patch Changes
237
+
238
+ - Modified idle timeout
239
+
240
+ ## 0.0.49
241
+
242
+ ### Patch Changes
243
+
244
+ - Modified: theme & styles
245
+
246
+ ## 0.0.48
247
+
248
+ ### Patch Changes
249
+
250
+ - Fixing: decodeMessages
251
+
252
+ ## 0.0.47
253
+
254
+ ### Patch Changes
255
+
256
+ - 77ef1ea: Added: addFile, removeFile and image_url user message
257
+ - 77ef1ea: Modified: hasTextToSpeechSupport, hasSpeechToTextSupport
258
+
259
+ ## 0.0.46
260
+
261
+ ### Patch Changes
262
+
263
+ - Added: threadId check
264
+
265
+ ## 0.0.45
266
+
267
+ ### Patch Changes
268
+
269
+ - Added: Speech.cancel
270
+
271
+ ## 0.0.44
272
+
273
+ ### Patch Changes
274
+
275
+ - Modified: suggestions a11y
276
+
277
+ ## 0.0.43
278
+
279
+ ### Patch Changes
280
+
281
+ - Modified: theme
282
+
283
+ ## 0.0.42
284
+
285
+ ### Patch Changes
286
+
287
+ - Modified: ProductCard style
288
+
289
+ ## 0.0.41
290
+
291
+ ### Patch Changes
292
+
293
+ - Modified: ProductCard availability
294
+
295
+ ## 0.0.40
296
+
297
+ ### Patch Changes
298
+
299
+ - 88267c3: Added: mode chat
300
+
301
+ ## 0.0.39
302
+
303
+ ### Patch Changes
304
+
305
+ - Modified: hooks dependencies
306
+ - Added: endpoint url option
307
+
308
+ ## 0.0.38
309
+
310
+ ### Patch Changes
311
+
312
+ - Modified: TextToSpeech cancel method
313
+
314
+ ## 0.0.37
315
+
316
+ ### Patch Changes
317
+
318
+ - Modified: CanvasOffscreen, disableSpeechSynthesis
319
+
320
+ ## 0.0.36
321
+
322
+ ### Patch Changes
323
+
324
+ - Added: DefaultTextToSpeech, ElevenlabsTextToSpeech, DefaultSpeechToText
325
+ - Modified: textToChunks
326
+ - Added: RecognitionMode, SynthesisMode, textToSpeechApiKey, textToSpeechVoiceId
327
+
328
+ ## 0.0.35
329
+
330
+ ### Patch Changes
331
+
332
+ - Modified: MessageService
333
+ - Added: USE_INSPECT_PARAM
334
+
335
+ ## 0.0.34
336
+
337
+ ### Patch Changes
338
+
339
+ - Modified: MessageService
340
+ - Added: StreamError
341
+
342
+ ## 0.0.33
343
+
344
+ ### Patch Changes
345
+
346
+ - Modified: ProductCard style
347
+
348
+ ## 0.0.32
349
+
350
+ ### Patch Changes
351
+
352
+ - 0e85a82: Added: LlmApp additionalLogos
353
+ - 0e85a82: Modified: theme & style
354
+
355
+ ## 0.0.31
356
+
357
+ ### Patch Changes
358
+
359
+ - Modified: textToChunks
360
+
361
+ ## 0.0.30
362
+
363
+ ### Patch Changes
364
+
365
+ - 8024a99: Added: useFocusTrap, regExpMapper, a11y
366
+
367
+ ## 0.0.29
368
+
369
+ ### Patch Changes
370
+
371
+ - Modified: theme settings, Added: Font component
372
+
373
+ ## 0.0.28
374
+
375
+ ### Patch Changes
376
+
377
+ - Modified: Product Card & Product Card Group style
378
+
379
+ ## 0.0.27
380
+
381
+ ### Patch Changes
382
+
383
+ - Modified: Product hasPrice
384
+
385
+ ## 0.0.26
386
+
387
+ ### Patch Changes
388
+
389
+ - Modified: Product Card & Product Card Group style
390
+
391
+ ## 0.0.25
392
+
393
+ ### Patch Changes
394
+
395
+ - f5d0129: Added: Product Card & Product Card Group
396
+
397
+ ## 0.0.24
398
+
399
+ ### Patch Changes
400
+
401
+ - Added: markdown llm_pill click handler
402
+
403
+ ## 0.0.23
404
+
405
+ ### Patch Changes
406
+
407
+ - Modified: cards css
408
+
409
+ ## 0.0.22
410
+
411
+ ### Patch Changes
412
+
413
+ - Updating: dependencies
414
+
415
+ ## 0.0.21
416
+
417
+ ### Patch Changes
418
+
419
+ - Modified: scroll behaviour
420
+
421
+ ## 0.0.20
422
+
423
+ ### Patch Changes
424
+
425
+ - Modified: hiding audio buttons when speechSynthesis disabled
426
+
427
+ ## 0.0.19
428
+
429
+ ### Patch Changes
430
+
431
+ - 114cbee: Added: theme variant for typography
432
+ - 114cbee: Added: LlmContents disableSpeechSynthesis flag
433
+
434
+ ## 0.0.18
435
+
436
+ ### Patch Changes
437
+
438
+ - Added: flags preview, dismissable, opened, skipCustomIntro
439
+
440
+ ## 0.0.17
441
+
442
+ ### Patch Changes
443
+
444
+ - Modified: theme & cards
445
+
446
+ ## 0.0.16
447
+
448
+ ### Patch Changes
449
+
450
+ - Fixing: downgrading eslint to v8.56.0
451
+
452
+ ## 0.0.15
453
+
454
+ ### Patch Changes
455
+
456
+ - 0181617: Added: customTheme, customIntro, Cards, VideoPlayer, ThronPlayer,
457
+ MessageService
458
+
459
+ ## 0.0.14
460
+
461
+ ### Patch Changes
462
+
463
+ - Added: CanvasOffscreenProvider
464
+
465
+ ## 0.0.13
466
+
467
+ ### Patch Changes
468
+
469
+ - Added: theme, customTheme, customIntro
470
+ - Added: cross visibility check
471
+ - Fixing: textToChunks
472
+
473
+ ## 0.0.12
474
+
475
+ ### Patch Changes
476
+
477
+ - Fixing: markdown links
478
+ - Added: embeds IntersectionObserver, MutationObserber
479
+
480
+ ## 0.0.11
481
+
482
+ ### Patch Changes
483
+
484
+ - Added: shared state between instances
485
+
486
+ ## 0.0.10
487
+
488
+ ### Patch Changes
489
+
490
+ - Added: embed options
491
+ - Added: returning instance with methods
492
+
493
+ ## 0.0.9
494
+
495
+ ### Patch Changes
496
+
497
+ - Updating: dependencies
498
+
499
+ ## 0.0.8
500
+
501
+ ### Patch Changes
502
+
503
+ - Modified: Speech synthesis & recognition, disclaimer, markdown
504
+
505
+ ## 0.0.7
506
+
507
+ ### Patch Changes
508
+
509
+ - Modified: components dangerouslySetInnerHTML, styles, useLlm status opened
510
+ with threadId
511
+
512
+ ## 0.0.6
513
+
514
+ ### Patch Changes
515
+
516
+ - Fixing: threads
517
+ - Modified: MessageService, FormRecap, useLlm
518
+
519
+ ## 0.0.5
520
+
521
+ ### Patch Changes
522
+
523
+ - Added: declarations
524
+ - Modified: FormRecap, QuickLinks
525
+
526
+ ## 0.0.4
527
+
528
+ ### Patch Changes
529
+
530
+ - Modified: decorateUrl async behaviour
531
+
532
+ ## 0.0.3
533
+
534
+ ### Patch Changes
535
+
536
+ - Added: markdown support
537
+
538
+ ## 0.0.2
539
+
540
+ ### Patch Changes
541
+
542
+ - Added: abort stream
543
+ - Modified: speech, useLlm, message service, canvas, icons
544
+
545
+ ## 0.0.1
546
+
547
+ ### Patch Changes
548
+
549
+ - Added: first release.