Skip to content

Latest commit

 

History

History
182 lines (96 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

182 lines (96 loc) · 5.09 KB

CHANGELOG

2.2.1 (2021-10-04)

Bug Fixes

  • 🐛 fix double SVG element with directive (59125f2)

2.2.0 (2020-11-16)

Features

  • ⚡ mark module as tree shakable (c5aa722)

2.1.1 (2020-11-16)

Bug Fixes

  • 🐛 keep url attribute for directive (41f8923)

2.1.0 (2020-11-16)

Features

2.0.6 (2020-11-16)

Bug Fixes

  • 🐛 fix directive without any prop (46da8d1)

2.0.5 (2020-11-16)

Bug Fixes

  • 🐛 refactor default options (4a3f275)

2.0.4 (2020-11-16)

Bug Fixes

  • ♻️ use render function (6543e3d)

2.0.3 (2020-11-15)

Bug Fixes

2.0.2 (2020-11-15)

Bug Fixes

  • 💚 add changelog + missing deps (fae4d60)
  • 💚 add git release (8943caa)

2.0.1 (2020-11-15)

Bug Fixes

  • 🔧 remove unused scripts (f789e31)

2.0.0 (2020-11-15)

New Feature

  • ✨ 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.


Previous versions

No changelog before 1.2.0 release… ¯_(ツ)_/¯

[1.4.3] (14/11/2020)

Fixed

  • 🐛 allow size to be a number

[1.4.2] (03/06/2020)

Fixed

  • 🔧 remove sourcemaps on build

Changed

  • ⬆️ upgrade dependencies

[1.4.1] (22/01/2020)

Fixed

  • 🐛 fix double with server-side rendering

[1.4.0] (03/12/2019)

Added

  • ✨ add SSR support

Fixed

  • 👌 avoid "refresh and reload" on update

[1.3.1] (03/12/2019)

Security

  • ⬆️ npm devDependencies

[1.3.0] (24/03/2019)

Added

  • ✨ TypeScript support
  • 👌 Add href attribute (xlink:href deprecated)

[1.2.2] (03/02/2018)

Fixed

  • 🐛 👌 fix multiple instances

[1.2.1] (03/02/2018)

Fixed

  • 👌 fix update with binded symbol attribute

[1.2.0] (03/02/2018)

Added

  • ✅ add tests
  • 👷 add Travis w/ coverage
  • 📝 add changelog + contributor

Fixed

  • ✨ 👌 render correctly on update (pull request #5)
  • 🐛 fix expression use + size attribute

Memo

Guiding Principles

  • 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.

Types of changes

  • 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.