Переглянути джерело

changelog about generic view

Adam Shaw 9 роки тому
батько
коміт
33209a2e4d
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -10,6 +10,8 @@ Features:
 - `dateAlignment` - custom view alignment, like start-of-week (#3113)
 - `dateAlignment` - custom view alignment, like start-of-week (#3113)
 - `dayCount` - force a fixed number-of-days, even with hiddenDays (#2753)
 - `dayCount` - force a fixed number-of-days, even with hiddenDays (#2753)
 - `showNonCurrentDates` - option to hide day cells for prev/next months (#437)
 - `showNonCurrentDates` - option to hide day cells for prev/next months (#437)
+- can define a defaultView with a duration/visibleRange/dayCount with needing
+  to create a custom view in the `views` object. Known as a "Generic View".
 
 
 Behavior Changes:
 Behavior Changes:
 - when custom view is specified with duration `{days:7}`,
 - when custom view is specified with duration `{days:7}`,