Releases: rcpch/digital-growth-charts-react-component-library
Releases · rcpch/digital-growth-charts-react-component-library
v7.1.0
CDC
This includes the CDC (US) reference, updates the documentation and adds some stories to illustrate in Storybook.
See documentation
v7.0.13
New Features
- Nondisjunction lines - implementation following project board in August 2024. Clarification of the disjunction lines to signpost to user where centile lines break as references change. The existing tooltips remain, but the lines highlight the issue.
- Reintroduces
height
andwidth
props. Note, no correction is made for aspect ratio so the user must pick values that scale appropriately. The recommended height/width ratio is 4/5. The height and weight are used to calculate a scale factor for text SVGs
Bug fixes
- the use of
globalStyles
introduced with the font changes then overtook the DOM. This removesglobalStyles
in favour of a styled div
v7.0.12
Fix for build folder and revert imports of types to how they were in v7.0.9
v7.0.11
Fixes
- tooltips not rendering properly on safari. Large blocks of text or multiline tooltips had large top and bottom margins. This is now fixed
- bone ages cropped out - the domains have been adjusted to account for bone ages as extreme values if beyond the thresholds of the measurement data
v7.0.10
Removes fonts but bundles montserrat regular, bold and italic as base64 files and imports these to GlobalStyle
Font now renders on safari and chrome
Fixes tooltip for term child
v7.0.9
Increase measurement size for both default and crowded settings
v7.0.8
Fix for infinity error due to lack of BMI data causing BMI lines to be rendered squashed down.
v7.0.7
Increase default size of plotted measurement points to 3.5pt
These are dynamically sized so will remain smaller (1.5pt) when crowded together.
Thanks @dmc-cambric for identif
v7.0.6
v7.0.5
- Don't automatically submit the parent if rendered within a form tag (#89 - thanks the report @ryanlewis94!)
- Fix crash hovering over bone age tooltip (#90 - thanks @dmc-cambric!)