Skip to content

Commit

Permalink
feat: release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jun 25, 2020
1 parent 0d51266 commit 5060ce9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .unicorn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "timetable"
description: "📅 Customizable, animated calendar widget including day, week and month views"
homepage: "https://github.com/JonasWanke/timetable"
license: "apache-2.0"
version: "0.2.3"
version: "0.2.4"
categorization:
component:
values:
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### 📦 Build & CI
-->

## [Unreleased](https://github.com/JonasWanke/timetable/compare/v0.2.3...master)
## [Unreleased](https://github.com/JonasWanke/timetable/compare/v0.2.4...master)


## [0.2.4](https://github.com/JonasWanke/timetable/compare/v0.2.3...v0.2.4) · 2020-06-25

### 🎉 New Features
- `Timetable.onEventBackgroundTap`: called when tapping the background, e.g. for creating an event ([#20](https://github.com/JonasWanke/timetable/pull/20)), closes: [#18](https://github.com/JonasWanke/timetable/issues/18). Thanks to [@raLaaaa](https://github.com/raLaaaa)!
- add `EventProvider.simpleStream` as a simpler interface than `EventProvider.stream` ([e63bfb4](https://github.com/JonasWanke/timetable/commit/e63bfb4f974ce5319fd6f6bb12ebb561d8c5143c))

### 📜 Documentation updates
- improve streaming `EventProvider` documentation ([e63bfb4](https://github.com/JonasWanke/timetable/commit/e63bfb4f974ce5319fd6f6bb12ebb561d8c5143c)), fixes: [#19](https://github.com/JonasWanke/timetable/issues/19)


## [0.2.3](https://github.com/JonasWanke/timetable/compare/v0.2.2...v0.2.3) · 2020-06-15
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Timetable<BasicEvent>(
- [x] Theming
- [ ] Animate between different [`VisibleRange`]s
- [ ] Month-view, Agenda-view
- [ ] Listener when tapping the background (e.g. for creating an event)
- [x] Listener when tapping the background (e.g. for creating an event)
- [ ] Support for event resizing


Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.3"
version: "0.2.4"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: timetable_example
description: A simple example app for the timetable package
version: 0.2.3
version: 0.2.4

environment:
sdk: ">=2.7.0 <3.0.0"
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: timetable
description: "📅 Customizable, animated calendar widget including day & week views"
version: 0.2.3
version: 0.2.4
homepage: https://github.com/JonasWanke/timetable

environment:
Expand Down

0 comments on commit 5060ce9

Please sign in to comment.