More improvements to handling empty data
There are two improvements to how empty datasets are treated in this release:
- When template elements are extracted from the document, but then are never bound to, the template parent elements have their innerHTML set to an empty string. A major benefit to this is that
:emptyis more reliable for using in CSS to display a message such as "This list has no entries yet". - Binding nested data where inner leaves are "empty" are treated in the same way when using
bindNestedListas withbindList.
Have fun!