All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.7.8 (2021-02-24)
Note: Version bump only for package @thi.ng/hiccup-svg
3.7.7 (2021-02-22)
Note: Version bump only for package @thi.ng/hiccup-svg
3.7.6 (2021-02-20)
Note: Version bump only for package @thi.ng/hiccup-svg
3.7.0 (2021-01-02)
- hiccup-svg: update svg(), add convert attrib (cd67a09)
3.6.0 (2020-09-13)
- hiccup-svg: allow child elements in shapes (7447ee1)
- hiccup-svg: fix #194, add
baseline
support (f8d4a38) - hiccup-svg: fix/update convertTree() (997dbf6)
- hiccup-svg: update ff() formatter (int check) (609d278)
3.5.0 (2020-07-02)
- hiccup-svg: update XML ns imports (32bd8d7)
- hiccup-svg: update deps, update xmlns import (aab66bb)
3.4.0 (2020-01-24)
- hiccup-svg: add packedPoints(), update convertTree() (67be25e)
3.3.2 (2019-11-09)
3.3.0 (2019-08-21)
- hiccup-svg: convertAttrib() arg order (8b48a27)
- hiccup-svg: update polyline(), add fill: none default (cff9e30)
3.2.2 (2019-07-12)
- hiccup-svg: update points(), use centered rects (c7d6aaa)
3.2.0 (2019-07-07)
- hiccup-svg: enable TS strict compiler flags (refactor) (3143141)
3.1.7 (2019-02-27)
- hiccup-svg: update convert() image (new arg order in hdom-canvas) (b206cff)
3.1.0 (2019-01-22)
- hiccup-svg: add color dep, add attrib conversion for all elements (7f6011e)
3.0.0 (2019-01-21)
- hiccup-svg: convert path arc segment axis theta to degrees (370f928)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- hiccup-svg: add ellipse shape type, update convert() (a39811c)
- hiccup-svg: add toHiccup() support in convertTree() (e197f90)
- hiccup-svg: undo merge mistake in convert.ts (82f8ef2)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
2.0.4 (2018-10-21)
- hiccup-svg: fix arc segment handling (85426d9)
1.0.0 (2018-05-13)
- hiccup-svg: rename svgdoc => svg (396faec)
- hiccup-svg: technically identical to previous version, however due to breaking changes and new context support in @thi.ng/hiccup, SVG functions MUST be invoked directly now and do not support lazy evaluation anymore. see notice in readme.
- hiccup-svg: rename svgdoc => svg
0.2.13 (2018-05-12)
0.2.1 (2018-04-09)
- hiccup-svg: path(), update add null check for points() (b9d9a49)