Skip to content

Releases: t0yohei/react-copy-to-clipboard-ts

[email protected]

19 Jan 08:36
a5194fb

Choose a tag to compare

Summary

Release for security fix about tar .

#126

What's Changed

  • build(deps-dev): bump vite from 7.0.0 to 7.0.2 by @dependabot[bot] in #53
  • build(deps-dev): bump @types/node from 24.0.7 to 24.0.10 by @dependabot[bot] in #54
  • build(deps-dev): bump vite from 7.0.2 to 7.0.4 by @dependabot[bot] in #55
  • build(deps-dev): bump @types/node from 24.0.10 to 24.0.13 by @dependabot[bot] in #57
  • build(deps-dev): bump @vitejs/plugin-react from 4.6.0 to 4.7.0 by @dependabot[bot] in #61
  • build(deps-dev): bump @types/node from 24.0.13 to 24.0.15 by @dependabot[bot] in #60
  • build(deps-dev): bump vite from 7.0.4 to 7.0.5 by @dependabot[bot] in #59
  • build(deps-dev): bump @testing-library/jest-dom from 6.6.3 to 6.6.4 by @dependabot[bot] in #65
  • build(deps-dev): bump @types/node from 24.0.15 to 24.1.0 by @dependabot[bot] in #63
  • build(deps-dev): bump vite from 7.0.5 to 7.0.6 by @dependabot[bot] in #62
  • build(deps-dev): bump @testing-library/dom from 10.4.0 to 10.4.1 by @dependabot[bot] in #64
  • build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #68
  • build(deps-dev): bump @types/node from 24.1.0 to 24.2.1 by @dependabot[bot] in #70
  • build(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.0.0 by @dependabot[bot] in #72
  • update react and react-dom to v19.1.1 by @t0yohei in #75
  • build(deps-dev): bump @testing-library/jest-dom from 6.6.4 to 6.7.0 by @dependabot[bot] in #73
  • build(deps-dev): bump @types/node from 24.2.1 to 24.3.0 by @dependabot[bot] in #76
  • build(deps-dev): bump vite from 7.0.6 to 7.1.2 by @dependabot[bot] in #77
  • build(deps-dev): bump vite from 7.1.2 to 7.1.3 by @dependabot[bot] in #78
  • build(deps-dev): bump @vitejs/plugin-react from 5.0.0 to 5.0.1 by @dependabot[bot] in #79
  • build(deps-dev): bump @testing-library/jest-dom from 6.7.0 to 6.8.0 by @dependabot[bot] in #80
  • build(deps-dev): bump vite from 7.1.3 to 7.1.4 by @dependabot[bot] in #86
  • build(deps-dev): bump @vitejs/plugin-react from 5.0.1 to 5.0.2 by @dependabot[bot] in #85
  • build(deps-dev): bump @types/react from 19.1.8 to 19.1.12 by @dependabot[bot] in #84
  • build(deps-dev): bump @types/react-dom from 19.1.6 to 19.1.9 by @dependabot[bot] in #83
  • build(deps-dev): bump @types/node from 24.3.0 to 24.4.0 by @dependabot[bot] in #91
  • build(deps-dev): bump @types/react from 19.1.12 to 19.1.13 by @dependabot[bot] in #90
  • build(deps-dev): bump vite from 7.1.4 to 7.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #88
  • build(deps-dev): bump @types/node from 24.4.0 to 24.7.2 by @dependabot[bot] in #101
  • build(deps-dev): bump vite from 7.1.5 to 7.1.9 by @dependabot[bot] in #100
  • build(deps-dev): bump @vitejs/plugin-react from 5.0.2 to 5.0.4 by @dependabot[bot] in #97
  • build(deps-dev): bump jsdom from 26.1.0 to 27.0.0 by @dependabot[bot] in #94
  • build(deps-dev): bump vite from 7.1.9 to 7.1.10 by @dependabot[bot] in #104
  • build(deps-dev): bump @testing-library/jest-dom from 6.8.0 to 6.9.1 by @dependabot[bot] in #103
  • build(deps-dev): bump vite from 7.1.10 to 7.1.12 by @dependabot[bot] in #110
  • build(deps-dev): bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in #108
  • build(deps-dev): bump @vitest/coverage-v8 from 3.2.4 to 4.0.9 by @dependabot[bot] in #113
  • build(deps-dev): bump @vitejs/plugin-react from 5.0.4 to 5.1.1 by @dependabot[bot] in #112
  • devDependencies update react and react-dom to v19.2.x by @t0yohei in #114
  • build(deps): bump glob from 10.4.5 to 10.5.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #115
  • build(deps-dev): bump @testing-library/react from 16.3.0 to 16.3.1 by @dependabot[bot] in #120
  • build(deps-dev): bump @vitejs/plugin-react from 5.1.1 to 5.1.2 by @dependabot[bot] in #116
  • build(deps-dev): bump vite from 7.1.12 to 7.3.0 by @dependabot[bot] in #117
  • build(deps-dev): bump @vitest/coverage-v8 from 4.0.9 to 4.0.16 by @dependabot[bot] in #118
  • build(deps): bump tar from 7.4.3 to 7.5.3 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #126
  • bump: update to v1.3.1 by @t0yohei in #127

Full Changelog: v1.3.0...v1.3.1

[email protected]

30 Jun 06:51
1df33e7

Choose a tag to compare

Summary

Mainly added default export for compatibility with react-copy-to-clipboard

Also made devDependencies updates.

What's Changed

Full Changelog: v1.2.0...v1.3.0

[email protected]

21 May 12:11
2107f05

Choose a tag to compare

Summary

Mainly added types export like CopyToClipboardOptions to resolve #20

Also made some improvements to code and the development environment:

  • Added biome ci check for test workflow
  • Applied biome check
  • Some devDependencies update

What's Changed

Full Changelog: v1.1.0...v1.2.0

[email protected]

20 Apr 12:06
9db9fa9

Choose a tag to compare

Summary

Mainly added compatibility to React 19.

Also made the following improvements to the development environment:

  • Added test workflow
  • Some devDependencies update

What's Changed

  • Feature add test workflow by @t0yohei in #1
  • Create dependabot.yml by @t0yohei in #3
  • Bump vite from 5.4.15 to 5.4.18 in the npm_and_yarn group across 1 directory by @dependabot in #2
  • Bump vitest from 1.6.1 to 3.1.1 by @dependabot in #8
  • Bump @vitest/coverage-v8 from 1.6.1 to 3.1.1 by @dependabot in #5
  • Bump react-dom and @types/react-dom by @dependabot in #4
  • Updating package version number to 1.1.0 by @t0yohei in #9
  • doc: Add compatibility description about react 19 by @t0yohei in #10

Full Changelog: v1.0.0...v1.1.0

[email protected]

30 Mar 10:02

Choose a tag to compare

This is the first release of react-copy-to-clipboard-ts.