Skip to content

Releases: Telefonica/mistica-ios

v11.3.0

01 Jul 15:11
Compare
Choose a tag to compare

11.3.0 (2021-07-01)

Features

  • Controls: Update Checkbox and RadioButton animations (#112) (ff570de)

v11.2.0

05 May 10:28
Compare
Choose a tag to compare

11.2.0 (2021-05-05)

Bug Fixes

  • DarkMode: Update neutralHigh and skeletonWave colors (#113) (19397f1)

Features

v11.1.2

28 Apr 10:45
Compare
Choose a tag to compare

11.1.2 (2021-04-28)

Bug Fixes

  • DarkMode: Fix dark mode colors in classic o2 (#109) (7e6a7f6)
  • DarkMode: Update backgroundColor of ListViewCell (#110) (91b22b2)

v11.1.1

22 Apr 14:25
Compare
Choose a tag to compare

11.1.1 (2021-04-22)

Bug Fixes

v11.1.0

21 Apr 07:48
Compare
Choose a tag to compare

11.1.0 (2021-04-21)

Bug Fixes

  • DarkMode: Update background color of Button (a4b466e)
  • SectionTitle: fix more than one line. Add snapshot test. (36a75c7)

Features

v11.0.0

08 Apr 16:06
Compare
Choose a tag to compare

11.0.0 (2021-04-08)

Features

  • DarkMode: Components now support dark mode (5a1eb8a)
  • FontStyle: update font styles (334c49a)

BREAKING CHANGES

  • FontStyle: Text preset nomenclature has been reversed from smallest to largest

v10.0.0

10 Mar 09:18
Compare
Choose a tag to compare

10.0.0 (2021-03-10)

Bug Fixes

  • Feedbacks: Update Feedbacks handling of close and back buttons (201d9b7)
  • SnapshotTests: Update to iOS 14.4 / Xcode 12.4 (d8d3af3)

Features

  • ColorPalette: Update color palette (0b79886)

BREAKING CHANGES

  • ColorPalette: Some colors haven been renamed or removed
  • Feedbacks: Feedback configuration API related to back/close button has changed

v9.0.1

24 Feb 11:47
Compare
Choose a tag to compare

9.0.1 (2021-02-24)

Bug Fixes

  • Accessibility: improve Accessibility on Cards. Update Cards docs (#86) (3bbe36b)

v9.0.0

17 Feb 11:50
Compare
Choose a tag to compare

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)

v8.0.1

28 Jan 09:33
Compare
Choose a tag to compare

8.0.1 (2021-01-28)

Bug Fixes

  • HeaderView: add support for setting custom accessibility IDs and labels (#71) (97a98cd)
  • ListViewCell: Add missing accessibility identifiers in ListViewCell (#70) (33e1c8c)