Skip to content

Releases: backdrop-contrib/pretty_calendar

1.x-2.0.0-beta1

14 Sep 19:38
Compare
Choose a tag to compare
1.x-2.0.0-beta1 Pre-release
Pre-release

What's Changed

  • This pre-release introduces some major changes to templates and functionality. Feel free to test this release and report back. You will need to assess any custom template files you've made and adjust if needed.
  • New features:
    • Ability to link to the listing page or link to a modal dialog listing the events
    • An additional block for a "full" mode display which includes event information in the calendar itself on larger widths.

Documentation is still forthcoming so any indication of anything that may be confusing would be appreciated.

An upgrade hook to adapt the Pretty Calendar view is still needed. Testers may need to import the View from the default configuration.

Further changes will still be made before the official release of 1.x-2.x.

Full Changelog: 1.x-1.2.1...1.x-2.0.0-beta1

1.x-1.2.1

07 Aug 16:23
Compare
Choose a tag to compare

In this release:

  • Add a "Minimal" theme for the calendar. by @laryn in 64e5a74
  • Begin Day template cleanup. by @laryn in 228c81f
  • Backwards compatibility: don't change template variables/types. by @laryn in f187bd1
  • Add selected class if shown on listing page. by @laryn in 74fc437
  • Adjustment for class on empty days (vs. blank days). by @laryn in 9e695d3
  • A11y: Announce calendar refresh to screen readers. by @laryn in caa8ffd
  • A11y: Add aria-label to next and prev links. by @laryn in 3dca30a
  • Issue #3: Follow core setting for first day of the week. by @laryn in 0103621

Full Changelog: 1.x-1.2.0...1.x-1.2.1

1.x-1.2.0

16 Jul 17:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.x-1.1.2...1.x-1.2.0

1.x-1.1.2

12 Oct 17:53
Compare
Choose a tag to compare

Bug fix:

  • Prev/Next buttons adjusted to work with timezones ahead of GMT #8

1.x-1.1.1

12 Oct 17:42
Compare
Choose a tag to compare

Bug fix release:

1.x-1.1.0

12 May 16:36
Compare
Choose a tag to compare

There have been a number of improvements and code clean ups in this release. Notably:

  • Converting the daily calendar page listing to a view for easier customization 4a8b6cf
  • Adding an initial version of a new calendar theme for Backdrop/Basis (work in progress) 5d6cc30
  • Add an "additional days" option on the listing so it could show multiple days in the listing, or become a weekly list for example 1fccd27
  • Various bug fixes related to timezones

1.x-1.0.0

12 Mar 16:36
Compare
Choose a tag to compare

This is pretty much a straight port from Drupal 7 aiming for Backdrop functionality with no major changes.