fullcalendar-wrapper-rails 2.6.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d301a61818bd5c332ddf13c0472b39f09ab8bb71
4
- data.tar.gz: ae641f0343480b06f6f24aa52dca9a74a53ed397
3
+ metadata.gz: b272514fcae9825a1ca84d65d9a76b4c388bba81
4
+ data.tar.gz: 3f618229d6fd3997e53e09e23606a395f7ef4f76
5
5
  SHA512:
6
- metadata.gz: 151153c048d131ad56f33fb33ade288f6f4ec6c5bd29ee76aec2209505ca077493728646485da00334a667a507ae174fbffd45665148c3ee29e09fd0d4a1c963
7
- data.tar.gz: 9ad250f87deb58ee37fe36ba91faeddc91d2bf359c0e035e985c3abff9f9ec93daff7dfdd0e17701f9daaa15b41009e2a3ab9b38d2b2f2a19f0e9f81d2359bb4
6
+ metadata.gz: b42ba569b1319598d4dbfec0d5446f23c4faa7a4c27ad42b8be9efc86fac3ab2e4d74ebfe378f80e97061d3dc29f10105e4314275e723ec15afc0ff28406f7bd
7
+ data.tar.gz: f36af583b8ec438f4a011f0b36fa632895db370250bc0afde18a0c0d1d5c4280efd063b896c16f842a2b2ab982db2b672fd1bd30ef2ffec7024f2a424a7b5704
@@ -1,7 +1,7 @@
1
1
  module Fullcalendar
2
2
  module Wrapper
3
3
  module Rails
4
- VERSION = "2.6.0"
4
+ VERSION = "2.9.1"
5
5
  end
6
6
  end
7
7
  end
@@ -1,7 +1,423 @@
1
1
 
2
+ v2.9.1 (2016-7-31)
3
+ ------------------
4
+
5
+ - multiple definitions for businessHours (#2686)
6
+ - businessHours for single day doesn't display weekends (#2944)
7
+ - height/contentHeight can accept a function or 'parent' for dynamic value (#3271)
8
+ - fix +more popover clipped by overflow (#3232)
9
+ - fix +more popover positioned incorrectly when scrolled (#3137)
10
+ - Norwegian Nynorsk translation (#3246)
11
+ - fix isAnimating JS error (#3285)
12
+
13
+
14
+ v2.9.0 (2016-07-10)
15
+ -------------------
16
+
17
+ - Setters for (almost) all options (#564).
18
+ See [docs](http://fullcalendar.io/docs/utilities/dynamic_options/) for more info.
19
+ - Travis CI improvements (#3266)
20
+
21
+
22
+ v2.8.0 (2016-06-19)
23
+ -------------------
24
+
25
+ - getEventSources method (#3103, #2433)
26
+ - getEventSourceById method (#3223)
27
+ - refetchEventSources method (#3103, #1328, #254)
28
+ - removeEventSources method (#3165, #948)
29
+ - prevent flicker when refetchEvents is called (#3123, #2558)
30
+ - fix for removing event sources that share same URL (#3209)
31
+ - jQuery 3 support (#3197, #3124)
32
+ - Travis CI integration (#3218)
33
+ - EditorConfig for promoting consistent code style (#141)
34
+ - use en dash when formatting ranges (#3077)
35
+ - height:auto always shows scrollbars in month view on FF (#3202)
36
+ - new languages:
37
+ - Basque (#2992)
38
+ - Galician (#194)
39
+ - Luxembourgish (#2979)
40
+
41
+
42
+ v2.7.3 (2016-06-02)
43
+ -------------------
44
+
45
+ internal enhancements that plugins can benefit from:
46
+ - EventEmitter not correctly working with stopListeningTo
47
+ - normalizeEvent hook for manipulating event data
48
+
49
+
50
+ v2.7.2 (2016-05-20)
51
+ -------------------
52
+
53
+ - fixed desktops/laptops with touch support not accepting mouse events for
54
+ dayClick/dragging/resizing (#3154, #3149)
55
+ - fixed dayClick incorrectly triggered on touch scroll (#3152)
56
+ - fixed touch event dragging wrongfully beginning upon scrolling document (#3160)
57
+ - fixed minified JS still contained comments
58
+ - UI change: mouse users must hover over an event to reveal its resizers
59
+
60
+
61
+ v2.7.1 (2016-05-01)
62
+ -------------------
63
+
64
+ - dayClick not firing on touch devices (#3138)
65
+ - icons for prev/next not working in MS Edge (#2852)
66
+ - fix bad languages troubles with firewalls (#3133, #3132)
67
+ - update all dev dependencies (#3145, #3010, #2901, #251)
68
+ - git-ignore npm debug logs (#3011)
69
+ - misc automated test updates (#3139, #3147)
70
+ - Google Calendar htmlLink not always defined (#2844)
71
+
72
+
73
+ v2.7.0 (2016-04-23)
74
+ -------------------
75
+
76
+ touch device support (#994):
77
+ - smoother scrolling
78
+ - interactions initiated via "long press":
79
+ - event drag-n-drop
80
+ - event resize
81
+ - time-range selecting
82
+ - `longPressDelay`
83
+
84
+
85
+ v2.6.1 (2016-02-17)
86
+ -------------------
87
+
88
+ - make `nowIndicator` positioning refresh on window resize
89
+
90
+
91
+ v2.6.0 (2016-01-07)
92
+ -------------------
93
+
94
+ - current time indicator (#414)
95
+ - bundled with most recent version of moment (2.11.0)
96
+ - UMD wrapper around lang files now handles commonjs (#2918)
97
+ - fix bug where external event dragging would not respect eventOverlap
98
+ - fix bug where external event dropping would not render the whole-day highlight
99
+
100
+
101
+ v2.5.0 (2015-11-30)
102
+ -------------------
103
+
104
+ - internal timezone refactor. fixes #2396, #2900, #2945, #2711
105
+ - internal "grid" system refactor. improved API for plugins.
106
+
107
+
108
+ v2.4.0 (2015-08-16)
109
+ -------------------
110
+
111
+ - add new buttons to the header via `customButtons` ([225])
112
+ - control stacking order of events via `eventOrder` ([364])
113
+ - control frequency of slot text via `slotLabelInterval` ([946])
114
+ - `displayEventTime` ([1904])
115
+ - `on` and `off` methods ([1910])
116
+ - renamed `axisFormat` to `slotLabelFormat`
117
+
118
+ [225]: https://code.google.com/p/fullcalendar/issues/detail?id=225
119
+ [364]: https://code.google.com/p/fullcalendar/issues/detail?id=364
120
+ [946]: https://code.google.com/p/fullcalendar/issues/detail?id=946
121
+ [1904]: https://code.google.com/p/fullcalendar/issues/detail?id=1904
122
+ [1910]: https://code.google.com/p/fullcalendar/issues/detail?id=1910
123
+
124
+
125
+ v2.3.2 (2015-06-14)
126
+ -------------------
127
+
128
+ - minor code adjustment in preparation for plugins
129
+
130
+
131
+ v2.3.1 (2015-03-08)
132
+ -------------------
133
+
134
+ - Fix week view column title for en-gb ([PR220])
135
+ - Publish to NPM ([2447])
136
+ - Detangle bower from npm package ([PR179])
137
+
138
+ [PR220]: https://github.com/arshaw/fullcalendar/pull/220
139
+ [2447]: https://code.google.com/p/fullcalendar/issues/detail?id=2447
140
+ [PR179]: https://github.com/arshaw/fullcalendar/pull/179
141
+
142
+
143
+ v2.3.0 (2015-02-21)
144
+ -------------------
145
+
146
+ - internal refactoring in preparation for other views
147
+ - businessHours now renders on whole-days in addition to timed areas
148
+ - events in "more" popover not sorted by time ([2385])
149
+ - avoid using moment's deprecated zone method ([2443])
150
+ - destroying the calendar sometimes causes all window resize handlers to be unbound ([2432])
151
+ - multiple calendars on one page, can't accept external elements after navigating ([2433])
152
+ - accept external events from jqui sortable ([1698])
153
+ - external jqui drop processed before reverting ([1661])
154
+ - IE8 fix: month view renders incorrectly ([2428])
155
+ - IE8 fix: eventLimit:true wouldn't activate "more" link ([2330])
156
+ - IE8 fix: dragging an event with an href
157
+ - IE8 fix: invisible element while dragging agenda view events
158
+ - IE8 fix: erratic external element dragging
159
+
160
+ [2385]: https://code.google.com/p/fullcalendar/issues/detail?id=2385
161
+ [2443]: https://code.google.com/p/fullcalendar/issues/detail?id=2443
162
+ [2432]: https://code.google.com/p/fullcalendar/issues/detail?id=2432
163
+ [2433]: https://code.google.com/p/fullcalendar/issues/detail?id=2433
164
+ [1698]: https://code.google.com/p/fullcalendar/issues/detail?id=1698
165
+ [1661]: https://code.google.com/p/fullcalendar/issues/detail?id=1661
166
+ [2428]: https://code.google.com/p/fullcalendar/issues/detail?id=2428
167
+ [2330]: https://code.google.com/p/fullcalendar/issues/detail?id=2330
168
+
169
+
170
+ v2.2.7 (2015-02-10)
171
+ -------------------
172
+
173
+ - view.title wasn't defined in viewRender callback ([2407])
174
+ - FullCalendar versions >= 2.2.5 brokenness with Moment versions <= 2.8.3 ([2417])
175
+ - Support Bokmal Norwegian language specifically ([2427])
176
+
177
+ [2407]: https://code.google.com/p/fullcalendar/issues/detail?id=2407
178
+ [2417]: https://code.google.com/p/fullcalendar/issues/detail?id=2417
179
+ [2427]: https://code.google.com/p/fullcalendar/issues/detail?id=2427
180
+
181
+
182
+ v2.2.6 (2015-01-11)
183
+ -------------------
184
+
185
+ - Compatibility with Moment v2.9. Was breaking GCal plugin ([2408])
186
+ - View object's `title` property mistakenly omitted ([2407])
187
+ - Single-day views with hiddens days could cause prev/next misbehavior ([2406])
188
+ - Don't let the current date ever be a hidden day (solves [2395])
189
+ - Hebrew locale ([2157])
190
+
191
+ [2408]: https://code.google.com/p/fullcalendar/issues/detail?id=2408
192
+ [2407]: https://code.google.com/p/fullcalendar/issues/detail?id=2407
193
+ [2406]: https://code.google.com/p/fullcalendar/issues/detail?id=2406
194
+ [2395]: https://code.google.com/p/fullcalendar/issues/detail?id=2395
195
+ [2157]: https://code.google.com/p/fullcalendar/issues/detail?id=2157
196
+
197
+
198
+ v2.2.5 (2014-12-30)
199
+ -------------------
200
+
201
+ - `buttonText` specified for custom views via the `views` option
202
+ - bugfix: wrong default value, couldn't override default
203
+ - feature: default value taken from locale
204
+
205
+
206
+ v2.2.4 (2014-12-29)
207
+ -------------------
208
+
209
+ - Arbitrary durations for basic/agenda views with the `views` option ([692])
210
+ - Specify view-specific options using the `views` option. fixes [2283]
211
+ - Deprecate view-option-hashes
212
+ - Formalize and expose View API ([1055])
213
+ - updateEvent method, more intuitive behavior. fixes [2194]
214
+
215
+ [692]: https://code.google.com/p/fullcalendar/issues/detail?id=692
216
+ [2283]: https://code.google.com/p/fullcalendar/issues/detail?id=2283
217
+ [1055]: https://code.google.com/p/fullcalendar/issues/detail?id=1055
218
+ [2194]: https://code.google.com/p/fullcalendar/issues/detail?id=2194
219
+
220
+
221
+ v2.2.3 (2014-11-26)
222
+ -------------------
223
+
224
+ - removeEventSource with Google Calendar object source, would not remove ([2368])
225
+ - Events with invalid end dates are still accepted and rendered ([2350], [2237], [2296])
226
+ - Bug when rendering business hours and navigating away from original view ([2365])
227
+ - Links to Google Calendar events will use current timezone ([2122])
228
+ - Google Calendar plugin works with timezone names that have spaces
229
+ - Google Calendar plugin accepts person email addresses as calendar IDs
230
+ - Internally use numeric sort instead of alphanumeric sort ([2370])
231
+
232
+ [2368]: https://code.google.com/p/fullcalendar/issues/detail?id=2368
233
+ [2350]: https://code.google.com/p/fullcalendar/issues/detail?id=2350
234
+ [2237]: https://code.google.com/p/fullcalendar/issues/detail?id=2237
235
+ [2296]: https://code.google.com/p/fullcalendar/issues/detail?id=2296
236
+ [2365]: https://code.google.com/p/fullcalendar/issues/detail?id=2365
237
+ [2122]: https://code.google.com/p/fullcalendar/issues/detail?id=2122
238
+ [2370]: https://code.google.com/p/fullcalendar/issues/detail?id=2370
239
+
240
+
241
+ v2.2.2 (2014-11-19)
242
+ -------------------
243
+
244
+ - Fixes to Google Calendar API V3 code
245
+ - wouldn't recognize a lone-string Google Calendar ID if periods before the @ symbol
246
+ - removeEventSource wouldn't work when given a Google Calendar ID
247
+
248
+
249
+ v2.2.1 (2014-11-19)
250
+ -------------------
251
+
252
+ - Migrate Google Calendar plugin to use V3 of the API ([1526])
253
+
254
+ [1526]: https://code.google.com/p/fullcalendar/issues/detail?id=1526
255
+
256
+
257
+ v2.2.0 (2014-11-14)
258
+ -------------------
259
+
260
+ - Background events. Event object's `rendering` property ([144], [1286])
261
+ - `businessHours` option ([144])
262
+ - Controlling where events can be dragged/resized and selections can go ([396], [1286], [2253])
263
+ - `eventOverlap`, `selectOverlap`, and similar
264
+ - `eventConstraint`, `selectConstraint`, and similar
265
+ - Improvements to dragging and dropping external events ([2004])
266
+ - Associating with real event data. used with `eventReceive`
267
+ - Associating a `duration`
268
+ - Performance boost for moment creation
269
+ - Be aware, FullCalendar-specific methods now attached directly to global moment.fn
270
+ - Helps with [issue 2259][2259]
271
+ - Reintroduced forgotten `dropAccept` option ([2312])
272
+
273
+ [144]: https://code.google.com/p/fullcalendar/issues/detail?id=144
274
+ [396]: https://code.google.com/p/fullcalendar/issues/detail?id=396
275
+ [1286]: https://code.google.com/p/fullcalendar/issues/detail?id=1286
276
+ [2004]: https://code.google.com/p/fullcalendar/issues/detail?id=2004
277
+ [2253]: https://code.google.com/p/fullcalendar/issues/detail?id=2253
278
+ [2259]: https://code.google.com/p/fullcalendar/issues/detail?id=2259
279
+ [2312]: https://code.google.com/p/fullcalendar/issues/detail?id=2312
280
+
281
+
282
+ v2.1.1 (2014-08-29)
283
+ -------------------
284
+
285
+ - removeEventSource not working with array ([2203])
286
+ - mouseout not triggered after mouseover+updateEvent ([829])
287
+ - agenda event's render with no <a> href, not clickable ([2263])
288
+
289
+ [2203]: https://code.google.com/p/fullcalendar/issues/detail?id=2203
290
+ [829]: https://code.google.com/p/fullcalendar/issues/detail?id=829
291
+ [2263]: https://code.google.com/p/fullcalendar/issues/detail?id=2263
292
+
293
+
294
+ v2.1.0 (2014-08-25)
295
+ -------------------
296
+
297
+ Large code refactor with better OOP, better code reuse, and more comments.
298
+ **No more reliance on jQuery UI** for event dragging, resizing, or anything else.
299
+
300
+ Significant changes to HTML/CSS skeleton:
301
+ - Leverages tables for liquid rendering of days and events. No costly manual repositioning ([809])
302
+ - **Backwards-incompatibilities**:
303
+ - **Many classNames have changed. Custom CSS will likely need to be adjusted.**
304
+ - IE7 definitely not supported anymore
305
+ - In `eventRender` callback, `element` will not be attached to DOM yet
306
+ - Events are styled to be one line by default ([1992]). Can be undone through custom CSS,
307
+ but not recommended (might get gaps [like this][111] in certain situations).
308
+
309
+ A "more..." link when there are too many events on a day ([304]). Works with month and basic views
310
+ as well as the all-day section of the agenda views. New options:
311
+ - `eventLimit`. a number or `true`
312
+ - `eventLimitClick`. the `"popover`" value will reveal all events in a raised panel (the default)
313
+ - `eventLimitText`
314
+ - `dayPopoverFormat`
315
+
316
+ Changes related to height and scrollbars:
317
+ - `aspectRatio`/`height`/`contentHeight` values will be honored *no matter what*
318
+ - If too many events causing too much vertical space, scrollbars will be used ([728]).
319
+ This is default behavior for month view (**backwards-incompatibility**)
320
+ - If too few slots in agenda view, view will stretch to be the correct height ([2196])
321
+ - `'auto'` value for `height`/`contentHeight` options. If content is too tall, the view will
322
+ vertically stretch to accomodate and no scrollbars will be used ([521]).
323
+ - Tall weeks in month view will borrow height from other weeks ([243])
324
+ - Automatically scroll the view then dragging/resizing an event ([1025], [2078])
325
+ - New `fixedWeekCount` option to determines the number of weeks in month view
326
+ - Supersedes `weekMode` (**deprecated**). Instead, use a combination of `fixedWeekCount` and
327
+ one of the height options, possibly with an `'auto'` value
328
+
329
+ Much nicer, glitch-free rendering of calendar *for printers* ([35]). Things you might not expect:
330
+ - Buttons will become hidden
331
+ - Agenda views display a flat list of events where the time slots would be
332
+
333
+ Other issues resolved along the way:
334
+ - Space on right side of agenda events configurable through CSS ([204])
335
+ - Problem with window resize ([259])
336
+ - Events sorting stays consistent across weeks ([510])
337
+ - Agenda's columns misaligned on wide screens ([511])
338
+ - Run `selectHelper` through `eventRender` callbacks ([629])
339
+ - Keyboard access, tabbing ([637])
340
+ - Run resizing events through `eventRender` ([714])
341
+ - Resize an event to a different day in agenda views ([736])
342
+ - Allow selection across days in agenda views ([778])
343
+ - Mouseenter delegated event not working on event elements ([936])
344
+ - Agenda event dragging, snapping to different columns is erratic ([1101])
345
+ - Android browser cuts off Day view at 8 PM with no scroll bar ([1203])
346
+ - Don't fire `eventMouseover`/`eventMouseout` while dragging/resizing ([1297])
347
+ - Customize the resize handle text ("=") ([1326])
348
+ - If agenda event is too short, don't overwrite `.fc-event-time` ([1700])
349
+ - Zooming calendar causes events to misalign ([1996])
350
+ - Event destroy callback on event removal ([2017])
351
+ - Agenda views, when RTL, should have axis on right ([2132])
352
+ - Make header buttons more accessibile ([2151])
353
+ - daySelectionMousedown should interpret OSX ctrl+click as a right mouse click ([2169])
354
+ - Best way to display time text on multi-day events *with times* ([2172])
355
+ - Eliminate table use for header layout ([2186])
356
+ - Event delegation used for event-related callbacks (like `eventClick`). Speedier.
357
+
358
+ [35]: https://code.google.com/p/fullcalendar/issues/detail?id=35
359
+ [204]: https://code.google.com/p/fullcalendar/issues/detail?id=204
360
+ [243]: https://code.google.com/p/fullcalendar/issues/detail?id=243
361
+ [259]: https://code.google.com/p/fullcalendar/issues/detail?id=259
362
+ [304]: https://code.google.com/p/fullcalendar/issues/detail?id=304
363
+ [510]: https://code.google.com/p/fullcalendar/issues/detail?id=510
364
+ [511]: https://code.google.com/p/fullcalendar/issues/detail?id=511
365
+ [521]: https://code.google.com/p/fullcalendar/issues/detail?id=521
366
+ [629]: https://code.google.com/p/fullcalendar/issues/detail?id=629
367
+ [637]: https://code.google.com/p/fullcalendar/issues/detail?id=637
368
+ [714]: https://code.google.com/p/fullcalendar/issues/detail?id=714
369
+ [728]: https://code.google.com/p/fullcalendar/issues/detail?id=728
370
+ [736]: https://code.google.com/p/fullcalendar/issues/detail?id=736
371
+ [778]: https://code.google.com/p/fullcalendar/issues/detail?id=778
372
+ [809]: https://code.google.com/p/fullcalendar/issues/detail?id=809
373
+ [936]: https://code.google.com/p/fullcalendar/issues/detail?id=936
374
+ [1025]: https://code.google.com/p/fullcalendar/issues/detail?id=1025
375
+ [1101]: https://code.google.com/p/fullcalendar/issues/detail?id=1101
376
+ [1203]: https://code.google.com/p/fullcalendar/issues/detail?id=1203
377
+ [1297]: https://code.google.com/p/fullcalendar/issues/detail?id=1297
378
+ [1326]: https://code.google.com/p/fullcalendar/issues/detail?id=1326
379
+ [1700]: https://code.google.com/p/fullcalendar/issues/detail?id=1700
380
+ [1992]: https://code.google.com/p/fullcalendar/issues/detail?id=1992
381
+ [1996]: https://code.google.com/p/fullcalendar/issues/detail?id=1996
382
+ [2017]: https://code.google.com/p/fullcalendar/issues/detail?id=2017
383
+ [2078]: https://code.google.com/p/fullcalendar/issues/detail?id=2078
384
+ [2132]: https://code.google.com/p/fullcalendar/issues/detail?id=2132
385
+ [2151]: https://code.google.com/p/fullcalendar/issues/detail?id=2151
386
+ [2169]: https://code.google.com/p/fullcalendar/issues/detail?id=2169
387
+ [2172]: https://code.google.com/p/fullcalendar/issues/detail?id=2172
388
+ [2186]: https://code.google.com/p/fullcalendar/issues/detail?id=2186
389
+ [2196]: https://code.google.com/p/fullcalendar/issues/detail?id=2196
390
+ [111]: https://code.google.com/p/fullcalendar/issues/detail?id=111
391
+
392
+
393
+ v2.0.3 (2014-08-15)
394
+ -------------------
395
+
396
+ - moment-2.8.1 compatibility ([2221])
397
+ - relative path in bower.json ([PR 117])
398
+ - upgraded jquery-ui and misc dev dependencies
399
+
400
+ [2221]: https://code.google.com/p/fullcalendar/issues/detail?id=2221
401
+ [PR 117]: https://github.com/arshaw/fullcalendar/pull/177
402
+
403
+
404
+ v2.0.2 (2014-06-24)
405
+ -------------------
406
+
407
+ - bug with persisting addEventSource calls ([2191])
408
+ - bug with persisting removeEvents calls with an array source ([2187])
409
+ - bug with removeEvents method when called with 0 removes all events ([2082])
410
+
411
+ [2191]: https://code.google.com/p/fullcalendar/issues/detail?id=2191
412
+ [2187]: https://code.google.com/p/fullcalendar/issues/detail?id=2187
413
+ [2082]: https://code.google.com/p/fullcalendar/issues/detail?id=2082
414
+
415
+
2
416
  v2.0.1 (2014-06-15)
3
417
  -------------------
4
418
 
419
+ - `delta` parameters reintroduced in `eventDrop` and `eventResize` handlers ([2156])
420
+ - **Note**: this changes the argument order for `revertFunc`
5
421
  - wrongfully triggering a windowResize when resizing an agenda view event ([1116])
6
422
  - `this` values in event drag-n-drop/resize handlers consistently the DOM node ([1177])
7
423
  - `displayEventEnd` - v2 workaround to force display of an end time ([2090])
@@ -9,7 +425,6 @@ v2.0.1 (2014-06-15)
9
425
  - destroy method now removes fc-ltr class ([2033])
10
426
  - weeks of last/next month still visible when weekends are hidden ([2095])
11
427
  - fixed memory leak when destroying calendar with selectable/droppable ([2137])
12
- - `delta` parameters reintroduced in `eventDrop` and `eventResize` handlers ([2156])
13
428
  - Icelandic language ([2180])
14
429
  - Bahasa Indonesia language ([PR 172])
15
430