- 全系列增加 componentProps.
- 将 replay 迁至 scrollElement, replay 为 false 时, 上出场和上进场将不触发。
- 增加 onScroll 事件。
- componentWillReceiveProps 时增加解发滚动事件,解决块景模块跳动时不出现动画。
- ScrollLink 的 toHash 改为默认为 false;
- 升级 react 到 16;
- 去除 onAsynchronousAddEvent, 可查看异步 demo;
- 增加用例使用。
- 增加全部组件的
targetId
, 可定位到指定的 dom 进行滚动。 - 去除 parallax 的延时渲染。
- scrollElement 将支持 onChange, 进入与出去时触发.
- 所有的 scrollName 变更成 id;
- 去除 parallax 里的 scrollName;
- scrollLink 重构, 点击后直接回调 onFocus,
- scrollLink 增加将 to 添加到链接; toHash 设为 false 为不添加到链接.
- scrollLink 增加异步添加事件 onAsynchronousAddEvent(func);
- ScrollParallax 回调分开,增加 onStartBack, onCompleteBack.