Releases: GNS-Science/toshi-nest
Releases · GNS-Science/toshi-nest
v3.4.0 stroke opacity
Update package.json
v3.3.0 Colorbar style customization exposed
v3.2.1 fix ColorBar import problem
v3.2.0 ColorBar Component
Add ColorBar Component
v3.1.1 Fix Hazard Map Refresh Problem
v3.1.0 GeoJson Style Customization
- Add two ways of add style to Geojson Layer in the
<LeafletMap />
component.
v3.0.0 LeafletMap For more flexible geojson data
Braking Changes:
<LeafletMap />
no longer takesrupturesData
orlocationData
, this is replaced bygeojsonData
which is expected to be an array of strings.showLocation
prop is deleted fromLeafletMapProps
v2.1.0 Dissaggregation Plot and optimizations
- New Dissaggregation Plot component
- Add story for Leaflet component
- Responsive Font Size Optimization for
<GroupCurveChart />
and `
v2.0.3 add customizable axis labelt to GroupCurveChart
v2.0.2 fix group curve chart threshold display error
Added optional prop spectral?: boolean
to <GroupCurveChart />
and <GroupCurveChartResponsive>