Skip to content

Releases: MeadCo/ScriptX.Print.Client

v1.16.4

Choose a tag to compare

@PeteGCole PeteGCole released this 16 Sep 14:38

fix inconsistency in result of connectAsync().
Package updates for jest and puppeteer to dramatically improve performance of tests.

UI dialog fix

Choose a tag to compare

@PeteGCole PeteGCole released this 28 May 18:49

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.

Choose a tag to compare

@PeteGCole PeteGCole released this 28 Apr 08:53

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

Choose a tag to compare

@PeteGCole PeteGCole released this 10 Mar 18:31

Fixes availablity of .map files.

v1.16.0

Choose a tag to compare

@PeteGCole PeteGCole released this 09 Dec 11:20

Support for ISV style licenses.

Bug fixes

Choose a tag to compare

@PeteGCole PeteGCole released this 12 Jul 10:56

An invalid server url now returns an error and fix some minimizers unable to process all files.

Dependency on jQuery removed

Choose a tag to compare

@PeteGCole PeteGCole released this 18 May 11:58

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

Choose a tag to compare

@PeteGCole PeteGCole released this 17 May 16:27

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

Choose a tag to compare

@PeteGCole PeteGCole released this 06 Nov 15:52

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

Choose a tag to compare

@PeteGCole PeteGCole released this 26 Sep 16:13

If use of Orchestrator is requested and it is unavailable report as error and do not fall back to port hunting.