Skip to content

Latest commit

 

History

History
145 lines (74 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

145 lines (74 loc) · 5.51 KB

Change Log

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

3.4.22 (2020-06-01)

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

3.4.21 (2020-06-01)

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

3.4.20 (2020-05-29)

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

3.4.0 (2020-01-24)

Features

  • hiccup-svg: add packedPoints(), update convertTree() (67be25e)

3.3.2 (2019-11-09)

Bug Fixes

  • hiccup-svg: fix #142, add missing exports (ellipse, image) (1bd7f64)

3.3.0 (2019-08-21)

Bug Fixes

  • hiccup-svg: convertAttrib() arg order (8b48a27)

Features

  • hiccup-svg: update polyline(), add fill: none default (cff9e30)

3.2.2 (2019-07-12)

Bug Fixes

  • hiccup-svg: update points(), use centered rects (c7d6aaa)

3.2.0 (2019-07-07)

Features

  • hiccup-svg: enable TS strict compiler flags (refactor) (3143141)

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)