From 932503a08eb5a8fdbb0fa70e0718d482f717ee15 Mon Sep 17 00:00:00 2001 From: Adam Vigneaux Date: Fri, 14 Jun 2019 12:34:21 -0400 Subject: [PATCH] fixup! Change classMap to set classes correctly for SVGs --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522a29c9f2..0a15e04e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Adopt and upgrade template fragments after processing for parts ([#831](https://github.com/Polymer/lit-html/issues/831)). * Fixed bindings with attribute-like expressions preceeding them ([#855](https://github.com/Polymer/lit-html/issues/855)). * Fixed errors with bindings in HTML comments ([#882](https://github.com/Polymer/lit-html/issues/882)). +* Change `classMap` directive to set classes correctly on SVGs ([#930](https://github.com/Polymer/lit-html/issues/930)). ## [1.0.0] - 2019-02-05 ### Changed