All Versions
17
Latest Version
Avg Release Cycle
128 days
Latest Release
2683 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
September 20, 2017- ๐ Fixes build warnings for Xcode 9 / iOS 11
- โ Adds support for safeLayoutGuide on iOS 11
-
v1.0.2 Changes
September 14, 2016 -
v1.0.1 Changes
May 29, 2016๐ - Added support for first/last baselines
๐ Two additional attributes
NSLayoutAttributeFirstBaseline
andNSLayoutAttributeLastBaseline
are now supported -
v1.0.0 Changes
March 31, 2016๐ Fixes some issues with install/uninstall vs activate/deactivate and modernises the project files
-
v0.6.4 Changes
December 22, 2015๐ - Add support for tvOS
-
v0.6.3 Changes
September 22, 2015๐ - Add support for view distribution (pingyourid)
-
v0.6.2 Changes
July 06, 2015๐ - Add support for iOS 8 margin attributes (CraigSiemens)
https://github.com/SnapKit/Masonry/pull/163
๐ - Add support for leading and trailing insets (montehurd)
https://github.com/SnapKit/Masonry/pull/168
๐ - Add support for Cartage (erichoracek)
https://github.com/SnapKit/Masonry/pull/182
โก๏ธ - Fix memory usage of updateConstraints
-
v0.6.1 Changes
February 03, 2015โ - Fix unused variable warning when compiled with NSAssert turned off
- Add aspect fit example (kouky)
-
v0.6.0 Changes
January 08, 2015๐ - Improved support of iOS 8
As of iOS 8 there is
active
property ofNSLayoutConstraint
available, which allows to (de)activate constraint without searching closest common superview.โ - Added support of iPhone 6 and iPhone 6+ to test project
-
v0.5.3 Changes
July 24, 2014๐ - Fixed compilation errors on xcode6 beta