Skip to content

Latest commit

 

History

History
244 lines (140 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

244 lines (140 loc) · 10.6 KB

Changelog

v0.5.0 - 2024-08-29

  • Add Victor::Component for component-driven SVG composition 2786ae2
  • Remove xlink from svg tag 440ff61
  • Add SVG#embed as an alias to SVG#append 79940d6
  • Add SVG#tag as the preferred alias to SVG#element dff5399
  • Update logo and documentation ae17bd5
  • Compare v0.4.0..v0.5.0

v0.4.0 - 2024-08-25

v0.3.4 - 2022-06-30

  • Refactor SVGBase with a new Element class
  • Rollback SVGBase#element refactor
  • Drop support for Ruby < 2.6
  • Add glue option to allow creating SVGs without newlines between elements

v0.3.3 - 2021-05-15

  • Improve CSS accessors

v0.3.2 (2020-05-14)

Full Changelog

Closed issues:

  • Should the template argument be moved to #render and #save? #50

Merged pull requests:

  • Allow providing template in #render and #save #51 (DannyBen)

v0.3.1 (2020-05-05)

Full Changelog

Closed issues:

  • Conversion utility #46

Merged pull requests:

v0.3.0 (2020-04-29)

Full Changelog

v0.3.0.rc1 (2020-04-29)

Full Changelog

Closed issues:

  • The 'use' element outputs 'xlink-href=',should it be xlink:href=? #45

Merged pull requests:

v0.2.8 (2019-07-12)

Full Changelog

Closed issues:

  • XML escaping #37

Merged pull requests:

v0.2.7 (2019-06-21)

Full Changelog

Merged pull requests:

v0.2.6 (2019-06-02)

Full Changelog

Closed issues:

  • Is it possible to nest tspan elements inside text elements? #35

Merged pull requests:

v0.2.5 (2019-05-27)

Full Changelog

Merged pull requests:

v0.2.4 (2018-12-15)

Full Changelog

Closed issues:

  • Support for nested SVGs #29

Merged pull requests:

v0.2.3 (2018-08-02)

Full Changelog

Implemented enhancements:

  • generate single elements to append on svg #26

Merged pull requests:

v0.2.2 (2018-07-31)

Full Changelog

Closed issues:

  • collision #20

Merged pull requests:

v0.2.1 (2017-02-17)

Full Changelog

Closed issues:

  • The VERSION constant is set at the global level #18
  • Select custom fonts #16

Merged pull requests:

v0.2.0 (2017-02-04)

Full Changelog

Merged pull requests:

v0.1.3 (2016-11-11)

Full Changelog

Merged pull requests:

v0.1.1 (2016-05-29)

Full Changelog

Merged pull requests:

v0.1.0 (2016-05-28)

Full Changelog

Implemented enhancements:

  • Consider creating a new class to handle attribute conversion #10
  • Allow adding separate CSS style tags #9
  • Allow hash/array attributes in the main SVG node #8
  • Allow generation for SVG ready to be embedded in HTML #4
  • Maybe convert array attributes to space delimited #3
  • Allow changing templates #1

Closed issues:

  • Add support for viewBox #6

Merged pull requests:

v0.0.2 (2016-05-27)

Full Changelog

Implemented enhancements:

  • Generate a readme with example images in examples folder #2

Merged pull requests:

v0.0.1 (2016-05-27)

Full Changelog