Skip to content

Releases: Telefonica/mistica-ios

v29.3.0

21 Feb 08:40
Compare
Choose a tag to compare

29.3.0 (2024-02-21)

Features

v29.2.0

06 Feb 15:53
Compare
Choose a tag to compare

29.2.0 (2024-02-06)

Features

v29.1.1

02 Feb 08:17
Compare
Choose a tag to compare

29.1.1 (2024-02-02)

Bug Fixes

  • AccessibilityIdentifiers: IOS-9694 - New struct for common Ids (#334) (838aa6b)
  • List: Make list chevron accesibility identifier visible and configurable (#333) (28967aa)

v29.1.0

25 Jan 15:15
Compare
Choose a tag to compare

29.1.0 (2024-01-25)

Features

v29.0.0

25 Jan 12:51
Compare
Choose a tag to compare

29.0.0 (2024-01-25)

Features

  • Crouton: Fixed an error while the close button could not be presented with all the intervals supported (94f42d2)

BREAKING CHANGES

  • Crouton: Removed infiniteWithClose duration from SnackbarDismissInterval.

  • IOS-9726 Fix close button with any duration

  • Run swiftformat

v28.0.1

16 Jan 08:47
Compare
Choose a tag to compare

28.0.1 (2024-01-16)

Bug Fixes

  • TabsView: Allows consumers to select an item and deselect all (#328) (1191096)

v28.0.0

09 Jan 14:27
Compare
Choose a tag to compare

28.0.0 (2024-01-09)

Features

  • Image: added parameter to custom size image row in UIKit (269a8f2)
  • List: Add mising functionality to List (5a81b74)
  • Snackbar: Add Snackbar changes to the SwiftUI version (74fce28)

BREAKING CHANGES

  • List: List asset .image has been renamed to .custom. This custom case has as parameter .image(UIImage) or .url(URL)

  • https://jira.tid.es/browse/IOS-9421: Add support for url and image gesture

  • Snackbar: Added changes to the public methods in CroutonController to make it easier to configure.

  • IOS-9604 Added infinite interval to crouton and snackbar for the SwiftUI versions.

  • IOS-9604 Fixed an error returning dismiss reason when should be timeout.

  • Run swiftformat

  • IOS-9604 Added a config to be deterministic when selecting a time interval with/without an action. Added the same config to the crouton version in UIKit.

  • Run swiftformat

  • IOS-9604 Fixed PR comments

v27.0.0

10 Nov 12:43
Compare
Choose a tag to compare

27.0.0 (2023-11-10)

Features

  • crouton: Ios 9391 snackbar infinite actions (#322) (888e0b4)

BREAKING CHANGES

  • crouton: DismissHandlerBlock has changed and now has a CroutonControllerDismissReason as return parameter

  • IOS-9391 Add infinite time interval to Crouton.

  • Run swiftformat

  • IOS-9391 Fix PR comments.

  • Run swiftformat

  • IOS-9441 Add a reason parameter to know why the crouton was dismissed.

  • Run swiftformat

  • IOS-9441 Remove consecutive case for now.

v26.4.1

02 Nov 16:03
Compare
Choose a tag to compare

26.4.1 (2023-11-02)

Bug Fixes

  • URL: Fix URL extension to be internal instead of public to avoid possible collisions with other implementations (9b4e0cc), closes #321

v26.4.0

02 Nov 14:20
Compare
Choose a tag to compare

26.4.0 (2023-11-02)

Bug Fixes

  • DataCard: title, description or buttons could be empty (#317) (de7a87a)
  • Header: Setting a minimum height of 24px for rows in a Header (f6463a3)
  • Tag: update background color for inactive state (#319) (d3b95b8)
  • URL: Fix URL(string:) behavior on iOS 17 (63b7d0b)

Features

  • ListCellContentView: Add public titleTextColorType property to be able to change the center section title color. (d6a2dd9)