UNPKG

1.67 kBMarkdownView Raw
1# CHANGELOG
2
3## 1.0.22
4* On hover - add highlight to border of current country by making the stroke 2 instead of 1.
5
6## 1.0.23
7* On hover - refine the highlighting.
8
9## 1.0.24
10
11* Fixed dependency bug for d3-geo not being a module
12* Added marker type that is still in progress in beta (see README.md file for more detail)
13
14## 1.0.25
15
16* Renamed the islands to avoid confusion
17* Added user control over map styling using stylingFunction (see README.md file for more detail)
18
19## 1.0.26
20
21* Bug fix returning functionality due to the default styling function
22
23## 1.0.27
24
25* Bug fix, console.log that was forgotten, solved issue
26
27## 1.0.28
28
29* Marker update, changed the style of markers and updated them to be circular because I believe that those would be more optimal for small countries rather than a larger icon like the old version
30
31## 1.0.29
32
33* Reduce the size of the countries.geo.json by limiting number preceision to 3 digits
34
35## 1.0.30
36
37* Tried to reduce the size of countries.geo.json even more by changing the structure of the file and adding the extra properties programatically.
38* Changed names so they have spaces in between multiple words ex. UnitedStates -> United States
39
40## 1.0.31
41
42* Fixed bug with new data where some countries did not display properly
43
44## 1.0.32
45
46* Minify geo json.
47
48## 1.0.33
49
50* Uglified our exported files, looking for change in size of file
51
52## 1.0.34
53
54* Restored JSON to previous implementation so that it works with the code I wrote and highlights the right things
55
56## 1.0.35
57
58* Added localization ability and tooltip text customization through a callback function called tooltipTextFunction
59* Added example of how to use to examples
\No newline at end of file