BonMot Versions Save

Beautiful, easy attributed strings in Swift

6.1.3

11 months ago

Bug Fixes

Cleanup

New Contributors

Full Changelog: https://github.com/Rightpoint/BonMot/compare/6.1.2...6.1.3

6.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Rightpoint/BonMot/compare/6.1.1...6.1.2

6.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/Rightpoint/BonMot/compare/6.1.0...6.1.1

6.1.0

1 year ago

New Features

Full Changelog: https://github.com/Rightpoint/BonMot/compare/6.0.0...6.1.0

6.0.0

2 years ago

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

3 years ago

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

4 years ago

See all commits since 5.5.0.

Bug fixes

5.5.0

4 years ago

See all commits since 5.4.1.

New Features

  • Swift Package Manager support #376 (thanks @ZevEisenberg!)
  • Xcode 11 Test Plans #385

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

5.4.1

4 years ago

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

4 years ago

See all commits since 5.3.

New Features

  • Add support for Xcode 10.2 and Swift 5.0

Bug Fixes

  • Consider emoji when removing kerning from last character (#360, @LorDisturbia, @lukeandrews239)
  • Add AdaptiveStyle based on UIFontMetrics (#361, @ndonald2)

Deprecations

  • Drops official support for Xcode 9.x