Skip to content

Releases: snelsi/next-recaptcha-v3

1.4.1

08 Apr 07:32
Compare
Choose a tag to compare

ℹ️ This is a technical release to update the latest npm version

What's Changed

  • Update dev dependencies:
    • Update rollup version to v4.14.1
    • Update next version to v14.1.4
    • Update typescript-eslint version to v7.5.0
    • Update husky version to v9.0.11
    • Update typescript version to v5.4.4

Full Changelog: 1.4.0...1.4.1

1.4.0

24 Jan 10:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

31 Oct 12:38
Compare
Choose a tag to compare

What's Changed

  • Update peerDependencies to include next.js v14 (#153)
  • Update dev dependencies:
    • Update rollup version to v4
    • Update next.js version to v14
    • Update prettier version to v3

Full Changelog: 1.2.0...1.3.0

1.2.0

03 Jul 13:41
Compare
Choose a tag to compare

⚠️ Breaking changes

  • This package is now pure ESM
  • Min supported version of Next.js was bumped to >=13
  • Min supported version of React and React-Dom was bumped to >=18
  • Bump required node to >=18

What's Changed

Full Changelog: 1.1.5...1.2.0

1.1.5

20 Mar 09:30
Compare
Choose a tag to compare

What's Changed

  • Fix typo by @usualdesigner in #134
  • Update dev dependencies
  • Update Rollup version
  • Update Typescript version
  • Run eslint + prettier fix

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

16 Feb 10:22
Compare
Choose a tag to compare

What's Changed

  • Fix typo in Examples #132 #131
  • Add 'use client' to the build output #133
  • Update dev dependencies
  • Add Helpful links section to the Readme

Full Changelog: 1.1.3...1.1.4

1.1.3

14 Feb 13:36
Compare
Choose a tag to compare

What's Changed

  • Fix action names in the Readme #131
  • Add a note about allowed action name syntax #131
  • Update dev dependencies
  • Update Rollup version to 3.15.0

Full Changelog: 1.1.2...1.1.3

1.1.2

07 Feb 08:45
Compare
Choose a tag to compare

What's Changed

  • Fix typo by @takky94 in #121
  • Update dev dependencies
  • Update Rollup version

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

23 Jan 13:37
Compare
Choose a tag to compare

What's Changed

  • Update dev dependencies
  • Update Rollup version
  • Update License year
  • Add inlineSources: true to the tsconfig

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Jan 14:31
Compare
Choose a tag to compare

What's Changed

  • #83 Make executeRecaptcha ref stable
  • Upgrade to Rollup v3
  • Bump required node to >=16
  • Update dev dependencies

Breaking changes

  • Internal build types output moved to a separate folder types

Full Changelog: 1.0.3...1.1.0