Skip to content

v5.9.0@next

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 16:38
· 692 commits to next since this release
86dfd8e

5.9.0 (2023-06-09)

Bug Fixes

  • Update accessibility issue caused by merge (3e043a7)
  • code-snippet: Fix an a11y violation (6d01962)
  • file-uploader: Fix a11y role 'none' (236d9d7)
  • sidenav: Fix active item not showing (9aee510)
  • sidenav: Fix sub menu icon placement. (996b7a3)
  • table-toolbar: Fix a11y violations (bffaba8)
  • Create only 1 listbox element per combobox (5cd1eb1)
  • don't show empty node if condition doesn't satisfy (43b89d8)
  • Export new input wrapper components (d7155bd)
  • Group tiles using fieldset (9aab5f2)
  • Move input element out of label since it does not have a widget role (a0e2393)
  • NG0100 error when slider is used in template (5fb93b3)
  • No longer mark components as experimental (6017bb3)
  • Prevent too much recursion bug (b5d68f4)
  • remove eventService (87789b4)
  • Remove invalid aria-checked property in template (#2509) (61a6a0f)
  • Remove redundant else expression (59605c5)
  • Remove unnecessary setTimeout to prevent padding between callback (7fbd09f)
  • Set modifer to public to reference in template (c49f16f)
  • Update selectors and remove unused classes (1d4bd7a)
  • Updated links to UI builder (#2477) (a373a30)
  • use if/else in ng-template (146566c)
  • progress-indicator: Match style with Carbon design (e12e174)
  • progress-indicator: Match style with Carbon design (70b6410)
  • tabs: fix tab headers resize/scroll issue (757ac1f)

Features

  • Add accessible label to fieldset/group (aa1f954)
  • add additional wrapper components (4da1d32)
  • add placeholder for ibm number (#2511) (1069643)

Reverts

  • Revert "fix: don't show empty node if condition doesn't satisfy" (a58ee8a)