Skip to content

Commit 819cd58

Browse files
authored
chore(): Backport v7 fixes to V6 branch (#10799)
1 parent b539e1a commit 819cd58

24 files changed

Lines changed: 2000 additions & 238 deletions

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [next]
4+
5+
## [6.8.0]
6+
7+
- fix(): CWE-1333 CWE-400 CWE-730 Simplify some regexes in order to avoid slowness with craft bad string #10746
8+
- fix(): CWE-1333 CWE-400 CWE-730 in Text.ts regex #10745
9+
- fix(StaticCanvas): After executing loadFromJSON, it unexpectedly adds an objects property to the canvas. #10741
10+
- fix(textarea): A form field element has neither an id nor a name attribute. #10172
11+
- fix(Canvas): The mouse enter and leave events of child elements will be executed twice. #10699
12+
- chore(): Remove mouse wheel console warning by setting default explicitly. #10712
13+
- fix(): fix rendering of text when line height is set to 0 #10785
14+
315
## [6.7.1]
416

517
- fix(SVGParser): Corrected CSS rule parsing for multiple style tags. [#10688](https://github.com/fabricjs/fabric.js/issues/10683)

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.min.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.mjs

Lines changed: 95 additions & 69 deletions
Large diffs are not rendered by default.

dist/index.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.node.mjs

Lines changed: 95 additions & 69 deletions
Large diffs are not rendered by default.

dist/index.node.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)