Skip to content

Commit

Permalink
πŸ”– 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilaair committed Nov 26, 2020
1 parent 6d54913 commit 858e76f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.2.0] - 26/11/2020.

### New features
* ✨ `onStartLoading`, `onFinishLoading` and `onError` functions. (#4)

### Enhancements
* πŸ“ Improved docs with higher coverage and syntax highlighting (Thanks to @Immortalin).
* ⚑️ Web widget is now constant. Better preformance.
* ✨ Update example to show new features.

## [0.1.4] - 23/11/2020.

* 🎨 Restructure code and fix warnings
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.4"
version: "0.2.0"
path:
dependency: transitive
description:
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: papercups_flutter
description: Flutter implementation of the papercups.io chat widget, built with a webview and provides customization options.
version: 0.1.4
version: 0.2.0
homepage: https://github.com/aguilaair/papercups_flutter

environment:
Expand Down

0 comments on commit 858e76f

Please sign in to comment.