Skip to content

Releases: MeadCo/ScriptX.Print.Client

v1.16.4

16 Sep 14:38

Choose a tag to compare

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

UI dialog fix

28 May 18:49

Choose a tag to compare

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.

28 Apr 08:53

Choose a tag to compare

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

10 Mar 18:31

Choose a tag to compare

Fixes availablity of .map files.

v1.16.0

09 Dec 11:20

Choose a tag to compare

Support for ISV style licenses.

Bug fixes

12 Jul 10:56

Choose a tag to compare

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

Dependency on jQuery removed

18 May 11:58

Choose a tag to compare

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

17 May 16:27

Choose a tag to compare

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

06 Nov 15:52

Choose a tag to compare

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

26 Sep 16:13

Choose a tag to compare

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