@react-lgpd-consent/core 0.9.0 → 0.9.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.
- package/CHANGELOG.md +8 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog - @react-lgpd-consent/core
|
|
2
2
|
|
|
3
|
+
## 0.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#154](https://github.com/lucianoedipo/react-lgpd-consent/pull/154) [`2be8e18`](https://github.com/lucianoedipo/react-lgpd-consent/commit/2be8e18c456bdf2b19db611711e2a32517a1f18a) Thanks [@lucianoedipo](https://github.com/lucianoedipo)! - - feat: adiciona suporte a posicionamento e offset configuráveis no banner de consentimento
|
|
8
|
+
- feat: adiciona posicionamento configurável do banner de consentimento e aprimora textos de comunicação
|
|
9
|
+
|
|
3
10
|
## 0.9.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -15,7 +22,7 @@
|
|
|
15
22
|
- **Storybook**: removidas stories MDX e adicionada configuração Vite para avisos de tamanho de chunks
|
|
16
23
|
- **TypeDoc**: removida execução shell em `run-typedoc.mjs` para compatibilidade multiplataforma
|
|
17
24
|
- **Bundle**: ajustados limites de tamanho no `react-lgpd-consent/package.json`
|
|
18
|
-
- **MUI Patch**: aplicado patch em `@mui/icons-material@7.3.
|
|
25
|
+
- **MUI Patch**: aplicado patch em `@mui/icons-material@7.3.7` para resolver problemas de compatibilidade com exports
|
|
19
26
|
|
|
20
27
|
### Documentação
|
|
21
28
|
- Adicionada seção de posicionamento em `QUICKSTART.md` e `API.md`
|
package/dist/index.cjs
CHANGED
|
@@ -700,7 +700,7 @@ function removeConsentCookie(opts) {
|
|
|
700
700
|
}
|
|
701
701
|
|
|
702
702
|
// src/utils/dataLayerEvents.ts
|
|
703
|
-
var LIBRARY_VERSION = "0.9.
|
|
703
|
+
var LIBRARY_VERSION = "0.9.1";
|
|
704
704
|
function ensureDataLayer() {
|
|
705
705
|
const currentWindow = globalThis.window;
|
|
706
706
|
if (!currentWindow) return;
|
package/dist/index.js
CHANGED
|
@@ -676,7 +676,7 @@ function removeConsentCookie(opts) {
|
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
// src/utils/dataLayerEvents.ts
|
|
679
|
-
var LIBRARY_VERSION = "0.9.
|
|
679
|
+
var LIBRARY_VERSION = "0.9.1";
|
|
680
680
|
function ensureDataLayer() {
|
|
681
681
|
const currentWindow = globalThis.window;
|
|
682
682
|
if (!currentWindow) return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-lgpd-consent/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Núcleo da biblioteca de consentimento LGPD para React - Estado, hooks e utilitários sem dependências de UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lgpd",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"js-cookie": "^3.0.5",
|
|
56
|
-
"zod": "^4.3.
|
|
56
|
+
"zod": "^4.3.5"
|
|
57
57
|
},
|
|
58
58
|
"repository": {
|
|
59
59
|
"type": "git",
|