Skip to content

Releases: selemondev/vue3-signature-pad

v1.6.4

22 Nov 19:42

Choose a tag to compare

compare changes

📖 Documentation

  • website: Update nuxt module name (22ff8e6)
  • Add CI badge link to README.md (ad2e021)

🏡 Chore

  • release: V1.6.3 (8b4bc17)
  • website: Update dependency (56afa02)
  • bundler: Migrate to tsdown (1d72f36)
  • workflows: Add ci and release action (df549d9)
  • scripts: Replace tsup with tsdown (4802725)
  • bundler: No sideEffects (d7be919)
  • bundler: Produce tree-shakeable output (5cb9784)
  • bundler: Allow tsdown to generate types and files export paths (738f4c9)
  • lint: Resolve parsing error (7b32342)
  • workflow: Update build command (6ff0947)
  • script: Remove publish command (c8250a0)

❤️ Contributors

What's Changed

Full Changelog: v1.6.3...v1.6.4

v1.6.3

17 Nov 18:32
e1e3bd4

Choose a tag to compare

compare changes

💅 Refactors

  • prop-types: Make options' properties optional (38088a7)
  • Narrow type guard (cee3a5a)

📖 Documentation

🏡 Chore

❤️ Contributors

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

17 Nov 14:16
8dc8e37

Choose a tag to compare

compare changes

💅 Refactors

  • Make prop types optional (5e979bd)

📖 Documentation

  • install-size: Replace badgen badge with img(.)shields(.)io (f6066df)

🏡 Chore

  • deps-dev: Bump shiki from 2.5.0 to 3.14.0 (59a07c2)
  • deps-dev: Bump vite in the npm_and_yarn group across 1 directory (467c29b)
  • Sync version with tag v1.6.1 (12058fd)

❤️ Contributors

What's Changed

  • chore(deps-dev): bump shiki from 2.5.0 to 3.14.0 by @dependabot[bot] in #97
  • chore(deps): update pnpm to v9.15.9 by @renovate[bot] in #76
  • chore(deps-dev): bump vite from 7.1.5 to 7.1.11 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #90
  • chore(deps): update dependency vite to v7.1.11 [security] - autoclosed by @renovate[bot] in #89
  • refactor: prop types as optional by @selemondev in #101
  • docs(install-size): replace badgen badge with img(.)shields(.)io by @selemondev in #102

Full Changelog: v1.6.1...v1.6.2

v1.6.1

30 Oct 23:36

Choose a tag to compare

compare changes

🏡 Chore

  • Reduce bundle size ( shave off 1KB by implementing the functionality using built-in web APIs ) (91e46dd)
  • Remove pkg as dependency (1837279)

❤️ Contributors

What's Changed

  • chore: reduce bundle size ( shave off 1KB by implementing the functionality using built-in web APIs ) by @selemondev in #99

Full Changelog: v1.6.0...v1.6.1

v1.6.0

27 Oct 02:11
170c062

Choose a tag to compare

compare changes

🚀 Enhancements

❤️ Contributors

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

24 Oct 23:21
4f24367

Choose a tag to compare

compare changes

💅 Refactors

  • Save signature function (b369d12)

❤️ Contributors

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

24 Oct 23:14
f8d1614

Choose a tag to compare

compare changes

🚀 Enhancements

🏡 Chore

  • release: V1.4.2 (a1025b2)
  • website: Remove deprecated pkg (2ad43ae)
  • deps-dev: Bump @vitejs/plugin-vue from 5.2.4 to 6.0.1 (992b374)
  • Lint and add default quality value (f4814b6)

❤️ Contributors

What's Changed

  • chore: Configure Renovate by @renovate[bot] in #64
  • chore(website): remove deprecated pkg by @selemondev in #68
  • chore(deps): update dependency nanoid to v5.1.6 by @renovate[bot] in #66
  • chore(deps): update dependency postcss to v8.5.6 by @renovate[bot] in #69
  • chore(deps): update dependency eslint to v9.38.0 by @renovate[bot] in #80
  • chore(deps-dev): bump @vitejs/plugin-vue from 5.2.4 to 6.0.1 by @dependabot[bot] in #58
  • chore(deps): update dependency @selemondev/vue3-signature-pad to v1.4.2 by @renovate[bot] in #65
  • feat: add quality option and set default to 1.0 ( highest quality ) by @selemondev in #91

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2

09 Sep 05:46

Choose a tag to compare

compare changes

🏡 Chore

❤️ Contributors

Full Changelog: v1.3.2...v1.4.2

v1.4.1

09 Sep 05:40
d1d106a

Choose a tag to compare

compare changes

📖 Documentation

  • Update package install commands (e160d24)

🏡 Chore

  • Update dependencies (bf66e8b)
  • Set npm as the package ecosystem for Dependabot (84c49bf)
  • deps-dev: Bump npm-run-all2 from 6.2.6 to 8.0.4 (60472af)
  • deps-dev: Bump @antfu/eslint-config from 3.16.0 to 5.2.2 (d6c3706)
  • deps-dev: Bump typescript from 5.3.3 to 5.7.3 (955077c)
  • deps-dev: Bump eslint from 9.20.0 to 9.35.0 (6da3029)
  • deps-dev: Bump @types/node from 20.17.47 to 24.3.1 (8178364)
  • deps-dev: Bump @tsconfig/node20 from 20.1.5 to 20.1.6 (9c7ca66)
  • deps-dev: Bump vite from 5.4.19 to 7.1.5 (bad24ea)
  • deps-dev: Bump tsup from 8.3.6 to 8.5.0 (958186b)

❤️ Contributors

What's Changed

  • chore: update dependencies by @selemondev in #41
  • chore: set npm as the package ecosystem for Dependabot by @selemondev in #42
  • chore(deps-dev): bump npm-run-all2 from 6.2.6 to 8.0.4 by @dependabot[bot] in #43
  • chore(deps): bump nanoid from 5.0.9 to 5.1.5 by @dependabot[bot] in #44
  • chore(deps-dev): bump @antfu/eslint-config from 3.16.0 to 5.2.2 by @dependabot[bot] in #45
  • chore(deps-dev): bump typescript from 5.3.3 to 5.7.3 by @dependabot[bot] in #47
  • chore(deps-dev): bump eslint from 9.20.0 to 9.35.0 by @dependabot[bot] in #49
  • chore(deps): bump vue from 3.5.13 to 3.5.21 by @dependabot[bot] in #48
  • chore(deps-dev): bump @types/node from 20.17.47 to 24.3.1 by @dependabot[bot] in #46
  • chore(deps-dev): bump vite from 5.4.19 to 7.1.5 by @dependabot[bot] in #54
  • chore(deps-dev): bump @tsconfig/node20 from 20.1.5 to 20.1.6 by @dependabot[bot] in #51
  • chore(deps): bump signature_pad from 5.0.4 to 5.1.0 by @dependabot[bot] in #52
  • chore(deps-dev): bump tsup from 8.3.6 to 8.5.0 by @dependabot[bot] in #53
  • docs: update package install commands by @selemondev in #55

Full Changelog: v1.4.0...v1.3.2

What's Changed

  • chore: update dependencies by @selemondev in #41
  • chore: set npm as the package ecosystem for Dependabot by @selemondev in #42
  • chore(deps-dev): bump npm-run-all2 from 6.2.6 to 8.0.4 by @dependabot[bot] in #43
  • chore(deps): bump nanoid from 5.0.9 to 5.1.5 by @dependabot[bot] in #44
  • chore(deps-dev): bump @antfu/eslint-config from 3.16.0 to 5.2.2 by @dependabot[bot] in #45
  • chore(deps-dev): bump typescript from 5.3.3 to 5.7.3 by @dependabot[bot] in #47
  • chore(deps-dev): bump eslint from 9.20.0 to 9.35.0 by @dependabot[bot] in #49
  • chore(deps): bump vue from 3.5.13 to 3.5.21 by @dependabot[bot] in #48
  • chore(deps-dev): bump @types/node from 20.17.47 to 24.3.1 by @dependabot[bot] in #46
  • chore(deps-dev): bump vite from 5.4.19 to 7.1.5 by @dependabot[bot] in #54
  • chore(deps-dev): bump @tsconfig/node20 from 20.1.5 to 20.1.6 by @dependabot[bot] in #51
  • chore(deps): bump signature_pad from 5.0.4 to 5.1.0 by @dependabot[bot] in #52
  • chore(deps-dev): bump tsup from 8.3.6 to 8.5.0 by @dependabot[bot] in #53
  • docs: update package install commands by @selemondev in #55

Full Changelog: v1.4.0...v1.4.1

v1.4.0

16 May 16:05
de6bd47

Choose a tag to compare

compare changes

🚀 Enhancements

📖 Documentation

🏡 Chore

  • Use the latest package version (08e974e)

❤️ Contributors