diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a57764..fe13ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.0 + +- `SiriWave`'s background is now transparent -- which should now be visible in light backgrounds. +- `SiriWaveOptions`' `backgroundColor` property is deprecated, has no effect, + and will be removed in a future version. +- Added `showSupportBar` property to `SiriWaveOptions` to show/hide the support bar on iOS 9 style waveform. By default, the support bar is shown. +- Improved code quality. + ## 0.2.2 - Applied more lints to source code. diff --git a/pubspec.yaml b/pubspec.yaml index 8671997..66188b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: siri_wave description: A Flutter package to create beautiful waveforms like in Siri. -version: 0.2.2 +version: 0.3.0 repository: https://github.com/halildurmus/siri_wave environment: