Releases: TobitSoftware/chaynsnet-runtime
Releases · TobitSoftware/chaynsnet-runtime
version 2.40
Adds usage of login tapp v3
- We added the new version 3 of the login dialog to the runtime. It's shown in the newest david client versions and in the browser.
version 2.38
Fixes accessToken url parameter
- The release 2.36 breaks the url parameter, it was ignored because the parameter serves a user token and the runtime expected a renew token. This version fixes this behavior.
version 2.37
Adds support for chaynsCall 66
- We added the support for chaynsCall 66 "accessTokenStatusChange" to receive new user data without a tapp reload if the token was renewed.
version 2.36
Adds usage of renew token
- We changed the token type receiving from the login tapp from an user token to a renew token. A user is now logged in as long as he opened the runtime once within the last 60 days or he logs out.
- We now decide at the frontend wich login tapp should get loaded.
- We added that the token is automatically checked every 12 hours and if necessary gets renewed. It's now possible to let the runtime open for days without need to manually relogin after four days.
version 2.32
Adds support for chaynsCall 52
- We added the support for chaynsCall 52 "tobitWebTokenLogin" to support the old login tapp that still gets used in david®Client versions older than 7435
version 2.31
Fixes the backgoundColor parameter
- We fixed the backgroundColor parameter, which was not working like expected.
- We changed the OS tapp parameter back to current one after changing it temporary back to old one in version 2.29
version 2.30
Adds the font-awesome.css again
- We added the font-awesome.css again because the floating-button and the Dialogs allowing the user to set Icons by the font-awesome class name. Without the font-awesome.css this is not possible
version 2.29
Temporary changed OS tapp parameter back to previous one
- We changed the OS parameter that gets appended to tapps from 'chaynsnet-runtime' back to 'webshadowlight' to fix an issue with the caching of the chayns.js file. We will revert this change in a future release.
version 2.28
Adds new LoginTapp and performance improvements
- We renamed the project from ChaynsWebLight to chayns®net-runtime or in short cnrt.
- We updated the URL's of the TobitSoftware hosted cnrt.
- We changed the LoginTapp to the a new LoginTapp. The new LoginTapp supports more social logins and fixes problems with the facebook login (#6, #7).
- We improved the performance on page load. The tapps gets cached now and we only need to verify if the cache is valid instead of loading the whole tapp list.
- We removed the font-awesome.min.css, instead we use a solution by the chayns.min.css. This also improved the performance on page load.
- We fixed some ESLint errors.
version 2.27
Adds background-color based on colorMode
- We added that the background-color gets calculated based on the colorMode of the chayns site.