You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test that returning undefined from the first call to `#render` doesn't remove shimmed adopted style sheets.
* Render any value returned by `#render`.
* Update change log.
* format
* Update lit-html dependency to v1.1.1.
* Update types for static and instance `render` methods.
* Add type for static `render` function. Fix types in comments.
* `test.only` -> `test`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
13
13
## Unreleased
14
14
<!-- ### Added -->
15
+
### Changed
16
+
* The value returned by `render` is always rendered, even if it isn't a `TemplateResult`. ([#712](https://github.com/Polymer/lit-element/issues/712)
0 commit comments