All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.3 (2020-04-06)
Note: Version bump only for package @thi.ng/hdom-components
3.2.2 (2020-04-05)
Note: Version bump only for package @thi.ng/hdom-components
3.2.1 (2020-03-28)
Note: Version bump only for package @thi.ng/hdom-components
3.2.0 (2020-03-06)
- hdom-components: fix total size calc in slideToggleRect() (8f58b09)
- hdom-components: import slideToggleDot/Rect() components (a2d0158)
3.1.0 (2019-07-07)
- hdom-components: update CanvasHandler args (080411f)
- hdom-components: enable TS strict compiler flags (refactor) (6233ba2)
3.0.17 (2019-04-16)
- hdom-components:
this
handling in CanvasHandlers (f104b64)
3.0.0 (2019-01-21)
- update package scripts, outputs, imports in remaining packages (f912a84)
- 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)
- hdom-components: merge button & button group attribs (da441c1)
2.3.0 (2018-12-13)
- hdom-components: add FPS counter & sparkline components, update deps (ebd3380)
2.2.11 (2018-10-17)
- hdom-components: add Canvas2DContextAttributes (removed in TS3.1) (775cc8a)
2.2.0 (2018-08-27)
- hdom-components: call canvas update from init() (b25edbe)
- hdom-components: add HDPI adaptation helper for canvas comps (135d6f1)
2.1.0 (2018-05-09)
- 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)
- hdom-components: remove svg, update canvas (hdom context support) (86d1f0d)
- hdom-components: update dropdown components (0873832)
- hdom-components: update canvas handlers, add webgl2 version (7c88a3f)
- hdom-components: add hdom context arg as first arg to
dropdown
andgroupedDropdown
- 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)
- hdom-components: add svg line() (6cbacec)
- hdom-components: rename package hiccup-dom-component => hdom-components (752a78b)
- hdom-components: rename package hiccup-dom-component => hdom-components
0.2.0 (2018-02-24)
- hiccup-dom-components: add gradient, group, path SVG funcs (214fe4d)