Releases: jagomf/countries-map
Releases · jagomf/countries-map
v4.2.1: Small countries
Circles highlight small countries
v4.2: Upgraded to Angular 11
v4.2.0
v3.5: Upgraded to Angular 11
v3.5.0
v4.1: Reduced distributable size (a bit)
Reduced distributable size by slightly minifying SVG map.
v4.0.1
v4.0
countries-map is now independent from Google GeoCharts! 🎉🎊
(If you prefer to keep underlying Google GeoCharts (really??), stick to countries-map v3)
Features:
- All the previously existing features but without any wait for third-party (Google) calls 🥳
- Much higher resolution map
- All territories which are part of a sovereign country now get the same color
The only downside is that, since we do not rely on Google GeoCharts anymore, distributable size has increased due to allocation of the whole map's SVG. One less call, a few more ounzes...!
Breaking changes:
- Map projection switched from Mercator to Miller
- Dropped
apiKey
attribute; no API keys needed anymore. - Dropped
options
attribute. - Dropped
autoResize
attribute. Auto-resize is now the default behavior.
v3.4: Refactor
Refactored project layout to better isolate library from demo/testing module.
v3.3.1
v3.3: Angular 10
Upgraded to Angular 10.
Also,
- Using Google Visualization typings
- Refactored/cleaned/modernized code
v3.2: Updated sovereign countries list
Updated sovereign countries list: revised and removed non-sovereign countries.
See more in countrieslist release details.