forked from CartoDB/carto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
202 lines (160 loc) · 4.73 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
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).