ngx-recaptcha-v3 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [1.0.1] - 2026-06-05
6
+
7
+ ### Added
8
+ - Added GitHub Actions workflow to automate deployment of the playground application to GitHub Pages.
9
+ - Added a `build:playground` helper script to `package.json`.
10
+
11
+ ### Fixed
12
+ - Fixed schema validation error in `angular.json` by removing the invalid `buildOptimizer` option under `development` configuration.
13
+ - Updated `moduleResolution` to `bundler` and added `ignoreDeprecations: "6.0"` in `tsconfig.json` to resolve warnings/errors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-recaptcha-v3",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A modern, standalone Google reCAPTCHA library for Angular supporting v2, v3, enterprise, reactive forms, and signals. Fully compatible with Angular versions 12–22",
5
5
  "repository": {
6
6
  "type": "git",