Skip to content

Releases: FlowingCode/ErrorWindowAddon

v3.2.0

06 Sep 13:57
Compare
Choose a tag to compare

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

v3.1.1

20 Apr 16:01
Compare
Choose a tag to compare

Bugfixes:

  • #21: avoid showing error dialog when UI is not available

v3.1.0

30 Dec 18:27
Compare
Choose a tag to compare

New features:

  • #16: make ErrorWindow internationalizable

Bugfixes:

  • #18: check if production mode is enabled from ErrorWindow constructors

v3.0.3

27 Jul 15:56
Compare
Choose a tag to compare

Compatible with Vaadin 14+

Changelog

  • Remove flow-build-info.json from compiled JAR
  • Replace vaadin dependency with vaadin-core