Panda v1.1.0 Release Notes
Release Date: 2017-10-19 // almost 6 years ago-
โ 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