From 638d72481cbdcffee98320a2e6c82e5d0b1fab26 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Wed, 14 Nov 2018 15:48:39 -0500 Subject: [PATCH] Update the changelog - I missed that part when reviewing #2194 --- docs/change-log.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index ba8196ba..a2e2139c 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -46,6 +46,10 @@ - API: Introduction of `m.prop()` ([#2268](https://github.com/MithrilJS/mithril.js/pull/2268)) - docs: Emphasize Closure Components for stateful components, use them for all stateful component examples. - stream: Add `stream.lift` as a user-friendly alternative to `merge -> map` or `combine` [#1944](https://github.com/MithrilJS/mithril.js/issues/1944) +- API: ES module bundles are now available for `mithril` and `mithril/stream` ([#2194](https://github.com/MithrilJS/mithril.js/pull/2194) [@porsager](https://github.com/porsager)). + - All of the `m.*` properties from `mithril` are re-exported as named exports in addition to being attached to `m`. + - `m()` itself from `mithril` is exported as the default export. + - `mithril/stream`'s primary export is exported as the default export. #### Bug fixes