Skip to content

Release 8.3.0

Compare
Choose a tag to compare
@kyubisation kyubisation released this 09 Sep 06:24

With this release the showcase has been refactored to also present documentation for the business package components. With that in mind, this marks the first stable release of @sbb-esta/angular-business.

Thank you to @efux, @daniele92vp and @gianluca-r for the contributions to the @sbb-esta/angular-business package and for bug fixes. Thank you also to @luecu for contributing a bug fix.
Special thanks to @timschoch and @daniel-sc for organizing the help of @daniele92vp and @gianluca-r.

Thanks to them, we can now provide one of the most requested features: The header

Bug Fixes

  • business/accordion: remove media query breakpoints (#139) (0e3d16a)
  • file-selector: fix upload with two way binding update (#135) (53de7b1), closes #115
  • public/ghettobox: correct line-height for icons (#117) (038185a)
  • table: fix tableAlignment for table headers in IE11 (#133) (1e5b950), closes #122
  • toggle: accept initial value for state (#130) (1851c94), closes #120
  • toggle: fire toggleChange only when status actually changes (#137) (5b4c8a5), closes #136
  • toggle: use for-loop in place of forEach on NodeList (#134) (494d46b), closes #125
  • usermenu: fix arrow overlap (#138) (cd99723), closes #132
  • usermenu: fix layout after click (#128) (21dd37c), closes #124

Features

  • expose secondary endpoints for all modules (#156) (cb10b27), closes #147
  • business/header: implement header component (#148) (daf44cb)
  • business/processflow: implement processflow for business (#153) (0e00da6), closes #140