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: Update Fabric to 2.7.0 #162

Closed
junghwan-park opened this issue Mar 8, 2019 · 0 comments
Closed

feat: Update Fabric to 2.7.0 #162

junghwan-park opened this issue Mar 8, 2019 · 0 comments
Assignees
Labels
Enhancement Enhance performance or improve usability of original features.
Milestone

Comments

@junghwan-park
Copy link
Member

Update Fabric.js to v2.7.0

  • Handle breaking APIs
  • Change group selecion structure

Bundle source and Fabric.js together

  • Fabric.js has Cairo installation issue presence
  • It needs to be installed with npm install --no-save --no-optional fabric@~1.6.7 command for avoid Canvas.js build error
    • Canvas.js is used for Node.js environment's <canvas />.
    • But, ImageEditor not supporting Node.js environment
  • Simply wrapp it up fabric.js.
@junghwan-park junghwan-park added the Enhancement Enhance performance or improve usability of original features. label Mar 8, 2019
@junghwan-park junghwan-park added this to the v3.6.0 milestone Mar 8, 2019
@junghwan-park junghwan-park self-assigned this Mar 8, 2019
HerlinMatos pushed a commit to EveryMundo/tui.image-editor that referenced this issue Jul 2, 2020
)

* interim

* interim

* interim: named import

* fix: Deleting i-text by backspace or delete key pressed when text editing

* fix: Resolve rotation breaking change

* interim: Normalize filters except RemoveWhite, ColorFilter, GradientTransparency

* interim: cropzone

* fix: Set color method of Icon

* fix: Mask filter

* fix: Change group type verification to 'activeSelection'

* fix: Cropzone rendering

* fix: Disable objectCaching

* fix: Resolve rotation range bar malfunction

* fix: Resolve cropzone scaling issue

* fix: Modify getCropzoneRect() cropzone api

* interim: Remaining range bar rotation undo/redo feature

* fix: Resolve T/C Errors

* fix: fabric.js external aid

* feat: Synchronize range bar and value with current image rotation info

* fix: fabric.js external aid

* fix: Return _rotate() promise

* fix: Check text double clicked for edit text

* fix: Resolve Basic example's bugs

* fix: Resolve T/C error

* chore: Modify JSDoc

* fix: Return what it got

* chore: Update JSDoc

* chore: Revert codes

* fix: Remove Gradient Transparency

* chore: Change karma environment

* fix: Rotate button error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhance performance or improve usability of original features.
Projects
None yet
Development

No branches or pull requests

1 participant