Releases: MeadCo/ScriptX.Print.Client
Releases · MeadCo/ScriptX.Print.Client
v1.8.0
v1.7.2: Reduce polution of window. by one
Interception of ctrl-p can be removed / is optional .
Remove uses of $ and replace with jQuery to avoid namespace collisions with other libraries.
DefaultPrinter() returns current OS default
With ScriptX.Services for Windows PC 2.11.1 or later DefaultPrinter() now returns the current system default printer as does DefaultPrinter() with ScriptX.Addon.
Emulation of printToFile and bug fixes.
factory.printing,printToFile is now emulated. This requires ScriptX.Services v2.11 or later.
Documentation is improved and using github pages - jsDoc3 is used.
A number of bug fixes:
- async initialisation of factory could be incomplete with a failure to get the default print settings
- factory.printing.Print() with frame object of window or window.self would throw an error. Now prints window.
- improve error parsing
Additions:
- Add support for global var MeadCo = { "logEnable": true }; in host page to produce detailed logs from the get-go
- Missing dialog implementations reported as error to console with help link rather than a "FeatureNotImplemented" dialog.
- Attribute based initialisation reports licensing errors - disable with attribute data-meadco-reporterror=false
- errorMessage property is now available on MeadCo.ScriptX.Print.Licensing
- factory emulation adds Ctrl-P keyboard handler to override browser handler as does .Addon.
Support for emulation of the printToFile property
Adds support for emulation of the printToFile property and bug fixes:
- Async init with MeadCoScriptXJS could fail to complete.
v1.6.3
v1.6.2
Changes to the UI Page/Print dialogs
- Remove the dependency on MeadCoScriptXJS and spinner libraries.
- Remove the dependency on factory emulation.
- Support Bootstrap 4 (the library will determine the Bootstrap version in use and use an appropriate design).
Bug fixes
- A few bug fixes/code improvements.
Bug fixes
Support for Service Descriptiion API and Direct (RAW) printing
.. and a small collection of bug fixes.
Minor improvements and fixes
v1.5.9 Bump version to 1.5.9 and build