Releases: DeclarativeHub/Layoutless
Releases · DeclarativeHub/Layoutless
0.4.3
0.4.2
- SPM support fix. Thanks @rebeloper!
0.4.1
- Add configure parameter to stacks - thanks @theisegeberg!
0.4.0
- Move View, Control, Label, Button, TextField, ImageView, TableViewCell, CollectionViewCell, ViewController, Window into a UI namespace in order to avoid name collisions with future iOS frameworks.
0.3.0
🎊 Official Swift 5 support 🎉
Do not update if you are still using Xcode 10.1 or earlier.
0.2.1
- Expose
Lenght.constrain
publicly.
0.2.0
- Support for layout sets (trait queries). Check out readme.
0.1.5
- Fix a bug introduced by the previous release regarding safeArea.
0.1.4
- Add
relativeToSafeArea
support for iOS versions below iOS 11.
0.1.3
- Fix CocoaPods integration #2. Thanks @AlexLittlejohn!
- Fix typo in
embedding
.