Features
- Improved error messaging if a provided entry point could not be converted into a documented module reflection, #2242.
- API: Added support for
g
,circle
,ellipse
,polygon
, andpolyline
svg elements, #2259. - Extended
jsDocCompatibility
option withinheritDocTag
to ignore fully lowercaseinheritDoc
tags and
ignoreUnescapedBraces
to disable warnings about unescaped{
and}
characters in comments.
Bug Fixes
--useTsLinkResolution
is no longer ignored within block tags, #2260.- The current namespace will also be expanded in the navigation on page load, #2260.
- Fixed flicker of navigation pane when reloading a page caused by updating expansion state after the page was loaded.
- Fixed an infinite loop if more than one entry point was provided, and all entry points were the same.