Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Java 9/10 support, see java 9 in developer for more info how to set this up correctly (Eclipse upgraded to 4.7.3)
  • Push announcements, so that Servoy can push news related events directly to the developer (once)
  • Some performance improvements
  • Better support from Import/Export hooks (can edit them without changing active solution)
  • Show documentation/Move code improvements for the solex for solution/module code. (for example move sample works for doc with @example tag)
  • Added a preference to disable the auto sync that the developer does for i18n messages (from the table to the workspace)
  • Various enhancements to the Form Designer and Form Hierarchy viewer

...

  • War exporter can now export multiply multiple main solutions, not just the active one (and its modules)
  • web.xml that is generated inside the war can be customized

...

  • SolutionModel Form.getWebComponents()/getWebComponent(name) now searches through the hierarchy for responsive forms (this only applies to the form instance not the LayoutContainer, those will only give the component thats really a direct child.
  • databaseManager.saveData(undefinedVallueundefinedValue) would do a normal save, now it will just return false and don't do anything.

...