Skip to content

v9.0.0

Compare
Choose a tag to compare
@janivo janivo released this 15 Dec 16:46
· 138 commits to master since this release
3ac47ce

BREAKING CHANGES

  • elements|ino-popover: The colorScheme was updated with its possibilities now being light, dark, and primary (default). The equivalent of the old transparent option is light and needs to be updated accordingly. Same goes for the ino-tooltip.
  • elements-angular: We updated our underlying Angular to version 15 in order to make use of the newest features. In consequence, all Angular versions below 13 will no longer be supported.

Bug Fixes

  • elements|ino-radio-group: trigger valueChange upon clicking (#977) (4878306)
  • elements: fix typo in docs (stylsheet->stylesheet) (#1051) (313d9a1)
  • elements: link input and textarea element to its label (#1041) (5ad5f90)

Features

  • elements-angular: add support for Angular v15 (#868) (5562793)
  • elements|ino-accordion: improve accessibility (#1096) (517042a)
  • elements|ino-avatar: add loading animation (#1077) (b8ef09b)
  • elements|ino-markdown-editor: add dialog to edit links (#1024) (1efec20)
  • elements|ino-nav-drawer: accesibility improvements (#1036) (347edb4)
  • elements|ino-nav-drawer: add mobile variant (#1035) (5617375)
  • elements|ino-nav-drawer: enable navigation via keyboard (#1017) (02bf91f)
  • elements|ino-segment-button: add type property (#1095) (924c0fc)
  • elements|ino-select: improve accessibility (#1055) (d370dc2)
  • elements|ino-tab-bar: improve accessibility (#1098) (70b0523)
  • elements: add avatar component (#1018) (2e1fc97)
  • elements: add new icons (#1019) (180fd5a)
  • storybook: allow to choose different versions in storybook (#1022) (9028657)

Styles