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

Video Trimmer 2.0.0 #180

Merged
merged 16 commits into from
Oct 29, 2022
Merged

Video Trimmer 2.0.0 #180

merged 16 commits into from
Oct 29, 2022

Conversation

sbis04
Copy link
Owner

@sbis04 sbis04 commented Oct 29, 2022

Changes (v2.0.0) 🎉

  • BREAKING CHANGE: Overhaul of the entire video trimmer implementation.
    • Two types of TrimViewer are available: FixedTrimViewer & ScrollableTrimViewer. By default it's set to auto so that it switches between these two based on the total video length and the maximum trim duration allowed.
    • Rename TrimEditor to TrimViewer. Check out this diagram for better understanding of the keywords/terms.
    • Separate the properties of into two types, TrimEditorProperties & TrimAreaProperties. Helps in identifying where the properties belong to easily.
  • Add more customization options.
  • Improve the documentation.
  • Update the example project.
  • Fix some bugs related to wrong trimmer length while initialization.
  • Bug Fix: Use circleSizeOnDrag only on the selected holder.

fixes #179
fixes #178
fixes #175
fixes #173
fixes #161
fixes #114
fixes #52

@sbis04 sbis04 merged commit 96e00e8 into master Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment