@@ -208,15 +208,15 @@ Let's see the options of each section.
208208
209209 Set it to ` true ` to activate support for Bootstrap 2. Incompatible with ` bootstrap3 ` option.
210210
211- Bootstrap 4 is the default supported version of Bootstrap.
211+ Bootstrap 4 and 5 are the default supported version of Bootstrap.
212212
213213* __ bootstrap3__ :
214214
215215 Default: ` false ` (Boolean)
216216
217217 Set it to ` true ` to activate support for Bootstrap 3. Incompatible with ` bootstrap2 ` option.
218218
219- Bootstrap 4 is the default supported version of Bootstrap.
219+ Bootstrap 4 and 5 are the default supported version of Bootstrap.
220220
221221* __ colorClasses__ :
222222
@@ -226,7 +226,7 @@ Let's see the options of each section.
226226 depending on the strength of the password.
227227
228228 Keep in mind that for Boostrap 2 a ` bar- ` prefix will be added, that for
229- Boostrap 3 the prefix will be ` progress-bar- ` , and that for Bootstrap 4 it
229+ Boostrap 3 the prefix will be ` progress-bar- ` , and that for Bootstrap 4 and 5 it
230230 will be ` progress- ` . This is the case for the progress bar, not the verdicts.
231231 For the verdicts there is no prefix whatsoever.
232232
@@ -236,14 +236,14 @@ Let's see the options of each section.
236236
237237 Displays the password strength in a progress bar.
238238
239- * __ progressExtraCssClasses__ : (Bootstrap 3 & 4 only)
239+ * __ progressExtraCssClasses__ : (Bootstrap 3, 4 & 5 only)
240240
241241 Default: ` "" ` (String)
242242
243- CSS classes to be added to the generated progress wrapper of the progress-bar. It is meant to make
244- use of the extra classes provided by Bootstrap. The classes will be added to
245- the proper DOM element depending of which version of Bootstrap is being
246- used.
243+ CSS classes to be added to the generated progress wrapper of the progress-bar.
244+ It is meant to make use of the extra classes provided by Bootstrap. The classes
245+ will be added to the proper DOM element depending of which version of Bootstrap
246+ is being used.
247247
248248 E.g.
249249 ``` css
@@ -301,8 +301,9 @@ Let's see the options of each section.
301301 If the ` showVerdictsInsideProgressBar ` option is active, then the verdicts
302302 won't appear on the popover.
303303
304- _ Note: In Bootstrap 4, the popper.js library is required. More details in
305- [ the Bootstrap documentation] ( https://getbootstrap.com/docs/4.1/components/popovers/ ) .
304+ _ Note: In Bootstrap 4 & 5, the popper.js library is required. More details in
305+ [ the Bootstrap 4 documentation] ( https://getbootstrap.com/docs/4.1/components/popovers/ )
306+ or [ the Bootstrap 5 documentation] ( https://getbootstrap.com/docs/5.0/components/popovers/ ) .
306307 In previous versions tooltip.js and popover.js must be included._
307308
308309* __ popoverPlacement__ :
0 commit comments