v0.3.0
This release brings typings to more PIXI optional packages. Later, the project will be split into multiple dependencies, which will be released separately.
This will let us add typings to 3rd party packages without adding unnecessary dependency size.
Changelog
- feat: Add
@pixi/basis
typings. (c4388f6) - feat: Add
@pixi/graphics-extra
typings. (b869637) - feat: Add
@pixi/math-extras
typings. (2ba873c) - feat: Add
@pixi/unsafe-eval
typings. (c8867c4) - feat: Add
IPointData
conversions. (3aea4e9) - feat: Add
position
toMouseManager
. (b04faa3) - fix: Fix
WebGL
typings. (9f66660) - fix: Fix some property names of
Renderer
. (1acb5c5) - refactor: Move
filters
modules tofilters
package. (796207a) - refactor: Put
PIXI
version inProject
object. (b3d6cdd)