Versions Compared

Key

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

This release is for the most part for the Servoy NG Grid (aggrid), because we added support for a "map" property type: Property+Types

This map property type is just a key:value of string and primitives which are used to configure for the grid a few properties like "gridOptios" or "colDefs". But also "localeText" where the values of the keys can be an "i18n:xxx". Which will be resolved before sending it to the component.

 

Besides this the Bootstrapper has now support for native resources but can now also be used as a standalone starter. Because of the removal of Webstart in a future java version.

 

CSS Stylesheet
.issuekey {
white-space: nowrap;
}

...