forked from speechly/speechly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
61 lines (61 loc) · 1.67 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@speechly/react-voice-forms",
"entries": [
{
"version": "1.3.0",
"tag": "@speechly/react-voice-forms_v1.3.0",
"date": "Mon, 31 Jan 2022 11:01:42 GMT",
"comments": {
"minor": [
{
"comment": "1.2.0 Fixed resetting VoiceInput to an empty string. VoiceSelect and VoiceToggle only emit onChange if the speech segment contains a value matching their options.\""
},
{
"comment": "Fields that are being talked to receive 'voicefocus' class."
}
]
}
},
{
"version": "1.1.2",
"tag": "@speechly/react-voice-forms_v1.1.2",
"date": "Fri, 28 Jan 2022 11:38:16 GMT",
"comments": {
"patch": [
{
"comment": "Using new browser-client v1.1.0 with two JS module bundles (ES & UMD) instead of CJS."
},
{
"comment": "Added theme and component css files to 'css' folder in package."
},
{
"comment": "Add sources to target build"
},
{
"comment": "Fixes an issue where the date is wrong due to timezones"
},
{
"comment": "Exposed --widget-shadow variable. M"
}
],
"dependency": [
{
"comment": "Updating dependency \"@speechly/react-client\" from `>=1.1.0` to `1.2.0`"
}
]
}
},
{
"version": "1.0.4",
"tag": "@speechly/react-voice-forms_v1.0.4",
"date": "Mon, 18 Oct 2021 21:09:13 GMT",
"comments": {
"patch": [
{
"comment": "Added css theme file"
}
]
}
}
]
}