Swiftpack.co - Swift Packages by Rightpoint

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by Rightpoint

Rightpoint/BonMot 6.1.3
Beautiful, easy attributed strings in Swift
⭐️ 3,507
🕓 45 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
6.1.3
45 weeks ago
## Bug Fixes * Fixes an issue where `byAdding(.extraAttributes(_:))` removes previously assigned `extraAttributes`. by @stleamist in https://github.com/Rightpoint/BonMot/pull/430 # Cleanup * Tidying by @ZevEisenberg in https://github.com/Rightpoint/BonMot/pull/431 * Update gems by @ZevEisenberg in https://github.com/Rightpoint/BonMot/pull/429 ## New Contributors * @stleamist made their first contribution in https://github.com/Rightpoint/BonMot/pull/430 **Full Changelog**: https://github.com/Rightpoint/BonMot/compare/6.1.2...6.1.3
6.1.2
1 year ago
## What's Changed * Allow calling `composed` with a list in addition to an array by @DevVenusK in https://github.com/Rightpoint/BonMot/pull/426 ## New Contributors * @DevVenusK made their first contribution in https://github.com/Rightpoint/BonMot/pull/426 **Full Changelog**: https://github.com/Rightpoint/BonMot/compare/6.1.1...6.1.2
6.1.1
1 year ago
## What's Changed * Add support for SwiftLint installed via Homebrew on Apple Silicon by @ZevEisenberg in https://github.com/Rightpoint/BonMot/pull/420 * Update gems by @ZevEisenberg in https://github.com/Rightpoint/BonMot/pull/421 * Bump podspec version, which I forgot to do when I released 6.1.0 by @ZevEisenberg in https://github.com/Rightpoint/BonMot/pull/422 **Full Changelog**: https://github.com/Rightpoint/BonMot/compare/6.1.0...6.1.1
6.1.0
1 year ago
## New Features * Add lineBreakStrategy paragraph attribute: https://github.com/Rightpoint/BonMot/pull/418 (@OhKanghoon) **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](https://github.com/Rightpoint/BonMot/compare/5.6.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
3 years ago
See [all commits since 5.5.1](https://github.com/Raizlabs/BonMot/compare/5.5.1...5.6.0). # 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](https://github.com/Raizlabs/BonMot/compare/5.5.0...5.5.1). # Bug fixes * Fix compilation issue with watchOS when integrated via SPM https://github.com/Rightpoint/BonMot/pull/388
5.5.0
4 years ago
See [all commits since 5.4.1](https://github.com/Raizlabs/BonMot/compare/5.4.1...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`.
4 years ago
See [all commits since 5.4](https://github.com/Raizlabs/BonMot/compare/5.4...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.
4 years ago
See [all commits since 5.3](https://github.com/Raizlabs/BonMot/compare/5.3...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
iOS macOS watchOS tvOS
Rightpoint/Anchorage 4.5.0
A collection of operators and utilities that simplify iOS layout code.
⭐️ 626
🕓 25 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.5.0
3 years ago
# New Features - Optional, faster-compiling alternatives to equality operators have been added (`/==/`, `/<=/`, `/>=/`). See #93 for details.
4.4.0
4 years ago
# New Features - Swift Package Manager support #86 (thanks @ZevEisenberg!) - Runs tests using Xcode 11 for Swift 4.2 and 5.0 # Deprecations - Drops official support for Xcode 10.x and Swift 4.0, although they should still continue to work. See [all commits since 4.3.1](https://github.com/Rightpoint/Anchorage/compare/4.3.1...4.4.0).
4 years ago
# New Features - Full support for Xcode 10.2 and Swift 5.0 # Deprecations - Drops official support for Xcode 9.x See [all commits since 4.3](https://github.com/Rightpoint/Anchorage/compare/4.3...4.3.1).
5 years ago
# New Features - Full support for Xcode 10 and Swift 4.2 (#62, @heyltsjay)
5 years ago
See [all commits since 4.2.3](https://github.com/Raizlabs/Anchorage/compare/4.2.3...4.2.4). # Bug Fixes - Allow construction of an `AnchorPair` outside of Anchorage. (#59, @ZevEisenberg) - Note: this change is non-breaking, but to realize its benefits, you may need to delete code like this if you had added it to your project: ```swift extension AnchorPair { init(first: T, second: U) { self.first = first self.second = second } } ```
5 years ago
See [all commits since 4.2.2](https://github.com/Raizlabs/Anchorage/compare/4.2.2...4.2.3). # Bug Fixes - Added support for building with Swift 4.2 in Xcode 10. (#60, @kabiroberai)
6 years ago
See [all commits since 4.2.1](https://github.com/Raizlabs/Anchorage/compare/4.2.1...4.2.2). # Bug Fixes - Updated to Swift 4.1 and Xcode 9 (#56, @irace) - Started building on CircleCI 2.0 (#57, @ZevEisenberg)
4.2.1
6 years ago
- Added support for nested batches, thanks to @sanekgusev (#52)
4.2
6 years ago
- Add support for multiplier constraints derived from axis, thanks to @sanekgusev
4.1
6 years ago
Anchorage 4.1 adds support for Xcode 9, iOS 11, tvOS 11, and macOS 10.13. This version also drops support for `Float80`. If you were previously using this floating-point type in UI code, you may want to... reconsider.
iOS macOS tvOS
Rightpoint/Swiftilities 0.26.0
A collection of useful Swift utilities.
⭐️ 184
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Version 0.26.0
3 years ago
## New Features: * Add Swift Package Manager support #177 ## Misc: * Use Xcode 12 on CI #179 * Add Swift 5.1 to badge #171
4 years ago
See [all commits since 0.25.0](https://github.com/Rightpoint/Swiftilities/compare/0.25.0...0.25.1). # Bug Fixes - Added toggle, for debug purposes, that logs the content offset of the Hairline Fade's scrollview. (#175, @needhamwoodj)
4 years ago
See [all commits since 0.24.0](https://github.com/Rightpoint/Swiftilities/compare/0.24.0...0.25.0). # Bug Fixes - Make `HairlineView` redraw on bounds change. Fixes issue where it was sometimes clear. (#172, @ZevEisenberg)
4 years ago
See [all commits since 0.23.0](https://github.com/Rightpoint/Swiftilities/compare/0.23.0...0.24.0). # New Features - Made index path utilities `public` (they were accidentally `internal`). (#170, @ZevEisenberg) - Make index path utilities usable without a table view. (#170, @ZevEisenberg) # Bug Fixes - Fix crash in `NavBarHairlineFadeBehavior`. (#137, @KingOfBrian) # Other Fixes - Update gems and pods in example project. (#170, @ZevEisenberg) - Clean up projects. (#163, @armcknight) - Clean up docs. (#168, #169, @armcknight)
Version 0.23.0
4 years ago
See [all commits since 0.22.1](https://github.com/Raizlabs/Swiftilities/compare/0.22.1...0.23.0). * TintedButton docs and screenshots #164 * Add logging documentation #165 * Swift 5 #167
Version 0.22.1
5 years ago
See [all commits since 0.22.0](https://github.com/Raizlabs/Swiftilities/compare/0.22.0...0.22.1). * Fix crash in `rz_tintedImage` https://github.com/Rightpoint/Swiftilities/pull/162
Version 0.22.0
5 years ago
See [all commits since 0.22.1](https://github.com/Raizlabs/Swiftilities/compare/0.21.1...0.22.0). # Breaking Changes - Prefix methods for tinted image https://github.com/Rightpoint/Swiftilities/pull/146 # New Features - Hairline docs and default axis https://github.com/Rightpoint/Swiftilities/pull/149
Version 0.21.1
5 years ago
See [all commits since 0.21.0](https://github.com/Raizlabs/Swiftilities/compare/0.21.0...0.21.1). * Fix Swift 4.2 warnings #151 * Resolves Swift 5 compatibility issue #155 * Republish podspec using CocoaPods 1.6 #157
0.21.0
5 years ago
See [all commits since 0.20.0](https://github.com/Raizlabs/Swiftilities/compare/0.20.0...0.21.0). # Breaking Changes - Change in Better Button `.custom` API # New Features - Update Cocoapods to `1.7.0.beta.3` - Better Button support for any `UIControl.State` with change in Better Button `.custom` API - Typo Fixes - Updated Documentation
5 years ago
See [all commits since 0.19.0](https://github.com/Raizlabs/Swiftilities/compare/0.19.0...0.20.0). # Breaking Changes - Drop Xcode 9 support # New Features - Full Xcode 10 and Swift 4.2 support # Bug Fixes - Fix keyboard avoidance animation curve crash
iOS macOS watchOS tvOS
Rightpoint/Stackable 0.1.7
Supercharged UIStackViews for Swift
⭐️ 18
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 0.1.7
2 years ago
## What's Changed * Disable user interaction on `StackableSpacer` by @colejd in https://github.com/Rightpoint/Stackable/pull/34 **Full Changelog**: https://github.com/Rightpoint/Stackable/compare/0.1.6...0.1.7
Release 0.1.6
2 years ago
## What's Changed * `*.stackable` is now available on classes that subclass `UIStackView` (#32) **Full Changelog**: https://github.com/Rightpoint/Stackable/compare/0.1.5...0.1.6
Release 0.1.5
2 years ago
Bugfix: Height Constraint fix
Release 0.1.4
3 years ago
Bugfix: Content Size height constraint
Release 0.1.3
3 years ago
Support for Swift Package Manager
Release 0.1.2
3 years ago
- make `.bindVisible` public - adds `spacesBetween` API to match hairlines
Release 0.1.1
3 years ago
- Fixes example project
Release 0.1.0
3 years ago
Welcome Stackable! Stackable is a delightful and declarative set of utilities for `UIStackView`. This is the initial release. Please use the Github issue tracker for feature requests and bug reports.
iOS
Rightpoint/ViewState 0.1.0
Small library for lightweight UIView and UIViewController state management on iOS
⭐️ 11
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Version 0.1.0
4 years ago
* Initial release
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics