Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/master' into patch-1
Browse files Browse the repository at this point in the history
Conflicts:
	src/common/TimeGrid.js
	src/common/common.css
  • Loading branch information
nullquery committed Jan 13, 2015
2 parents 2d53cfb + dfb373e commit 211088d
Show file tree
Hide file tree
Showing 81 changed files with 10,775 additions and 8,422 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fullcalendar",
"version": "2.2.3",
"version": "2.2.6",
"description": "Full-sized drag & drop event calendar",
"keywords": [
"calendar",
Expand Down
39 changes: 39 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@

v2.2.6 (2015-01-11)
-------------------

- Compatibility with Moment v2.9. Was breaking GCal plugin ([2408])
- View object's `title` property mistakenly omitted ([2407])
- Single-day views with hiddens days could cause prev/next misbehavior ([2406])
- Don't let the current date ever be a hidden day (solves [2395])
- Hebrew locale ([2157])

[2408]: https://code.google.com/p/fullcalendar/issues/detail?id=2408
[2407]: https://code.google.com/p/fullcalendar/issues/detail?id=2407
[2406]: https://code.google.com/p/fullcalendar/issues/detail?id=2406
[2395]: https://code.google.com/p/fullcalendar/issues/detail?id=2395
[2157]: https://code.google.com/p/fullcalendar/issues/detail?id=2157


v2.2.5 (2014-12-30)
-------------------

- `buttonText` specified for custom views via the `views` option
- bugfix: wrong default value, couldn't override default
- feature: default value taken from locale


v2.2.4 (2014-12-29)
-------------------

- Arbitrary durations for basic/agenda views with the `views` option ([692])
- Specify view-specific options using the `views` option. fixes [2283]
- Deprecate view-option-hashes
- Formalize and expose View API ([1055])
- updateEvent method, more intuitive behavior. fixes [2194]

[692]: https://code.google.com/p/fullcalendar/issues/detail?id=692
[2283]: https://code.google.com/p/fullcalendar/issues/detail?id=2283
[1055]: https://code.google.com/p/fullcalendar/issues/detail?id=1055
[2194]: https://code.google.com/p/fullcalendar/issues/detail?id=2194


v2.2.3 (2014-11-26)
-------------------

Expand Down
13 changes: 12 additions & 1 deletion dist/fullcalendar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* FullCalendar v2.2.3 Stylesheet
* FullCalendar v2.2.6 Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/
Expand Down Expand Up @@ -975,3 +975,14 @@ be a descendant of the grid when it is being dragged.
.fc-time-grid-event .fc-resizer:after {
content: "=";
}

hr.fc-timeline {
position: absolute;
border: 0px;
font-size: 0px;
height: 3px;
margin-top: -1px;
z-index: 2;
background: rgba(255, 0, 0, 0.25);
padding: 0px;
}
Loading

0 comments on commit 211088d

Please sign in to comment.