diagrams-cairo v0.5 Release Notes

Release Date: 2012-03-01 // about 12 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ†• New Diagrams.Backend.Cairo.Text module by Michael Sloan, with functions for creating appropriately sized text objects by querying cairo for the size, and related supporting functions.

    • ๐Ÿ‘ Basic support for animation with animMain function, by generating frames sampled at regular intervals.

    • 0๏ธโƒฃ Proper vertical alignment of default text based on font parameters (Michael Sloan).

    • Requesting just a width or height now causes the other to be computed appropriately.

    API changes

    • ๐Ÿšš Move Diagrams.Backend.Cairo to Diagrams.Backend.Cairo.Internal and export everything. Diagrams.Backend.Cairo now just re-exports selected functions from Internal. This allows anyone who wants access to the helper/utility functions to import Internal.

    Dependency/version changes

    • ๐Ÿ˜Œ relax cmdargs upper bound

    • โšก๏ธ GHC 7.4.1 compatibility: update base, filepath, and old-time upper bounds

    ๐Ÿ› Bug fixes

    • โš  #54: Generate warning for missing image files (Ian Ross).