Skip to content

Latest commit

 

History

History
104 lines (48 loc) · 4.44 KB

File metadata and controls

104 lines (48 loc) · 4.44 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.1 (2022-10-20)

Bug Fixes

1.6.0 (2022-10-20)

Features

  • Add format and unformat on export default to be used outside vue context (cae0e81)

1.5.6 (2022-10-14)

Bug Fixes

  • Fix invalid props type validation for old vue versions (2f06703)

1.5.5 (2022-09-23)

Refactor

  • set inputmode and remove type tel (c03ab0e)

1.5.4 (2022-09-20)

Routine tasks

1.5.3 (2022-09-20)

Bug Fixes

  • Fix deploy workflow to add docs on release commit (5358be4)

1.5.2 (2022-09-20)

Docs

  • Updated identation on examples (71c3eaa)

1.5.1 (2022-09-20)

Bug Fixes

  • Removed docs/package-lock from gitignore (8b60421)

Routine tasks

  • Adding build docs command inside root package.json (bfb1179)
  • Updated workflow to build docs and deploy it to npm (ba8cd94)

1.5.0 (2022-09-20)

Features

  • Added create-app-version workflow (ae7e74a)

Bug Fixes

  • build scripts (b28bd9c)
  • Update entry file and files to npm distribution (e864ac7)

Routine tasks

  • Added package-lock to secure install packages versions on ci (8cb9525)
  • Changing docs project folder (2b34081)
  • update eslint and add config (4ff7b17)
  • Updated workflow (943eaff)
  • Updated workflow node version (7ddc718)

Tests

1.4.0 (2022-09-18)

Features

  • Added standard-version to create changelog (32927bb)

Bug Fixes

  • Removed coverage folder to fix error cloning on Windows os (fbe45c9)