Child pages
  • 2019.12 Whats new

Versions Compared

Key

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

...

Because we upgraded the sql server driver to a new version (7.0.0 → 7.4.1) it could be that in the drivers dir that old file is left over as a 0 bytes file. Please remove that 0 bytes file, if you make a WAR file from that install then it could be that the server container (like Tomcat) will fail to start.

We improved the Content Security Policy to only work for browsers that support CSP level 3, but if you do include css of fonts from your solution less/css file that are external like:

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:100,200,400);

then this will currently fail in the browser "because it violates the following Content Security Policy directive" , You can turn this of with the property "servoy.ngclient.setContentSecurityPolicyHeader" thats on the admin page. 

New Features

  • Support for changing style classes on containers in responsive forms.  There is now api under forms.[responsiveform].containers.[containername] like add and remove styleclasses (SVY-14219)
  • utils.parseDate() has now a 3  argument method so you can use this for working better with dates in servoy for the current users timezone.  See for more info: Working with dates (SVY-14426)
  • NGDesktop export has more support for branding stuff by using an actual cloud building service, currently only working for Windows, OSX and Linux use still the pre build files so don't have all the options
  • NGDesktop support for selecting a directory, watching a whole folder and setting default size/location and remembering the user values for restart, set/get clipboard
  • OAuth plugin many improvements and nicer api for using it.
  • ProfilerView, support for filtering and better reporting of sql timings so you can more quickly see the sql times for certain method calls.
  • Better code completion and support for a common RuntimeComponent that handles both legacy and web components (SVY-14210)
  • NGClientUtils extension has now support for catching the back button (SVY-14176) and directly print a pdf (SVY-13926).

...