Skip to content

Commit 5287dcd

Browse files
committed
Update README.md file and rest api version
1 parent 7af7278 commit 5287dcd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This implementation of the instant, on-the-fly conversion to HTML web applicatio
1515

1616
## Prerequisites
1717

18-
* NodeJS (release builds are currently built with v12.19.0)
18+
* NodeJS (release builds are currently built with v16.10.0)
1919

2020
* NPM (Included with NodeJS)
2121
For more information on installing Node.js, see [nodejs.org](https://nodejs.org).
@@ -65,7 +65,10 @@ The final Web Application will be in the *dist* directory and can be deployed to
6565
* Generated Pages: When the Instant Web Application, which enables enhancements such as relatively simple visual changes, does not meet all the requirements, it is recommended to generate Angular pages that can be modified, customized or further enhanced.*
6666
* Keyboard Mappings: Page specific actions can be mapped to a keyboard key (or to a combination of two keyboard keys).*
6767
* Logger: *Pretty-print & Server-side logging available.*
68-
68+
* Copy:Allows end-users to conveniently duplicate the contents of the current screen onto a pop-up window, to copy the field's contents as needed.
69+
* Print:Allows end-users to preview the contents of the current screen and print it.
70+
* Zoom:Allows end-users to adjust the size of the current screen
71+
* Style:Allows end-users to change the colors set for the displayed screens
6972

7073
## Configuration
7174

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "13.1.3",
2424
"@angular/router": "13.1.3",
2525
"@chenfengyuan/datepicker": "1.0.10",
26-
"@softwareag/applinx-rest-apis": "10.11.7",
26+
"@softwareag/applinx-rest-apis": "10.15.3",
2727
"@softwareag/dln": "2.0.0",
2828
"@softwareag/dlt": "12.0.0",
2929
"@types/rbush": "3.0.0",

0 commit comments

Comments
 (0)