Skip to content

Release 8.8.0

Compare
Choose a tag to compare
@kyubisation kyubisation released this 28 Jan 13:46

A new feature in this release is the business table and pagination implementation. A big thank you to @Vlanz for the contribution. Also thank you @davide1995 for the bug fix for textarea.

This release contains new icons as experimental modules. For the future, we would like to implement something similar to the MatIcon, that will require only one module import. However this is in the very early conception phase and probably won't be done until Angular 10.

Bug Fixes

  • fix the disabled state of sbb-select (#262) (6f5c3e7), closes #244
  • use the correct SBB fonts (#260) (bb18668)
  • textarea: trigger calculation of remaining characters correctly (#252) (e3916dd), closes #217

Build System

  • shorten build script names by removing angular- (2dcf6d4)
  • update dependencies (#256) (1e8ced2)

Features