|
1 | 1 | # Changelog
|
| 2 | + |
2 | 3 | All notable changes to this widget will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
5 | 6 |
|
6 | 7 | ## [Unreleased]
|
7 | 8 |
|
| 9 | +### Added |
| 10 | + |
| 11 | +- We added new actions: SetCookie, ReadCookie, SetFavicon. |
| 12 | + |
8 | 13 | ## [2.4.0] - 2022-1-25
|
9 | 14 |
|
10 | 15 | ### Added
|
11 |
| -- We added icons for dark mode. |
| 16 | + |
| 17 | +- We added icons for dark mode. |
12 | 18 |
|
13 | 19 | ### Removed
|
14 |
| -- We removed icon collections from the module. |
| 20 | + |
| 21 | +- We removed icon collections from the module. |
15 | 22 |
|
16 | 23 | ### Changed
|
17 |
| -- We changed the javascript actions to be exclusive for Web platform. |
| 24 | + |
| 25 | +- We changed the javascript actions to be exclusive for Web platform. |
18 | 26 |
|
19 | 27 | ## [2.3.0] - 2021-9-28
|
20 | 28 |
|
21 | 29 | ### Added
|
22 |
| -- Added tile images for all the actions. |
| 30 | + |
| 31 | +- Added tile images for all the actions. |
23 | 32 |
|
24 | 33 | ## [2.2.0] - 2021-8-11
|
25 | 34 |
|
26 | 35 | ### Added
|
27 |
| -- Added the possibility to customize the picture quality from the "Take a picture" action. |
| 36 | + |
| 37 | +- Added the possibility to customize the picture quality from the "Take a picture" action. |
28 | 38 |
|
29 | 39 | ### Changed
|
30 |
| -- Changed the confirmation screen to hide the control buttons after confirmation while the picture is loading in the "Take a picture" action. |
31 |
| -- Changed the "Take a picture" action to hide the action buttons after taking a picture while waiting for the picture to be processed. |
| 40 | + |
| 41 | +- Changed the confirmation screen to hide the control buttons after confirmation while the picture is loading in the "Take a picture" action. |
| 42 | +- Changed the "Take a picture" action to hide the action buttons after taking a picture while waiting for the picture to be processed. |
32 | 43 |
|
33 | 44 | ## [2.1.1] - 2021-7-1
|
34 | 45 |
|
35 | 46 | ## Changed
|
36 |
| -- We changed the category of 'Take picture' action to 'Web camera' |
| 47 | + |
| 48 | +- We changed the category of 'Take picture' action to 'Web camera' |
37 | 49 |
|
38 | 50 | ## [2.1.0] - 2021-5-28
|
39 | 51 |
|
40 | 52 | ## Added
|
41 |
| -- We've added a JavaScript action to allow take picture in PWA and web apps |
| 53 | + |
| 54 | +- We've added a JavaScript action to allow take picture in PWA and web apps |
42 | 55 |
|
43 | 56 | ## [2.0.0] - 2021-4-20
|
44 | 57 |
|
45 | 58 | ### Added
|
46 |
| -- Adding compatibility with Studio Pro 9 |
| 59 | + |
| 60 | +- Adding compatibility with Studio Pro 9 |
47 | 61 |
|
48 | 62 | ## [1.0.0] - 2020-5-22
|
49 | 63 |
|
50 | 64 | ### Added
|
| 65 | + |
51 | 66 | Introducing web actions for accessibility purposes:
|
52 |
| -- Focus next |
53 |
| -- Focus previous |
54 |
| -- Set focus |
55 |
| -- Scroll to |
| 67 | + |
| 68 | +- Focus next |
| 69 | +- Focus previous |
| 70 | +- Set focus |
| 71 | +- Scroll to |
0 commit comments