From 34e4c0dec2c6b80d1a3fefaa7bc2f8a6dc2074eb Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 8 Jul 2019 16:13:18 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c843152a8..5bbfbd40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## 4.18.x +### 4.18.8 + +- Fixes an issue where `require("marko/components").getComponentForEl` could return undefined when a component exists, or the wrong component, when nested fragments are present. [#1382](https://github.com/marko-js/marko/pull/1382) + ### 4.18.7 - Fixes a regression from 4.18.6 that could cause some body content to be omitted from the output [#1380](https://github.com/marko-js/marko/pull/1380)