- Added Bootstrap progress bar. This uses Bootstrap's progress bar instead of jQuery UI. The Bootstrap progress bar does not use JavaScript for rendering and is therefore much smaller.
https://getbootstrap.com/docs/5.2/components/progress/


- Added Circle type. This renders a circular progress bar. The value can also be rendered as pie!


- Added 'stripes' property. This applies diagonal stripes to the background of the value. The stripes can also be animated.


- Added the ability to display text, instead of percentages.

- Added transition properties. This specifies the transition timing and duration when the value changes.

- Added 'border width' property to set the border size of the object.

- Added 'trigger' functionality. This can be used to trigger the value at a specific moment. For example, then the progress bar is scrolled into the viewport or via events. Also supports scroll continuously this changes the value of the progress bar based on the scroll position of the scrollbar.

Demos:
https://wysiwygwebbuilder.com/support/wb18tryouts/wb18_progressbar_overview.html
https://wysiwygwebbuilder.com/support/wb18tryouts/wb18_progressbar_trigger.html