Skip to content

v3.2.0

Choose a tag to compare

@superdingo101 superdingo101 released this 01 Apr 04:47
48e7c4d

Breaking Changes

  • background_transparent superseded by background_opacity allowing finer control. background_transparent will continue to work.

Features Added

  • Configurable background opacity. A new background_opacity numeric config option lets you control the transparency of the card's background color and image layers independently.
  • Swipe-to-navigate. Touch-based left/right swipe gestures now navigate between calendar periods, enabled by default and controllable via the new disable_swipe_controls: true config option.
  • Month view week-compact override. A new boolean show_all_details_month option (default false) makes the month view render events using the week-compact visual style while also overriding compact-height calculations.

Other Changes

  • Updated compatibility with UIX. Documented with examples on the github wiki.

What's Changed

Full Changelog: v3.1.0...v3.2.0