Socket
Socket
Sign inDemoInstall

@devexpress/dx-react-chart-bootstrap4

Package Overview
Dependencies
27
Maintainers
9
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
8Next

2.5.1

Diff

Changelog

Source

2.5.1 (2020-03-11)

Bug Fixes

  • react-grid: remove exceljs from ts declaration (#2734) (c40abf3)
  • react-grid: render stub cell on group row and flex column intersection (#2726) (483e944)
ushkal
published 2.5.0 •

Changelog

Source

2.5.0 (2020-03-04)

Bug Fixes

  • react-scheduler: make it possible to change allowDrag and allowResize in runtime (#2715) (1e38729)
  • react-scheduler: update elementsMeta on cellComponent change (#2714) (4f814e8)
  • react-scheduler: use defaults when resource id is not specified in instances but is specified in an appointment (#2699) (3ec51af)
  • scheduler-core: assign colors to resource instances even when palette's size is less than the number of resource instances (#2691) (2020ad2)
  • scheduler-core: filter WeekView appointments correctly when excluded days contain an interval of three or more days in a row (#2713) (c658869)

Features

  • react-grid: allow data export in excel format (#2631) (3030d5d)
eugeniyaryamnov
published 2.4.1 •

Changelog

Source

2.4.1 (2020-02-20)

Bug Fixes

  • react-grid: add ref to VirtualTable props definition (#2661) (aa0fd1a)
  • react-grid: allow to change "TableTreeColumn.for" property in runtime (#2650) (bda719e)
  • react-grid: delete deprecated properties from TableHeaderCell (#2643) (c4d5481)
  • react-grid: prevent Sizer's infinite loop (#2662) (ce6b261)
  • react-scheduler: render all-day appointments and prevent appointments' rendering when timeTableCellElementsMeta is not valid (#2673) (0afd6c3)
  • react-scheduler: show multiple resources on cell's double click in the AppointmentForm (#2670) (908c61d)

Features

  • react-grid: publish TableSelection's rowComponent (#2676) (eefb65a)
  • react-scheduler: add grouping by date (#2630) (9fdbd67)
  • react-scheduler-material-ui: change DayView and WeekView DayScale's today cell appearance (#2671) (35def37)
lazylahtak
published 2.4.0 •

Changelog

Source

2.4.0 (2020-01-16)

Bug Fixes

  • react-grid: specify detail row as a dependency for fixed columns (#2614) (54b782c)
  • react-grid: split band columns with the same name but different parents (#2618) (deecbab)
  • react-grid-demos: provide total count when rows taken from cache (#2639) (6dd41be)
  • react-scheduler: fix error caused by view switching when all-day panel is used (#2638) (b858ddf)
  • react-scheduler: fix localization messages in Scheduler (#2628) (28584dc)

Features

  • react-grid: add scroll to row in virtual table (#2511) (089c1b5)
  • react-scheduler: add horizontal grouping by resources (#2576) (d4ad281)
eugeniyaryamnov
published 2.3.2 •

Changelog

Source

2.3.2 (2019-12-19)

Bug Fixes

  • react-grid: Adjust readonly property to match Typescript spec (#2597) (abe64f3)
  • react-grid-demos: show no data message after scrolling and filtering (#2591) (b8d60f1)
  • react-scheduler-material-ui: do not show comma in zero-time appointments' title if the title is undefined (#2596) (4be4e92)
ushkal
published 2.3.1 •

Changelog

Source

2.3.1 (2019-12-05)

Bug Fixes

  • react-core: allow Sizer to update size on cDU (#2577) (183539f)
  • react-scheduler: display all-day appointments of the same day correctly (#2557) (b831767)
  • react-scheduler: display horizontal appointments in chronological order (#2579) (0c1071b)
  • react-scheduler: open the AppointmentForm from AllDayPanel (#2583) (8d384e0)

Features

  • react-grid: allow showing group summary in a group row (#1738) (71b14a4)
lazylahtak
published 2.3.0 •

Changelog

Source

2.3.0 (2019-11-22)

Bug Fixes

  • demo-shell: re-render demo frame on submitting custom theme link (#2529) (28177d6)
  • react-grid-bootstrap3: correct sticky header colors (#2527) (21e82f2)
  • react-grid-material-ui: correct disabled behaviour for inline cell editing (#2537) (909f0bd)
  • react-grid-material-ui: show zero numbers in editors (#2553) (fdc8b9d)

Features

  • react-chart: add animation on transition (#2334) (54d11b7)
  • react-scheduler: add appointment resources support (#2498) (0100670)
  • react-scheduler: add CurrentTimeIndicator plugin (#2536) (8fe5abb)
eugeniyaryamnov
published 2.2.1 •

Changelog

Source

2.2.1 (2019-11-07)

Bug Fixes

  • react-grid: make TableInlineCellEditing.Cell available (#2508) (3eb81f2)
  • react-grid: rerender only cell being edited in inline cell editing mode (#2507) (9adadea)
  • react-grid-demos: add margin for custom numeric input (#2521) (aa1dd34)
  • react-scheduler-material-ui: Fix DayView DayScale cell (#2524) (2901f59)

Features

  • react-scheduler: add mobile adaptability to the Scheduler (#2497) (cfe48bd)
  • react-scheduler: show day of week in the AppointmentTooltip (#2501) (75394a5)
  • react-scheduler-material-ui: redesign Scheduler's views (#2506) (94c00e6)
maxim.kudryavtsev
published 2.2.0 •

Changelog

Source

2.2.0 (2019-10-25)

Bug Fixes

  • react-grid: handle column count decrease in virtual table (#2464) (2c21e30)
  • react-grid: incorrect 'row' property type in the documentation (#2424) (23ba6c5)
  • react-grid-demos: fix object assign on Safari (#2489) (64b330f), closes #2488
  • react-grid-material-ui: correct default properties for Virtual Table (#2484) (973f928)
  • react-scheduler: make it impossible to edit radio groups in read-only mode and set default interval to 1 (#2439) (dbb414c)
  • react-scheduler: render TimeScale of the same size as TimeTable (#2409) (d753090)
  • react-scheduler-material-ui: display dates in the AppointmentFrom correctly (#2441) (4af2688)

Features

  • react-grid-bootstrap3: add previous and next buttons for pagination (#2428) (8740f83)
  • react-scheduler: add capability to render zero time appointments (#2406) (731b4b8)
  • react-scheduler: add ConfirmationDialog plugin (#2393) (9041bd5)
  • react-scheduler: do not show AppointmentForm's Delete Button if a new appointment is being edited (#2462) (4eb83bc)
  • react-scheduler: redesign AppointmentTooltip (#2474) (41b8f28)

BREAKING CHANGES

  • react-scheduler: The DayView and WeekView plugins now do not have the timeScaleRowComponent and timeScaleCellComponent properties. Instead, they have a new, timeScaleLabelComponent, property.
...
<WeekView
-  timeScaleRowComponent
-  timeScaleCellComponent
+  timeScaleLabelComponent
/>
<DayView
-  timeScaleRowComponent
-  timeScaleCellComponent
+  timeScaleLabelComponent
/>
...
  • react-scheduler: We have extended the headerComponent and contentComponent in the AppointmentTooltip plugin with new properties. If you use these components, add the following properties in your code:
...
<AppointmentTooltip
  headerComponent={({
+  commandButtonComponent
+  showOpenButton
+  showCloseButton
+  showDeleteButton
+  commandBottonIds
     ...restProps
  }) => (
    <AppointmentTooltip.Header
+      commandButtonComponent={commandButtonComponent}
+      showOpenButton={showOpenButton}
+      showCloseButton={showCloseButton}
+      showDeleteButton={showDeleteButton}
+      commandBottonIds={commandBottonIds}
       {...restProps}
    />
  )}
contentComponent={({
+   formatDate
     ...restProps
  }) => (
    <AppointmentTooltip.Content
+      formatDate={formatDate}
       {...restProps}
    />
  )}
/>
...
lazylahtak
published 2.1.2 •

Changelog

Source

2.1.2 (2019-10-11)

Bug Fixes

  • react-grid: add width convert for TableEditColumn (#2408) (6f7592f)
  • react-grid: allow inline cell editing only for table data type rows (#2390) (ac1b279)
  • react-grid: check next column name by column.name instead type (#2399) (7acfcbb)
  • react-grid-demos: correct displaying custom selector in Edge (#2422) (832586f)
  • react-grid-material-ui: add padding for first edit cell in in-line cell editing mode (#2392) (f011a55)
  • scheduler-core: calculate the last TimeScale EndDate correctly (#2404) (0411235)

Features

  • scheduler-core: time scale should take fractional startDayHour/endDayHour values (#2396) (272b351)
  • scheduler-core: use different default counts for different recurrence types (#2372) (6eb2dc3)
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc