HexagonJS
Progress Bar Changelog
2.7.1
ProgressBarV1
Deprecated
Replaced by ProgressBarV2. Pass featureFlags.useUpdatedClass: true in the constructor options to create a new style progress bar.
2.7.0
ProgressBarV1
Deprecated
Replaced by ProgressBarV2. Pass featureFlags.useUpdatedClass: true in the constructor options to create a new style progress bar.
2.5.3
ProgressBarV1
Deprecated
Replaced by ProgressBarV2. Pass featureFlags.useUpdatedClass: true in the constructor options to create a new style progress bar.
2.5.2
ProgressBarV1
Deprecated
Replaced by ProgressBarV2. Pass featureFlags.useUpdatedClass: true in the constructor options to create a new style progress bar.
2.5.1
ProgressBarV1
Deprecated
Replaced by ProgressBarV2. Pass featureFlags.useUpdatedClass: true in the constructor options to create a new style progress bar.
2.5.0
ProgressBarV1
Deprecated
Replaced by ProgressBarV2. Pass featureFlags.useUpdatedClass: true in the constructor options to create a new style progress bar.
2.4.0
ProgressBarV1
Deprecated
Replaced by ProgressBarV2. Pass featureFlags.useUpdatedClass: true in the constructor options to create a new style progress bar.
ProgressBarV2
Added
This prototype is not exposed directly. Use hx.ProgressBar with the featureFlags.useUpdatedClass: true option.
hx.ProgressBaroptionsObject
options
featureFlags
Added
Added featureFlags to enable a new progress bar class
hx.progressBaroptionsObject
options
featureFlags
Added
Added featureFlags to enable a new progress bar class
1.1.0
Bugfix
#78
Updated the progressbar background color to add more contrast
1.0.0
hx-progress-bar
Bugfix
Updated the progress bar styles to remove the need for !important flags.
hx-progress-bar
hx-compliment
Removed
Use .hx-complement instead
hx-progress-bar
hx-action
Added
Added new action context class and updated default styles.
hx.progressBarSelection
Added
Fluid api version of ProgressBar
0.13.0
ProgressBarV1
Removed
Added options to the constructor
ProgressBarV1
segmentssegmentsArray
segmentsArray
Updated
Added the ability to clear the segments by passing in undefined as the segments parameter.
ProgressBarV1
Added
Added options to the constructor
0.12.5
ProgressBarV1
segmentsProgressBar
Added
Added a way to create multi-segment progress bars
ProgressBarV1
segmentsArray
Added
A method for getting the segments in a progressbar
hx-progress-bar
hx-animate
Added
Added a class to animate the changes in progress of the progress bar to give a smooth motion.
0.12.0
ProgressBarV1
setProgress
Removed
ProgressBarV1
getProgressNumber
Removed
0.11.0
ProgressBarV1
setProgress
Deprecated
Use progress(value) instead.
ProgressBarV1
getProgressNumber
Deprecated
Use progress() instead.
ProgressBarV1
valueProgressBar
Added
Set the value of the progress bar. Expects a value between 0 and 1.
ProgressBarV1
valueNumber
Added
Get the value of the progress bar.
0.10.0
hx-progressbar
Removed
Use hx-progress-bar instead.
hx-progress-bar
Updated
Removed module-specific classes in favor of generic classes
hx-progress-bar
hx-progressbar-[n]
Removed
0.9.0
hx-progressbar
Deprecated
Use hx-progress-bar instead.
hx-progress-bar
Added
The class given to the root element of a progress bar
hx-progress-bar
hx-progressbar-[n]
Deprecated
All numbered color classes will be removed in a later version.Use the context classes instead.