Skip to content

SVG Lines

Compare
Choose a tag to compare
@JustinPealing JustinPealing released this 08 Jan 16:49
· 223 commits to master since this release

Main focus of the 2.0 release is re-working lines to be drawn using SVG (#17, #25). SVG should have better browser support, however technically this is a breaking change and so this is a major release. Lines now look like this:

Screenshot of Lines in v2.0

Other changes:

  • #19, #26, JavaScript tooltips prevent tooltips from being clipped or appearing below the bottom of the window.
  • #22, #23, #24 Support for StmtCond, StmtUseDb, StmtCursor and CursorPlan
  • #4 Remove dependency on jQuery
  • #18 Bug: Icons not shown for Table Valued Functions
  • #20, Bug: "Key Lookup" shows up as "Clustered Index Seek"

Support for IE8 has been dropped in this release.