Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 13, 2024
1 parent d0ea502 commit a3409a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.0.0

_Unreleased_
_2024-02-12_

- ❗️ Breaking: All tests are now performed asynchronously
- ❗️ Breaking: Fix recursion error in some browsers when testing a large number of canvas sizes
Expand All @@ -11,6 +11,7 @@ _Unreleased_
- ❗️ Breaking: Remove `usePromise` option and return promise automatically if supported
- Add `success` property to promise results
- Add `testTime` and `totalTime` to callback and promise results
- Add new max area limit for Firefox 122+ (23,168 x 23,168)
- Update ES module build from ES5 to ES2015+ syntax
- Update test environment and migrate tests to Playwright
- Update documentation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-size",
"version": "1.2.6",
"version": "2.0.0",
"description": "Determine the maximum area, height, width, and custom dimensions of an HTML canvas element.",
"author": "John Hildenbiddle <http://hildenbiddle.com>",
"license": "MIT",
Expand Down

0 comments on commit a3409a0

Please sign in to comment.