Commit Graph

5 Commits

Author SHA1 Message Date
Evgeniy Timokhov
586512ecb6 Changed target of TypeScript compilation to es2016
Partially addressed to #745
2022-03-03 09:45:37 +00:00
Floriel Fedry
7da31084bd clear tracking point on mouse pressed move 2022-01-13 14:06:13 +00:00
Floriel Fedry
ec717b6524 add trackingMode option
- replace activateScrollOnTouchEnd with trackingMode option
- remove support-touch and other unused files
- move window.chrome type to dom-not-standard
- add missing end scroll call for touch event handler
2022-01-12 17:16:09 +00:00
Evgeniy Timokhov
4ca52b81ca Enabled noImplicitOverride compiler option 2021-11-08 10:46:51 +00:00
Evgeniy Timokhov
080aa9aa52 Introduced ts-transformer-properties-rename instead of ts-transformer-minify-privates
It allows to minify everything aren't exported to the public space,
so it reduces bundle size a lot (by several KB which is several % in min.gz)
2020-05-26 14:52:43 +03:00