Shaw

Results 2 issues of Shaw

![3551540278603_ pic](https://user-images.githubusercontent.com/26650096/47417998-c89e5800-d7ab-11e8-9d33-bbccf8a869b4.jpg) 在高度变化的回调函数内代码如下 - (void)calendar:(FSCalendar *)calendar boundingRectWillChange:(CGRect)bounds animated:(BOOL)animated{ NSInteger height = CGRectGetHeight(bounds); [fsCalendar mas_updateConstraints:^(MASConstraintMaker *make) { make.height.mas_equalTo(height); }]; [self.view layoutIfNeeded]; } //追加,在方法内添加 [fsCalendar reloadData]; 就正常了

When is the plan to support the features of the new version? such as shared subscription, error handler, properties.

enhancement
mandatory