Skip to content

Commit f28a976

Browse files
authored
Merge pull request #1423 from OpenGeoscience/update-changelog
docs: Update CHANGELOG
2 parents 87e3681 + 432db0a commit f28a976

File tree

2 files changed

+592
-0
lines changed

2 files changed

+592
-0
lines changed

CHANGELOG.md

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,209 @@
11
# GeoJS Change Log
22

3+
4+
## Version 1.16.1
5+
6+
### Bug Fixes
7+
8+
- Fix rendering tiles that started off-map ([#1422](../../pull/1422))
9+
10+
11+
## Version 1.16.0
12+
13+
### Features
14+
15+
- Support tiled pixelmaps with the canvas renderer ([#1421](../../pull/1421))
16+
17+
18+
## Version 1.15.6
19+
20+
### Bug Fixes
21+
22+
- Fix return bounds in certain clamping conditions ([#1416](../../pull/1416))
23+
24+
25+
## Version 1.15.5
26+
27+
### Bug Fixes
28+
29+
- Support 255,255,255 in pixelmaps as a no-data value ([#1415](../../pull/1415))
30+
31+
32+
## Version 1.15.4
33+
34+
### Performance Improvements
35+
36+
- Minor improvements in webgl polygon creation ([#1409](../../pull/1409))
37+
38+
39+
## Version 1.15.3
40+
41+
### Performance Improvements
42+
43+
- Minor improvements in webgl line creation ([#1408](../../pull/1408))
44+
45+
46+
## Version 1.15.2
47+
48+
### Performance Improvements
49+
50+
- Specify dynamic draw for polygon strokes in webgl ([#1407](../../pull/1407))
51+
52+
53+
## Version 1.15.1
54+
55+
### Performance Improvements
56+
57+
- Do no use string keys during line generation ([#1406](../../pull/1406))
58+
59+
60+
## Version 1.15.0
61+
62+
### Features
63+
64+
- Quad Texture Support ([#1393](../../pull/1393))
65+
66+
67+
## Version 1.14.15
68+
69+
### Bug Fixes
70+
71+
- Remove a debug command ([#1401](../../pull/1401))
72+
73+
74+
## Version 1.14.14
75+
76+
### Performance Improvements
77+
78+
- Add more information to annotation mode change events ([#1400](../../pull/1400))
79+
80+
81+
## Version 1.14.13
82+
83+
### Performance Improvements
84+
85+
- Add more information to annotation mode change events ([#1397](../../pull/1397))
86+
87+
88+
## Version 1.14.12
89+
90+
### Bug Fixes
91+
92+
- Toggling visibility of an svg feature did nothing ([#1391](../../pull/1391))
93+
94+
### Performance Improvements
95+
96+
- Do not update the feature modified time when changing visibility ([#1392](../../pull/1392))
97+
98+
99+
## Version 1.14.11
100+
101+
### Bug Fixes
102+
103+
- updateStyleFromArray was wrong for markers ([#1387](../../pull/1387))
104+
105+
106+
## Version 1.14.10
107+
108+
### Bug Fixes
109+
110+
- Expose width and ticks accessors on the colorLegendWidget ([#1386](../../pull/1386))
111+
112+
113+
## Version 1.14.9
114+
115+
### Bug Fixes
116+
117+
- Fix builds to support older browsers ([#1385](../../pull/1385))
118+
119+
120+
## Version 1.14.8
121+
122+
### Bug Fixes
123+
124+
- Fix a potential issue with auto primitiveShape in markers ([#1384](../../pull/1384))
125+
126+
127+
## Version 1.14.7
128+
129+
### Performance Improvements
130+
131+
- Reduce some clustering computation ([#1383](../../pull/1383))
132+
133+
134+
## Version 1.14.6
135+
136+
### Performance Improvements
137+
138+
- Speed up cluster zoom transition ([#1381](../../pull/1381))
139+
140+
141+
## Version 1.14.5
142+
143+
### Bug Fixes
144+
145+
- Do not let tile layers have a negative max level ([#1376](../../pull/1376))
146+
147+
148+
## Version 1.14.4
149+
150+
### Bug Fixes
151+
152+
- Change modifier keys for wheel actions ([#1372](../../pull/1372))
153+
154+
155+
## Version 1.14.3
156+
157+
### Bug Fixes
158+
159+
- Fix layer parameters for images smaller than tiles ([#1370](../../pull/1370))
160+
161+
162+
## Version 1.14.2
163+
164+
### Bug Fixes
165+
166+
- Don't generate quadFeature events if they are beyond a crop zone ([#1369](../../pull/1369))
167+
168+
169+
## Version 1.14.1
170+
171+
### Bug Fixes
172+
173+
- When lines reverse on themselves, mitering could be wrong ([#1365](../../pull/1365))
174+
175+
176+
## Version 1.14.0
177+
178+
### Features
179+
180+
- Add a zoomAndCenter method ([#1360](../../pull/1360))
181+
182+
183+
## Version 1.13.1
184+
185+
### Bug Fixes
186+
187+
- Fix pixelmap parameters for images smaller than tiles ([#1359](../../pull/1359))
188+
189+
190+
## Version 1.13.0
191+
192+
### Features
193+
194+
- Add a map.corners() utility function ([#1354](../../pull/1354))
195+
196+
### Performance Improvements
197+
198+
- Speed up hit tests for points and markers ([#1355](../../pull/1355))
199+
200+
201+
## Version 1.12.11
202+
203+
### Bug Fixes
204+
205+
- Update epsg.io calls ([#1353](../../pull/1353))
206+
3207
## Version 1.12.10
4208

5209
### Performance Improvements

0 commit comments

Comments
 (0)