Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Latest commit

 

History

History
58 lines (27 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

58 lines (27 loc) · 2.28 KB

v3.1.2

  • cbf17dd fix render data (Christophe Hurpeau)

v3.1.1

  • e636768 upgrade dependencies (Christophe Hurpeau)

v3.1.0

  • 989044a eslint-config-partridge 4, content-loaded (Christophe Hurpeau)

v3.0.0

Breaking Change

The first argument of render is now { reducer, View } instead of { app, View }. If reducer is undefined, the fody-app is rendered and no store created.

The init function is now { moduleDescriptor, initialData, element } instead of { appDescriptor, initialData, element }

  • 5f6e92f use fody-app and rename appDescriptor into moduleDescriptor (Christophe Hurpeau)

v2.4.1

  • c84845b update dependencies for fixes (Christophe Hurpeau)

v2.4.0

  • bc9919d use replaceReducer and correctly clean and reinitialize state (Christophe Hurpeau)
  • bf4988b handle appDescriptor without reducer (Christophe Hurpeau)

v2.3.1

  • 6af05a2 fix document.addEventListener (Christophe Hurpeau)

v2.3.0

  • a9145f2 upgrade dependencies (Christophe Hurpeau)

v2.2.0

  • cd9dfcd upgrade nightingale (Christophe Hurpeau)

v2.1.0

  • 03e81ba upgrade dependencies (Christophe Hurpeau)

v2.0.0

  • 334614e fody 2.0 (Christophe Hurpeau)

v1.1.0