Socket
Socket
Sign inDemoInstall

@visx/text

Package Overview
Dependencies
17
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

2.1.0

Diff

Changelog

Source

v2.1.0 (2021-08-17)

:rocket: Enhancements
  • deps: update to react-spring@9 #1277
  • new(zoom): add pinch and zoom support #1305
  • new(demo/geo-albers/usa): use all 4 colors in the map #1314
  • new(wordcloud): add @visx/wordcloud #1311
:bug: Bug Fix
  • fix(scripts/performRelease): fix alpha release logic #1310

:boom: Breaking Changes

  • deps: update to react-spring@9 #1277
  • [deps] Upgrade to react v17 and react-testing-library #1268
  • breaking(visx/visx): export by package namespace #1121

:house: Internal

  • fix(scripts/performRelease): fix alpha release logic #1310
:trophy: Contributors
christopher.card.williams
published 2.0.1-alpha.0 •

christopher.card.williams
published 3.0.0-alpha.0 •

christopher.card.williams
published 1.17.1 •

Changelog

Source

v1.17.1 (2021-07-20)

:bug: Bug Fix
  • fix: remove @types/classnames #1281
:trophy: Contributors
christopher.card.williams
published 1.10.0 •

Changelog

Source

v1.10.0 (2021-05-03)

:rocket: Enhancements
  • fix(@visx/text) Bad size measurements in Firefox #1175
:bug: Bug Fix
  • fix(@visx/text) Bad size measurements in Firefox #1175
Uncategorized
:trophy: Contributors
christopher.card.williams
published 1.7.0 •

Changelog

Source

v1.7.0 (2021-03-12)

:rocket: Enhancements
  • Export types in @visx/text #1106
:bug: Bug Fix
  • fix(xychart/Tooltip): don't render glyph for null data #1102
  • fix(shape, xychart): default LinePath strokeLinecap to round #1105

:house: Internal

  • deps(lerna): bump to 3.22.0 #1103
:trophy: Contributors
christopher.card.williams
published 1.6.1 •

Changelog

Source

v1.6.1 (2021-03-08)

:bug: Bug Fix
  • fix(network): string type in node/linkComponent #1078
  • fix(xychart/Axis): export AxisScale type, set default Scale generic #1094

:memo: Documentation

  • fix(network): string type in node/linkComponent #1078

:house: Internal

  • build(happo): decrease compare threshold #1088
  • new(workflows/push): automate releases #1073
:trophy: Contributors
christopher.card.williams
published 1.3.0 •

Changelog

Source

v1.3.0

:rocket: Enhancements
  • [responsive] Add ParentSizeModern, withParentSizeModern that don't add ResizeObserver polyfill #925
  • [scale] add scaleRadial #958
  • [text] add useText hook, refactor Text to use it #946
  • [event] support FocusEvents in localPoint #956
  • [xychart] release package #965
  • [xychart] add PointerEvent handlers to XYChart, all Series #947
  • [xychart] add support for FocusEvents #959
  • [xychart] integrate Annotations #938
:bug: Bug Fix
  • [shape] set y0 when it equals zero #955

:memo: Documentation

  • [xychart] add README and /docs/xychart to demo site #963
  • [demo] fix view demo hover pointer style #929
  • [tooltip] fix offsetTop documentation #970

:house: Internal

  • [xychart] add FocusEvent tests #962
  • [xychart] add PointerEvent tests #952
  • [xychart] add Annotations tests #948
:trophy: Contributors
Changes:
 - @visx/annotation: 1.2.0 => 1.3.0
 - @visx/axis: 1.2.0 => 1.3.0
 - @visx/brush: 1.2.0 => 1.3.0
 - @visx/demo: 1.2.0 => 1.3.0
 - @visx/drag: 1.2.0 => 1.3.0
 - @visx/event: 1.0.0 => 1.3.0
 - @visx/grid: 1.2.0 => 1.3.0
 - @visx/legend: 1.1.0 => 1.3.0
 - @visx/marker: 1.2.0 => 1.3.0
 - @visx/react-spring: 1.2.0 => 1.3.0
 - @visx/responsive: 1.1.0 => 1.3.0
 - @visx/scale: 1.1.0 => 1.3.0
 - @visx/shape: 1.2.0 => 1.3.0
 - @visx/stats: 1.1.0 => 1.3.0
 - @visx/text: 1.1.0 => 1.3.0
 - @visx/threshold: 1.2.0 => 1.3.0
 - @visx/tooltip: 1.1.0 => 1.3.0
 - @visx/visx: 1.2.0 => 1.3.0
 - @visx/xychart: 1.2.0 => 1.3.0
 - @visx/zoom: 1.0.0 => 1.3.0
christopher.card.williams
published 1.3.0-alpha.0 •

christopher.card.williams
published 1.1.0 •

Changelog

Source

v1.1.0

:rocket: Enhancements
  • [scale] bump @types/d3-scale to ^3.1.0 #856 closes #855
  • [shape] set Line shapeRendering to crispEdges if rectilinear #840
  • [network] apply fill & radius to DefaultNode #859
  • [tooltip] add applyPositionStyle prop so users don't have to set absolute positioning when unstyled=true #857
  • [responsive] add initialWidth and initialHeight to withParentSize #836 closes #554
  • [responsive] add ignoreDimensions prop to optimize re-renders #834 closes #247
  • [xychart (unpublished)] add BarSeries #808
  • [xychart (unpublished)] add BarGroup #870 #871
  • [xychart (unpublished)] add BarStack #865 #866
  • [xychart (unpublished)] add EventEmitterContext, TooltipContext #825
  • [xychart (unpublished)] add Tooltip #852
:bug: Bug Fix
  • [tooltip] fix TooltipWithBounds overlowing its parent on small screens #837 closes #466
  • [tooltip] fix TooltipWithBounds positioning when unstyled=true #828
  • [stats] don't throw when first and third quartile are equal #841 closes #427
  • [stats] update min/max to handle no outliers case #853 closes #851
  • [text] render 0 as number #814 fixes #813
  • [shape] render LinkHorizontalStep horizontally not vertically #847 closes #820
  • [axis] fix tickLabelProps when hideZero=true #818 fixes #815
  • [demo/areas] handle non-zero margins #877
:house: Internal
  • [responsive] refactor ParentSize to function component #834
  • [text] improve test coverage #833
  • [pattern] remove code duplication #838
:memo: Documentation
  • [in the wild] add Wall Street Journal: Americans Familiarize Themselves with the Word ‘Forbearance’ #843
  • [in the wild] add dollar-to-food-emoji #860
  • [in the wild] remove deadlinks, add Taiwan Real-time Air Quality Index #867
  • [project readme] fix typos #826
:trophy: Contributors
Changes:
 - @visx/annotation: 1.0.0 => 1.1.0
 - @visx/axis: 1.0.0 => 1.1.0
 - @visx/brush: 1.0.0 => 1.1.0
 - @visx/demo: 1.0.0 => 1.1.0
 - @visx/grid: 1.0.0 => 1.1.0
 - @visx/legend: 1.0.0 => 1.1.0
 - @visx/marker: 1.0.0 => 1.1.0
 - @visx/network: 1.0.0 => 1.1.0
 - @visx/pattern: 1.0.0 => 1.1.0
 - @visx/react-spring: 1.0.0 => 1.1.0
 - @visx/responsive: 1.0.0 => 1.1.0
 - @visx/scale: 1.0.0 => 1.1.0
 - @visx/shape: 1.0.0 => 1.1.0
 - @visx/stats: 1.0.0 => 1.1.0
 - @visx/text: 1.0.0 => 1.1.0
 - @visx/threshold: 1.0.0 => 1.1.0
 - @visx/tooltip: 1.0.0 => 1.1.0
 - @visx/visx: 1.0.0 => 1.1.0
 - @visx/xychart: 1.0.0 => 1.1.0 (private)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc