Skip to content

Releases: TobitSoftware/chaynsnet-runtime

version 2.40

26 Mar 13:13
Compare
Choose a tag to compare

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

26 Mar 13:11
Compare
Choose a tag to compare

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

26 Mar 13:08
Compare
Choose a tag to compare

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

26 Mar 13:05
Compare
Choose a tag to compare

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

07 May 12:57
Compare
Choose a tag to compare

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

07 May 12:48
Compare
Choose a tag to compare

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

07 May 12:47
Compare
Choose a tag to compare

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

27 Mar 17:30
Compare
Choose a tag to compare

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

27 Mar 14:58
Compare
Choose a tag to compare

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

12 Mar 15:30
Compare
Choose a tag to compare

Adds background-color based on colorMode

  • We added that the background-color gets calculated based on the colorMode of the chayns site.