Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

v3.0.2

Compare
Choose a tag to compare
@mpetrovich mpetrovich released this 04 Jul 20:31
· 27 commits to main since this release

Bug fixes

  • Fixes incorrect base path logic when resolving config filepaths. Paths are now resolved according to the nearest ancestor directory that contains package.json rather than the current working directory. The docs said the former but the actual logic was performing the latter.
  • Fix overly aggressive loading of example iframes, which made the navigation jump links hard to use. Now, iframes will only load once they've been visible for at least 100ms.
  • Fixes styling of mobile navigation dropdown in IE 10 (#45)