Skip to content

1.0.0-beta.10

Compare
Choose a tag to compare
@lahmatiy lahmatiy released this 08 Feb 00:23
· 1197 commits to master since this release
  • Server/builder
    • Fixed config normalization in single model setup (#9)
  • Client
    • Bump jora to 1.0.0-alpha.8
    • Add a cache for Widget#querySuggestion()
    • Changed pinned popup to not close on mouseleave
    • Changed Popup API:
      • Method show takes a render function as second parameter (optional) instead of options
      • Added options.render(popupEl, triggerEl, hide) which is using when the second parameter to show method is undefined
      • Removed options.hoverElementToOptions (use options.render instead)
    • Fixed checkbox issue when checked is not set but name is set