Skip to content

Commit

Permalink
Prepare to publish a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Feb 23, 2023
1 parent fd2a388 commit 7ce6463
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 7ce6463

Please sign in to comment.