UNPKG

@cycle/html

Version:

A driver for HTML strings based on Snabbdom and the DOM driver

97 lines (41 loc) 2.36 kB
## 3.4.0 (2020-03-23) * docs(html): note about reportSnabbdomError in HTMLDriverOptions ([18b915f](https://github.com/cyclejs/cyclejs/commit/18b915f)) * feat(html): add reportSnabbdomError option to HTMLDriverOptions ([d8b0423](https://github.com/cyclejs/cyclejs/commit/d8b0423)), closes [#922](https://github.com/cyclejs/cyclejs/issues/922) ## 3.3.0 (2019-11-06) ## 3.2.0 (2019-09-10) * chore(html): use isolate v5 in tests ([4ed925f](https://github.com/cyclejs/cyclejs/commit/4ed925f)) ## 3.1.0 (2018-12-10) * fix(html): support TypeScript's strict mode ([4a4119e](https://github.com/cyclejs/cyclejs/commit/4a4119e)) ## 3.0.0 (2018-10-17) * fix(html): error handling for makeHtmlDriver method (#714) ([fd02418](https://github.com/cyclejs/cyclejs/commit/fd02418)), closes [#714](https://github.com/cyclejs/cyclejs/issues/714) [#710](https://github.com/cyclejs/cyclejs/issues/710) * fix(html): update cycle/dom to 21, update snabbdom ([d7a5f8e](https://github.com/cyclejs/cyclejs/commit/d7a5f8e)) * fix(html): update dependencies, move to pnpm ([11f3068](https://github.com/cyclejs/cyclejs/commit/11f3068)) * fix(html): upgrade Typescript to 3.1 ([a4f1212](https://github.com/cyclejs/cyclejs/commit/a4f1212)) ### BREAKING CHANGE * If you use JavaScript, there are no breaking changes. If you use TypeScript, this package may not work anymore with versions of TS below 3.1. * Snabbdom got updated to version 0.7.0 and html inside `text` is now properly escaped. See https://github.com/snabbdom/snabbdom-to-html/releases for detailed information <a name="2.4.0"></a> # 2.4.0 (2017-10-26) ### Bug Fixes * **html:** update important dependencies ([81c37f2](https://github.com/cyclejs/cyclejs/commit/81c37f2)) <a name="2.3.0"></a> # 2.3.0 (2017-10-24) <a name="2.2.0"></a> # 2.2.0 (2017-10-24) <a name="2.1.0"></a> # 2.1.0 (2017-08-12) <a name="2.0.0"></a> # 2.0.0 (2017-07-20) ### Bug Fixes * **html:** depend on cycle/dom v18 API ([e576a52](https://github.com/cyclejs/cyclejs/commit/e576a52)) ### BREAKING CHANGES * **html:** This version follows the same breaking changes as cycle/dom v18 <a name="1.1.0"></a> # 1.1.0 (2017-05-30) ### Bug Fixes * **html:** update all dependencies to their latest versions ([2e794b8](https://github.com/cyclejs/cyclejs/commit/2e794b8)) <a name="1.0.0"></a> # 1.0.0 (2017-03-25)