2.2.1 (2021-10-04)
- 🐛 fix double SVG element with directive (59125f2)
2.2.0 (2020-11-16)
- ⚡ mark module as tree shakable (c5aa722)
2.1.1 (2020-11-16)
- 🐛 keep url attribute for directive (41f8923)
2.1.0 (2020-11-16)
- ♻️ SSR friendly (ebe2d50)
2.0.6 (2020-11-16)
- 🐛 fix directive without any prop (46da8d1)
2.0.5 (2020-11-16)
- 🐛 refactor default options (4a3f275)
2.0.4 (2020-11-16)
- ♻️ use render function (6543e3d)
2.0.3 (2020-11-15)
- 💚 update changelog (5f71a7b)
2.0.2 (2020-11-15)
2.0.1 (2020-11-15)
- 🔧 remove unused scripts (f789e31)
2.0.0 (2020-11-15)
- ✨ Vue.js v3 + component (1838479)
All notable changes to this project will be documented in this file.
The format is based on release-notes-generator with conventional commits.
This project adheres to Semantic Versioning.
No changelog before 1.2.0 release… ¯_(ツ)_/¯
- 🐛 allow size to be a number
- 🔧 remove sourcemaps on build
- ⬆️ upgrade dependencies
- 🐛 fix double with server-side rendering
- ✨ add SSR support
- 👌 avoid "refresh and reload" on update
- ⬆️ npm devDependencies
- ✨ TypeScript support
- 👌 Add
href
attribute (xlink:href
deprecated)
- 🐛 👌 fix multiple instances
- 👌 fix update with binded symbol attribute
- ✅ add tests
- 👷 add Travis w/ coverage
- 📝 add changelog + contributor
- ✨ 👌 render correctly on update (pull request #5)
- 🐛 fix expression use + size attribute
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.