aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/CHANGELOG.txt
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-09-14 22:51:00 +0200
committerMario Vavti <mario@mariovavti.com>2016-09-14 22:51:00 +0200
commit0add06380f8bd153b7812efe7dc63a9f9be10be0 (patch)
treeca6b8e41f217e80ecc6ede6dfd44d4d274e4874a /library/fullcalendar/CHANGELOG.txt
parent81624a601a54eb761d4457b0cf7395f0fff0830f (diff)
downloadvolse-hubzilla-0add06380f8bd153b7812efe7dc63a9f9be10be0.tar.gz
volse-hubzilla-0add06380f8bd153b7812efe7dc63a9f9be10be0.tar.bz2
volse-hubzilla-0add06380f8bd153b7812efe7dc63a9f9be10be0.zip
upgrade fullcalendar to version 3
Diffstat (limited to 'library/fullcalendar/CHANGELOG.txt')
-rw-r--r--library/fullcalendar/CHANGELOG.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/library/fullcalendar/CHANGELOG.txt b/library/fullcalendar/CHANGELOG.txt
index f488738b8..d9b58ce97 100644
--- a/library/fullcalendar/CHANGELOG.txt
+++ b/library/fullcalendar/CHANGELOG.txt
@@ -1,4 +1,72 @@
+v3.0.0 (2016-09-04)
+-------------------
+
+Features:
+- List View (#560)
+ - new views: `listDay`, `listWeek`, `listMonth`, `listYear`, and simply `list`
+ - `listDayFormat`
+ - `listDayAltFormat`
+ - `noEventsMessage`
+- Clickable day/week numbers for easier navigation (#424)
+ - `navLinks`
+ - `navLinkDayClick`
+ - `navLinkWeekClick`
+- Programmatically allow/disallow user interactions:
+ - `eventAllow` (#2740)
+ - `selectAllow` (#2511)
+- Option to display week numbers in cells (#3024)
+ - `weekNumbersWithinDays` (set to `true` to activate)
+- When week calc is ISO, default first day-of-week to Monday (#3255)
+- Macedonian locale (#2739)
+- Malay locale
+
+Breaking Changes:
+- IE8 support dropped
+- jQuery: minimum support raised to v2.0.0
+- MomentJS: minimum support raised to v2.9.0
+- `lang` option renamed to `locale`
+- dist files have been renamed to be more consistent with MomentJS:
+ - `lang/` -> `locale/`
+ - `lang-all.js` -> `locale-all.js`
+- behavior of moment methods no longer affected by ambiguousness:
+ - `isSame`
+ - `isBefore`
+ - `isAfter`
+- View-Option-Hashes no longer supported (deprecated in 2.2.4)
+- removed `weekMode` setting
+- removed `axisFormat` setting
+- DOM structure of month/basic-view day cell numbers changed
+
+Bugfixes:
+- `$.fullCalendar.version` incorrect (#3292)
+
+Build System:
+- using gulp instead of grunt (faster)
+- using npm internally for dependencies instead of bower
+- changed repo directory structure
+
+
+v2.9.1 (2016-07-31)
+-------------------
+
+- multiple definitions for businessHours (#2686)
+- businessHours for single day doesn't display weekends (#2944)
+- height/contentHeight can accept a function or 'parent' for dynamic value (#3271)
+- fix +more popover clipped by overflow (#3232)
+- fix +more popover positioned incorrectly when scrolled (#3137)
+- Norwegian Nynorsk translation (#3246)
+- fix isAnimating JS error (#3285)
+
+
+v2.9.0 (2016-07-10)
+-------------------
+
+- Setters for (almost) all options (#564).
+ See [docs](http://fullcalendar.io/docs/utilities/dynamic_options/) for more info.
+- Travis CI improvements (#3266)
+
+
v2.8.0 (2016-06-19)
-------------------