Skip to content

Releases: sbb-design-systems/sbb-angular

Release 22.0.2

Choose a tag to compare

@mhaertwig mhaertwig released this 02 Jul 10:30

Documentation

  • another attempt to fix displaying previous versions (#2827) (96341a1)

Release 22.0.1

Choose a tag to compare

@mhaertwig mhaertwig released this 02 Jul 09:22

Documentation

  • fix display of previous versions in showcase (#2825) (4eeb63b)

Release 22.0.0

Choose a tag to compare

@mhaertwig mhaertwig released this 10 Jun 13:55

⚠ BREAKING CHANGES

  • angular/tooltip:
    • SBB_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER has been removed.
    • SBB_TOOLTIP_SCROLL_STRATEGY_FACTORY has been removed.
  • angular/select:
    • SBB_SELECT_SCROLL_STRATEGY_PROVIDER has been removed.
    • SBB_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY has been removed.
  • This updates our libraries to Angular 22 and fixes related errors.

Documentation

  • prepare 22.0.0 release and add steps to update guide (#2811) (33e4f51)

Release 21.0.3

Choose a tag to compare

@mhaertwig mhaertwig released this 13 May 07:56

Bug Fixes

  • angular/datepicker: allow weekday abbreviations with a period (#2798) (444d426)
  • angular/table: remove string-based DI tokens (#2770) (ec1c177)

Release 21.0.2

Choose a tag to compare

@mhaertwig mhaertwig released this 19 Jan 09:13

Bug Fixes

  • require at least angular 21.1.0 as peerDependency (#2758)

Release 21.0.1

Choose a tag to compare

@mhaertwig mhaertwig released this 15 Jan 13:11

Bug Fixes

  • angular/header-menu: close header menu on backdrop click (#2747) (145db6e), closes #2743
  • angular/select: provide scroll strategy in root (#2731) (881e33b)
  • angular/table: remove repeater strategy token (#2750) (608022d)
  • angular/tooltip: provide scroll strategy in root (#2732) (fb70fe5)
  • deps: update dependency tslib to v2.8.1 (8f268d8)
  • journey-maps-wc: use correct type file (#2751) (18f4f6d), closes #2735

Documentation

  • journey-maps: include 'stopUse' field in example data (#2741) (f186fed)

Release 21.0.0

Choose a tag to compare

@mhaertwig mhaertwig released this 11 Dec 14:13

⚠ BREAKING CHANGES

  • angular/sidebar: sbbSidebarAnimations symbol has been removed.
  • angular/accordion: sbbExpansionAnimations symbol has been removed.
  • angular/menu:
    • sbbMenuAnimations symbol has been removed.
    • SBB_MENU_SCROLL_STRATEGY_FACTORY has been removed.
    • SBB_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER has been removed.
  • angular/autocomplete:
    • SBB_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY has been removed.
    • SBB_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY has been removed.
    • SBB_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER has been removed.

Bug Fixes

  • angular/accordion: remove deprecated animation definitions (#2704) (52841ed)
  • angular/autocomplete: remove unused factory functions (#2695) (5cffb51)
  • angular/chips: provide default options in root (#2697) (cbb3230)
  • angular/menu: remove deprecated animation definitions (#2703) (ae327b6)
  • angular/menu: remove unused factory functions (#2696) (a8b61ff)
  • angular/sidebar: remove deprecated animation definitions (#2705) (c7b7b7d)

Documentation

Release 20.0.3

Choose a tag to compare

@mhaertwig mhaertwig released this 16 Sep 11:45

Bug Fixes

  • angular/autocomplete: don't throw NG0911 when destroyed during rendering (#2636) (5e9b5b1), closes #2515
  • angular/menu: do not auto-focus when hover opens menu (#2566) (ee176b8)

Documentation

  • migrate selectors to self-closing tags to align with Angular style (#2637) (d1b56bb)

Release 20.0.2

Choose a tag to compare

@mhaertwig mhaertwig released this 08 Sep 11:21

Bug Fixes

  • angular/dialog: return undefined when closing dialog via header button (#2629) (d031e79), closes #2496

Documentation

  • angular/autocomplete: add guidance for scroll event handling (#2612) (dd6e7e7), closes #2574

Release 20.0.1

Choose a tag to compare

@mhaertwig mhaertwig released this 19 Jun 09:59

Bug Fixes