forked from CartoDB/carto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
451 lines (350 loc) · 11.4 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
3.11.05 (XX//08/2014)
- Added support for query_wrapper in torque layers
3.11.04 (12//08/2014)
- Fixes ugly word break in text overlays.
- Updates leaflet to 0.7.3
3.11.03 (08//08/2014)
- Fixes rendering issues with webfonts.
3.11.02 (07//08/2014)
- No longer sets the width to the text overlays.
3.11.01 (07//08/2014)
- Improves text and image overlay positioning.
3.11.0 (06//08/2014)
- If available visualization uses layer visibility settings from CartoDB viz.json.
- Map header styles changed.
- Support for new kind of overlays (text and image).
3.10.2 (11//07/2014)
- Added instanciateCallback to allow to cache instanciation responses
- fixed rendering order in cdb.vis.addInfowindow (#126)
- torque tiles use cdn_url from windshaft
3.10.1 (09//06//2014)
- Updated torque library
- Fixed showing "no data" on empty tooltips (#122)
3.10.0 (04//06//2014)
- Fixed problem for already customized infowindows setting width property.
3.9.08 (03//06//2014)
- New "liquid" infowindow style implemented.
3.9.07 (03//06//2014)
- Fixed exception on hover for layers without tooltip
- Improved tooltip interaction
- Changed cartocss library to support marker-type "rectangle"
- Fixed setParam when there are no default params (#120)
3.9.06 (25//05//2014)
- Allowfullscreen parameter added to iframe code
in share dialog.
- Fixes link style in embed header
- Enables custom legends in Torque.
3.9.05 (19//05//2014)
- Fixed tileJSON method in cdb.Tiles
- Adds support for Markdown in descriptions
3.9.04 (14//05//2014)
- Added position parameter in Tooltip overlay
3.9.03 (14//05//2014)
- Added tooltip option in createLayer method
3.9.02 (14//05//2014)
- Fixes torque width for small screens
3.9.01 (14//05//2014)
- Fixed regression for mouseover event in layers
3.9.00 (13//05//2014)
- indents HTML of legends
- fixed getSubLayer in core library
- added tooltip loading from viz.json
3.8.11 (28//04/2014)
- adds new link to the visualization in the share dialog.
3.8.10 (21//04/2014)
- fixed problem parsing map viz options when values are not valid
- fixed interaction in IE8
- getCartoCSS and getSQL raise an exception for named maps
- fixed core library
- added url translation for https for cartodb basemaps
3.8.09 (04//04/2014)
- fixed map instanciation when named map has no layer information
3.8.08 (03//04/2014)
- fixed layer visibility
3.8.07 (03//04/2014)
- fixed attribution position for gmaps
- fixed maps api request when all the layers are hidden
- fixed error in gmaps when tile loading raises an error
- fixed panBy on leaflet when torque layers are used
3.8.06 (27//03//2014)
- fixed layer interaction is not disabled when sublayer is hidden
3.8.05 (25//03/2014)
- update torque library
- fixed interaction with naned maps when there is a hidden layer
- added multiple metrics
3.8.04 (20//03//2014)
- prevent the scrolling of the map when the user scrolls the infowindow content.
- enables the scrollwheel when the user enters in the fullscreen model.
- fixes the embed_map url in the share dialog.
- raised leaflet maxZoom from 18 to 30
- fixed setting interactivity in private layers should raise an exception (#108)
- added metrics for tile and layergroup loading time
3.8.03 (15//03//2014)
- fixed addCursorInteraction
- fixed fieldCount when there are no fields in infowindow
3.8.02 (14//03//2014)
- use cdn_url from tiler requests
- use https to fetch infowindow data when https is used
- changes default target for the fullscreen option in embeds
3.8.01 (13//03/2014)
- fixed nokia https to http url rewrite
3.8.00 (11//03//2014)
- Added mouseover and mouseout for layers
- Fixed error in old IE browsers for torque visualizations.
- Changed CartoDB attribution style under google maps.
3.7.07 (10//03//2014)
- Fixes infowindow placement in fullscreen mode.
3.7.06 (07//03//2014)
- alternate_names in infowindow was not being honored
3.7.05 (06//03//2014)
- Added setParams method to layer to support named maps (#106)
- fixed problems with infowindow when there are hidden layers
3.7.04 (27//02//2014)
- fixed layer update in gmaps
- when jsonp is used errors are not reported to the layer
- updated torque, fix problem with some cartocss options (step)
3.7.03 (25//02//2014)
- Fixed https in torque tiles
3.7.02 (25//02//2014)
- Fixed auth_token fetching infowindow attributes
- updated torque library
3.7.01 (25//02//2014)
- Fixed auth_token in torque layers
- Fixed time slider in torque layers
- Fixed auth_token fetching attributes
3.7.00 (24//02/2014)
- Added support for named maps
- Added cartodb.noleaflet.js to build (#105)
3.6.02 (18//02//2014)
- Adds profiling support for plugable backends
3.6.01 (13//02//2014)
- Fixes a call to window.addEventListener in IE8.
- Adds fullscreen detection.
3.6.00 (31//01//2014)
- Using Leaflet 0.7.2
- Adjusts the map header after the device is rotated
- Fixes map header when there's no title & description
3.5.07 (28//01//2014)
- fixed fetching twice updated_at in torque layers
3.5.06 (23//01//2014)
- Fixed IE7
3.5.05 (14//01//2014)
-----
- Removed animation while dragging a marker under GMaps.
- Added retina icons
- Enable interactivity when tooltip is added fixed #92 #64
- Fixed torque styles when zoom was used in cartocss
3.5.04 (20//12//2013)
-----
- Added attribution for torque layers.
3.5.03 (18//12/2013)
-----
- updates twitter share message for mobile devices
3.5.02 (17//12/2013)
-----
- improves twitter share message
3.5.01 (17//12/2013)
-----
- fixes a bug that prevented using the scrolling wheel to zoom in and out
3.5.00 (16//12/2013)
-----
- improves legends and torque player UI in mobile displays.
- allows passing extra params in the calls to the SQL API.
- changed profiler API.
3.4.03 (11//12/2013)
-----
- fixes a bug that prevented showing a legend with custom HTML
3.4.02 (10//12/2013)
-----
- adds new API for legends (documentation coming soon)
- fixes a bug that incorrectly rendered an empty legend
- fixes a bug that prevented showing the layer alias in torque layers
- adds a new time_slider example
3.4.01 (26//11/2013)
-----
- fixed parsing keyword arguments in cartocss for torque
3.4.00 (26//11/2013)
-----
- release of Torque Cumulative.
- enables max and min zoom for Google Maps.
- fixed URL of one asset in the examples directory.
3.3.05 (20//11/2013)
-----
- fixed torque problems with cached sql requests #81
3.3.04 (15//11/2013)
-----
- sets maxZoom of GMaps layers to a high value to use the one defined by Google
- update GMaps layers specs
3.3.03 (15//11/2013)
-----
- fixes a bug that prevented the triggering of callbacks after setting properties to cdb.geo.GMapsBaseLayer.
3.3.02 (14//11/2013)
-----
- we don't set maxZoom in GMaps layers anymore.
- adds support for WMS layers.
3.3.01 (14//11/2013)
-----
- added CartoDB logo in torque layers
3.3.00 (11//11/2013)
-----
- torque support
3.2.06 (04//11/2013)
-----
- adjusts the max and min zoom for each layer
3.2.05 (04//11/2013)
-----
- correctly shows false values in the category legend.
- prepares the legends to support images
3.2.04 (15//10/2013)
-----
- enable image basemaps
3.2.03 (14//10/2013)
-----
- changed CDN urls
3.2.02 (10//10/2013)
-----
- fixed click propagation in legends.
3.2.01 (10//09/2013)
-----
- fixed bug that prevented the use of google charts urls in the infowindow covers.
- fixed geocoder specs
3.2.00 (09//30/2013)
-----
- ported to leaflet 0.6 #55
3.1.14 (09//24/2013)
-----
- fixed problem with IE9 when the map has only one layer
3.1.13 (09//18/2013)
-----
- new custom infowindow html available for visualization.
- problems editing polygon and linestring geojson.
3.1.12 (09//11/2013)
-----
- fixed problem when an embed GMaps/Leaflet map is hidden (#70)
3.1.11 (09//10/2013)
-----
- fixed problem when an embed GMaps map is hidden (#70)
3.1.10 (09//10/2013)
-----
- fixed problem with infowindow option in createVis (#69)
3.1.09 (09//06/2013)
-----
- fixed problem when the number of layers is different than the number of legends (refix)
3.1.08 (09//06/2013)
-----
- fixed problem when the number of layers is different than the number of legends
3.1.07 (09//03/2013)
-----
- fixed interactiviy in IE9 with more than one layer
- removed extra comma in layer selector (IE fix)
3.1.06 (09//02/2013)
-----
- fixed #66 layer interactivity was wrong when a layer was hidden
3.1.05 (08//08/2013)
-----
- Adds addInfowindow and addCursorInteraction
- changes layergroup request to use GET when is possible
3.1.04 (08//08/2013)
-----
- Adds styles for NoneLegend
3.1.03 (08//08/2013)
-----
- Prevents showing empty legends.
3.1.02 (08//07/2013)
-----
- Flips the order of the legends.
3.1.01 (08//06/2013)
-----
- Fixes the order of the legends.
3.1.00 (08//06/2013)
-----
- added legends support
3.0.05 (07//18//2013)
-----
- infowindow templates can be functions
3.0.04 (07//18//2013)
-----
- fixed IE8 cors checking
3.0.03 (07//17//2013)
-----
- fixed collision with older jQuery version
- fixed infowindows when there is no interaction enabled when loading from viz.json
3.0.02 (07//11//2013)
-----
- fixed sublayer_options
3.0.01 (07//11//2013)
-----
- added sublayer_options
- fixed compatibility with older viz.json
3.0.00 (07//09//2013)
-----
- release v3 version
- multilayer support
- major refactor, backwards incompatible
2.0.28 (04//17//2013)
-----
- Fixed infowindow position when a map is in a scroll page.
- Added a new example (scroll_map).
2.0.27 (04//15//2013)
-----
- Fixed infowindow content (#47).
2.0.26 (04//15//2013)
-----
- Fixed interaction for IE10 browsers (#43).
- Fixed https option in createLayer (#46).
2.0.25 (03//22//2013)
-----
- Fixed #37 featureOut is called when the cursor moves between tiles.
- Fixed #38 Infowindow isn't working using 'createVis' function without any parameter.
- Fixed #27 IE styles included in main css file.
2.0.24 (03//13//2013)
-----
- Added option to control map scrollwheel zoom.
- Loading content in infowindow bug fixed.
- New classes applied to CartoDB map components avoiding other css collisions.
2.0.23 (03//04//2013)
-----
- Fixed infowindow bug with cover image checking number fields as url.
- Added template_name in the infowindow model for vis.js.
2.0.22 (03//01//2013)
-----
- Added cartodb.nojquery.js to the cdn.
- Infowindow crops text when it is too large in infowindows headers.
- Infowindow converts links automatically.
- Added retina CartoDB logo.
- Fixed problem with leaflet markers image paths.
- Fixed infowindow option in createVis #31.
2.0.21 (02//19//2013)
-----
- Fixed problem with interaction in IE9.
2.0.20 (02//13//2013)
-----
- Fixed problem with setOpacity in IE8.
2.0.19 (02//13//2013)
-----
- Fixed problem with setOpacity in IE7 and IE8. It replaces leaflet with a custom one.
2.0.18 (02//12//2013)
-----
- Fixed problem when loading leaflet externally.
2.0.17 (02//11//2013)
-----
- Fixed problem with hide method on layers for IE8.
- Migrated to leaflet 0.5.1.
- Fixed problem guessing map type in createLayer.
- Fixed showing null values in the infowindow.
2.0.16 (01//31//2013)
-----
- Added support for new infowindow' theme: 'header with image'.
- Fixed loading more than one viz.json in the same application.
- Documentation fixes.
2.0.15 (01//14//2013)
-----
- Fixed problem fetching viz.json when createVis and createLayer are called in the same script.
2.0.14 (01//11//2013)
-----
- Improvements in the documentation.
- Reduced the final file size by 58kb.
- Added cartodb_logo option to remove cartodb logo on visualizations .
- Fixed problem with the map always in fullscreen (#20).
- Fixed bootstrap conflicts (#16).
- Fixed autobounds in the map when user calls to createLayer (#11).