Improves help text and labeling on fields.
Updates the linter, removes an unused dependency, and sets up CircleCI.
The month
pieces filter now includes all months that events span, not only the months in which they begin.
upcoming
now takes end time into account.
Repeating events were incompatible with apostrophe-workflow
. This issue has been fixed.
Use of addFields
by modules extending apostrophe-events
now works as expected.
Added start
and and
cursor filters.
Added year
, month
and day
cursor filters, which are suitable for use with the piecesFilters
option.
Fixed a significant performance bug. The events widget was fetching every widget rather than just those with the appropriate IDs. The set of results was then being winnowed by the algorithm for handling many widgets with one query, but not before considerable resources were spent fetching areas for those events, etc.