Skip to content

Release 3.0.0

Choose a tag to compare

@uap-universe uap-universe released this 09 Aug 15:55
· 76 commits to master since this release
  • Upgrade to Angular 16
  • Add proper typing to all settings
  • Improve signatures of valuePrepareFunction, and filterFunction
  • Add valueStoreFunction as counter-part of the valuePrepareFunction
  • Change how filters are configured:
    • Add removeFilter() method
    • Change setFilter() to always remove all existing filters, first
    • Change filters to not automatically ignore empty strings
    • Remove andOperator parameter from setFilter() and addFilter()
  • Fix inconsistent return types between DataSource methods and their LocalDataSource implementations
  • Change custom renderer initialization and remove ViewCell interface
  • Remove ng2-completer
  • Remove angular2-multiselect-dropdown
  • Remove date filter type
  • Remove partially broken selectRow function
  • Remove deprecated settings
  • Remove undocumented settings

Note: With Angular 16 several breaking changes were introduced, which forced us to also introduce breaking changes
plus we cannot guarantee anymore, that the software is working with Angular 15 and below. This is why we decided to
have a hard cut by introducing a new major release that is only compatible with Angular 16 onwards.
If you want to stick with Angular 14 or Angular 15, please use version 2.10.0.

Full Changelog: v2.10.0...v3.0.0