UNPKG

1.28 kBMarkdownView Raw
1### 2.2.0 2022-08-31
2
3An event can now be repeated (selecting recurring type) after editing it, not only after saving it for the first time.
4
5### 2.1.8 2022-05-23
6
7Fixes an error that was occurring when trying to save a recurring event.
8
9### 2.1.7 2020-06-17
10
11Improves help text and labeling on fields.
12
13### 2.1.6 2020-03-31
14
15Updates the linter, removes an unused dependency, and sets up CircleCI.
16
17### 2.1.5
18
19The `month` pieces filter now includes all months that events span, not only the months in which they begin.
20
21### 2.1.3
22
23`upcoming` now takes end time into account.
24
25### 2.1.2
26
27Repeating events were incompatible with `apostrophe-workflow`. This issue has been fixed.
28
29### 2.1.1
30
31Use of `addFields` by modules extending `apostrophe-events` now works as expected.
32
33### 2.1.0
34
35Added `start` and `and` cursor filters.
36
37### 2.0.2
38
39Added `year`, `month` and `day` cursor filters, which are suitable for use with the `piecesFilters` option.
40
41### 2.0.1
42
43Fixed 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.