Skip to content

Latest commit

 

History

History
164 lines (63 loc) · 4.59 KB

CHANGELOG.md

File metadata and controls

164 lines (63 loc) · 4.59 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.21 (2019-04-26)

Note: Version bump only for package @thi.ng/hiccup-svg

3.1.20 (2019-04-24)

Note: Version bump only for package @thi.ng/hiccup-svg

3.1.19 (2019-04-15)

Note: Version bump only for package @thi.ng/hiccup-svg

3.1.18 (2019-04-03)

Note: Version bump only for package @thi.ng/hiccup-svg

3.1.17 (2019-04-02)

Note: Version bump only for package @thi.ng/hiccup-svg

3.1.16 (2019-03-28)

Note: Version bump only for package @thi.ng/hiccup-svg

3.1.7 (2019-02-27)

Bug Fixes

  • hiccup-svg: update convert() image (new arg order in hdom-canvas) (b206cff)

3.1.0 (2019-01-22)

Features

  • hiccup-svg: add color dep, add attrib conversion for all elements (7f6011e)

3.0.0 (2019-01-21)

Bug Fixes

  • hiccup-svg: convert path arc segment axis theta to degrees (370f928)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

Features

  • hiccup-svg: add ellipse shape type, update convert() (a39811c)
  • hiccup-svg: add toHiccup() support in convertTree() (e197f90)

Reverts

  • hiccup-svg: undo merge mistake in convert.ts (82f8ef2)

BREAKING CHANGES

  • 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)

Bug Fixes

  • hiccup-svg: fix arc segment handling (85426d9)

1.0.0 (2018-05-13)

Code Refactoring

  • hiccup-svg: rename svgdoc => svg (396faec)

Documentation

  • hiccup-svg: resolve #19, update readme, add invocation notes (dc77540)

BREAKING CHANGES

  • 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)

Bug Fixes

  • hiccup-svg: path(), update add null check for points() (b9d9a49)

0.2.0 (2018-04-08)

Features

  • hiccup-svg: re-add svg fns as new @thi.ng/hiccup-svg package (afccabd)