fix(refresher): default to disabled false, add to breaking changes

also updates the preview demo to add to the top of the list on pull to
refresh

fixes #14879
This commit is contained in:
Brandy Carney
2018-07-26 16:20:17 -04:00
parent 0db643df45
commit f1826a6efc
19 changed files with 129 additions and 23 deletions

View File

@ -5443,7 +5443,7 @@ declare global {
*/
'complete': () => void;
/**
* If true, the refresher will be hidden. Defaults to `true`.
* If true, the refresher will be hidden. Defaults to `false`.
*/
'disabled': boolean;
/**
@ -5489,7 +5489,7 @@ declare global {
*/
'closeDuration'?: string;
/**
* If true, the refresher will be hidden. Defaults to `true`.
* If true, the refresher will be hidden. Defaults to `false`.
*/
'disabled'?: boolean;
/**