Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

v0.17.0

Compare
Choose a tag to compare
@blutorange blutorange released this 11 May 20:21
· 40 commits to master since this release

0.17.0

  • update to PrimeFaces 7.0 (no guarantees it will work with PrimeFaces 6)
  • update to monaco editor 0.17.0
  • no more uses of eval.
  • due to the above: the property extender of the monacoEditor component, if given, must now be a valid JavaScript expression evaluating to an extender object. Loading the extender from an URL is not supported anymore. The recommended way is to define a factory function in an external file and call that.
  • client-side script widget.js now gets minified
  • add method whenReady to client-side widget
  • update npm and maven dependencies