Skip to content

Tags: torrobinson/progress-steps-webcomponent

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CSS Styling

- Refactored styling to be done via CSS variables rather than JavaScript during initialization
- Added CSS variable knobs to the demo page

1.0.3

Toggle 1.0.3's commit message
Fixed buggy auto-sizing labels

Rewrote the hacky programmatic sizing. Replaced with simply programmatically setting known stepper width and step count, and let CSS use `calc()` to figure out stepper control widths and step title widths

1.0.2

Toggle 1.0.2's commit message
Resize bugfix

- The resizing/recalculation of step labels now happens on initialization, and when the device's orientation is changed.
- The resize has now been smoothed to the default animation speed (can be changed
- Fixed bug causing extra padding on either side after a resize

1.0.0

Toggle 1.0.0's commit message
Updated readme