Skip to content

Commit

Permalink
tagging beta17
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Jan 7, 2024
1 parent 1ee2b29 commit 9bc834c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.0.0-beta17]

- refactor(): Rewrite how typeAssertion works to avoid isType and add tests for subclasses [#9570](https://github.com/fabricjs/fabric.js/pull/9570)
- fix(): perform layout on poly change + initialization object subscription [#9537](https://github.com/fabricjs/fabric.js/pull/9537)
- fix(): Addressing path cloning slowness ( partially ) [#9573](https://github.com/fabricjs/fabric.js/pull/9573)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"homepage": "http://fabricjs.com/",
"version": "6.0.0-beta16",
"version": "6.0.0-beta17",
"author": "Juriy Zaytsev <[email protected]>",
"contributors": [
{
"name": "Andrea Bogazzi",
"email": "[email protected]",
"url": "https://github.com/asturur"
},
{
"name": "Steve Eberhardt",
"email": "[email protected]",
"url": "https://github.com/melchiar"
},
{
"name": "Shachar Nencel",
"email": "[email protected]",
"url": "https://github.com/ShaMan123"
},
{
"name": "Steve Eberhardt",
"email": "[email protected]",
"url": "https://github.com/melchiar"
}
],
"keywords": [
Expand Down

0 comments on commit 9bc834c

Please sign in to comment.