Skip to content

v9.0.0

Compare
Choose a tag to compare
@tuentisre tuentisre released this 17 Feb 11:50
· 358 commits to main since this release

9.0.0 (2021-02-17)

Bug Fixes

  • ColorPalette: fix backgroundPromo color of O2ClassicColorPalette (#75) (fd87da0)
  • DataCard: fix border color of card (cb4c3b0)
  • HighlightedCard: add support for xib and storyboard (5e3afa7)
  • HighlightedCard: fix showActionButton and showCloseButton so that the value of the variables makes sense in English (b6a2921)
  • HighlightedCard: nake init with parameters: (title:subtitle:rightImage:actionButtonStyle:) configures the correct styles. (31f2bf6)
  • HighlightedCard: set multi lines support for both texts (title and subtitle) (#77) (657a3bc)
  • HighlightedCard,MediaCard,MediaCard,Stepper: fix border color by replacing "divider" by "border" of the color palette and set the border size to 1 px (66e4aae)
  • MediaCard: fix border color of card and vertical spacing after headline (f62b6f2)
  • Stepper: Update Lottie stroke width (#76) (0c9a35f)

BREAKING CHANGES

  • HighlightedCard: texts (title and subtitle) of HighlightedCard have no restrictions of number of lines and both add support multi lines.
  • Button: Make Button a UIControl #79) (4b57222)