Skip to content

blaise graphics change log

Elisha Peterson edited this page Sep 14, 2019 · 1 revision

blaise-graphics change log

  • blaise-graphics Maven Central

Releases 3.0.*

  • Work in progress
  • #158 Update to Java 8 and Guava 24+

Releases 2.2.*

  • 2.2.22 (29-Nov-2018)
    • #216 Fixed issue where WrappedTextRenderer would sometimes skip the last character of a string
  • 2.2.21 (14-Nov-2018)
    • #197 Updated WrappedTextRenderer bounding box code to provide a better approximation of text bounds
    • #208 Added change events for transform on JGraphicComponent
    • #213 Patched issue rendering dotted lines at high resolution
  • 2.2.20 (27-Aug-2018)
    • #205 Added explicit animation flag to JGraphicComponent so that zoom operations can be easily done without zoom
  • 2.2.19 (6-Sep-2017)
    • #139 UpdatingGraphicComposite utility class simplifies keeping composite graphics up to date
  • 2.2.18 (12-Aug-2017)
    • #193 Fix issue with PanAndZoomHandler tracking component insets
  • 2.2.17 (3-Jun-2017)
    • #189 Fixed issue with JGraphicComponent zoomTo method improperly using component location
    • #190 Support for floating-point icon location rendering, for smoother displays
  • 2.2.16 (19-May-2017)
    • #183 JGraphicComponent zoomTo respects component margin
  • 2.2.15 (18-May-2017)
    • #180 Fixed issue with styles/anchors in WrappedTextRenderer
    • #182 Fixed issue with scaling rectangles when target was not centered at (0,0) in PanAndZoomHandler
  • 2.2.14 (11-May-2017)
    • Use proper font size in WrappedTextRenderer when automatically making text smaller
    • Fixed uncaught exceptions with null primitives in graphics
  • 2.2.13 (22-Mar-2017)
    • Null check in Styles#getAnchor method
  • 2.2.12 (22-Mar-2017)
    • Implemented support for anchors with icon/image renderers
    • Fixed issue with multiline computations in WrappedTextRenderer
    • Added utility methods in Styles for working with anchors
  • 2.2.11 (10-Mar-2017)
    • Bug fix with insets zoomToAll
  • 2.2.10 (27-Feb-2017)
    • Added support for configurable insets with zoomToAll in JGraphicComponent
  • 2.2.9 (21-Feb-2017)
    • Fixed zoom issue with zero width/height
    • Center wrapped text inside circle
  • 2.2.8 (6-Feb-2017)
    • Text rendering improvements
  • 2.2.7 (3-Nov-2016)
    • Style-related refactoring
  • 2.2.6 (19-Oct-2016)
    • Improved WrappedTextRenderer
  • 2.2.5 (25-Aug-2016)
    • Style-related refactoring
    • Changed Styles get pattern
  • 2.2.4 (13-Jun-2016)
    • #121 Some code migration/refactoring
    • #120 Fix additional coordinate synchronization issues
  • 2.2.2 (2-Jun-2016)
    • #118 Fix issue with node cache in DelegatingPointSetGraphic
  • 2.2.2 (19-May-2016)
    • Fix issue with style rendering
  • 2.2.1 (1-May-2016)
    • Fixed issues with text rendering/anchoring
  • 2.2.0 (23-Apr-2016)
    • Significant refactoring of AttributeSet
    • Graphics can be z-sorted in GraphicUtils
    • Improved Marker API
    • Fixed some point synchronization issues
    • Updated dependencies