Meaningful Changes
- Fix for data propagation issues and observers not firing when an element is stamped by
<iron-list>
Raw Notes
-
[ci skip] Prepare 2.0.1 (commit)
-
Improve comment more (commit)
-
Improve comment (commit)
-
Add comment. (commit)
-
- Improve clarity: change
__dataInitialized
to__dataReady
- When
_flushClients
is called, ensure that clients are always enabled or flushed as appropriate. This ensures that (1) clients that are enabled before the host is enabled flush properly, and (2) clients that are stamped but not enabled properly enable when the host flushes. (commit)
- Improve clarity: change
-
Fix typo in runBindingEffect documentation (commit)
-
Fixes #4601. Client elements can be readied that have already enabled properties. This can happen when templatize is used to create instances with no properties. In this case, in order for properties to flush properly to clients, clients must be flushed. (commit)
-
[ci skip] Update Changelog (commit)