@appquality/unguess-design-system 3.1.102-attachments → 3.1.102-pip
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 +345 -0
- package/build/index.js +796 -571
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/buttons/button/index.stories.d.ts +1 -0
- package/build/stories/buttons/utils.d.ts +27 -27
- package/build/stories/chat/_types.d.ts +6 -6
- package/build/stories/chat/context/chatContext.d.ts +5 -4
- package/build/stories/chat/hooks/useMedia.d.ts +8 -0
- package/build/stories/chat/index.stories.d.ts +4 -4
- package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -1
- package/build/stories/chat/parts/comment.d.ts +2 -7
- package/build/stories/dropdowns/select/index.stories.d.ts +1 -0
- package/build/stories/editor/index.stories.d.ts +1 -0
- package/build/stories/highlight/CreateObservationButton.d.ts +17 -0
- package/build/stories/highlight/_types.d.ts +9 -8
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/index.stories.d.ts +9 -8
- package/build/stories/highlight/searchable.d.ts +1 -2
- package/build/stories/player/_types.d.ts +21 -2
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +4 -0
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/controlButton.d.ts +289 -0
- package/build/stories/player/parts/controls.d.ts +2 -1
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +1 -0
- package/build/stories/tooltip/index.stories.d.ts +1 -0
- package/package.json +2 -1
- package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
- package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
- package/yarn-error.log +0 -17994
- /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,348 @@
|
|
|
1
|
+
# v3.1.102 (Fri Jun 21 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- The player offers now an expert mode with full control [#396](https://github.com/AppQuality/unguess-design-system/pull/396) ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
- "Refactor Player component to use PlayerProvider for better context management" [#395](https://github.com/AppQuality/unguess-design-system/pull/395) ([@cannarocks](https://github.com/cannarocks))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v3.1.101 (Wed Jun 12 2024)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- Player improvements [#394](https://github.com/AppQuality/unguess-design-system/pull/394) ([@marcbon](https://github.com/marcbon))
|
|
19
|
+
- 🔧 refactor(player): add showControls prop to FloatingControls component [#393](https://github.com/AppQuality/unguess-design-system/pull/393) ([@marcbon](https://github.com/marcbon))
|
|
20
|
+
- ✨ feat(player): add CutStart component to show start point when cutting video [#392](https://github.com/AppQuality/unguess-design-system/pull/392) ([@marcbon](https://github.com/marcbon))
|
|
21
|
+
|
|
22
|
+
#### Authors: 1
|
|
23
|
+
|
|
24
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
# v3.1.100 (Tue Jun 11 2024)
|
|
29
|
+
|
|
30
|
+
#### 🐛 Bug Fix
|
|
31
|
+
|
|
32
|
+
- Improved transcript + player [#391](https://github.com/AppQuality/unguess-design-system/pull/391) ([@marcbon](https://github.com/marcbon))
|
|
33
|
+
- Fix-transcript-obs-button [#388](https://github.com/AppQuality/unguess-design-system/pull/388) ([@marcbon](https://github.com/marcbon))
|
|
34
|
+
- 🩹 fix(controls.tsx, floatingControls.tsx): adjust height to 80px for better [#390](https://github.com/AppQuality/unguess-design-system/pull/390) ([@marcbon](https://github.com/marcbon))
|
|
35
|
+
|
|
36
|
+
#### Authors: 1
|
|
37
|
+
|
|
38
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
# v3.1.99 (Mon Jun 10 2024)
|
|
43
|
+
|
|
44
|
+
#### 🐛 Bug Fix
|
|
45
|
+
|
|
46
|
+
- New version [#385](https://github.com/AppQuality/unguess-design-system/pull/385) ([@iacopolea](https://github.com/iacopolea) [@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@Kariamos](https://github.com/Kariamos))
|
|
47
|
+
- 🚀 feat(player): add showControls prop to PlayerArgs and WrapperProps [#381](https://github.com/AppQuality/unguess-design-system/pull/381) ([@marcbon](https://github.com/marcbon))
|
|
48
|
+
- 🚀 feat(highlight): add CreateObservationButton component [#387](https://github.com/AppQuality/unguess-design-system/pull/387) ([@marcbon](https://github.com/marcbon))
|
|
49
|
+
- feat: centered tooltip attachment text [#386](https://github.com/AppQuality/unguess-design-system/pull/386) ([@Kariamos](https://github.com/Kariamos))
|
|
50
|
+
- feat: added new component for internal avatar [#384](https://github.com/AppQuality/unguess-design-system/pull/384) ([@Kariamos](https://github.com/Kariamos))
|
|
51
|
+
- Attachment error managment [#383](https://github.com/AppQuality/unguess-design-system/pull/383) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
|
|
52
|
+
- 🚀 feat(cutterButton.tsx): add styled component for Cutter button to prevent [#382](https://github.com/AppQuality/unguess-design-system/pull/382) ([@marcbon](https://github.com/marcbon))
|
|
53
|
+
|
|
54
|
+
#### Authors: 4
|
|
55
|
+
|
|
56
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
57
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
58
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
59
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
# v3.1.98 (Tue May 28 2024)
|
|
64
|
+
|
|
65
|
+
#### 🐛 Bug Fix
|
|
66
|
+
|
|
67
|
+
- "Refactor highlight components and add support for multiple observations in transcript" [#380](https://github.com/AppQuality/unguess-design-system/pull/380) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
68
|
+
- Multiple-obs-support-transcript [#379](https://github.com/AppQuality/unguess-design-system/pull/379) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
69
|
+
- 🔨 refactor(highlight): remove unnecessary padding in ActiveWord styled component [#378](https://github.com/AppQuality/unguess-design-system/pull/378) ([@marcbon](https://github.com/marcbon))
|
|
70
|
+
|
|
71
|
+
#### Authors: 2
|
|
72
|
+
|
|
73
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
74
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
# v3.1.97 (Tue May 28 2024)
|
|
79
|
+
|
|
80
|
+
#### 🐛 Bug Fix
|
|
81
|
+
|
|
82
|
+
- Add highlight support to unselectable [#377](https://github.com/AppQuality/unguess-design-system/pull/377) ([@cannarocks](https://github.com/cannarocks))
|
|
83
|
+
- "Improve styling and functionality for transcript diarization in highlight component" [#376](https://github.com/AppQuality/unguess-design-system/pull/376) ([@cannarocks](https://github.com/cannarocks))
|
|
84
|
+
- Fix obs player [#375](https://github.com/AppQuality/unguess-design-system/pull/375) ([@marcbon](https://github.com/marcbon))
|
|
85
|
+
- 🎨 style(bookmark.tsx): improve styling for active bookmarks in player parts [#374](https://github.com/AppQuality/unguess-design-system/pull/374) ([@marcbon](https://github.com/marcbon))
|
|
86
|
+
|
|
87
|
+
#### Authors: 2
|
|
88
|
+
|
|
89
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
90
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
# v3.1.96 (Mon May 27 2024)
|
|
95
|
+
|
|
96
|
+
#### 🐛 Bug Fix
|
|
97
|
+
|
|
98
|
+
- Tagging tool improvements [#373](https://github.com/AppQuality/unguess-design-system/pull/373) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
99
|
+
- 🎨 style(bookmark.tsx): add z-index property to hovered bookmark for better layering [#369](https://github.com/AppQuality/unguess-design-system/pull/369) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
100
|
+
- ✨ feat(highlight): add font-weight style to StyledWord in highlight component [#370](https://github.com/AppQuality/unguess-design-system/pull/370) ([@marcbon](https://github.com/marcbon))
|
|
101
|
+
- feat: add random hue to new observation label in index.stories.tsx [#372](https://github.com/AppQuality/unguess-design-system/pull/372) ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
102
|
+
- 🔨 refactor(highlight/index.tsx): improve logic to find closest observation to word [#368](https://github.com/AppQuality/unguess-design-system/pull/368) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
103
|
+
- 🔧 fix(player): update end time for second bookmark in index.stories.tsx [#371](https://github.com/AppQuality/unguess-design-system/pull/371) ([@marcbon](https://github.com/marcbon))
|
|
104
|
+
|
|
105
|
+
#### Authors: 2
|
|
106
|
+
|
|
107
|
+
- Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
108
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
# v3.1.95 (Fri May 24 2024)
|
|
113
|
+
|
|
114
|
+
#### 🐛 Bug Fix
|
|
115
|
+
|
|
116
|
+
- Fix highlight [#367](https://github.com/AppQuality/unguess-design-system/pull/367) ([@marcbon](https://github.com/marcbon))
|
|
117
|
+
- 🔧 refactor(highlight/index.tsx): remove unnecessary spread operator in Word component [#366](https://github.com/AppQuality/unguess-design-system/pull/366) ([@marcbon](https://github.com/marcbon))
|
|
118
|
+
|
|
119
|
+
#### Authors: 1
|
|
120
|
+
|
|
121
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
# v3.1.94 (Tue May 21 2024)
|
|
126
|
+
|
|
127
|
+
#### 🐛 Bug Fix
|
|
128
|
+
|
|
129
|
+
- Fix player types [#365](https://github.com/AppQuality/unguess-design-system/pull/365) ([@marcbon](https://github.com/marcbon))
|
|
130
|
+
- 🔨 refactor(player): make tags property optional in IBookmark interface [#364](https://github.com/AppQuality/unguess-design-system/pull/364) ([@marcbon](https://github.com/marcbon))
|
|
131
|
+
- Update observation severity colors [#363](https://github.com/AppQuality/unguess-design-system/pull/363) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
132
|
+
- Player-colors [#362](https://github.com/AppQuality/unguess-design-system/pull/362) ([@marcbon](https://github.com/marcbon))
|
|
133
|
+
|
|
134
|
+
#### Authors: 2
|
|
135
|
+
|
|
136
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
137
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
# v3.1.93 (Tue May 21 2024)
|
|
142
|
+
|
|
143
|
+
#### 🐛 Bug Fix
|
|
144
|
+
|
|
145
|
+
- Improve video cutting and add debounce to bookmark update [#361](https://github.com/AppQuality/unguess-design-system/pull/361) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
146
|
+
- Add useDebounce hook for bookmark updates in player controls [#360](https://github.com/AppQuality/unguess-design-system/pull/360) ([@cannarocks](https://github.com/cannarocks))
|
|
147
|
+
- 🚀 feat(player): add PlusIcon component for starting observation in CutterButton [#359](https://github.com/AppQuality/unguess-design-system/pull/359) ([@marcbon](https://github.com/marcbon))
|
|
148
|
+
- Add sentiment data to DemoTranscript [#358](https://github.com/AppQuality/unguess-design-system/pull/358) ([@cannarocks](https://github.com/cannarocks))
|
|
149
|
+
|
|
150
|
+
#### Authors: 2
|
|
151
|
+
|
|
152
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
153
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
# v3.1.92 (Fri May 17 2024)
|
|
158
|
+
|
|
159
|
+
#### 🐛 Bug Fix
|
|
160
|
+
|
|
161
|
+
- Update auto version to 11.x.x [#356](https://github.com/AppQuality/unguess-design-system/pull/356) ([@marcbon](https://github.com/marcbon))
|
|
162
|
+
- ⬆️ chore(package.json): update auto dependency to version 11.1.1 [#355](https://github.com/AppQuality/unguess-design-system/pull/355) ([@marcbon](https://github.com/marcbon))
|
|
163
|
+
- Update auto version [#354](https://github.com/AppQuality/unguess-design-system/pull/354) ([@marcbon](https://github.com/marcbon))
|
|
164
|
+
- ⬆️ chore(package.json): update auto package to version 10.29.2 [#353](https://github.com/AppQuality/unguess-design-system/pull/353) ([@marcbon](https://github.com/marcbon))
|
|
165
|
+
- bookmark-tooltip-fix [#352](https://github.com/AppQuality/unguess-design-system/pull/352) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
|
|
166
|
+
- Bookmark tooltip changes [#351](https://github.com/AppQuality/unguess-design-system/pull/351) ([@iDome89](https://github.com/iDome89))
|
|
167
|
+
|
|
168
|
+
#### Authors: 2
|
|
169
|
+
|
|
170
|
+
- [@iDome89](https://github.com/iDome89)
|
|
171
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
# v3.1.91 (Fri May 17 2024)
|
|
176
|
+
|
|
177
|
+
#### 🐛 Bug Fix
|
|
178
|
+
|
|
179
|
+
- new feat media attachments [#350](https://github.com/AppQuality/unguess-design-system/pull/350) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
|
|
180
|
+
- Fix attachments [#348](https://github.com/AppQuality/unguess-design-system/pull/348) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
|
|
181
|
+
|
|
182
|
+
#### Authors: 2
|
|
183
|
+
|
|
184
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
185
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
# v3.1.90 (Thu May 16 2024)
|
|
190
|
+
|
|
191
|
+
#### 🐛 Bug Fix
|
|
192
|
+
|
|
193
|
+
- refactor: Update player background color in Container component [#349](https://github.com/AppQuality/unguess-design-system/pull/349) ([@cannarocks](https://github.com/cannarocks))
|
|
194
|
+
|
|
195
|
+
#### Authors: 1
|
|
196
|
+
|
|
197
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
# v3.1.89 (Thu May 16 2024)
|
|
202
|
+
|
|
203
|
+
#### 🐛 Bug Fix
|
|
204
|
+
|
|
205
|
+
- Add tooltip to highlights and a brighter new player [#347](https://github.com/AppQuality/unguess-design-system/pull/347) ([@cannarocks](https://github.com/cannarocks))
|
|
206
|
+
- "Add isTransparent prop to TooltipArgs interface and implement transparent style in Tooltip component" [#345](https://github.com/AppQuality/unguess-design-system/pull/345) ([@cannarocks](https://github.com/cannarocks))
|
|
207
|
+
- "Update player controls and refactor styling" [#346](https://github.com/AppQuality/unguess-design-system/pull/346) ([@cannarocks](https://github.com/cannarocks))
|
|
208
|
+
- Demo [#344](https://github.com/AppQuality/unguess-design-system/pull/344) ([@cannarocks](https://github.com/cannarocks))
|
|
209
|
+
|
|
210
|
+
#### Authors: 1
|
|
211
|
+
|
|
212
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
# v3.1.88 (Mon May 13 2024)
|
|
217
|
+
|
|
218
|
+
#### 🐛 Bug Fix
|
|
219
|
+
|
|
220
|
+
- Player fixes [#343](https://github.com/AppQuality/unguess-design-system/pull/343) ([@cannarocks](https://github.com/cannarocks))
|
|
221
|
+
- Fix undefined state in player and reduce renders [#342](https://github.com/AppQuality/unguess-design-system/pull/342) ([@cannarocks](https://github.com/cannarocks))
|
|
222
|
+
|
|
223
|
+
#### Authors: 1
|
|
224
|
+
|
|
225
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
# v3.1.87 (Mon May 13 2024)
|
|
230
|
+
|
|
231
|
+
#### 🐛 Bug Fix
|
|
232
|
+
|
|
233
|
+
- feat: chat media upload [#340](https://github.com/AppQuality/unguess-design-system/pull/340) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
234
|
+
- fix: package version [#341](https://github.com/AppQuality/unguess-design-system/pull/341) ([@iacopolea](https://github.com/iacopolea))
|
|
235
|
+
- Chat attach media [#320](https://github.com/AppQuality/unguess-design-system/pull/320) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
236
|
+
- Thumbnails container [#328](https://github.com/AppQuality/unguess-design-system/pull/328) ([@sinatragianpaolo](https://github.com/sinatragianpaolo) [@Kariamos](https://github.com/Kariamos))
|
|
237
|
+
- Spinner [#327](https://github.com/AppQuality/unguess-design-system/pull/327) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
238
|
+
|
|
239
|
+
#### Authors: 4
|
|
240
|
+
|
|
241
|
+
- Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
242
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
243
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
244
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
# v3.1.82 (Mon May 13 2024)
|
|
249
|
+
|
|
250
|
+
#### 🐛 Bug Fix
|
|
251
|
+
|
|
252
|
+
- Player improvements and trans fix [#339](https://github.com/AppQuality/unguess-design-system/pull/339) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
|
|
253
|
+
- Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
|
|
254
|
+
- fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
|
|
255
|
+
- removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
|
|
256
|
+
- Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
|
|
257
|
+
- Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
|
|
258
|
+
|
|
259
|
+
#### ⚠️ Pushed to `master`
|
|
260
|
+
|
|
261
|
+
- 3.1.85 ([@cannarocks](https://github.com/cannarocks))
|
|
262
|
+
- 3.1.84 ([@cannarocks](https://github.com/cannarocks))
|
|
263
|
+
|
|
264
|
+
#### Authors: 2
|
|
265
|
+
|
|
266
|
+
- [@iDome89](https://github.com/iDome89)
|
|
267
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
# v3.1.82 (Mon May 13 2024)
|
|
272
|
+
|
|
273
|
+
#### 🐛 Bug Fix
|
|
274
|
+
|
|
275
|
+
- Player improvements and trans fix [#339](https://github.com/AppQuality/unguess-design-system/pull/339) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
|
|
276
|
+
- Update-controls-layout [#338](https://github.com/AppQuality/unguess-design-system/pull/338) ([@cannarocks](https://github.com/cannarocks))
|
|
277
|
+
- fixed obs breaking text [#334](https://github.com/AppQuality/unguess-design-system/pull/334) ([@iDome89](https://github.com/iDome89))
|
|
278
|
+
- removed ; from component tree [#337](https://github.com/AppQuality/unguess-design-system/pull/337) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
|
|
279
|
+
- Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
|
|
280
|
+
- Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
|
|
281
|
+
|
|
282
|
+
#### Authors: 2
|
|
283
|
+
|
|
284
|
+
- [@iDome89](https://github.com/iDome89)
|
|
285
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
# v3.1.82 (Fri May 10 2024)
|
|
290
|
+
|
|
291
|
+
#### 🐛 Bug Fix
|
|
292
|
+
|
|
293
|
+
- Player controls updated [#336](https://github.com/AppQuality/unguess-design-system/pull/336) ([@cannarocks](https://github.com/cannarocks))
|
|
294
|
+
- Improve-player-bookmarks-usability [#335](https://github.com/AppQuality/unguess-design-system/pull/335) ([@cannarocks](https://github.com/cannarocks))
|
|
295
|
+
|
|
296
|
+
#### Authors: 1
|
|
297
|
+
|
|
298
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
|
|
302
|
+
# v3.1.81 (Thu May 09 2024)
|
|
303
|
+
|
|
304
|
+
#### 🐛 Bug Fix
|
|
305
|
+
|
|
306
|
+
- Fix highlight for long selections [#331](https://github.com/AppQuality/unguess-design-system/pull/331) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
|
|
307
|
+
- removed border radius from highlighted word [#332](https://github.com/AppQuality/unguess-design-system/pull/332) ([@iDome89](https://github.com/iDome89))
|
|
308
|
+
- fixees for searched term and break word [#330](https://github.com/AppQuality/unguess-design-system/pull/330) ([@iDome89](https://github.com/iDome89))
|
|
309
|
+
|
|
310
|
+
#### Authors: 2
|
|
311
|
+
|
|
312
|
+
- [@iDome89](https://github.com/iDome89)
|
|
313
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
317
|
+
# v3.1.80 (Tue May 07 2024)
|
|
318
|
+
|
|
319
|
+
#### 🐛 Bug Fix
|
|
320
|
+
|
|
321
|
+
- Allow search in trascript [#326](https://github.com/AppQuality/unguess-design-system/pull/326) ([@cannarocks](https://github.com/cannarocks))
|
|
322
|
+
- feat: Add search functionality to highlight component [#325](https://github.com/AppQuality/unguess-design-system/pull/325) ([@cannarocks](https://github.com/cannarocks))
|
|
323
|
+
|
|
324
|
+
#### Authors: 1
|
|
325
|
+
|
|
326
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
# v3.1.79 (Mon May 06 2024)
|
|
331
|
+
|
|
332
|
+
#### 🐛 Bug Fix
|
|
333
|
+
|
|
334
|
+
- release 20240506 [#324](https://github.com/AppQuality/unguess-design-system/pull/324) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
335
|
+
- Add resizeble observation in player progress [#323](https://github.com/AppQuality/unguess-design-system/pull/323) ([@cannarocks](https://github.com/cannarocks))
|
|
336
|
+
- Add-cutting-edge-functionalities-to-player [#322](https://github.com/AppQuality/unguess-design-system/pull/322) ([@cannarocks](https://github.com/cannarocks))
|
|
337
|
+
- Add Highlight component [#321](https://github.com/AppQuality/unguess-design-system/pull/321) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
338
|
+
|
|
339
|
+
#### Authors: 2
|
|
340
|
+
|
|
341
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
342
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
343
|
+
|
|
344
|
+
---
|
|
345
|
+
|
|
1
346
|
# v3.1.77 (Mon Feb 26 2024)
|
|
2
347
|
|
|
3
348
|
|