Skip to content

Latest commit

 

History

History
111 lines (65 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

111 lines (65 loc) · 1.72 KB

Change log

1.4.2

  • [fix] Update d.ts file

1.4.1

  • [feat] Update d.ts file

1.4.0

  • [feat] loadLibrary invalid value management improvements

1.3.8

  • [feat] Update d.ts file
  • [doc] Examples update with renderElements

1.3.4

  • [feat] Removes promise polyfill

1.3.3

  • [doc] Readme update

1.3.2

  • [feat] Update d.ts file
  • [doc] Readme update
  • [doc] Examples refactor
  • [ci] Moved to Github Actions
  • [ci] Moved to Playwright
  • [doc] Licence

1.3.1

  • [feat] Update d.ts file
  • [doc] Examples improvements

1.3.0

  • [feat] Multiple loadLibrary method calls securization

1.2.0

  • [fix] Wait for KR ready

1.1.0

  • [feat] publicKey update with loadLibrary

1.0.0

  • [chore] Stable version (0.3.4)

0.3.4

  • Hash validation examples
  • Server side example
  • @types configuration for typescript
  • Error feedback improvements
  • Migration from Travis to CircleCI
  • Migration from selenium to TestCafe

0.3.3

  • Fix when the body is not inside the DOM (happen sometime with some frameworks)

0.3.2

  • do not add script tag if already exits (when library is removed and re-added)

0.3.1

  • Fix 'es6-promise/auto' dependency error

0.3.0

  • Fix transpiling issue with nuxt.js

0.2.8

  • Fix vulnerabilities
  • compiled target is not transpiled to ECMA5 (to avoid IE11 issues)

0.2.7

  • remove default credentials
  • trigger a console error log if credentials are not updated

0.2.6

  • add webpack rules to transpile en ES5
  • Update Glue class to singleton pattern

0.2.5

  • back to EC6/ app/index.js as main entry point
  • fix multi-loading errors

0.2.4

  • add kr-spa-mode to true by default
  • no default formToken defined in loadLibrary
  • main entry point is now the dist file en ES5

0.2.0

  • initial version