chore(deps): update dependency victory-native to v41#3439
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
⏱️ CI Pipeline Duration ReportBased on the last 50 successful runs on the default branch. Overall Pipeline
Trend (last 20 runs): Per-Job Breakdown
|
782beac to
a67a697
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^36.9.2→^41.26.0Release Notes
FormidableLabs/victory-native-xl (victory-native)
v41.26.0Compare Source
Minor Changes
Add Cartesian candlestick chart rendering with
Candlestick,useCandlestickPaths, and OHLC geometry utilities. (#676)Includes examples for scrub interaction, windowed OHLC updates, custom candle styling, and doji or missing-value cases.
v41.25.0Compare Source
Minor Changes
Add optional Cartesian axis titles with automatic chart-space reservation. (#672)
Add data label formatting and rotation options for Cartesian bars. (#672)
Add measurement-aware custom Cartesian axis label renderers. (#672)
Add an opt-in Skia Paragraph axis label renderer helper for multilingual labels. (#672)
v41.24.0Compare Source
Minor Changes
HorizontalStackedBaranduseHorizontalStackedBarPathsfor stacked bar charts insideCartesianChart orientation="horizontal". (#670)Patch Changes
isStart,isEnd,seriesIndex, anddatumIndexfields to stacked barbarOptionswhile preserving existing vertical field aliases. (#670)v41.23.0Compare Source
Minor Changes
Add horizontal Cartesian bar chart support through
CartesianChart orientation="horizontal"and the newHorizontalBarandHorizontalBarGroupcomponents. (#668)Horizontal chart axis formatter types now match the runtime axis roles:
xAxis.formatXLabelreceives numeric value ticks, whileyAxis.formatYLabelreceivesxKeycategory values.v41.22.0Compare Source
Minor Changes
Assign Cartesian chart mutable
actionsRefthrough React's imperative handle, and allow Reanimated shared-value action refs for worklet custom gestures. (#664)Export bar overlay helpers including
useBarWidth,getBarWidth,useCartesianChartContext, andcreateRoundedRectPath. (#664)Export and provide
useCartesianTransformContextso chart children can read the current transform scale and translation. (#664)Add
chartPressConfig.pan.simultaneousWithExternalGesturefor running chart press gestures simultaneously with external gesture refs such as parent scroll views. (#664)Support newline-delimited multiline labels for Cartesian x and y axes. (#664)
Add transform pan activation and failure offset options so chart panning can coordinate with parent scroll gestures. (#664)
Patch Changes
Keep Cartesian y scales finite when every value for a y key is missing. (#664)
Cap rounded Cartesian bar corner radii to half of the rendered bar width. (#664)
Bridge Cartesian chart context into the Skia canvas to avoid multiple-renderer context provider warnings. (#664)
Apply explicit zero values in
chartPressConfig.panand wire Y-axis pan offsets to the matching gesture methods. (#664)Limit downsampled explicit axis
tickValuesto the requestedtickCount. (#664)Avoid reserving Cartesian x-axis label space when x-label formatting intentionally returns empty labels. (#664)
Avoid reserving Cartesian y-axis label offset space when y-label formatting intentionally returns empty labels. (#664)
Preserve explicit empty y-axis labels during Cartesian layout measurement so hidden labels do not reserve y-axis space. (#664)
Respect explicit
barWidth={0}on Cartesian bar groups. (#664)Respect explicit
barWidth={0}on Cartesian bar components. (#664)Preserve the full scale domain when
domainPaddingis used with a viewport. (#664)Keep first and last x-axis labels visible by clamping label drawing inside the chart bounds. (#664)
Keep the chart gesture overlay aligned with the visible chart area during pan and zoom transforms. (#664)
Return JSX elements from grouped bar, stacked bar, and pie chart components so their declaration types can be used as JSX components. (#664)
Preserve legacy
axisOptionsframe line color and width when normalizing Cartesian axes. (#664)Keep log y scales finite when missing or non-positive values cannot define a valid positive domain, and treat non-positive log values as missing points. (#664)
Measure Cartesian ordinal x-axis labels using formatted x values instead of tick indexes. (#664)
Avoid reserving Cartesian x-axis label space when x ticks are disabled. (#664)
Use ordinal x-data indexes when normalizing Cartesian x-axis ticks so categorical axes respect
tickCountand avoid extra scale-generated ticks. (#664)Reset Cartesian chart press state when chart data changes so tooltips do not remain active on stale data. (#664)
Keep rotated x-axis label layout finite when no x ticks are rendered. (#664)
Keep single-value log y scales positive and finite. (#664)
Prevent
CartesianChartfrom replaying achartPressStatetouch that was released before long-press pan activation. (#664)Preserve explicit zero scale values when reading transform matrix components while keeping axis rescaling finite. (#664)
Use the x-axis
labelOffsetwhen reserving Cartesian x-label layout space instead of reading the current y-axis offset. (#664)Respect
tickCount={0}when explicit axistickValuesare provided so no ticks or tick labels are rendered. (#664)v41.21.1Compare Source
Patch Changes
chartPressConfig.panY offset options being applied to X gesture methods. (#655)v41.21.0Compare Source
Minor Changes
v41.20.3Compare Source
Patch Changes
Fix Cartesian chart press coordinate mapping for nested layouts and transformed charts. (#654)
adjust peer deps (#628)
v41.20.2Compare Source
Patch Changes
v41.20.1Compare Source
Patch Changes
Viewfor cartestian chartonLayout(#621)v41.20.0Compare Source
Minor Changes
stepAfterandstepBeforeto the line curve options (#618)v41.19.3Compare Source
Patch Changes
v41.19.2Compare Source
Patch Changes
v41.19.1Compare Source
Patch Changes
v41.19.0Compare Source
Minor Changes
v41.18.0Compare Source
Minor Changes
v41.17.4Compare Source
Patch Changes
v41.17.3Compare Source
Patch Changes
v41.17.2Compare Source
Patch Changes
basisfor lines (#565)v41.17.1Compare Source
Patch Changes
v41.17.0Compare Source
Minor Changes
v41.16.2Compare Source
Patch Changes
Add
upperPointsandlowerPointsproperties as an alternative topointsforAreaRangecomponent (#488)fix hard crash when data is empty (#509)
Make it possible to zoom/pan simultaneously (#489)
v41.16.1Compare Source
Patch Changes
v41.16.0Compare Source
Minor Changes
v41.15.0Compare Source
Minor Changes
v41.14.0Compare Source
Minor Changes
v41.13.0Compare Source
Minor Changes
v41.12.5Compare Source
Patch Changes
v41.12.4Compare Source
Patch Changes
v41.12.3Compare Source
Patch Changes
v41.12.2Compare Source
Patch Changes
v41.12.1Compare Source
Patch Changes
v41.12.0Compare Source
Minor Changes
Add additional configuration options for pan gesture. (#418)
Add ability to pass use custom gesture definitions. (#417)
v41.11.0Compare Source
Minor Changes
v41.10.0Compare Source
Minor Changes
v41.9.0Compare Source
Minor Changes
v41.8.0Compare Source
Minor Changes
matchedIndexto chart press state (#405)v41.7.0Compare Source
Minor Changes
Patch Changes
v41.6.2Compare Source
Patch Changes
v41.6.1Compare Source
Patch Changes
v41.6.0Compare Source
Minor Changes
v41.5.0Compare Source
Minor Changes
Patch Changes
v41.4.0Compare Source
Minor Changes
v41.3.0Compare Source
Minor Changes
v41.2.0Compare Source
Minor Changes
v41.1.2Compare Source
Patch Changes
v41.1.1Compare Source
Patch Changes
monotoneXfor lines (#325)v41.1.0Compare Source
Minor Changes
v41.0.2Compare Source
Patch Changes
fix domain padding bottom on bar charts (#303)
Add circleSweepDegrees and startAngle props to PieChart (#307)
v41.0.1Compare Source
Patch Changes
Fix yLabel width calculation to better align x-scale (#291)
Replace getTextWidth with measureText (#290)
fix:
useAnimatedPathno longer jumps when path changes during animation (#287)fix negative bar charts for bar groups (#295)
v41.0.0Compare Source
Major Changes
Minor Changes
v40.2.1Compare Source
Patch Changes
remove defaultProps (#273)
Fix pie chart rendering when multiple elements have 0 values (#266)
v40.2.0Compare Source
Minor Changes
add tickValues to axisOptions prop (#255)
Add
barWidthandbarCountprop forBarandBarGroup(#238)Patch Changes
PieSliceDatatype (#249)v40.1.1Compare Source
Patch Changes
fix: add onEnd callback for cartesian pangesture (#230)
resolve single data point dupe keys warning (#237)
v40.1.0Compare Source
Minor Changes
Extend axisOptions lineWidth & lineColor API to allow for custom axis configuration (#209)
Add Pie/Donut charts (#191)
v40.0.4Compare Source
Patch Changes
gestureLongPressDelaytoCartesianChart. (#186)v40.0.3Compare Source
Patch Changes
v40.0.2Compare Source
Patch Changes
v40.0.1Compare Source
Patch Changes
v40.0.0Major Changes
Patch Changes
Add 'roundedCorners' prop to 'BarGroup' component (#115)
Adds onChartBoundsChange prop to CartesianChart (#117)
Support "missing data", add
connectMissingDataprop to line/area charts. Allows for null/undefined y-values. (#129)Include src files in distribution tarball (#100)
Loosen peer dependency requirements (#111)
Add package provenance (#108)
Updates to signature of useChartPressState, internal changes, to support non-numerical input values. (#105)
Fixed initial x value for useChartStatePress() (#121)
Configuration
📅 Schedule: (in timezone Europe/Kyiv)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.