Releases: Rightpoint/BonMot
Releases · Rightpoint/BonMot
6.1.3
Bug Fixes
- Fixes an issue where
byAdding(.extraAttributes(_:))
removes previously assignedextraAttributes
. by @stleamist in #430
Cleanup
- Tidying by @ZevEisenberg in #431
- Update gems by @ZevEisenberg in #429
New Contributors
- @stleamist made their first contribution in #430
Full Changelog: 6.1.2...6.1.3
6.1.2
What's Changed
- Allow calling
composed
with a list in addition to an array by @DevVenusK in #426
New Contributors
- @DevVenusK made their first contribution in #426
Full Changelog: 6.1.1...6.1.2
6.1.1
What's Changed
- Add support for SwiftLint installed via Homebrew on Apple Silicon by @ZevEisenberg in #420
- Update gems by @ZevEisenberg in #421
- Bump podspec version, which I forgot to do when I released 6.1.0 by @ZevEisenberg in #422
Full Changelog: 6.1.0...6.1.1
6.1.0
New Features
- Add lineBreakStrategy paragraph attribute: #418 (@OhKanghoon)
Full Changelog: 6.0.0...6.1.0
6.0.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
New features
Breaking changes
- Minimum deployment target is now iOS 10.0 or higher
5.5.1
Bug fixes
- Fix compilation issue with watchOS when integrated via SPM #388
5.5.0
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
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
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