Skip to content

Commit 87b328e

Browse files
committed
release v0.2.0
1 parent e925979 commit 87b328e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## [0.2.0] - 2021-01-20
1+
## [0.2.0] - 2021-02-02
22
* A `MediaProvider` can now also have a description that can be useful when sharing the media to other apps.
3-
* The hero animation now works also for text media
3+
* The hero animation now works also for text media.
4+
* Specify context menu items for `MediaPreviewWidget`s by specifying the `contextMenuEntries` and `onContextMenuSelected` parameters.
45

56
## [0.1.0] - 2021-01-19
67

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Add this dependency your pubspec.yaml file:
5858

5959
```
6060
dependencies:
61-
enough_media: ^0.1.0
61+
enough_media: ^0.2.0
6262
```
6363
The latest version or `enough_media` is [![enough_media version](https://img.shields.io/pub/v/enough_media.svg)](https://pub.dartlang.org/packages/enough_media).
6464

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_media
22
description: Extensible collection of media viewers for preview and interactive experiences.
3-
version: 0.1.0
3+
version: 0.2.0
44
homepage: https://github.com/enough-software/enough_media
55

66
environment:

0 commit comments

Comments
 (0)