4.0 Release Candidate 1
Pre-release
Pre-release
See changes between BonMot 3.2 and 4.0.rc.1.
See all commits since 4.0.beta.1.
New Features
- Add support for vertical position, small caps, ligatures, and contextual alternates font features. (#173)
- Update example app and inline documentation. Add BonMot 3 → 4 migration guide.
Major/Breaking Changes
- Change the
StringStyle.style(...)
method to aStringStyle.init(parts:...)
initializer. (#222) - Renamed and re-scoped
StringStylePart
toStringStyle.Part
. (#232) - Move continuous integration build from Travis to Circle CI. (@dostrander, #230)
- Add a case to
StringStyle.Part
that takes aStringStyle
. Create a newstyled(with:overrideParts:)
function onComposable
. (@Imperiopolis, #233) - Re-scope
XMLRuleStyler
asXMLStyleRule.Styler
. (71e04df)
Minor Changes
- Add
currentStyle
toXMLStyler
protocol'sstyle
function. (d45c042)