ngx-recaptcha-v3 1.0.0 → 1.0.3
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.
- package/CHANGELOG.md +13 -0
- package/README.md +2 -0
- package/package.json +2 -2
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/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A production-grade, enterprise-ready, tree-shakable Angular library for integrating Google reCAPTCHA v2 (Checkbox & Invisible), v3, and Enterprise. Fully compatible with Angular 12 through 22, SSR‑safe (Universal), and native Angular Signals‑ready.
|
|
4
4
|
|
|
5
|
+
👉 **[Interactive Live Demo (Playground)](https://tapdiq49.github.io/ngx-recaptcha-v3/)**
|
|
6
|
+
|
|
5
7
|
---
|
|
6
8
|
|
|
7
9
|
## Key Features
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-recaptcha-v3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
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",
|
|
7
7
|
"url": "https://github.com/Tapdiq49/ngx-recaptcha-v3"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.
|
|
9
|
+
"homepage": "https://tapdiq49.github.io/ngx-recaptcha-v3/",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"angular",
|
|
12
12
|
"recaptcha",
|