mirror of https://github.com/SnapKit/SnapKit
Updated changelog
This commit is contained in:
parent
5ce5527327
commit
054d81c84f
|
@ -9,7 +9,7 @@ clean up the API. As such please use with caution and check your apps thoroughly
|
||||||
### Breaking
|
### Breaking
|
||||||
|
|
||||||
* iOS 7.0 support has been removed
|
* iOS 7.0 support has been removed
|
||||||
* `install` and `uninstall` have been removed, use `activate` and `deactivate` instead
|
* `install` and `uninstall` have been deprecated, use `activate` and `deactivate` instead
|
||||||
* DSL is now accessed through `.snp.*` rather than `.snp_*`. For example `view.snp.makeConstraints { }`
|
* DSL is now accessed through `.snp.*` rather than `.snp_*`. For example `view.snp.makeConstraints { }`
|
||||||
* Constraints are now updated through `update(offset:)`, `update(inset:)` and `update(priority:)`
|
* Constraints are now updated through `update(offset:)`, `update(inset:)` and `update(priority:)`
|
||||||
* `.inset()` will no longer take `CGPoint` or `CGSize` as input
|
* `.inset()` will no longer take `CGPoint` or `CGSize` as input
|
||||||
|
|
Loading…
Reference in New Issue