Releases: cfpb/cfpb-chart-builder
Temporary bug fix for bar charts showing incorrect quarterly data
v5.1.1
- Fixes incorrect method call in document-ready script. It was pointing to
ready
instead ofdocReady
.
v5.1.0
- References highcharts directly in main less file
- Removes gulp-connect and associated compression dependencies
- Functionality duplicated via already included browser-sync
- Switches to more robust document-ready check to fix some IE10 issues
- Converts remaining
require
s toimport
s - Offscreen content is better hidden
v5.0.0 - highcharts 6.x
-
Upgrades highcharts dependency to 6.x.
-
Upgrade babel and webpack to latest.
-
Update to es6 module import/export
-
Fixes issue with TileMap where tiles at the edge of the map had their borders clipped.
-
Fixes issue with TileMap where cursor and border highlight was not consistent when rolling over tile square and tile text. Sets cursor for both interactions to be default pointer and a consistent 2px border.
-
Fixes an issue where the tooltip legend line that is 1px high disappeared sometimes (presumably because it wasn't landing on a full pixel value).
-
Normalizes tooltip appearance to not have a drop-shadow on the text and to be of "square" style across all three line charts (line, line-comparison, and line-index) and GeoMap, and "callout" style in bar chart.
-
Simplifies responsive styles to two states (except for TileMap, which has it's own responsive nuances that should be re-visited in the future). This fixes an issue where the range selector buttons had several breakpoints, yet still didn't have correct horizontal alignment at several screen sizes.
-
Moves chart-type specific styles to their own stylesheets, to make it easier to see the scope of the styles.
-
Adds additional code comments and organization of what styles control what.
-
Slight tweaks to the layout based on assumptions of what looks best.
-
Removes navigator scrollbar, which does not appear necessary since the navigator can be dragged and it does nothing at the default appearance.
-
Removes IE9 and below support.
v4.0.3
- Set data source endpoint URL to https.
v4.0.2
- Use full url for xdr github dependency.