Skip to content

anyVista v0.0.9-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@arnemorken arnemorken released this 18 Nov 16:16
· 341 commits to main since this release

So, we needed one more alpha release.

CHANGES since previous release:

  • Updated to work with jQuery 3,7.0 and Font Awesome 6.4.2
  • New view options: "showButtonAddLinkGroup" and "simple"
  • Possible to have both global toolbar and toolbars for each view
  • Show a spinner during db operations
  • cbExecute() and onModelChange() supports extra object as in-parameter
  • Server always return number of elements in a group, as well as the group_type
  • Some internal changes:
    -- new and better way of handling id strings
    -- renamed "model.mode" to "model.source" and "view.kind" to "view.mode",
    -- split the createView() method into createModel() and createView().
  • Many bugfixes and minor improvements

TODO before next beta release:

  • alaSQL: Some async / await should be tested to see if they are neccessary
  • anyModel: Some async / await should be tested to see if they are neccessary
  • Implement sorting for local data
  • Go through all TODO comments in code
  • Standard plugins (anyVista types) only partially implemented
  • Server authorization (permissions) only partially implemented
  • Some view methods are not tested well enough
  • Support for back button on tablets not tested
  • Unit tests: Test for nonnumerical indexes in dataSearch
  • Documentation incomplete
  • Examples incomplete
  • Wordpress integration etc. not uploaded to GitHub
  • anyVista web site not created

See also TODO.html

Full Changelog: v0.0.8-alpha...v0.0.9-alpha