SnapKit v3.0.1 Release Notes

Release Date: 2016-09-20 // over 7 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • Debug labels must now use a function rather than a property. snp.label = "" is now snp.setLabel("")

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed small memory leaks on all constraints #310
    • ๐Ÿ›  Fixed macOS bug preventing make.edges.equalTo(other.snp.edges) #309
    • ๐Ÿ›  Fixed bug preventing debug labels from being set. You must now use setLabel() #313
    • ๐Ÿ›  Fixed incorrect constant values when using leading/trailing and UIEdgeInsets #316