Skip to content

v22.0.0

Compare
Choose a tag to compare
@caleb531 caleb531 released this 03 Jan 02:07
· 146 commits to main since this release
74e87a7

jCanvas v22 is a modest new release with modernized infrastructure, source maps, and dropped IE support. There are no API changes.

ESM Support

jCanvas now supports ESM! To accommodate this change, the directory structure has changed. All UMD bundles are under a new dist/umd/ directory, and all ESM bundles are under the dist/esm/ directory.

Source Maps & New Directory Structure

The npm tarball for jCanvas now includes source maps! With this change, the full source versions of the library are now under the src/ directory (i.e. the full source bundles under the dist/ directory have been removed).

Dropped IE Support

Internet Explorer has been obsolete for some time, so support for it has been removed.