Releases: MeadCo/ScriptX.Print.Client
v1.16.4
UI dialog fix
Fixes an issue with selecting a new printer in the print dialogs implemented with Bootstrap 3/4 and use of the fetch API is enabled.
Development environment updates.
Removed use of vulnerable packages in dev environment.
Webpack used to create .map files.
Jest/puppetteer used for testing with a ScriptX.Services API test server based on Node.
No dependencies on Visual Studio/.NET
Minor fixes
Fixes availablity of .map files.
v1.16.0
Bug fixes
Dependency on jQuery removed
The dependency on jQuery has been removed.
If jQuery is not available browser native code will be used. If jQuery is available then the use of browser native code including the fetch() API can be forced by setting the attribute data-meadco-usefetch="true" or use var MeadCo = { useFetch: true } before loading the library.
Typically the server connection is tested on the first call and is then trusted as valid for the remainder of the page life time. The attribute data-meadco-trust-verified-connection="false" can be used to force verification of the connection to the server before each call to the server API.
v1.15.0
The dependency on jQuery has been removed.
If jQuery is not available browser native code will be used. If jQuery is available then the use of browser native code including the fetch() API can be forced by setting the attribute data-meadco-usefetch="true" or use var MeadCo = { useFetch: true } before loading the library.
Typically the server connection is tested on the first call and is then trusted as valid for the remainder of the page life time. The attribute data-meadco-trust-verified-connection="false" can be used to force verification of the connection to the server before each call to the server API.
Small improvements
Adds support for "securewarehouse" as well as "warehouse" as shortcuts to the MeadCo License Warehouse. "securewarehouse" uses https. ScriptX.Services for Windows PC v2.19.3 or later is required.
Improves the error messages when Orchestrator is not available.
Improvements in working with Orchestrator
If use of Orchestrator is requested and it is unavailable report as error and do not fall back to port hunting.