react-lgpd-consent 0.6.1 → 0.6.4
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 +10 -0
- package/INTEGRACOES.md +2 -4
- package/README.en.md +7 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#115](https://github.com/lucianoedipo/react-lgpd-consent/pull/115) [`2a54bae`](https://github.com/lucianoedipo/react-lgpd-consent/commit/2a54bae6bbbe068b75e489eae72aa77705353d1e) Thanks [@lucianoedipo](https://github.com/lucianoedipo)! - Adiciona RECIPES.md com 8 receitas práticas, WORKFLOWS.md documentando CI/CD completo, novos workflows de versionamento/publicação/docs, correção de versão do TypeDoc e atualização da documentação em inglês.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`2a54bae`](https://github.com/lucianoedipo/react-lgpd-consent/commit/2a54bae6bbbe068b75e489eae72aa77705353d1e)]:
|
|
10
|
+
- @react-lgpd-consent/core@0.6.3
|
|
11
|
+
- @react-lgpd-consent/mui@0.6.3
|
|
12
|
+
|
|
3
13
|
## 0.6.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/INTEGRACOES.md
CHANGED
|
@@ -6,11 +6,9 @@ A biblioteca oferece integrações nativas para as ferramentas mais comuns, elim
|
|
|
6
6
|
|
|
7
7
|
O componente `ConsentScriptLoader` gerencia o carregamento desses scripts automaticamente, disparando-os apenas quando o usuário concede consentimento para a categoria correspondente.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
A biblioteca oferece integrações nativas para as ferramentas mais comuns, eliminando a necessidade de código manual para o carregamento condicional de scripts de terceiros.
|
|
9
|
+
> 💡 **Procurando exemplos práticos?** Veja [RECIPES.md](../../RECIPES.md) para receitas passo a passo de Google Consent Mode v2, Next.js App Router e CSP/nonce.
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
## 🎯 Integrações Nativas Disponíveis
|
|
14
12
|
|
|
15
13
|
### 1. Google Analytics 4 (GA4)
|
|
16
14
|
|
package/README.en.md
CHANGED
|
@@ -96,11 +96,13 @@ function Analytics() {
|
|
|
96
96
|
|
|
97
97
|
## Documentation & Examples
|
|
98
98
|
|
|
99
|
-
- Quickstart
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
99
|
+
- **[🚀 Quickstart](../../QUICKSTART.en.md)** - Step-by-step tutorial
|
|
100
|
+
- **[📖 Recipes](../../RECIPES.md)** - Practical guide with common use cases (Next.js, CSP, Consent Mode v2)
|
|
101
|
+
- **[⚙️ Workflows](../../WORKFLOWS.md)** - CI/CD workflows documentation
|
|
102
|
+
- **[API Reference](./API.md)** - Complete API reference
|
|
103
|
+
- **[Integrations](./INTEGRACOES.md)** - GA4, GTM, Facebook Pixel
|
|
104
|
+
- **[Storybook](https://lucianoedipo.github.io/react-lgpd-consent/storybook/)** - Interactive components
|
|
105
|
+
- **[TypeDoc](https://lucianoedipo.github.io/react-lgpd-consent/docs/)** - Generated API docs
|
|
104
106
|
|
|
105
107
|
---
|
|
106
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-lgpd-consent",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Biblioteca de consentimento LGPD, integrações nativas e sistema extensível para React.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lgpd",
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@react-lgpd-consent/core": "^0.6.
|
|
98
|
-
"@react-lgpd-consent/mui": "^0.6.
|
|
97
|
+
"@react-lgpd-consent/core": "^0.6.3",
|
|
98
|
+
"@react-lgpd-consent/mui": "^0.6.3"
|
|
99
99
|
},
|
|
100
100
|
"size-limit": [
|
|
101
101
|
{
|
|
102
102
|
"name": "ESM Bundle",
|
|
103
103
|
"path": "dist/index.js",
|
|
104
|
-
"limit": "
|
|
104
|
+
"limit": "80 KB"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"name": "CJS Bundle",
|