Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thellmund authored May 6, 2019
1 parent 2a5c9b7 commit 3a7f056
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## Version 3.4
*(2019-05-06)*
- New: You can now use `WeekViewEvent.Builder` to build a `WeekViewEvent`.
- New: The styling of a `WeekViewEvent` is now done via `WeekViewEvent.Style`, which you can construct via `WeekViewEvent.Style.Builder`. You can use it to set the background color, text color, border width, border color and text strike-through of the event.
- New: `WeekView` now restores the currently displayed date on configuration changes.
- Fixed: Calls to `setHeaderRowTextColor()` and `setHeaderRowTextSize()` are no longer ignored.
- Fixed: Calling `notifyDataSetChanged()` results in `onMonthChange()` being called again.
- Fixed: On the day of a time change, 3 AM is no longer being shown twice in the time column.
- Fixed: `onMonthChange()` is no longer called unnecessarily.

Thanks to everyone who reported issues!

## Version 3.3
*(2019-03-17)*
- New: You can now define the time range to be displayed for each day by setting `minHour` and `maxHour` in your layout XML, or by calling `weekView.setMinHour()` and `weekView.setMaxHour()` in your code.
Expand Down

0 comments on commit 3a7f056

Please sign in to comment.