Skip to content

Commit

Permalink
Fixes #28 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione authored Jun 16, 2021
1 parent 4376cfa commit d233b7c
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 92 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1] - 16 June 2021
- `StepProgressIndicator` and `CircularStepProgressIndicator` constructors as `const`
- Added `stepMainAxisAlignment` and `stepCrossAxisAlignment` to align single step in `StepProgressIndicator` ([#28](https://github.com/SandroMaglione/step-progress-indicator/issues/28))

## [1.0.0] Nullsafety - 10 May 2021
- Added `removeRoundedCapExtraAngle` to `CircularStepProgressIndicator` to remove extra angle caused by `StrokeCap.butt` when `roundedCap` is applied ([#20](https://github.com/SandroMaglione/step-progress-indicator/issues/20#issue-786114745))
- Added the option to specify alignment for `StepProgressIndicator` (Thanks to [@faridg18](https://github.com/faridg18) for his contribution ([#15](https://github.com/SandroMaglione/step-progress-indicator/pull/15)))
Expand Down
Loading

0 comments on commit d233b7c

Please sign in to comment.