Releases: sbb-design-systems/sbb-angular
Release 8.7.8
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
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
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
- showcase: correct import from @angular to @sbb-esta (#180) (fac7916)
- table: show pin mode shadow with OnPush change detection (#179) (d97749a), closes #177
Features
- header: allow custom components for user menu and as additional header elements (a4cf3e6)
Release 8.4.1
Bug Fixes
- showcase: fix code formatting (dfdb037)
Release 8.4.0
A big thank you to @Zer0P1, @daniele92vp and @gianluca-r for their contributions.
Bug Fixes
- handle scrolling correctly (#168) (c9fa496), closes #161
- showcase: fix example code loading (#167) (2e85d3d), closes #165
Features
Release 8.3.3
Release 8.3.2
This is an exceptional patch release.
Bug Fixes
- remove autogenerated from business components html (6f7b00e)
Release 8.3.1
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
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