Skip to content

Latest commit

 

History

History
563 lines (214 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

563 lines (214 loc) · 13.7 KB

Change Log

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

3.0.32 (2018-08-01)

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

3.0.31 (2018-08-01)

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

3.0.30 (2018-07-20)

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

3.0.29 (2018-07-11)

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

3.0.28 (2018-07-10)

Bug Fixes

  • hdom: always update "value" attrib last in diffAttributes() (126103b)

3.0.27 (2018-07-04)

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

3.0.26 (2018-06-21)

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

3.0.25 (2018-06-18)

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

3.0.24 (2018-05-30)

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

3.0.23 (2018-05-15)

Bug Fixes

  • hdom: delay init() lifecycle call to ensure children are available (2482b16)

3.0.22 (2018-05-14)

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

3.0.21 (2018-05-14)

Bug Fixes

  • hdom: component obj lifecycle method thisArg handling (ade96f8)

3.0.20 (2018-05-14)

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

3.0.19 (2018-05-13)

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

3.0.18 (2018-05-12)

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

3.0.17 (2018-05-10)

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

3.0.16 (2018-05-10)

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

3.0.15 (2018-05-09)

Bug Fixes

  • hdom: native boolean attrib handling (e.g. "checked") (68ea086)

3.0.14 (2018-05-01)

Bug Fixes

  • hdom: boolean attrib reset/removal (a93cb98)

3.0.13 (2018-04-30)

Performance Improvements

  • hdom: only build linear diff edit log (7a543a5)

3.0.12 (2018-04-29)

Performance Improvements

  • hdom: update event handling in diffAttributes() (31ec3af)

3.0.11 (2018-04-26)

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

3.0.10 (2018-04-26)

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

3.0.9 (2018-04-22)

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

3.0.8 (2018-04-19)

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

3.0.7 (2018-04-17)

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

3.0.6 (2018-04-16)

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

3.0.5 (2018-04-15)

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

3.0.4 (2018-04-14)

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

3.0.3 (2018-04-13)

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

3.0.2 (2018-04-10)

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

3.0.1 (2018-04-09)

Performance Improvements

  • hdom: intern imported checks, update normalizeTree(), add docs, fix tests (2a91e30)

3.0.0 (2018-04-08)

Features

  • hdom: fix #13, add support for user context and pass to components (70cfe06)

BREAKING CHANGES

  • hdom: component functions & lifecycle hooks now receive user context object as their first arg. All components accepting arguments must be updated, but can potentially be simplified at the same time.

2.3.3 (2018-04-04)

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

2.3.2 (2018-04-01)

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

2.3.1 (2018-03-28)

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

2.3.0 (2018-03-21)

Features

  • hdom: update error handling, add @thi.ng/api dep (f5173f1)

2.2.5 (2018-03-18)

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

2.2.4 (2018-03-18)

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

2.2.3 (2018-03-18)

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

2.2.2 (2018-03-17)

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

2.2.1 (2018-03-16)

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

2.2.0 (2018-03-14)

Features

  • hdom: add auto deref() support (0fe6c44)

2.1.1 (2018-03-08)

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

2.1.0 (2018-03-05)

Features

  • hdom: add support for frame skipping, add docs (a200beb)

2.0.0 (2018-03-03)

Documentation

BREAKING CHANGES

  • hdom: rename package hiccup-dom => hdom

1.2.1 (2018-03-03)

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

1.2.0 (2018-02-28)

Features

  • hiccup-dom: add support for function attribs, add docs (ca17389)

1.1.0 (2018-02-27)

Features

  • hiccup-dom: fix #11, update normalizeTree/normalizeElement (f5b6675)
  • hiccup-dom: start(), add optional spans arg (8a070ff)

1.0.7 (2018-02-26)

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

1.0.6 (2018-02-24)

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

1.0.5 (2018-02-18)

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

1.0.4 (2018-02-08)

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

1.0.3 (2018-02-04)

Bug Fixes

  • hiccup-dom: support parent DOM ID as arg start() (1f4f4b8)

1.0.2 (2018-02-03)

Bug Fixes

  • hiccup-dom: fix #3, update start() to be cancellable, add docs (4edf45f)

1.0.1 (2018-02-03)

Bug Fixes

  • hiccup-dom: add NO_SPANS config (944cbb3)

1.0.0 (2018-02-03)

Code Refactoring

  • hiccup-dom: update event attrib naming convention, update readme (7cc5c93)

BREAKING CHANGES

  • hiccup-dom: event attributes now just use on prefix, previously on-

0.1.2 (2018-02-02)

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

0.1.1 (2018-02-01)

Bug Fixes

  • hiccup-dom: boolean attribs (1f6bb58)

0.1.0 (2018-02-01)

Features

  • hiccup-dom: add start(), update readme (3101698)
  • hiccup-dom: re-import package (MBP2010) (30ffd00)