Robert Payne
27fd6fbb76
Update README.md
2016-09-19 15:50:06 +12:00
Robert Payne
5c7ede844a
Update podspec
2016-09-14 21:50:40 +12:00
Robert Payne
cc2629c2b8
Fix readme
2016-09-14 21:35:28 +12:00
Robert Payne
598aff86e0
Fix typo in readme
2016-09-14 21:32:54 +12:00
Robert Payne
92066d57fc
Updated readme
2016-09-14 21:31:04 +12:00
Robert Payne
a9bb93f64c
Updated podspec
2016-09-14 21:30:48 +12:00
Robert Payne
a810570794
Update readme
2016-09-14 21:29:01 +12:00
Robert Payne
4e2c897cab
Add migration guide
2016-09-14 21:28:57 +12:00
Robert Payne
054d81c84f
Updated changelog
2016-09-14 21:28:52 +12:00
Robert Payne
5ce5527327
Updated podspec
2016-09-14 21:00:41 +12:00
Robert Payne
f29d66a079
Add deprecated install/uninstall
2016-09-14 20:59:59 +12:00
Robert Payne
ffd450754a
Update deprecation notice versions
2016-09-14 20:59:51 +12:00
Robert Payne
e11ed2b1a4
Merge branch 'develop' of github.com:SnapKit/SnapKit into develop
...
# Conflicts:
# SnapKit.xcodeproj/project.pbxproj
# Source/ConstraintDescription.swift
# Source/ConstraintItem.swift
# Tests/Tests.swift
2016-09-14 20:57:57 +12:00
Robert Payne
f03dd0e85f
Merge branch 'feature/0.40.0' of github.com:SnapKit/SnapKit into develop
...
# Conflicts:
# .travis.yml
# CHANGELOG.md
# README.md
# SnapKit.podspec
# SnapKit.xcodeproj/project.pbxproj
# SnapKit.xcodeproj/xcshareddata/xcschemes/SnapKit OSX.xcscheme
# SnapKit.xcodeproj/xcshareddata/xcschemes/SnapKit iOS.xcscheme
# Source/Constraint.swift
# Source/ConstraintAttributes.swift
# Source/ConstraintDescription.swift
# Source/ConstraintMaker.swift
# Source/ConstraintView.swift
# Source/Debugging.swift
# Source/LayoutConstraint.swift
# Source/View+SnapKit.swift
# Tests/Tests.swift
2016-09-14 20:55:25 +12:00
Robert Payne
25bd7dab9e
Fix for tests
2016-09-14 20:49:36 +12:00
Robert Payne
fa96e379bc
Add tests to updated build scheme
2016-09-14 20:45:03 +12:00
Robert Payne
353e2e38b6
Merge branch 'feature/0.40.0' of github.com:SnapKit/SnapKit into feature/0.40.0
2016-09-14 20:44:50 +12:00
Robert Payne
fa5290e5ff
Improve project setup for multiplatform
2016-09-14 20:44:06 +12:00
Robert Payne
5ee6f49788
Update CHANGELOG.md
2016-09-13 22:33:43 +12:00
Robert Payne
67271dc666
Rework how updateConstraints works if no existing constraints
...
updateConstraints will no longer allow creation of new constraints but if you call updateConstraints and there have been no previous constraints created it will re-route to makeConstraints
2016-09-10 21:51:20 +12:00
Robert Payne
ac0b5829aa
Remove prints
2016-09-10 16:40:55 +12:00
Robert Payne
cdedbcdea7
Fix bug where pinning composite to composite would fail
2016-09-10 16:38:40 +12:00
Robert Payne
9b1a0519ee
Add back in equalToSuperview API
2016-09-10 16:31:28 +12:00
Robert Payne
527c3a0f3a
Merge pull request #290 from charleshkang/develop
...
Fixed landscape layout for redView and fixed typo in Contributing.md
2016-09-07 20:24:57 +12:00
Robert Payne
2e4cebf41d
Fix bug around view.snp.layoutConstraints being dealloc’d
2016-09-07 20:23:54 +12:00
Charles Kang
4a5a221636
Update CONTRIBUTING.md
2016-09-06 22:09:55 -04:00
charles
39eb8e8c28
Fixed landscape layout for redView and fixed typo in Contributing.md
2016-09-06 21:14:02 -04:00
Robert Payne
ca34ad4252
Updated changelog
2016-09-02 01:39:43 +12:00
Robert Payne
2764642a2d
Tweaks for OSX support
2016-09-02 01:39:08 +12:00
Robert Payne
514ec79042
Add support for edges to margins and margins to edges
2016-09-02 01:23:25 +12:00
Robert Payne
2f803657af
Update podspec
2016-09-02 00:58:22 +12:00
Robert Payne
c1ae9c28ac
More tests
2016-09-02 00:57:40 +12:00
Robert Payne
214682b806
Merge branch 'feature/0.40.0' of github.com:SnapKit/SnapKit into feature/0.40.0
2016-09-02 00:54:29 +12:00
Robert Payne
17db4dee15
Increase test coverage and fix bugs
2016-09-02 00:54:18 +12:00
Robert Payne
4da527ab19
Merge pull request #285 from uny/feature/0.40.0
...
Make ConstraintDescription.constraint lazy
2016-09-02 00:54:07 +12:00
Robert Payne
0219f730a7
Update changelog
2016-09-02 00:29:06 +12:00
Robert Payne
fc298aeaf4
Split up DSL and add support for UILayoutGuide
2016-09-02 00:27:26 +12:00
Robert Payne
64def58fd5
Merge pull request #287 from PSchu/develop
...
Added Support for UILayoutGuide
2016-09-01 23:26:44 +12:00
Robert Payne
ba6e1e2b9c
Merge pull request #288 from madhavajay/testSizeConstraints-fix
...
Fixed testSizeConstraints test as per suggestion
2016-09-01 23:22:11 +12:00
Madhava Jay
43c0f2b487
Fixed testSizeConstraints test as per suggestion:
...
https://github.com/SnapKit/SnapKit/pull/243
2016-08-31 13:40:54 +02:00
Peter Schumacher
d995bd134e
added a Test
2016-08-30 09:08:37 +02:00
Peter Schumacher
a07ead5c8c
added Support for UILayoutguide
2016-08-29 16:34:12 +02:00
Yuki Nagai
4bd29e82fb
Make ConstraintDescription.constraint lazy
2016-08-29 15:23:22 +09:00
Robert Payne
ae3012f884
Add more tests
2016-08-16 23:24:51 +12:00
Robert Payne
fbd807fd09
Alter how insets work when used as implied constant
...
Using make.left.bottom.equalTo(UIEdgeInsets) will now invert the right and bottom edge.
2016-08-16 23:24:48 +12:00
Robert Payne
7e8c173224
Allow implied superview for equalTo(constant)
2016-08-16 23:24:14 +12:00
Robert Payne
c1a3bda5a6
Merge branch 'feature/0.40.0' of github.com:SnapKit/SnapKit into feature/0.40.0
2016-08-16 22:53:49 +12:00
Robert Payne
79137bce68
Xcode 8 - Beta 6
2016-08-16 22:53:27 +12:00
Robert Payne
a772f08051
Remove unused code
2016-08-16 22:53:17 +12:00
Robert Payne
bd6643ff54
Enable coverage results in tests
2016-08-16 22:53:01 +12:00