Releases: Qminder/javascript-api
Releases · Qminder/javascript-api
Qminder API version 4.0.1
Qminder API Version 4.0.0
This version of the Javascript / TypeScript API brings major structural updates:
- Single code bundle for both Node and Web
- No longer shipping "unified bundled library" - use NPM or Yarn to
install Qminder API - Internal improvements, unit testing improvements
Migration notes
Install the newest version of the JS API with:
# if you use npm: npm install [email protected]
yarn add [email protected]
# install the peer dependency:
yarn add [email protected]
Perform the following steps:
- Imports for internal files (
qminder-api/build-es6/X
) must be replaced with
qminder-api/build/X
- Using a CommonJS compatible module bundler (Webpack, Parcel, ...) or runtime (Node)
is required now
Version 3.0.3
fix(graphql): Error when subscribing to GraphQL events #288
Version 3.0.2
This version exposes the ConnectionStatus
TypeScript type from the public API.
Version 3.0.1
Subscribing to getSubscriptionConnectionObservable returns last known state #285
Version 3.0.0
Replaced method for removing lines with a method for archiving.
Version 2.3.3
Setting connection status to connected only when server actually responds to init
Version 2.3.2
Method for updating line.
Version 2.3.1
Qminder API version 2.3.1 brings a small dependency update:
- RxJS 6.5.3 --> RxJS 6.5.5
Version 2.2.24
Qminder API version 2.2.24 - removes an unused data field on the InputField type.