upgrade fullcalendar to version 3
This commit is contained in:
@@ -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)
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user