Skip to content

Latest commit

 

History

History
92 lines (61 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

92 lines (61 loc) · 3.6 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

4.0.1 - 2022-06-29

  • Allow empty string text nodes (#23).

4.0.0 - 2021-01-25

  • [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

  • Compatibility with Hyperapp v2.0.6 after internal VNode schema change.

3.4.0 - 2020-05-25

  • Hybrid npm package with both CommonJS and ESM versions (#20).

3.3.0 - 2020-05-20

  • Add unpkg, jsdelivr and exports fields to package.json (#18).

3.2.0 - 2020-05-14

  • Add support for Lazy component from Hyperapp v2 (#16).

3.1.0 - 2019-03-18

  • Ignore innerHTML attribute when child nodes exist.
  • Fix styles rendering in IE11 (#14).

3.0.0 - 2018-11-15

  • [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

2.0.0 - 2018-03-19

  • [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.

1.3.0 - 2018-02-24

  • Render style attribute with cssText correctly.
  • Better performance for numeric attributes.

1.2.0 - 2018-02-14

1.1.0 - 2018-02-07

  • Compatibility with Hyperapp v1.1.0 after internal VNode schema change.

1.0.0 - 2018-01-24

  • Initial public release.