You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/migration-guide.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,10 @@ the [Bootstrap grid docs](https://getbootstrap.com/docs/5.0/layout/grid/#row-col
160
160
### Select
161
161
- <spanclass="badge bg-danger">Breaking</span> Dropped `bs_size` property. Use `size` instead.
162
162
163
+
### Spinner
164
+
-`Spinner` has a new prop `show_delay` which can be used to control how long a component should be loading for before the spinner shows.
165
+
- <spanclass="badge bg-danger">Breaking</span> `debounce` prop has been renamed to `hide_delay` to mirror `show_delay`. This prop adds a delay to the spinner being hidden once the child component has finished loading.
0 commit comments