# Changelog

## 3.1.3

`2021.01.08`

- fix: add opacity transition. [#96](https://github.com/react-component/progress/pull/96)
- chore: use github actions. [#97](https://github.com/react-component/progress/pull/97)
- chore: use dumi. [#98](https://github.com/react-component/progress/pull/98)

## 3.1.2

`2020.12.29`

- fix: line progress percentage. [#94](https://github.com/react-component/progress/pull/94)

## 3.1.1

`2020.10.21`

- chore: support react 17. [#87](https://github.com/react-component/progress/pull/87)

## 3.1.0

`2020-09-01`

- chore: use father. [#85](https://github.com/react-component/progress/pull/85)

## 3.0.0

- Refactor to hooks.

## 2.5.0

- Progress.Circle supports gradient color now. #73

![](https://user-images.githubusercontent.com/8358236/60152506-576be480-9813-11e9-9d0e-451060dfdcb9.png)

## 2.4.0

- publish TypeScript typings to the npm registry.
- fixed progress order in percent list.
- Add `transition` prop.

## 2.3.0

- `percentage` & `strokeColor` can now use array of value.

## 2.2.0
- when circle percent == 0, make stroke not visible

## 2.1.0
- Add `gapDegree` `gapPosition` props.

## 2.0.0

- refactor code
- Add `prefixCls` `className` `style` props.
- Add `strokeLinecap` for shape of end in progress bar.
