This log was last generated on Sun, 11 Jul 2021 20:57:07 GMT and should not be manually modified.
Sun, 11 Jul 2021 20:57:07 GMT
- Fix SVGTextNode bounds not updating after the text renders.
Sun, 11 Jul 2021 02:39:04 GMT
- Fix SVGTextNode shifting upwards when you re-embed a text element. This only pops when manipulating the scene tree manually.
Sat, 10 Jul 2021 23:35:25 GMT
- Fix error when element does not have (x, y) attributes
Sat, 10 Jul 2021 23:20:42 GMT
- Fix SVGTextNode not respecting (x, y) attributes of elements.
Sun, 20 Jun 2021 02:05:05 GMT
- Add support for external hrefs in SVG use elements
- Fix issues with dash-array in stroked geometries
Thu, 17 Jun 2021 02:36:40 GMT
Version update only
Sun, 28 Mar 2021 17:05:18 GMT
- Upgrade to PixiJS 6
Sat, 27 Feb 2021 19:23:00 GMT
- Add proper hit-testing support for paths, in SVGPathNode.
Tue, 16 Feb 2021 00:55:07 GMT
- Fix build regression for the UMD variant.
Tue, 16 Feb 2021 00:41:50 GMT
- Fix no-stroke when color is #000 but stroke-width not explicitly specified. Fix error with url(#id) fill gradient references (without the single quotes, i.e. url('#id')
Sun, 31 Jan 2021 04:22:28 GMT
- Fix incorrect reference to @pixi/filter-color-matrix in browser build
Sun, 31 Jan 2021 04:07:26 GMT
- Fix dependency namespaces in browser build
Sun, 31 Jan 2021 03:42:33 GMT
- Upgrade build to fix wrong namespace in dependencies (gradients and texture-allocator)
Sat, 02 Jan 2021 00:21:47 GMT
- Remove redundant logs in SVGTextEngineImpl
Sat, 26 Dec 2020 22:47:29 GMT
- Upgrade to PixiJS 5.4.0 RC and generate a index.d.ts file.
Sat, 19 Dec 2020 18:41:11 GMT
- Fix spikes in stroking of smaller subpaths; add support for <ellipse /> elements.
Sun, 13 Dec 2020 19:25:27 GMT
- Fix bounds calculation of SVGScene when applying custom width and height.
Sat, 05 Dec 2020 19:57:34 GMT
- Fix text layout algorithm by making it recursive, so it will work on nested <tspan /> elements. Add proper support for s/S smooth cubic bezier path commands, instead of treating them as quadratic bezier curves.
Sun, 29 Nov 2020 20:04:09 GMT
- Fix incorrect current point after closepath command
Sat, 14 Nov 2020 19:53:46 GMT
- Fix bug when smooth quadratic command was used after relative command
Sat, 14 Nov 2020 19:44:14 GMT
- Support opacity on SVG images
Sat, 14 Nov 2020 19:14:09 GMT
- Add support for smooth quadratic bezier curve commands (t, T)
Sun, 08 Nov 2020 20:40:57 GMT
- Add SVGSceneContext, sharing a texture atlas amongst SVGImageNodes
Sat, 17 Oct 2020 19:45:36 GMT
- Fixes bug where attributes where not being applied
Sat, 17 Oct 2020 19:38:34 GMT
- Build last release
Sat, 17 Oct 2020 19:30:26 GMT
- Set default font size to 16
Sat, 17 Oct 2020 19:19:14 GMT
- Letter spacing fix for
Sat, 17 Oct 2020 19:12:54 GMT
- N/A
Sat, 17 Oct 2020 19:07:48 GMT
- Build last release :), and fallback to letter spacing of for elements, if not provided
Sat, 17 Oct 2020 18:36:10 GMT
- Add letterSpacing in the style passed by SVGTextNode.
Wed, 14 Oct 2020 21:17:15 GMT
- Emit transformdirty event when SVGScene has transform invalidations.
Wed, 07 Oct 2020 21:43:57 GMT
- Use populateScene instead of populateSceneRecursive to build scene graph at root.
Wed, 07 Oct 2020 01:28:54 GMT
- Texture-size optimizations for image nodes and linear-gradient paint servers
Tue, 06 Oct 2020 19:09:58 GMT
- Set _transformDirty to false after updating transform. Invoke updateTransform after updateText in SVGTextEngineImpl
Tue, 06 Oct 2020 18:57:40 GMT
- Add nodetransformdirty events to allow transform invalidation internally.
Tue, 06 Oct 2020 18:38:01 GMT
- Internal culling optimization in SVGScene, lazy transform & bounds updates.
Mon, 05 Oct 2020 16:11:24 GMT
- Async-pattern for SVGTextEngine
Sun, 04 Oct 2020 23:25:53 GMT
- Export the Paint API and additional SVG nodes
Sat, 03 Oct 2020 01:37:43 GMT
- First release candidate