Skip to content

Releases: sbb-design-systems/sbb-angular

Release 8.7.8

22 Nov 19:14
Compare
Choose a tag to compare

We moved! This project is now in the sbb-design-systems organization. GitHub will redirect links to the old space to the new, but you should update any links or git remotes you have.

The reason for the high patch version was difficulties with our new release process, which should now be stable.

This release also contains the now responsive header from @sbb-esta/angular-business. If you previously used the dropdown, you need to apply some changes. See the documentation.
Please note that the responsive design for the header is still experimental.

A big thanks to @daniel-sc, @Vlanz and @uzysset for their contributions!

Build System

  • build the showcase on release (d264228)
  • migrate public to business components for documentation (f634391)
  • normalize build commands (#215) (8ed7485)
  • switch from travis-ci to github actions (#214) (8a83ff5)

Features

  • business: implement dialog component (#202) (e625c59), closes #92
  • business: implement responsive menus for header (#224) (688bcf4)
  • business: implement tabs (#210) (dda0b43)
  • core: add sbb sso constants (#205) (ca67252)
  • public: add optional callbacks to jump marks in notification (#211) (302dc24), closes #131

Release 8.6.0

04 Oct 23:24
Compare
Choose a tag to compare

This release includes a reworked header component, which now supports app chooser sections and a responsive design. The responsive design is not yet finished for dropdowns in tablet and mobile resolutions.

Thanks to @efux and @Vlanz for their contributions!

Bug Fixes

  • business: add icon content child to button component and template (#188) (93307d0)
  • autocomplete freezes on backspacing (#182) (2e881cb), closes #144
  • normalized radio button behavior (#183) (ec0a25e), closes #126
  • tooltip positioning is now inside the viewport (#181) (dd5ba09), closes #176
  • icons: set focusable to false for svg icons (#174) (f19ef24), closes #155

Features

  • business: adapt usermenu styling (#190) (0b36f48), closes #91
  • business: implement app chooser and responsive mode for header (#192) (4d99161)
  • provide sbb-radio-group for radio-button type components (#186) (bc7cad2), closes #184

Deprecation Notice

  • Form controls on individual radion buttons and radio button panels are being deprecated. Form controls should be defined on sbb-radio-group. See the documentation on Radio Buttons and Radio Button Panels on how to use it.

Release 8.5.0

28 Oct 13:41
Compare
Choose a tag to compare

This is a rerelease of a past release. This has no effect, except being shown in GitHub releases.

This is an exceptional release, due to special circumstances of a consumer.
Thank you to @daniel-sc for the contributions.

Bug Fixes

Features

  • header: allow custom components for user menu and as additional header elements (a4cf3e6)

Release 8.4.1

17 Sep 09:56
Compare
Choose a tag to compare

Bug Fixes

  • showcase: fix code formatting (dfdb037)

Release 8.4.0

17 Sep 09:33
Compare
Choose a tag to compare

A big thank you to @Zer0P1, @daniele92vp and @gianluca-r for their contributions.

Bug Fixes

Features

Release 8.3.3

10 Sep 14:54
Compare
Choose a tag to compare

This is an exceptional patch release. (Hopefully the final one.)

Bug Fixes

Release 8.3.2

10 Sep 09:28
Compare
Choose a tag to compare

This is an exceptional patch release.

Bug Fixes

  • remove autogenerated from business components html (6f7b00e)

Release 8.3.1

09 Sep 07:11
Compare
Choose a tag to compare

The publish script had a hiccup during the release of 8.3.0, which is why we are now releasing 8.3.1.

Release 8.3.0

09 Sep 06:24
Compare
Choose a tag to compare

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

Release 8.2.2

23 Jul 15:16
Compare
Choose a tag to compare

Bug Fixes

  • table: fix align helper classes for .sbb-table (#113) (fad4627), closes #112