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

Branch v3.5.3 #215

Closed
wants to merge 34 commits into from
Closed

Branch v3.5.3 #215

wants to merge 34 commits into from

Conversation

lewis-ing
Copy link

Please check if the PR fulfills these requirements

  • It's submitted to right branch according to our branching model
  • It's right issue type on title
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • It does not introduce a breaking change or has description for the breaking change

Description


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨

Copy link
Member

@junghwan-park junghwan-park left a comment

Choose a reason for hiding this comment

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

Thank you for contribution. @lewis-ing
But, some conventions are violated. I can't merge it into master branch.

  • Specify category and title it what your develop.
    • ex) feature: Add 'mouseUp' event listeners, or fix: Resolve free-draw lines jumping
  • Write an issue and describe what to do for this PR.
  • Read and follow PR template's guideline.
  • master branch must not be includes dist/ directory. It is only served in production branch.


B: x=开始坐标X y=开始坐标Y+结束坐标Y

C: x=开始坐标X+结束坐标X y=开始坐标Y+结束坐标Y
Copy link
Member

Choose a reason for hiding this comment

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

Please, Translate Chinese texts in English.

@@ -21,6 +21,7 @@ module.exports = {
'prefer-destructuring': ['error', {
VariableDeclarator: {array: true, object: true},
AssignmentExpression: {array: false, object: false}
}]
}],
'linebreak-style': 'off'
Copy link
Member

Choose a reason for hiding this comment

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

I think this rule is useful. Why are you turn off linebreak-style?

@@ -54,5 +54,3 @@ report
*.vim
test.html

# Compiled files
dist
Copy link
Member

Choose a reason for hiding this comment

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

This addition is violating repository's branch managing convention.

We're not use develop branch but, master branch take develop branch's act.
Distribution files must be served in production branch.

@@ -15,15 +15,15 @@
</head>
<body>

<button onclick="test()"></button>

Copy link
Member

Choose a reason for hiding this comment

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

Testing codes must be removed.

// if(fEvent.e.movementX == -1 && fEvent.e.movementY == -1){
// console.log(this._fEvent)
// }
//console.log(this._fEvent)
Copy link
Member

Choose a reason for hiding this comment

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

This file contains all the prototype codes.

console.log()s are must be removed too.

@@ -64,6 +64,7 @@
"test:ne": "KARMA_SERVER=ne karma start",
"test:types": "tsc --project test/types",
"bundle": "webpack && webpack -p && npm run bundle:svg && node tsBannerGenerator.js",
"product": "webpack -p && npm run bundle:svg && node tsBannerGenerator.js",
Copy link
Member

Choose a reason for hiding this comment

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

I think this command script already defined upper line 66.

@@ -945,12 +958,15 @@ class Graphics {
* "object:moving" canvas event handler
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event
* @private
*/

Copy link
Member

Choose a reason for hiding this comment

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

Closing line comment text is removed.

'submenu.normalIcon.name': 'icon-a',
'submenu.activeIcon.path': '../dist/svg/icon-c.svg',
'submenu.activeIcon.path': '../static/svg/icon-c.svg',
Copy link
Member

Choose a reason for hiding this comment

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

Why did you edit default image paths?

@jinwoo-kim-nhn
Copy link
Contributor

thank you. The delay period is too long to close without modification. Make a new contribution through the master branch.

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.

None yet

4 participants