You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a city is clicked on the map there is no default behavior as the version of "v1.1.1". For majority of use cases can cover county base actions.
When a city clicked, a county map of the city can be displayed on a popup. This behavior can be enabled by a prop which is not present by default.
County data (built-in or custom) has to be explicitly imported in order to reduce bundle size when not used.
This release will not be backward compatible due to the current data prop has been changed.
Must Haves
Built-in county list has to be provided.
Current data prop will be renamed as cities.
A new prop named counties which accepts county data. This prop is undefined by default.
On click to a city, opacity of the Turkey Map will be reduced to .75 and City Map will be painted on top of the Turkey Map with centered vertically and horizontally.
Introduced In
v2.0.0
The text was updated successfully, but these errors were encountered:
Introduction
When a city is clicked on the map there is no default behavior as the version of "v1.1.1". For majority of use cases can cover county base actions.
When a city clicked, a county map of the city can be displayed on a popup. This behavior can be enabled by a prop which is not present by default.
County data (built-in or custom) has to be explicitly imported in order to reduce bundle size when not used.
This release will not be backward compatible due to the current
data
prop has been changed.Must Haves
data
prop will be renamed as cities.counties
which accepts county data. This prop isundefined
by default.Introduced In
v2.0.0
The text was updated successfully, but these errors were encountered: