Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.01 KB

Changelog

All notable changes to tiny-svg are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

2.2.1

  • FIX: work around IE / MS Edge transform issue (980e9d6f)

2.2.0

  • FEAT: add ability to create any SVG element via markup
  • FEAT: add ability to set innerSVG to fragment
  • FEAT: add prependTo and prepend utils

2.1.2

  • FIX: correct {} TypeScript definition

2.1.1

  • FIX: correct TypeScript definitions

2.1.0

  • FEAT: add TypeScript definitions

2.0.0

  • FIX: drop browser field for better interoperability with module bundlers

1.1.0

  • CHORE: mark utils as side-effect free via sideEffects: false

1.0.0

  • CHORE: migrate code base to ES6
  • FEAT: generate bundles for CJS, ES6 and UMD

...

Check git log for earlier history.