Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit e578431

Browse files
author
Illia Obukhau
authored
Merge pull request #1614 from mendix/chore/update-web-actions-changelogs
[WC-1274]: Update web-actions changelog
2 parents 2aeca65 + 0a7adc6 commit e578431

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

packages/jsActions/nanoflow-actions-web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
### Breaking
9+
### Added
1010

1111
- We added new actions: SetCookie, ReadCookie, SetFavicon.
1212

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,71 @@
11
# Changelog
2+
23
All notable changes to this widget will be documented in this file.
34

45
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).
56

67
## [Unreleased]
78

9+
### Added
10+
11+
- We added new actions: SetCookie, ReadCookie, SetFavicon.
12+
813
## [2.4.0] - 2022-1-25
914

1015
### Added
11-
- We added icons for dark mode.
16+
17+
- We added icons for dark mode.
1218

1319
### Removed
14-
- We removed icon collections from the module.
20+
21+
- We removed icon collections from the module.
1522

1623
### 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.
1826

1927
## [2.3.0] - 2021-9-28
2028

2129
### Added
22-
- Added tile images for all the actions.
30+
31+
- Added tile images for all the actions.
2332

2433
## [2.2.0] - 2021-8-11
2534

2635
### 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.
2838

2939
### 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.
3243

3344
## [2.1.1] - 2021-7-1
3445

3546
## 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'
3749

3850
## [2.1.0] - 2021-5-28
3951

4052
## 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
4255

4356
## [2.0.0] - 2021-4-20
4457

4558
### Added
46-
- Adding compatibility with Studio Pro 9
59+
60+
- Adding compatibility with Studio Pro 9
4761

4862
## [1.0.0] - 2020-5-22
4963

5064
### Added
65+
5166
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

Comments
 (0)