Skip to content

v3.2.0

Compare
Choose a tag to compare
@javier-godoy javier-godoy released this 06 Sep 13:57
· 99 commits to master since this release

New features:

  • Allow registering ErrorWindowFactory per exception type (#27)
  • Add error view
  • Allow an arbitrary Component in createStackTraceArea (#28)
  • Move inline styles to CSS
  • Use h1/div instead of h3/h4 (#29)
  • Make ErrorWindow resizable when the stacktrace is visible (#24)
  • Make ErrorWindow draggable

Bugfixes:

  • Make ErrorWindow stacktrace responsive

Other changes:

  • Replace TextArea with Div in ErrorWindow