Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
fc2ba54725 | |||
a9ae67b43b |
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-21 - 1.5.4 - fix(consentsoftware-components)
|
||||||
|
Add interactive consent software components for managing cookie levels.
|
||||||
|
|
||||||
|
- Implemented 'consentsoftware-cookieconsent' component for cookie management
|
||||||
|
- Introduced 'consentsoftware-toggle' for user interaction improvements
|
||||||
|
- Added theme support for light/dark modes in consent components
|
||||||
|
- Enhanced consent interface with responsive design and accessibility features
|
||||||
|
|
||||||
## 2025-01-20 - 1.5.3 - fix(consentsoftware-cookieconsent)
|
## 2025-01-20 - 1.5.3 - fix(consentsoftware-cookieconsent)
|
||||||
Fix visual inconsistencies in the consent software modal overlay and shadow.
|
Fix visual inconsistencies in the consent software modal overlay and shadow.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@consent.software/catalog",
|
"name": "@consent.software/catalog",
|
||||||
"version": "1.5.3",
|
"version": "1.5.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
|
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@consent.software/catalog',
|
name: '@consent.software/catalog',
|
||||||
version: '1.5.3',
|
version: '1.5.4',
|
||||||
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
|
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user