Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(react-scheduler): allow appointment resizing #1932

Merged

Conversation

MaximKudriavtsev
Copy link
Contributor

@MaximKudriavtsev MaximKudriavtsev commented Mar 21, 2019

BREAKING CHANGE:

The Appointment component of the Appointments plugin has not received a style property. These styles have passed to the Container component of the Appointments plugin.

Before

...
<Appointments
  appointmentComponent={({ style, children, data, onClick?, onDoubleClick? }) => ... }
  ...
/>
...

After

...
<Appointments
  appointmentComponent={({ children, data, onClick?, onDoubleClick? }) => ... }
  containerComponent={({ style, children }) => ... }
  ...
/>
...

@MaximKudriavtsev MaximKudriavtsev changed the title [wip](react-scheduler): allow appointment resizing feat(react-scheduler): allow appointment resizing Mar 27, 2019

### Delete an Appointment

Click an appointment to invoke its tooltip, and then click Delete in the tooltip to remove the appointment.
- Click an appointment to invoke its tooltip, and then click Delete in the tooltip to remove the appointment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Click an appointment to invoke its tooltip, and then click Delete in the tooltip to remove the appointment.
Click an appointment to invoke its tooltip, and then click Delete in the tooltip to remove the appointment.

One item doesn't make a list

packages/dx-react-scheduler/docs/guides/editing.md Outdated Show resolved Hide resolved
packages/dx-react-scheduler/docs/guides/editing.md Outdated Show resolved Hide resolved
packages/dx-react-scheduler/docs/reference/appointments.md Outdated Show resolved Hide resolved
packages/dx-react-scheduler/docs/reference/appointments.md Outdated Show resolved Hide resolved
@MaximKudriavtsev MaximKudriavtsev merged commit 785f8a1 into DevExpress:master Apr 5, 2019
@MaximKudriavtsev MaximKudriavtsev deleted the scheduler-resizing branch April 5, 2019 10:23
ushkal pushed a commit to ushkal/devextreme-reactive that referenced this pull request Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants