2.1.1
TL;DR various bug fixes and improvements
- add
+horizontalEllipsis
toBONSpecial
(@mr-fixit, #88) - Useful
-description
implementation onBONChain
(#86) - Rebuild project from fresh
pod lib create
to get latest settings. This is a step on the road to gathering test coverage reports (#3). For now, when you runpod install
in the example project, you then have to add the BonMot target as a build dependency of the example project if you want to see coverage data. - Fix outdated documentation of syntax for appending (#95)
- Allow value of 0 to be passed for
indentSpacer
: #96 - Add BonMot logo to example project’s launch screen (694449c)
- Trivial code cleanup and typo fixes