Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 481 Bytes

File metadata and controls

10 lines (8 loc) · 481 Bytes

Changelog

  • 1.3.7 (Nov 4, 2019)

    • Refactors how symbols are scaled and transformed for simplicity and accuracy.
    • Adds reactImageRenderer, which adds a base64 encoded background image to a react element, bypassing any recursive use of react.createElement().
    • Alters the margin config prop to a boolean, which toggles margin-driven layout behavior
    • Deprecates iconMode
  • 1.3.5 (Jul 23, 2019)

    • Removes hard-coded inline styles and responds to #37.