aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/CHANGELOG.txt
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-30 02:36:24 -0800
committerzotlabs <mike@macgirvin.com>2016-12-30 02:36:24 -0800
commit693f7366a2f8f4e7c4686e5701ff182da848dbb5 (patch)
treee2af1ea9dcae9e70979d67684776e3ca42eae27f /library/fullcalendar/CHANGELOG.txt
parente8a2ad43158bf94d55e64a23040c4a84a9414720 (diff)
parentc9cbd2f4f6cb432c6558bd88d783b356f0311a09 (diff)
downloadvolse-hubzilla-693f7366a2f8f4e7c4686e5701ff182da848dbb5.tar.gz
volse-hubzilla-693f7366a2f8f4e7c4686e5701ff182da848dbb5.tar.bz2
volse-hubzilla-693f7366a2f8f4e7c4686e5701ff182da848dbb5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'library/fullcalendar/CHANGELOG.txt')
-rw-r--r--library/fullcalendar/CHANGELOG.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/library/fullcalendar/CHANGELOG.txt b/library/fullcalendar/CHANGELOG.txt
index e91ce3bd6..ed2eddb8a 100644
--- a/library/fullcalendar/CHANGELOG.txt
+++ b/library/fullcalendar/CHANGELOG.txt
@@ -1,4 +1,27 @@
+v3.1.0 (2016-12-05)
+-------------------
+
+- experimental support for implicitly batched ("debounced") event rendering (#2938)
+ - `eventRenderWait` (off by default)
+- new `footer` option, similar to header toolbar (#654, #3299)
+- event rendering batch methods (#3351):
+ - `renderEvents`
+ - `updateEvents`
+- more granular touch settings (#3377):
+ - `eventLongPressDelay`
+ - `selectLongPressDelay`
+- eventDestroy not called when removing the popover (#3416, #3419)
+- print stylesheet and gcal extension now offered as minified (#3415)
+- fc-today in agenda header cells (#3361, #3365)
+- height-related options in tandem with other options (#3327, #3384)
+- Kazakh locale (#3394)
+- Afrikaans locale (#3390)
+- internal refactor related to timing of rendering and firing handlers.
+ calls to rerender the current date-range and events from within handlers
+ might not execute immediately. instead, will execute after handler finishes.
+
+
v3.0.1 (2016-09-26)
-------------------