Skip to content

Releases: kriasoft/hyperapp-render

4.0.1 - 2022-06-29

29 Jun 15:39
Compare
Choose a tag to compare
  • Allow empty string text nodes (#23).

4.0.0 - 2021-01-25

24 Jan 21:48
Compare
Choose a tag to compare
  • [BREAKING] Drop support for legacy Hyperapp v2.0.0-v2.0.8.
  • Add compatibility with Hyperapp v2.0.9 after internal VNode schema change.

3.5.0 - 2020-11-06

06 Nov 17:00
Compare
Choose a tag to compare
  • Compatibility with Hyperapp v2.0.6 after internal VNode schema change.

3.4.0 - 2020-05-25

25 May 17:25
Compare
Choose a tag to compare
  • Hybrid npm package with both CommonJS and ESM versions (#20).

3.3.0 - 2020-05-20

20 May 09:59
Compare
Choose a tag to compare
  • Add unpkg, jsdelivr and exports fields to package.json (#18).

3.2.0 - 2020-05-14

14 May 07:22
Compare
Choose a tag to compare
  • Add support for Lazy component from Hyperapp v2 (#16).

3.1.0 - 2019-03-18

18 Mar 11:59
Compare
Choose a tag to compare
  • Ignore innerHTML attribute when child nodes exist.
  • Fix styles rendering in IE11 (#14).

3.0.0 - 2018-11-15

15 Nov 16:32
Compare
Choose a tag to compare
  • [BREAKING] Remove higher-order app withRender from the library due to redundancy.
  • Support for className attribute and allow to use array and object as a value.
  • Compatibility with upcoming Hyperapp V2.
  • Various performance optimizations.

2.1.0 - 2018-07-11

11 Jul 10:08
5029217
Compare
Choose a tag to compare

2.0.0 - 2018-03-19

19 Mar 06:17
Compare
Choose a tag to compare
  • [BREAKING] Rename higher-order app from render to withRender.
  • [BREAKING] Rename global exports from window.* to window.hyperappRender.*.
  • [BREAKING] Rename server package from hyperapp-render/server to hyperapp-render.
  • Add support for lazy components.