Commit bdc4934
committed
pkg: release v1.1.0-alpha.1 -- native TypeScript
- the API surface is entirely backward-compatible, hence why this is releasing as SemVer minor
- first official release of the TypeScript rewrite
- this has been on the `main` branch for a few years (c.f. ecb0374 et al), but had not been released until now
- as it is natively in TS now, `@types/react-signature-canvas` is no longer necessary
- please file an issue if there are any problems with the typings! this is released as an `alpha` just in case!
- as it is natively in TS now, the build process needed quite a lot of updating
- it's now built with Rollup (as this is a library, not an app) and various plugins (some of which I help maintain, like `rollup-plugin-typescript2`) instead of Webpack v1 from like a ~decade ago (did Rollup even exist back then?)
- there is now a native ESM build and a UMD build for backward-compatibility
- _note_: the UMD build may be removed at a later date during a SemVer major update/breaking change
- please file an issue if there are any problems with the build / distribution! this is released as an `alpha` just in case!1 parent 672c2d3 commit bdc4934
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments