From 91c11d646538c634e24ea85c5f985b2f32f8fe96 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Sun, 12 Jul 2020 18:13:26 +0530 Subject: toasts: make default duration 5s (#31109) Co-authored-by: XhmikosR --- site/content/docs/5.0/components/toasts.md | 2 +- site/content/docs/5.0/migration.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'site/content/docs') diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index 50d09478c..ee8eba458 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -309,7 +309,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap delay number - 500 + 5000 Delay hiding the toast (ms) diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 093e99819..fc8a8dc61 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -24,6 +24,10 @@ toc: true - Renamed `whiteList` option to `allowList` +#### Toasts + +- Make default toast duration 5 seconds + #### Tooltips - Renamed `whiteList` option to `allowList` -- cgit v1.2.3