Skip to content

Releases: ryuran/stylus-svg

v1.3.1

27 May 13:48
Compare
Choose a tag to compare
  • bump dependencies
  • change CI from travis to github actions

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Apr 14:26
Compare
Choose a tag to compare
  • update dependencies
  • add badges to readme
  • remove .github directory from the package

Update dependencies

09 Oct 15:15
Compare
Choose a tag to compare

update dependencies

Fix readme

28 Jun 16:24
Compare
Choose a tag to compare

Fix npm command in readme

Fix .npmignone to reduce package

02 Feb 14:04
944bc0e
Compare
Choose a tag to compare
Merge pull request #13 from ryuran/fix/reduce-package

Fix/reduce package

Reduce npm package

02 Feb 13:39
3490e67
Compare
Choose a tag to compare
  • remove test directory from package

Allow multiple path to resolve

01 Feb 22:18
45a177e
Compare
Choose a tag to compare
Merge pull request #11 from ryuran/fix/path-resolver

Fix documentation and support for multiples path to resolve

Remove `width` and `height` attributes of `<svg>`

28 Jun 09:29
a834db1
Compare
Choose a tag to compare
  • Remove width and height attributes of <svg> by default
  • Add an optional argument to not remove it

Updates dependencies and fix typo in comments

26 Jun 12:11
a773533
Compare
Choose a tag to compare

Fix some regex error

14 Nov 12:16
652e87e
Compare
Choose a tag to compare

Remove tabs in inline svg
Fix regex to match multiline svg tag (<style> missing in inline svg)
Fix test (test was not relevant)