Skip to content

Latest commit

 

History

History
224 lines (88 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

224 lines (88 loc) · 6.79 KB

Change Log

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

3.1.1 (2019-07-12)

Note: Version bump only for package @thi.ng/hdom-components

3.1.0 (2019-07-07)

Bug Fixes

  • hdom-components: update CanvasHandler args (080411f)

Features

  • hdom-components: enable TS strict compiler flags (refactor) (6233ba2)

3.0.20 (2019-05-22)

Note: Version bump only for package @thi.ng/hdom-components

3.0.19 (2019-04-26)

Note: Version bump only for package @thi.ng/hdom-components

3.0.18 (2019-04-24)

Note: Version bump only for package @thi.ng/hdom-components

3.0.17 (2019-04-16)

Bug Fixes

  • hdom-components: this handling in CanvasHandlers (f104b64)

3.0.16 (2019-04-15)

Note: Version bump only for package @thi.ng/hdom-components

3.0.15 (2019-04-03)

Note: Version bump only for package @thi.ng/hdom-components

3.0.14 (2019-04-02)

Note: Version bump only for package @thi.ng/hdom-components

3.0.13 (2019-03-28)

Note: Version bump only for package @thi.ng/hdom-components

3.0.0 (2019-01-21)

Build System

  • update package scripts, outputs, imports in remaining packages (f912a84)

BREAKING CHANGES

  • enable 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.4.0 (2018-12-14)

Features

  • hdom-components: merge button & button group attribs (da441c1)

2.3.0 (2018-12-13)

Features

  • hdom-components: add FPS counter & sparkline components, update deps (ebd3380)

2.2.11 (2018-10-17)

Bug Fixes

  • hdom-components: add Canvas2DContextAttributes (removed in TS3.1) (775cc8a)

2.2.0 (2018-08-27)

Bug Fixes

  • hdom-components: call canvas update from init() (b25edbe)

Features

  • hdom-components: add HDPI adaptation helper for canvas comps (135d6f1)

2.1.0 (2018-05-09)

Features

  • hdom-components: add button component (cef3c6a)
  • hdom-components: add buttonGroup (c0950d6)
  • hdom-components: add notification component (a11803c)
  • hdom-components: add pager component, add @thi.ng/iterators dep (efb288d)
  • hdom-components: add title component (f9a2daf)

2.0.0 (2018-04-08)

Code Refactoring

  • hdom-components: remove svg, update canvas (hdom context support) (86d1f0d)
  • hdom-components: update dropdown components (0873832)

Features

  • hdom-components: update canvas handlers, add webgl2 version (7c88a3f)

BREAKING CHANGES

  • hdom-components: add hdom context arg as first arg to dropdown and groupedDropdown
  • hdom-components: canvas user handlers passed as object and taking different / more args
  • hdom-components: SVG functionality has been moved to new @thi.ng/hiccup-svg package. Canvas component user fns have new args

1.1.0 (2018-03-29)

Features

  • hdom-components: add svg line() (6cbacec)

1.0.0 (2018-03-03)

Features

  • hdom-components: rename package hiccup-dom-component => hdom-components (752a78b)

BREAKING CHANGES

  • hdom-components: rename package hiccup-dom-component => hdom-components

0.2.0 (2018-02-24)

Features

  • hiccup-dom-components: add gradient, group, path SVG funcs (214fe4d)