1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00

Merge branch 'master' of github.com:konvajs/konva into master

This commit is contained in:
Anton Lavrenov 2021-06-16 15:58:50 +07:00
commit 0236496cd7

View File

@ -49,7 +49,7 @@ group.find('Shape').forEach((shape) => shape.visible(false));
- **Full migration to ES modules package (!), commonjs code is removed.**
- **`konva-node` is merged into `konva` npm package. One package works for both environments.**
- Full event system rewrite. Much better `pointer` evens support.
- Full event system rewrite. Much better `pointer` events support.
- Fix `TextPath` recalculations on `fontSize` change
- Better typescript support. Now every module has its own `*.d.ts` file.
- Removed `Konva.UA`, `Konva._parseUA` (it was used for old browser detection)