White space around logging intro/outro.
␄
Fix spelling of property and remove some logging.
␄
Initial Events
support.
Does nothing more than exist.
Issue #236.
␄
Fix two cases where a global was accidentally being used.
Issue #238.
␄
Stop logging what each mutation record type is.
It does not matter at this point, and nothing is being done with that
information.
Issue #239.
␄
Stow away a pointer to the actual current item element.
Amusingly, this is how Scroller
initially worked before changing to item
ids.
Issue #239.
␄
Add a monitor to Scroller
for the current item staying connected.
We can capture more state if we see it in other places.
Issue #239.
␄
Simple variable rename.
Issue #240.
␄
Attach a ResizeObserver
to the global nav bar.
First step in plumbing through detecting changes.
Issue #240.
␄
Skeleton for new Scroller.click()
method.
Issue #241.
␄
Wait for the For Business menu item to show up.
Identified by the --divider
subclass, on some pages, this item gets added
later. Actually, the entire navbar content gets rebuilt, causing us to have
to reconnect the LIT menu button.
If this pans out, we can make it the official item, simplifying this code.
Issue #242.
␄
Normalize vertical white space around logging {intro,outro}s.
Closes #243.
␄
Update release notes.
␄
Bump version number.
␄