Socket
Socket
Sign inDemoInstall

@devexpress/dx-chart-core

Package Overview
Dependencies
3
Maintainers
12
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
4568Next

1.9.0

Diff

Changelog

Source

1.9.0 (2018-11-07)

Bug Fixes

  • react-chart: fix indent from axis for label w/o tick and line components (#1528) (e8b2ccb)
  • react-chart: fix stacks processing (#1535) (9660d5f)
  • react-grid: correct order of fixed right columns (#1533) (00ccebd)
  • react-grid: pass undefined as empty value to filter editorComponent (#1522) (e69813f)
  • react-grid: use a column filter operation as a filter selector value (#1479) (70e26fa), closes #1474
  • react-grid-bootstrap3/4: prevent sorting for disabled columns (#1490) (086242d)
  • react-grid-bootstrap4: fix position of dragged column header (#1513) (8e0893c)
  • react-grid-bootstrap4: prevent filter popup cut off on fixed columns (#1576) (979476e)

Features

  • react-scheduler: add the React Scheduler component
  • react-chart: add animation plugin (#1469) (3c41352)
  • update dependencies (#1542) (f32f1b2)

Code Refactoring

  • react-chart: remove "groupWidth" property from BarSeries (0a15e87)

BREAKING CHANGES

  • react-chart: The groupWidth property configures a band scale for arguments - it is not a property of a particular bar series. To configure a band scale, use the Scale plugin as follows:
<Scale extensions={[{ type: 'band', constructor: d3.scaleBand().paddingOuter(0.1).paddingInner(0.2) }]} />

<a name="1.8.0"></a>

maxim.kudryavtsev
published 1.8.0 •

Changelog

Source

1.8.0 (2018-10-04)

Bug Fixes

  • grid: add missed props to documentation (#1414) (e7fe289), closes #1412
  • grid: fix nullable values sorting (#1432) (f75deb1), closes #1428
  • react: handle event changes correctly (#1405) (61732a1)
  • react-chart: fix crash in production caused by PropTypes reference (fd386f5)
  • react-chart: bind default domain names for argument and value axes (#1435) (0a5fdf1)
  • react-grid: add lost border to bands (#1440) (f051c69)
  • react-grid: fix virtual scrolling in desktop Safari (#1397) (d353edf)
  • react-grid-material-ui: update MUI (#1430) (c6ef66c), closes #1413

Features

  • react-chart: add legend for pie chart (#1393) (088767c)
  • react-chart: add palette plugin (#1408) (a025bb0)
  • react-grid: extract ToggleButton component in TableFilterRow (#1403) (687fe3b)

BREAKING CHANGES

  • react-chart: Previously, there was a single Grid plugin. Now there are ArgumentGrid and ValueGrid plugins. ArgumentGrid is bound to an argument domain. ValueGrid is bound to a value domain specified by the name property or to a default domain.

  • react-chart: Previously, the Chart component configured scales internally. Starting with this release, we extracted the scale customization logic to a separate plugin to enable a user to customize a scale. Now, you need to manually add the Scale plugin to the Chart component to draw a chart.

<a name="1.8.0-beta.1"></a>

sergeyalexeev
published 1.8.0-beta.1 •

Changelog

Source

1.8.0-beta.1 (2018-09-07)

Bug Fixes

  • react-chart: fix console errors about equal keys in axis (#1375) (cc9d9f9)
  • react-chart: fix domain calculation with zero values (#1383) (1b514db)
  • react-chart: fix style applying in legend label in material-ui (#1374) (38e3ed4)
  • react-chart: fix wrong position of scatter points (#1384) (8f8ae54)

Features

BREAKING CHANGES

  • react-grid: Because we extracted the sorting control, the getMessage property was moved from the TableHeaderRow.CellProps interface to TableHeaderRow.SortLabelProps. This property returns the sort label's text.

<a name="1.7.2"></a>

sergeyalexeev
published 1.7.2 •

Changelog

Source

1.7.2 (2018-08-31)

Bug Fixes

<a name="1.7.1"></a>

sergeyalexeev
published 1.7.1 •

Changelog

Source

1.7.1 (2018-08-31)

Bug Fixes

  • grid: fix group row level key calculation (#1359) (dfec46e), closes #1355
  • react: prevent the 'process.env' value usage in umd bundles (#1363) (29468da)

<a name="1.7.0"></a>

kvet
published 1.7.0 •

Changelog

Source

1.7.0 (2018-08-23)

Bug Fixes

Chores

BREAKING CHANGES

  • react-chart: Previously, we had the pointComponent property for drawing and customizing LineSeries, SplineSeries, and AreaSeries plugin points. But since we have a scatter series, this property has become unnecessary. Use the ScatterSeries plugin or customize the pathComponent of the corresponding plugin.

<a name="1.6.1"></a>

kvet
published 1.6.1 •

Changelog

Source

1.6.1 (2018-08-21)

Bug Fixes

<a name="1.6.0"></a>

kvet
published 1.6.0 •

Changelog

Source

1.6.0 (2018-08-17)

Bug Fixes

  • grid: add missed action argument (#1292) (f60e162)
  • grid: correct types for the commit changes event (#1291) (2f02936)
  • react-grid: fix word wrap behavior with the SortingControl (#1280) (45d5729), closes #1278

Features

  • react-grid: allow showing row summaries (#1216) (e2397d1), closes #1024
  • react-grid: export nested component interfaces in theme packages (#1299) (788bac9)

<a name="1.5.1"></a>

alexey.semikozov
published 1.5.1 •

Changelog

Source

1.5.1 (2018-07-31)

Bug Fixes

<a name="1.5.0"></a>

alexey.semikozov
published 1.5.0 •

Changelog

Source

1.5.0 (2018-07-26)

Bug Fixes

  • core: fix incorrect template rendering on mount/unmount (#1232) (cd03c72)
  • docs: correct the 'EditingState' plugin docs (#1226) (b8735b6), closes #1223
  • grid: add missed operation field in Filter config (#1233) (dc6114b)
  • grid: allow use word wrap with the Sorting feature (#1238) (adc2d19), closes #1237
  • grid: fix VirtualTable with non-standard browser zooming (#1243) (412ba38)
  • grid-core: fix incorrect filter updating (#1267) (16580ab), closes #1262
  • react-grid-material-ui: get rid old palette syntax (#1247) (1a7218f), closes #1246
  • react-grid-material-ui: rotate grid pagination arrows for RTL layouts (#1244) (f96501a)

Features

  • react-chart: add API to manage series in stacks (#1227) (4239e7f)
  • react-grid: support stretching virtual table to parent element (#1261) (ded7357), closes #996
  • vue-grid: support tree data structuries (#1115) (3ce296c)

Performance Improvements

BREAKING CHANGES

  • react-chart: The 'SeriesFamily' plugin has been renamed to 'Stack' to make it meaning more transparent.

<a name="1.4.0"></a>

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