Skip to content

Commit

Permalink
build 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Nov 13, 2024
1 parent 0be721d commit 5c37e40
Show file tree
Hide file tree
Showing 12 changed files with 420 additions and 206 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [next]

## [6.5.0]

- fix(Canvas): Holding down Shift to select multiple shapes unexpectedly triggers the text exit event. [#10228](https://github.com/fabricjs/fabric.js/issues/10228)
- fix(): mousedown restore after touch end on dospose [#10250](https://github.com/fabricjs/fabric.js/pull/10250)
- feat(IText): expose getCursorRenderingData() function. [#10204](https://github.com/fabricjs/fabric.js/pull/10204)
Expand Down
2 changes: 1 addition & 1 deletion dist-extensions/fabric.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export { FabricText,
*
*/
FabricText as Text, } from './src/shapes/Text/Text';
export type { ITextProps, SerializedITextProps, } from './src/shapes/IText/IText';
export type { ITextProps, SerializedITextProps, CursorRenderingData, CursorBoundaries, } from './src/shapes/IText/IText';
export { IText } from './src/shapes/IText/IText';
export type { GraphemeData, SerializedTextboxProps, TextboxProps, } from './src/shapes/Textbox';
export { Textbox } from './src/shapes/Textbox';
Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.mjs.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5c37e40

Please sign in to comment.