Skip to content

Releases: atheck/react-elmish

v10.3.1

28 Sep 11:58

Choose a tag to compare

10.3.1 (2025-09-28)

Bug Fixes

  • update deps only to fix security issues (8690b1b)

v10.3.0

18 Aug 16:07

Choose a tag to compare

10.3.0 (2025-08-18)

Features

  • add new test function getConsecutiveUpdateFn for testing consecutive updates (04a910d)

v10.3.0-beta.2

18 Aug 06:40

Choose a tag to compare

v10.3.0-beta.2 Pre-release
Pre-release

10.3.0-beta.2 (2025-08-18)

Bug Fixes

  • export getConsecutiveUpdateFn (21432c5)

v10.3.0-beta.1

17 Aug 14:13

Choose a tag to compare

v10.3.0-beta.1 Pre-release
Pre-release

10.3.0-beta.1 (2025-08-17)

Features

  • add new test function getChainedUpdate for testing subsequent updates (9116a68)

v10.2.0

10 Jul 06:52

Choose a tag to compare

10.2.0 (2025-07-10)

Features

  • support re-initialization of the component (#58) (5ba7528)

v10.1.1

21 May 17:56

Choose a tag to compare

10.1.1 (2025-05-21)

Bug Fixes

  • export more types through extend namespace (57f9136)

v10.1.0

21 May 17:43

Choose a tag to compare

10.1.0 (2025-05-21)

Features

  • provide internal API through extend namespace (78ac150)

v10.0.0

21 May 16:01
134bc1f

Choose a tag to compare

10.0.0 (2025-05-21)

Features

  • add useElmish with immutable models (a016f2c)
  • add immutable ElmComponent (73a70e0)

BREAKING CHANGES

  • This changes the import path for testing APIs.

Import testing APIs from "react-elmish/testing" now.

v9.4.0

20 May 18:58

Choose a tag to compare

9.4.0 (2025-05-20)

Bug Fixes

Features

v10.0.0-beta.7

08 May 19:04

Choose a tag to compare

v10.0.0-beta.7 Pre-release
Pre-release

10.0.0-beta.7 (2025-05-08)

Features

  • optimizations: re-render only when necessary (e27d614)