Commit Graph

32 Commits (e92ccd044487cb71c72a22e5a561b91441914bfb)

Author SHA1 Message Date
JFH e92ccd0444 Path Box widely supported, Replace/Insert in Path are deprecated (but polyfilled) 2021-09-20 08:24:18 +02:00
JFH d6f74fc497 Fix test 2021-08-30 12:09:45 +02:00
JFH 6c708ed974 update tests 2021-08-29 16:05:21 +02:00
JFH 0d2c344fee remove svgtransform polyfill now widely supported 2021-08-29 14:16:03 +02:00
JFH ddf3269bd0 fix sidepanel with grid css 2021-08-15 01:50:19 +02:00
JFH b50fe0aee1 remove change image and minor refactoring 2021-08-13 14:37:55 +02:00
Agriya Dev5 4b337f00e0 #105 jquery remove from cypress 2021-06-01 20:13:42 +05:30
JFH 5682b7bc59 restore 2 tests and fix snapshot 2021-05-31 00:10:26 +02:00
JFH 074df9cdec eslint: enforce use of const when variable not modified 2021-05-31 00:09:51 +02:00
JFH 99ee706c18 eslint rule for declarations 2021-05-28 17:03:29 +02:00
JFH 01b022b1e7 identation requirement to eslint 2021-05-28 10:35:46 +02:00
JFH 4a0b69a46b fix tests to use the npm jquery 2021-05-23 17:59:18 +02:00
JFH e71958e705 fix several configuration issue and linter 2021-05-19 23:09:40 +02:00
JFH 9a68ba6358 fix some useless console.log 2021-05-15 16:20:13 +02:00
JFH d3974f8f17 enforce a few eslint rules 2021-05-13 01:00:09 +02:00
JFH 593c415664 update master to V7 2021-05-09 19:29:45 +02:00
Timo Dittmann 41fc05672d Added textLength and lengthAdjust to text formatting tools 2021-04-02 07:38:24 +02:00
Timo Dittmann 69bf3d9d81 Added word spacing to text formatting tools 2021-04-02 07:38:24 +02:00
Timo Dittmann 92eac95627 Added letter spacing to text formatting tools 2021-04-02 07:38:24 +02:00
JFH 28019eef07
Refactor canvas in multiple pieces to increase maintainability (#446)
* #refactor-canvas getJsonFromSvgElement and svgroot code moved to separate file
* #refactor-canvas build files changes
* #refactor-canvas addSVGElementsFromJson move to json file
* #refactor-canvas selected element option function move separate file
* #refactor-canvas moveUpDownSelected move to select-elem
* ##refactor-canvas build file updated
* #refactor-canvas moveSelectedElements  move to selected-elem
* #refactor-canvas cloneSelectedElements move to slected-elem
* #refactor-canvas alignSelectedElements move to selected-elem
* #refactor-canvas deleteSelectedElements move to selected-elem
* #refactor-canvas copySelectedElements and groupSelectedElements move to selected-elem
* #refactor-canvas pushGroupProperty, ungroupSelectedElement move to selected-elem
* #refactor-canvas comment changes
* #refactor-canvas UndoManager move to separate file
* #refactor-canvas event file move to mouseMove, mouseUpEvent and dblClickEvent
* #refactor-canvas mouseDown move to event
* #refactor-canvas move to undo file
* #refactor alignment changes  and set function revert return
* #refactor-canvas textaction move to separate file
* #refactor-canvas paste-element function move to separate file
* #refactor-canvas set and get  method move to separate file
* #refactor-canvas set and get function moved changes
* #refactor clear file import and regaring function moved changes changes
* #refactor-canvas svg related function move to separate file
* #refactor-canvas setBackground methos move to elem-get-set file
* #refactor-canvas getBsplinePoint method move to event file
* #refactor-canvas export functions move to svg-exec
* #refactor-canvas svg related function moved separate file
* #refactor-canvas updateCanvas,  cycleElement move to selected-elem file
* #refactor-canvas removeUnusedDefElems move to svg-exec file
* #refactor-canvas blur method move to separate file blur-event.js
* #refactor-canvas selection related function move to separate file slection.js
* #refactor-canvas convertGradients, mousewheelmove event bind function move to other files
* #refactor-canvas extension function move to selection file
* #refactor-canvas svg tag long string changes to es6 format
* eslint fixes
* eslint and test fixes
* add netlify logo per their requirements
* #refactor-canvas path file separate to path-method.js and path-actions.js
* #refactor-canvas lint issue fixed
* #refactor-canvas path.js file class and const move to path-method.js
* #refactor-canvas eslint issue fixed. 'jsdoc/check-examples': 'off' already so removed eslint-disable jsdoc/check-examples
* #refactor-canvas path class moved changes and copy-elem.js file cypress test issue fixed
* #refactor-canvas UI - Clipboard paste element  cypress issue fixed
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test case issue fixed
* npm update and fix a few eslint new errors
* fix snapshot and run tests
* add star tool to cypress
* #refactor-canvas shapelibrary, star, polygon and panning tool issue fixed
* build
* Update layer.js
* revert proper declarations

Authored-by OptimistikSAS
2020-11-11 11:38:45 +01:00
jfh 8a1607a8cd make snapshot more robust 2020-10-16 23:59:30 +02:00
jfh cfbb5a5ec8 npm update + fix linked to this update
found an issue with eslint when empty comments were used.
2020-10-04 23:07:31 +02:00
jfh 359a161ff2 remove external folder in favor of npm dependencies 2020-09-19 15:21:30 +02:00
jfh 4643bab371 fix editor start with src and dist using es-dev-server 2020-09-01 00:15:18 +02:00
jfh 0bfee46b33 make test run with systemjs build 2020-08-29 01:20:37 +02:00
JFH 92635ba721 restore all eslint rules 2020-08-01 01:23:28 +02:00
JFH 48212c8384 fix bug in unapply for batch command 2020-07-25 19:33:44 +02:00
JFH 232995ba1a adapt import in cy tests 2020-07-14 18:06:33 +02:00
Brett Zamir 8096f0750f - Testing: Use more precise/semantic chai assertion methods 2020-02-27 07:25:58 +08:00
cuixiping e69fd11766 Testing: add testing for convertPath function 2020-01-16 14:20:19 +08:00
Brett Zamir 92f8a5be57 - Refactoring: Avoid redundant creation of text node for strings when passing to `append` 2020-01-04 16:43:03 +08:00
Brett Zamir fc41ea7a43 - Testing: Separate tests into unit/ui; split UI tests by specific domain;
setup browser-bug folder and ui issues folder
- Testing: Create test utilities for selecting English and visiting and
  approving storage
- Testing: Add test for tool selection
2019-12-23 18:47:17 +08:00