Big improvements in this release! Style-observer now detects a lot more cases:
- Changes due to moving an element to another place in the DOM are now detected
- Shadow DOM: Changes due to a slotted element's slot going from nonexistent to existing
- Changes to the
display
property are now correctly detected in all browsers - Changes that happened when an element was disconnected from the DOM will now be detected once it becomes connected again
- Better integration with TypeScript
Full Changelog: 0.0.6...0.0.7