@websolutespa/bom-llm 0.0.12 → 0.0.14

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,78 +1,92 @@
1
- # @websolutespa/bom-llm
2
-
3
- ## 0.0.12
4
-
5
- ### Patch Changes
6
-
7
- - Fixing: markdown links
8
- - Added: embeds IntersectionObserver, MutationObserber
9
-
10
- ## 0.0.11
11
-
12
- ### Patch Changes
13
-
14
- - Added: shared state between instances
15
-
16
- ## 0.0.10
17
-
18
- ### Patch Changes
19
-
20
- - Added: embed options
21
- - Added: returning instance with methods
22
-
23
- ## 0.0.9
24
-
25
- ### Patch Changes
26
-
27
- - Updating: dependencies
28
-
29
- ## 0.0.8
30
-
31
- ### Patch Changes
32
-
33
- - Modified: Speech synthesis & recognition, disclaimer, markdown
34
-
35
- ## 0.0.7
36
-
37
- ### Patch Changes
38
-
39
- - Modified: components dangerouslySetInnerHTML, styles, useLlm status opened with threadId
40
-
41
- ## 0.0.6
42
-
43
- ### Patch Changes
44
-
45
- - Fixing: threads
46
- - Modified: MessageService, FormRecap, useLlm
47
-
48
- ## 0.0.5
49
-
50
- ### Patch Changes
51
-
52
- - Added: declarations
53
- - Modified: FormRecap, QuickLinks
54
-
55
- ## 0.0.4
56
-
57
- ### Patch Changes
58
-
59
- - Modified: decorateUrl async behaviour
60
-
61
- ## 0.0.3
62
-
63
- ### Patch Changes
64
-
65
- - Added: markdown support
66
-
67
- ## 0.0.2
68
-
69
- ### Patch Changes
70
-
71
- - Added: abort stream
72
- - Modified: speech, useLlm, message service, canvas, icons
73
-
74
- ## 0.0.1
75
-
76
- ### Patch Changes
77
-
78
- - Added: first release.
1
+ # @websolutespa/bom-llm
2
+
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Added: CanvasOffscreenProvider
8
+
9
+ ## 0.0.13
10
+
11
+ ### Patch Changes
12
+
13
+ - Added: theme, customTheme, customIntro
14
+ - Added: cross visibility check
15
+ - Fixing: textToChunks
16
+
17
+ ## 0.0.12
18
+
19
+ ### Patch Changes
20
+
21
+ - Fixing: markdown links
22
+ - Added: embeds IntersectionObserver, MutationObserber
23
+
24
+ ## 0.0.11
25
+
26
+ ### Patch Changes
27
+
28
+ - Added: shared state between instances
29
+
30
+ ## 0.0.10
31
+
32
+ ### Patch Changes
33
+
34
+ - Added: embed options
35
+ - Added: returning instance with methods
36
+
37
+ ## 0.0.9
38
+
39
+ ### Patch Changes
40
+
41
+ - Updating: dependencies
42
+
43
+ ## 0.0.8
44
+
45
+ ### Patch Changes
46
+
47
+ - Modified: Speech synthesis & recognition, disclaimer, markdown
48
+
49
+ ## 0.0.7
50
+
51
+ ### Patch Changes
52
+
53
+ - Modified: components dangerouslySetInnerHTML, styles, useLlm status opened with threadId
54
+
55
+ ## 0.0.6
56
+
57
+ ### Patch Changes
58
+
59
+ - Fixing: threads
60
+ - Modified: MessageService, FormRecap, useLlm
61
+
62
+ ## 0.0.5
63
+
64
+ ### Patch Changes
65
+
66
+ - Added: declarations
67
+ - Modified: FormRecap, QuickLinks
68
+
69
+ ## 0.0.4
70
+
71
+ ### Patch Changes
72
+
73
+ - Modified: decorateUrl async behaviour
74
+
75
+ ## 0.0.3
76
+
77
+ ### Patch Changes
78
+
79
+ - Added: markdown support
80
+
81
+ ## 0.0.2
82
+
83
+ ### Patch Changes
84
+
85
+ - Added: abort stream
86
+ - Modified: speech, useLlm, message service, canvas, icons
87
+
88
+ ## 0.0.1
89
+
90
+ ### Patch Changes
91
+
92
+ - Added: first release.