Panda v2.0.0 Release Notes
Release Date: 2019-04-06 // almost 6 years ago-
๐ Changes
- ๐ Custom property and method names are removed, use original names instead.
- โก๏ธ Update to Swift 5.
Previous changes from v1.1.0
-
โ Additions
- ๐ง Objects can be configured inline and passed to a method, if the method accepts a
*Convertible
. For example,view.pd.mask(maskView.pd.background(.white))
.
๐ Changes
- ๐
add()
andremove()
methods now have partial type constraints.
- ๐ง Objects can be configured inline and passed to a method, if the method accepts a