Skip to content

Releases: Rightpoint/BonMot

6.1.3

12 Jun 21:30
001139a
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where byAdding(.extraAttributes(_:)) removes previously assigned extraAttributes. by @stleamist in #430

Cleanup

New Contributors

Full Changelog: 6.1.2...6.1.3

6.1.2

08 Feb 01:21
a21eea1
Compare
Choose a tag to compare

What's Changed

  • Allow calling composed with a list in addition to an array by @DevVenusK in #426

New Contributors

Full Changelog: 6.1.1...6.1.2

6.1.1

15 Jun 14:38
2df34a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...6.1.1

6.1.0

12 Jun 15:41
Compare
Choose a tag to compare

New Features

Full Changelog: 6.0.0...6.1.0

6.0.0

30 Jun 20:46
69dd5eb
Compare
Choose a tag to compare

See all commits since 5.6.0.

Changelog

  • Xcode 13 compatibility #410 #411 #412 (see #415 for a known issue)
  • Swift Package Manager test support #412
  • Simplify StringStyle.update(part:) switch statement #396
  • Fixes UISegmentedControl extension crash and improves efficiency #398
  • New XMLStyleRule variants for dynamic styling #391
  • Fixes notifyContainedAdaptiveContentSizeContainers() #400
  • Add allowsDefaultTighteningForTruncation paragraph attribute #404
  • Fix enum for module stability #406
  • Use Xcode 12 on CircleCI and CocoaPods environment context #395
  • Test cleanup and typo fixes #405
  • Remove old email address #408
  • README updates #414 #340

Breaking changes

  • iOS 11.0 or higher
  • Xcode 12 or higher
  • Swift 5.0 or higher

5.6.0

18 Sep 18:17
f9f38fd
Compare
Choose a tag to compare

See all commits since 5.5.1.

New features

  • Support for APPLICATION_EXTENSION_API_ONLY #392
  • Xcode 11.4 fixes #389

Breaking changes

  • Minimum deployment target is now iOS 10.0 or higher

5.5.1

19 Mar 04:16
76fbef6
Compare
Choose a tag to compare

See all commits since 5.5.0.

Bug fixes

  • Fix compilation issue with watchOS when integrated via SPM #388

5.5.0

01 Feb 06:13
Compare
Choose a tag to compare

See all commits since 5.4.1.

New Features

This is the same as 5.5, however SPM requires semantic version patch, e.g. 5.5.0.

5.4.1

01 Jul 20:58
Compare
Choose a tag to compare

See all commits since 5.4.

Bug Fixes

  • Stop exporting a compatibility alias that was only ever intended to be used in the example project. Note that this is technically a breaking change, but it is unlikely that anyone was actually depending on the alias being there.

5.4

31 May 01:08
Compare
Choose a tag to compare
5.4

See all commits since 5.3.

New Features

  • Add support for Xcode 10.2 and Swift 5.0

Bug Fixes

Deprecations

  • Drops official support for Xcode 9.x